Topic: Image Splash

Hi Guys,


Is it possible to use an image only splash without win container in MVD?

Adam
God... please help me become the person my dog thinks I am.

Re: Image Splash

Hello AD_1408

Yes you can !

See the attachment

JB

Post's attachments

Attachment icon SPALSH.zip 368.3 kb, 447 downloads since 2016-11-30 

Re: Image Splash

Hello AD_1408

In this example, you have to use a container to store your image.
In fact, I don't think you can do without it

JB

Re: Image Splash

What exactly do you mean "Splash" ?
Usually splash called form with image which showing until application is loading.

Dmitry.

5 (edited by AD1408 2016-11-30 22:23:25)

Re: Image Splash

DriveSoft wrote:

...Usually splash called form with image which showing until application is loading.

That's what I meant by splash.


https://s13.postimg.org/4zdox43ef/splexmple.jpg


I was hoping a kind soul may give me a script for application splash without win container.


I understand on form design stage we'll have form with win container most likely but when compile/run splash that hides/doesn't show win container.

Adam
God... please help me become the person my dog thinks I am.

Re: Image Splash

AD1408
Set property of Form

BorderStyle = bsNone
Dmitry.

Re: Image Splash

Thanks a lot..........


Next question...
As users computer speed will differ, Instead of using fixed timer, is there a way to make splash screen disappear automatically once the application main window loaded?

Adam
God... please help me become the person my dog thinks I am.

Re: Image Splash

AD1408 wrote:

Thanks a lot..........


Next question...
As users computer speed will differ, Instead of using fixed timer, is there a way to make splash screen disappear automatically once the application main window loaded?

It's not possible in the current version, but it's nice idea, to make option to enable some standard splash screen for slow PC or big projects.

Dmitry.