Jump to content

Recommended Posts

Posted

is it posible to attach event handlers to combo boxes?

i've traid

$seqUI = GUICtrlCreateCombo("",-200,20,150)
GUISetOnEvent($seqUI,"onJobSeqChanged")

but it dosn't seem to be working.

what i'm trying to do is update other combo boxes dynamicly

based on what you select.

anyways any help would be apricated.

cheers,

Los.

Carlos AnguianoSenior Technical Director/Pipeline EngineerRed magnet Studios Venice, CAhttp://www.redmagnetfx.com

Posted

is it posible to attach event handlers to combo boxes?

i've traid

$seqUI = GUICtrlCreateCombo("",-200,20,150)
GUISetOnEvent($seqUI,"onJobSeqChanged")

but it dosn't seem to be working.

what i'm trying to do is update other combo boxes dynamicly

based on what you select.

anyways any help would be apricated.

cheers,

Los.

Ok i'm a dush,

i've been using the wrong fucniton i need GUICtrlSetOnEvent.

thanks anyways dudes!!

Carlos AnguianoSenior Technical Director/Pipeline EngineerRed magnet Studios Venice, CAhttp://www.redmagnetfx.com

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...