NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Koen Tjoa on December 08, 2011, 04:25:18 AM

Title: Initially hide tabs
Post by: Koen Tjoa on December 08, 2011, 04:25:18 AM
I have a NetWebForm which conditionally hides and unhides tabs. This is done by the template in the Value::MyTabX routines and works fine.

Unfortunate I had one situation when the machine was probably rather slow. So when the NetWebForm procedure was called, it first showed all the tabs and then a moment later it hides them as supposed to. Not a big issue, but it is a bit sloppy and should probably use a faster computer.

However, just for being sure: Is it possible to hide the tabs initially when the GenerateTabX routines are called? On that slow machine I guess it takes to long before Value::MyTabX routines are called.
Title: Re: Initially hide tabs
Post by: Bruce on December 08, 2011, 06:27:38 AM
there's no trivial way to do this - it's something I'm working on though.

cheers
Bruce