| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Jul 15, 2003 10:03 pm Post subject: Find which tab is active |
|
|
How can I find the active tab? I tried the following but it doesn't work.
| Code: | | info @dlgtext(tab1) |
_________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
NathanH Valued Newbie
Joined: 05 Sep 2001 Posts: 32
|
Posted: Wed Jul 16, 2003 5:59 am Post subject: |
|
|
Could you not assign a variable when the tab is clicked, and keep track of it that way. I have even written the value to the registry, so when the program is next run, the last tab active is again opened.
Don't know of any function that can give you that info...
Nathan |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 16, 2003 11:53 am Post subject: |
|
|
That's what I ended up doing. Thanks.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|