Search found 6 matches

by ustuode
Sun Dec 09, 2018 7:27 am
Forum: Coding Questions
Topic: How 2 design a loading dailog
Replies: 6
Views: 1343

Re: How 2 design a loading dailog

I have sloved all my problems , post my code after
Procedure DoEvents()
Protected Event.l
Repeat
Event = WindowEvent()
If Event = 0
Sleep_(0)
EndIf
Until Event = 0
EndProcedure

;waiting window
Procedure SetLoadingWin(opeOrClo)
If opeOrClo
OpenWindow_waiting()
StickyWindow(Window_waiting ...
by ustuode
Sun Dec 09, 2018 6:10 am
Forum: Coding Questions
Topic: How 2 design a loading dailog
Replies: 6
Views: 1343

Re: How 2 design a loading dailog

there is a new question,
when I run StickyWindow(#Win_Wait, #True) to put the waitingwindow to the topest, I still can control the mainwindow under it, How can I reset the waitingwindow like a MessageRequester box, when it popup I couldnot touch my mainwindow :oops: :oops:
by ustuode
Sat Dec 08, 2018 7:57 am
Forum: Coding Questions
Topic: How 2 design a loading dailog
Replies: 6
Views: 1343

Re: How 2 design a loading dailog

yep :D StickyWindow is what I want 2 find. I just cant 2 describe the method
thks :lol:
by ustuode
Fri Dec 07, 2018 4:11 pm
Forum: Coding Questions
Topic: How 2 design a loading dailog
Replies: 6
Views: 1343

How 2 design a loading dailog

A program that have many windows.
I want to design a noBoard loading window when the program is working something, while finish the event and next close the loading window.
In loading window show time , user could not do anything
:oops: :oops: :oops: tks
by ustuode
Fri Dec 07, 2018 9:49 am
Forum: Mac OSX
Topic: How to use external tool?
Replies: 5
Views: 2289

Re: How to use external tool?

Ajm wrote:You need the command line to point to the executable within the .app bundle.

Regards

Andy
thank u , it works, it need written like this /test.app/Contents/MacOS/test
by ustuode
Fri Dec 07, 2018 9:17 am
Forum: Mac OSX
Topic: How to use external tool?
Replies: 5
Views: 2289

Re: How to use external tool?

whatever how I configure my test item in configure tools ,it dont work~ I click in the menu of my item, nothing happend :shock: :shock: :shock:
Image