2024-07-30 16:04 UTC
Hello guys!
I'm kinda new in this world, could someone help me with OnKeyUp event?
I would love to use it in my ListView by pressing SpaceBar but I have no clue how to do that becouse of those Characters and Flags :/
Currently my code seems like this:
Can someone help me?
I'm kinda new in this world, could someone help me with OnKeyUp event?
I would love to use it in my ListView by pressing SpaceBar but I have no clue how to do that becouse of those Characters and Flags :/
Currently my code seems like this:
(defun c:project/Form4/ListView1#OnKeyUp (Character RepeatCount Flags /)
(setq Character "SpaceBar")
(setq RepeatCount 0)
(setq Flags 0)
(alert "OK")
)
Can someone help me?