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
Radio Button
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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 = ...
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 = ...