Radio Button

Post Reply
Peter
Posts: 31
Joined: Wed Oct 19, 2005 3:30 am

Radio Button

Post by Peter »

Dear all,

It's possible to Define Radio button with horizontal style ? If possible how to ?

Best regard,

Peter

PS. I'm use Fw2.1c Blinker 7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Peter,

If you are building it from resource, simply place it horizontal. If you are creating it from source code, change the position of each radio, once created, using:_

oRadMenu:aItems[ n ]:nTop = ...
oRadMenu:aItems[ n ]:nLeft = ...
oRadMenu:aItems[ n ]:nWidth = ...
oRadMenu:aItems[ n ]:nHeight = ...
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply