RPC wrote: ↑Sun Apr 12, 2020 9:51 pm
Have a look at \HMG-SAMPLES\Miscelleneous\ScreenSplash\ScreenSplash.exe
See if it solves your problem
No, but it show my Problem ... it "just" delay but no other Action
i have used that Sample and try to run it in a Thread ... no luck yet
Code: Select all
CreateScreenSplash(cFileName, nDelaySeconds, nAnimateSeconds)
DEMO2()
i try something like his
Code: Select all
hb_threadStart( HB_THREAD_INHERIT_PUBLIC, @CreateScreenSplash(),cFileName, nDelaySeconds, nAnimateSeconds)
but i get Error like
Only Panel windows can be defined inside a DEFINE WINDOW...END WINDOW structure. Program Terminated
Parent can be specified only for Panel windows. Program Terminated
Panel Windows can't be explicity activated (They are activated via its parent). Program terminated
Window: FormSplash is not active. Program terminated
Window: FormSplash is not defined. Program terminated
---
how to run CreateScreenSplash() in a Thread AND run Demo2() while loading Image
p.s. Question : how to change Cursor when "loading ... "
