I found a bug in TRadMenu, the line 112:
AAdd( ::aItems, TRadio():New( nRow + ( n - 1 ) , nCol, acItems[ n ],;
seems to be changed to:
AAdd( ::aItems, TRadio():New( nRow + ( n - 1 )*nStep , nCol, acItems[ n ],;
Best regards.
Claudio
TRadMenu bug with pixel metrix
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- claudio.driussi
- Posts: 18
- Joined: Fri Nov 11, 2005 4:46 pm
I tried modified code with pixel metrix and it works fine for me, with the original code radio buttons disappare. I did'nt tried with pixel switch off.Antonio Linares wrote:Claudio,
In our tests it seems that we should better not use it and leave the code as it is right now. It looks better.
Best regards.
Claudio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: