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
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
Claudio,
Yes, you are right. nStep was not being used.
have you tried it ? Does it works ok ?
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.
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.
Claudio,
Yes, the problem is with lPixel as .f.