12-21-2006 08:19 AM
Hello,
Sorry for the painfully long post.
I'm developing a PDA application and am having some issues with the tab
controls. I'm using LV 8.2 PDA module on Windows mobile 5.0.
My application requires multiple windows accessed from a main menu page. On the
main menu page, there are button controls to open each sub page which each
contain multiple indicators and controls. Some of the pages need to be password
protected which prevents me from using a traditional tab configuration so
I've used a tab control for each individual page.
When a button on the main menu page is pressed and a password is entered
correctly, the main menu page tab control visibility property is set to false
and the appropriate page visibility property is set to true. This method allows
me to switch the visibility of the tab rather than the visibility of each
control / indicator located on the tab.
The problems that I have encountered are:
Any
help would be appreciated. Is there a different method that I could use to
achieve the same goal without using tab controls as pages?
Thanks,
John
12-21-2006 10:50 AM
Here are two options -
01-04-2007 04:27 PM