comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: runtime application avoid multi open
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: runtime application avoid multi open [message #80034 is a reply to message #80033] Tue, 24 April 2012 06:38 Go to previous messageGo to previous message
Vincent Sarago is currently offline  Vincent Sarago
Messages: 34
Registered: September 2011
Member
Hello,
Is your runtime Application using XREGISTER (i guest it's a Widget) ?

if yes you can just teest if the procedure or function has been already register .

PRO yourAppliMainPro

if (XREGISTERED("yourAppliMainPro") ne 0) then begin

# Do What you want Here

endif


Vincent

On Tuesday, April 24, 2012 3:32:46 PM UTC+2, Rongchang Chen wrote:
> Hi everyone,
> I have my runtime application, saved it in a .sav. I found it can be
> multi opened. However, I wish the same application just can be one
> open/active on the operation system, if someone want to open the same
> application again, then it will pop-up the already opened one.
> Does someone know how to realize this? thanks a lot.
>
> All the best,
> Rongchang
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: runtime application avoid multi open
Next Topic: small consulting firm in NM needs an IDL developer

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:06:58 PDT 2025

Total time taken to generate the page: 0.00396 seconds