Jump to content

gui little help


erikson
 Share

Recommended Posts

hi again!

i have a gui with some dynamic radio buttons

CODE
For $i = 1 To UBound($aRecords)-1

GUICtrlCreateRadio($aRecords[$i], 5, 10+($i*20),80)

GUICtrlSetOnEvent(-1, "getkey")

the problem is that the script choose automaticly a radio button ( first in the list) when i make a click outside window.( it also work fine if i choose a specific radio , the only inconvenient is that i choose first button when i click outside gui)

all i whant is to run "getkey" only when i check a radio from window

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...