From: Alexander S.K. <al...@be...> - 2004-10-21 10:25:36
|
Sandro, just some thoughts regarding the tab order, which you had requested recently. Currently you can define the necessary tab order simply placing the control definitions in your code in the order which you need. I.e., if you write: @ 100, 80 GET oGet2 ... @ 50,30 GET oGet1 ... @ 100,110 GET oGet3 the tab order will be: oGet2, oGet1, oGet3. Is some special TabOrder method really needed ? Regards, Alexander http://kresin.belgorod.su |