Re: Start IDE with the last open stack

2008-03-05 Thread Thierry


Le 5 mars 08 à 20:55, Jerry Daniels a écrit :


Thierry,

GLX2 latest beta will do what you are trying to do. It remembers  
your last session (a preference) and also lets you store sessions  
and name them as "work spaces."


Great !
It works perfectly  :-)

Regards,
Thierry

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Start IDE with the last open stack

2008-03-05 Thread Jerry Daniels

Thierry,

GLX2 latest beta will do what you are trying to do. It remembers your  
last session (a preference) and also lets you store sessions and name  
them as "work spaces."


GLX2's Work Spaces are better than Firefox in many ways because  
they're made for Rev developers! Opening a Work Space does not  
automatically show the last stack(s) you were working on, but it does  
display all the tabs for the scripts you were working on. Showing the  
stack after that is pretty simple.


BTW, there is a preference for restoring the last tabs you were  
working on independent of using the Work Spaces feature.


See some snap shots:

http://daniels-mara.com/glx2/workspaces_snaps/GLX2_workspaces1.jpg -  
GLX2 Home Tab shows Work Spaces
http://daniels-mara.com/glx2/workspaces_snaps/GLX2_workspaces2.jpg -  
access Work Spaces via menu
http://daniels-mara.com/glx2/workspaces_snaps/GLX2_workspaces3.jpg -  
Work Space chooser


If you're a GLX2 user and you're not on the GLX2 support site (where  
such discussions take place), sign up by requesting admittance via  
this email:


[EMAIL PROTECTED]

Best,

Jerry Daniels

Daniels & Mara, Inc.
Makers of GLX2
http://www.daniels-mara.com/glx2



On Mar 5, 2008, at 9:41 AM, Thierry wrote:


Le 5 mars 08 à 16:28, Troy Rollins a écrit :


On Mar 5, 2008, at 4:57 AM, Thierry wrote:


the scripts to be restored in the Glx2 Script Editor


Doesn't GLX2 basically have this functionality built in?


Do you mean it has when restarting Rev ?
If so, what did I miss ? some Prefs ?


Or or you trying to do something different than what it does?


Well, basically, wanting to have the same behavior as you
have with firefox and tabs.

Regards,
Thierry

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Start IDE with the last open stack

2008-03-05 Thread Thierry

Le 5 mars 08 à 16:28, Troy Rollins a écrit :


On Mar 5, 2008, at 4:57 AM, Thierry wrote:


the scripts to be restored in the Glx2 Script Editor


Doesn't GLX2 basically have this functionality built in?


Do you mean it has when restarting Rev ?
If so, what did I miss ? some Prefs ?


Or or you trying to do something different than what it does?


Well, basically, wanting to have the same behavior as you
have with firefox and tabs.

Regards,
Thierry

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Start IDE with the last open stack

2008-03-05 Thread Troy Rollins


On Mar 5, 2008, at 4:57 AM, Thierry wrote:


the scripts to be restored in the Glx2 Script Editor


Doesn't GLX2 basically have this functionality built in? Or or you  
trying to do something different than what it does?


--
Troy
RPSystems, Ltd.
http://www.rpsystems.net


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Start IDE with the last open stack

2008-03-05 Thread Thierry


Bonjour Eric,

Probably you could add 'revShutDown' to the messages sent to your  
plugin in order to write a text file with all info needed when the  
user quits Rev.

And restore when your plugin is loaded again at next startup.



Mais bien sur ... 'revShutDown'  !
Merci :-)

So, still unclear about
 the scripts to be restored in the Glx2 Script Editor

How do I get this information ?

Regards,
Thierry



Le 5 mars 08 à 10:09, Thierry a écrit :


Hello All,

I have a Start-Plugin which set up few things:
 browse mode,
 close tools,
 set the rect of Glx2 script window,...

Now, i would like to do :
 - open automaticaly the stack
 I was working on before closing the IDE

 - open nothing if I close the IDE with no opened stacks

 - and a bit more: Open all the scripts which were opened
before closing the IDE again. ( Glx2 editor )

Some clue, hint or pointers for this ?

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Start IDE with the last open stack

2008-03-05 Thread Eric Chatonet

Bonjour Thierry,

Probably you could add 'revShutDown' to the messages sent to your  
plugin in order to write a text file with all info needed when the  
user quits Rev.

And restore when your plugin is loaded again at next startup.

Le 5 mars 08 à 10:09, Thierry a écrit :


Hello All,

I have a Start-Plugin which set up few things:
 browse mode,
 close tools,
 set the rect of Glx2 script window,...

Now, i would like to do :
 - open automaticaly the stack
 I was working on before closing the IDE

 - open nothing if I close the IDE with no opened stacks

 - and a bit more: Open all the scripts which were opened
before closing the IDE again. ( Glx2 editor )

Some clue, hint or pointers for this ?

Regards,
Thierry


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Start IDE with the last open stack

2008-03-05 Thread Thierry

Hello All,

I have a Start-Plugin which set up few things:
 browse mode,
 close tools,
 set the rect of Glx2 script window,...

Now, i would like to do :
 - open automaticaly the stack
 I was working on before closing the IDE

 - open nothing if I close the IDE with no opened stacks

 - and a bit more: Open all the scripts which were opened
before closing the IDE again. ( Glx2 editor )

Some clue, hint or pointers for this ?

Regards,
Thierry

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution