B4J Question [ABMaterial]

Dan Haugland

Member
Licensed User
Does ABMInput support any events, like enterpressed, onenter, etc? More generally, is there a location containing the definitive list of events on ABM objects?
 

alwaysbusy

Expert
Licensed User
Longtime User
I had experimented with some kind of Input_changes() event but it was very ineffective and a real drain on the server/client communication. But ABMInput should have an EnterPressed() event you can use. I know documentation needs attention, so after the release of 1.08 next week, I'll probably take a break of adding new features, but work a bit on documentation (and a GridBuilder).
 
Upvote 0

Dan Haugland

Member
Licensed User
I had experimented with some kind of Input_changes() event but it was very ineffective and a real drain on the server/client communication. But ABMInput should have an EnterPressed() event you can use. I know documentation needs attention, so after the release of 1.08 next week, I'll probably take a break of adding new features, but work a bit on documentation (and a GridBuilder).

Confirmed, sir, enterpressed is responding, thank you.
 
Upvote 0
Top