hi dear lewisp,
thanks for ur response
what i could understand is, that these values of 1 & 3 point to the left & right mouse buttons.
if so is there the posibility to show the pop-up menue on right click means when
":system.mouse_button_pressed = 3"
if so how can i point to the pop-up menu.
*** 2ndly i asked if i can create an event by myself like
i want some trigger to fire on some key press from key board.
You dont need to define any triggers for a popup menu. Simply attach your pop-up menu to whatever item you want, then use the right mouse button to display the menu.
There is no trigger directly associated with the keyboard. The only way I have found without resorting to a java plug-in is to define a timer that checks if the contents of an item have changed and if so, fires off come code. Using timers is not recommended on web forms, so you would have to use java and some custom-item-event triggers to trap the keyboard events.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.