How Can I do a Splash Welcome screen every time when I will launch the Plugin
-
How Can I do a Splash screen or Welcome screen every time when I will launch the Plugin. I want to do it more customized way. I want when user will launch the plugin it will show the about panel automatically.
-
What comes to mind:
LAF your own panel that builds onInit, add an "X" button on that panel that closes your splash screen never to be seen again (unless you relaunch lol).
-
@Chazrox Yes, I thought that way. Only option I have if I save and compile the plugins with keeping the flash panel on. This will do exactly what you have told. But I want something like Splash that will not have a close button. I guess Timer can solve it. But no clue how to do that.
-
@DabDab I think you can use the timer to make a counter and when the counter reaches a certain number , close panel.
-
@Chazrox Yup. I am trying it.