Version 2 of my plugin now gives you the ability to hide the splash via a method, make the solution window full screen and if you like, to hide the menubar and the taskbar/dock…
greatjob! Especially hiding the menu bar is useful. You only have forgotten to make plugins.it2be_splash.setMenuBarVisible(); visible in the plugin. It does work, but it doesn’t show up under the available functions…
A communication error occurred: “Operation timed out”
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
For assistance, contact your network support team.
One very little issue I got when I was testing. If you showed the splash twice before the first one closes, then the splash never close until I restart the servoy.
I can now show the splash whenever I am going start a lengthy process where the progression plugin is not involved and close the splash at the end of the script.
I can’t image the splash to never ‘close’ unless you set the time length too long. What I can imagine is that the hide only works for one splash.
I did put the splash in a seperate threath, that’s the reason Servoy keeps on running, however I haven’t rebuilt the plugin so that you can run more than one splash at a time. Didn’t see the purpose for that and it would have taken me too much time right now…
Nice job: this Splash plugin! Really like it!
One question: I noticed with the ‘show’ method that you can insert an image AND text. Is that text ABOVE the image or is it also possible to have text ON the image?
It is the exact same thing I wanted to do. Although the process is running in a seperate thread however anything you do behind the splash will take too much of the processor to really update the splash. Will investigate it some time…