Hi Eric and thanks for the help!


As for your problem, you have to check when you have to trigger or
PASS a system message with a condition test.
You are right: IDE behaviour if different from stand alone environment.
You can check this too and act accordingly.

I really don't understand what you mean here, what test do I need to perform? One of these, or something different?

1.  Check if myStackFileName is empty and if so skip the "start uisng"
2.  Check the Stack Name for "revSaving" and if so skip the "start uisng"
3.  Check if in "development" moce and if so  skip the "start uisng"

Assuming it's 1 above, do you mean do this:

if myStackFileName = empty then
   pass openStack
   exit openStack
end if

Do I use the same test in the closeStack handler?

Thanks in Advance
Dave

Hi,

openStack handler is called each time a stack is open: in the IDE it
may be when opening any script, any property window, rev error
dialog, app browser, etc..
In fact any window. That's the great thing with Rev : the IDE is
built with Rev :-)
As for your problem, you have to check when you have to trigger or
PASS a system message with a condition test.
You are right: IDE behaviour if different from stand alone environment.
You can check this too and act accordingly.
Best,

Le 20 avr. 05, à 19:53, David Burgun a écrit :

I hadn't realized that the openStack handler gets called when doing a
Save. What is the recommended action for handle this?

I could do one of three things:

1.  Check if myStackFileName is empty and if so skip the "start uisng"
2.  Check the Stack Name for "revSaving" and if so skip the "start uisng"
3.  Check if in "development" moce and if so  skip the "start uisng"

I suppose I need similar tests in preOpenStack and closeStack?


Amicalement,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch
----------------------------------------------------------------
Web site                http://www.sosmartsoftware.com/
Email           [EMAIL PROTECTED]/
Phone           33 (0)1 43 31 77 62
Mobile          33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to