FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Radio Button
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM

Radio Button

Posted: Fri Nov 24, 2006 02:05 AM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Radio Button

Posted: Fri Nov 24, 2006 07:19 AM

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

Continue the discussion