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
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
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 = ...