mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 18
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Apr 2003
Posts: 18
well, on a dialog i need to have 4 items with two options each, but if i enter 8 radios on the same tab, mirc takes it as if they were 8 options for the same item... can i fix this? or do i have to use another method?



Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Use the "group" syle.

Code:
dialog e.g. {
  radio "text", id, x y w h,  group
  radio "text", id, x y w h
  radio "text", id, x y w h,  group
  radio "text", id, x y w h
  radio "text", id, x y w h,  group
  radio "text", id, x y w h
  radio "text", id, x y w h,  group
  radio "text", id, x y w h
}

Joined: Apr 2003
Posts: 18
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Apr 2003
Posts: 18
ok thanks, i had never looked at the "other styles" section of the help file :P




Link Copied to Clipboard