About Store Forum Documentation Contact



Post Reply 
[Solved] Event on GUI List : OnClick
Author Message
Avatar Offline
Member

Post: #1
[Solved] Event on GUI List : OnClick
I have a GUI list , i use directly the toturial.

I abble to get the reference of current select in the list with :

Code:
list.cur

I would like to make a event like a buttom when i click on a element in list.

a dont found :

Code:
list.func()

can you help me please ?
(This post was last modified: 07-16-2011 03:09 PM by Avatar.)
07-15-2011 02:05 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Event on GUI List : OnClick
if(Gui.ms()==&list && Ms.bp(0))
if(ELM *elm=list())
07-16-2011 01:13 PM
Find all posts by this user Quote this message in a reply
Avatar Offline
Member

Post: #3
RE: [Solved] Event on GUI List : OnClick
THX
07-16-2011 03:10 PM
Find all posts by this user Quote this message in a reply
Post Reply