| View previous topic :: View next topic |
| Author |
Message |
pj Newbie
Joined: 26 Apr 2002 Posts: 11
|
Posted: Thu May 09, 2002 10:26 am Post subject: Dialog Tabs |
|
|
I have an application with several tabs. when Iclick on one of the tabs I check if it's ok to activate that tab. If not I want to stay on the current tab and do nothing except display a warning. This is all ok except that the tab I clicked on appears to be the one at the front even though the contents have not changed.
How do I make the original tab the front most one again?
Thanks
PJ |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Thu May 09, 2002 10:47 am Post subject: |
|
|
You can use the DIALOG Set command.
| Code: |
Dialog Set, Tab1, MyTab
|
That should work. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
pj Newbie
Joined: 26 Apr 2002 Posts: 11
|
Posted: Thu May 09, 2002 11:01 am Post subject: DIALOG Tabs |
|
|
Thanks
I knew it must be simple!
PJ |
|
| Back to top |
|
 |
|