View previous topic :: View next topic |
Author |
Message |
greese
Joined: 07 Sep 2011 Posts: 2
|
Posted: Wed May 30, 2012 10:48 pm Post subject: No TabOrder or TabStop in TNumLab |
|
|
Are the TabOrder and TabStop properties of TNumLab missing? They don't show up in the object inspector (C++ Builder) and they're not documented. I use TNumLab in a GUI but it doesn't respond and am wondering if the problem is related to the missing properties.
Thanks.
Greg Reese |
|
Back to top |
|
 |
hlohning

Joined: 08 Sep 2006 Posts: 277 Location: Austria
|
Posted: Mon Aug 13, 2012 9:48 am Post subject: |
|
|
... TabStops are not appropriate in the case of TNumLab because TNumLab does no allow to input anything via the keyboard.
If you need to have TabStops you should use TNumIO2 and switch it to readonly mode (in order to emulate TNumLab behavior). But TNumIO2 and TNumLab are not really comparable (the first is for input, the second for display only).
Regards,
Hans _________________ Hans Lohninger
Software Development Lohninger
http://www.lohninger.com/ |
|
Back to top |
|
 |
|