PtokaX forum

Development Section => LUA & PtokaX-Scripting-Interface => Topic started by: DorianG on 01 March, 2006, 02:18:55

Title: WXLUA
Post by: DorianG on 01 March, 2006, 02:18:55
I have some problem with wxlua librery.. i would like to know if there is a wiki.. thanks for you future reply
Title: Re: WXLUA
Post by: bastya_elvtars on 01 March, 2006, 03:03:39
Not knowing much about it... bu what's the exact problem?
Title: Re: WXLUA
Post by: Herodes on 01 March, 2006, 11:32:57
Quote from: DorianG on 01 March, 2006, 02:18:55
I have some problem with wxlua librery.. i would like to know if there is a wiki.. thanks for you future reply
Yep pls give an example of the problems u r facing ... furthermore, there are examples for using the library in the distribution aren't there ?
Title: Re: WXLUA
Post by: DorianG on 01 March, 2006, 23:14:43
My problem is this...
I have created a checkbox in this way:

local RHFBox = wx.wxCheckBox( pag1, Note_RHFBox, " Redirect on hub full: ", wx.wxPoint(320, 22) )


I would now like to know whether to do to give a different value to the checkbox if it is blunt and if it is not.
Do you know?
Title: Re: WXLUA
Post by: plop on 03 March, 2006, 00:15:18
click (http://www.wxwindows.org/manuals/2.6.2/wx_wxcheckbox.html#wxcheckbox)

plop
Title: Re: WXLUA
Post by: DorianG on 05 March, 2006, 20:11:05
Thanks plop.. i have already readed this page... But i haven't seen what intrests me...

Thanks so mutch
Title: Re: WXLUA
Post by: NightLitch on 27 January, 2007, 12:05:41
Quote from: DorianG on 01 March, 2006, 23:14:43
My problem is this...
I have created a checkbox in this way:

local RHFBox = wx.wxCheckBox( pag1, Note_RHFBox, " Redirect on hub full: ", wx.wxPoint(320, 22) )


I would now like to know whether to do to give a different value to the checkbox if it is blunt and if it is not.
Do you know?

If you're still interested of maybe you have allready solved it... ;)

RHFBox:SetValue(true) -- marked
RHFBox:SetValue(false) -- unmarked

laters