Hello everybody,
I would like to set a certain page as the first page to display after the splash screen.
This page contains the navigation menu for the operator.
Thanks for your answer(s)
Hello everybody,
I would like to set a certain page as the first page to display after the splash screen.
This page contains the navigation menu for the operator.
Thanks for your answer(s)
Hi Jan Lonij
Try the citect.ini setting [Page]Startup=YourPageName
Let me know how it goes. If that doesn't work, let us know what template your pages are built using and what include projects are set.
Kind regards
Olivier
The page is built with this template:
The Page, I call is this:
The page is built with this template:
The Page, I call is this:
Make sure you are editing the config\citect.ini file. The copy in the project folder is not used. It's just a copy for your reference from the last time you backed up/restored the project.
It's a good idea to use the Computer Setup Editor to edit citect.ini. It opens the correct file from Config, and it makes sure the format is valid. For example, if you have 2 [Page] sections, the 2nd one will be ignored.
I'm not sure how familiar you are with Cicode. To search for the ClientStartup function, open the Cicode Editor, and from the toolbar, click the Find User Function button. Type in ClientStartup and click OK to search for it.