WAIT WINDOW

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

RPC
Posts: 308
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: WAIT WINDOW

Post by RPC »

serge_girard wrote: Sun Feb 02, 2020 1:52 pm Please, send it in a new ZIP file!
Serge
Hi serge_girard
Enclosing all the files again
Please have a look and advice.
Thanks
Attachments
TestWait3.zip
(2.8 KiB) Downloaded 117 times
User avatar
gfilatov
Posts: 1101
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: WAIT WINDOW

Post by gfilatov »

RPC wrote: Sun Feb 02, 2020 7:01 pm Please have a look and advice.
Hi,

Please be so kind to define your form in the file TestWait.Fmg as MAIN window.
DEFINE WINDOW TEMPLATE AT 213 , 451 WIDTH 750 HEIGHT 350 VIRTUAL WIDTH Nil VIRTUAL HEIGHT Nil TITLE "" ICON NIL MAIN CURSOR NIL ON INIT isInternet() ON RELEASE Nil ON INTERACTIVECLOSE Nil ON MOUSECLICK Nil ON MOUSEDRAG Nil ON MOUSEMOVE Nil ON SIZE Nil ON MAXIMIZE Nil ON MINIMIZE Nil ON PAINT Nil BACKCOLOR Nil NOTIFYICON NIL NOTIFYTOOLTIP NIL ON NOTIFYCLICK Nil ON GOTFOCUS Nil ON LOSTFOCUS Nil ON SCROLLUP Nil ON SCROLLDOWN Nil ON SCROLLLEFT Nil ON SCROLLRIGHT Nil ON HSCROLLBOX Nil ON VSCROLLBOX Nil
It will solve this issue. :arrow:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
RPC
Posts: 308
Joined: Fri Feb 10, 2017 4:12 am
DBs Used: DBF

Re: WAIT WINDOW

Post by RPC »

Hi gfilatov
Your suggestion works well.
I am still confused why the program runs smoothly otherwise.
Please advice.
Many thanks for your help
Post Reply