Tab order of newly created control

Creative ideas/suggestions for HMG

Moderator: Rathinagiri

Post Reply
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Tab order of newly created control

Post by Rathinagiri »

Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.

In that case, the tab order set for the new control is last. Can that be restored as the old control?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Tab order of newly created control

Post by Roberto Lopez »

rathinagiri wrote:Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.

In that case, the tab order set for the new control is last. Can that be restored as the old control?
It could be a difficult thing to implement, but can be done.

In fact a 'taborder' property could be the best way to implement that.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Tab order of newly created control

Post by Rathinagiri »

Roberto Lopez wrote:
rathinagiri wrote:Sometimes, we release old controls and define new controls in the same name elsewhere outside define window ... end window wrapper.

In that case, the tab order set for the new control is last. Can that be restored as the old control?
It could be a difficult thing to implement, but can be done.

In fact a 'taborder' property could be the best way to implement that.
Thanks for the answer Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply