Avatar
Member
|
[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 :
I would like to make a event like a buttom when i click on a element in list.
a dont found :
can you help me please ?
(This post was last modified: 07-16-2011 03:09 PM by Avatar.)
|
|
07-15-2011 02:05 PM |
|
Esenthel
Administrator
|
RE: Event on GUI List : OnClick
if(Gui.ms()==&list && Ms.bp(0))
if(ELM *elm=list())
|
|
07-16-2011 01:13 PM |
|
Avatar
Member
|
RE: [Solved] Event on GUI List : OnClick
THX
|
|
07-16-2011 03:10 PM |
|