Re: destroystack wrong behavior...

2010-05-27 Thread Thierry D.
Hi all, Thanks to all for your suggestions. I've found a solution to this question. not sure if it is completely resolved, but seems to work quite well. So, better share in the hope it will help few of you... I've changed the filename of my stack, that's it ! then the name and the filename

Re: destroystack wrong behavior...

2010-05-20 Thread Thierry D.
Le 19 mai 2010 à 23:05, Malte Pfaff-Brill a écrit : Thierry, Hello Malte, does your stack have any substacks that are still open? Rev can not destroy it in that case. Yes, one substack and sometimes it's visible, sometimes not visible. Then, the mainstack is closed, but still in memory.

destroystack wrong behavior...

2010-05-19 Thread Thierry D.
Hi all, from time to time, in Rev IDE ( 4.0 MacOS ) when closing a stack, the stack is still in memory, seen in the Application browser too. DestroyStack and DestroyWindow are set properly ! and Yes, I refresh the application browser. It had happened few times during my developments, and never

Re: destroystack wrong behavior...

2010-05-19 Thread Thierry D.
Hi Thierry, Yes, I am having the same problem. Once in a while, even after explicitly deleting a stack with the delete command, the stack still pops up somehow. Thanks Mark I'm not alone ! Half the suffering is gone :) I think this is due to the compexity of the IDE. Probably, the

Re: destroystack wrong behavior...

2010-05-19 Thread Thierry D.
Le 19 mai 2010 à 19:59, J. Landman Gay a écrit : What happens if you type into the message box: delete stack main stack Does it go away then? (Make sure you specify the mainstack, not the substack.) Hmmm, as soon as I sent my email to this list, it starts to work again :) and

Re: destroystack wrong behavior...

2010-05-19 Thread Thierry D.
Le 19 mai 2010 à 21:38, Richmond Mathewson a écrit : On 19/05/2010 22:19, J. Landman Gay wrote: Richmond Mathewson wrote: What happens if you type into the message box: delete stack main stack Does it go away then? (Make sure you specify the mainstack, not the substack.) Yes, it

Re: destroystack wrong behavior...

2010-05-19 Thread Thierry D.
Le 19 mai 2010 à 21:34, Andre Garzia a écrit : Been there as well, came to a little fix if you can call that a fix, instead of closing the stack try something along the lines of: delete stack myStack This will really take it out of the memory, so these days, I close and then I delete or

Re: How exactly does runrev for ipad/iphone work?

2010-05-07 Thread Thierry D.
Le 7 mai 2010 à 11:15, René Micout a écrit : Am I in this case in violation of § 3.3.1 ? In absolute (towards contract), yes, but where are the proof ? If I act in this way, I don't see where is there problem... René Bonjour René, Then, in your next reincarnation, you will be a

Re: User Extensions/Externals

2010-05-04 Thread Thierry D.
Le 4 mai 2010 à 04:37, Graham Heather Harrison a écrit : Jacque wrote: But look at the nice thread you started. Yes, it has been very informative… and civilised. Note: If you reference externals or externalPackages for me or this stack, your new External will not appear. Sorry.

Re: User Extensions/Externals

2010-05-04 Thread Thierry D.
Okay, now I'm a little puzzled. I removed all the old stuff about creating a template stack, adding the externals property to it, and then using it to create a dummy stack. I then added the following code to my main stack script: on startup if the platform is Win32 then set the

Re: AW: AW: need advice for keeping file flags in a zip

2010-05-04 Thread Thierry D.
Le 4 mai 2010 à 20:22, Bob Sneidar a écrit : A zip program on the other hand, has to create it's own compressed file structure inside the file the OS knows about. It would then be up to the developer to set the flags appropriately, as the OS has no part to play with what is going on

Re: OT: need advice for keeping file flags in a zip

2010-05-03 Thread Thierry D.
Le 3 mai 2010 à 08:54, Tiemo Hollmann TB a écrit : Hello, still struggeling with keeping the locked flag of a file when zipping and unzipping. I followed exactly Thierries advice to use following syntax: ditto -c -k --sequesterRsrc SrcFolder testditto.zip :( and though a locked file

Re: AW: OT: need advice for keeping file flags in a zip

2010-05-03 Thread Thierry D.
Le 3 mai 2010 à 09:56, Tiemo Hollmann TB a écrit : Another thought : Have you all the rights ( user and group ) to do so ? May be worth a try with this one : sudo ditto ... Good luck Thierry ___ use-revolution mailing list

Re: User Extensions/Externals

2010-05-03 Thread Thierry D.
Le 3 mai 2010 à 19:56, J. Landman Gay a écrit : The dummy stack trick is just a clever work-around to allow you to load an external on demand. It isn't required. It sounds like what changed was the standalone builder rather than the way externals work, but I'm not sure either how that

Re: How to translate a rev path to an absolut unix path?

2010-05-01 Thread Thierry D.
Le 1 mai 2010 à 14:50, Tiemo Hollmann TB a écrit : Hello, since I don't find a way how to preserve the lock status of a file, Hi Tiemo, This command did work for me on Snow Leopard : ditto -v -rsrcFork /source /destination I could keep all hidden and immutable flags ! HTH Regards,

Re: AW: How to translate a rev path to an absolut unix path?

2010-05-01 Thread Thierry D.
Le 1 mai 2010 à 17:47, Tiemo Hollmann TB a écrit : Bon soir Thierry, your proposal seems to be half the way. Bonsoir Tiemo, So, did check with your specs. add a bundle folder in my dir, hide and lock a test file inside the bundle folder and did this : -- create a zip file keeping all

Re: How to transfer a UNIX executable through Rev

2009-11-25 Thread Thierry D .
Le 25 nov. 09 à 08:12, Richard Miller a écrit : Here's what I am doing. Not sure why this doesn't work. Could it be that you only need to set the executable bit ? chmod +x your file HTH, Thierry I want to transfer the UNIX executable portion of a Mac rev application bundle via ftp. I

Application Browser not showing group items

2009-11-25 Thread Thierry D.
Hi, Siince 2 days, the Application browser doesn't show me any controls belonging to a group ! I can see them on the screen, can list them from the properties palette ( top - right inspect button ). Running Rev4 on MacOS x Any insights ? Regards, Thierry

Re: How to transfer a UNIX executable through Rev

2009-11-25 Thread Thierry D.
Le 25 nov. 09 à 13:07, Richard Miller a écrit : Thierry, Could be. I'm not familiar with this. I'm trying this: get shell (chmod + x MyExecutableFileName) typo ? Need to be +x , not + x ! When I run this in the msg box, it returns 1. But I see no change to the app. It still looks

Re: Application Browser not showing group items

2009-11-25 Thread Thierry D .
Siince 2 days, the Application browser doesn't show me any controls belonging to a group ! I can see them on the screen, can list them from the properties palette ( top - right inspect button ). Is the selectGroupedControls property of the group set to false? If so then the Application

right click on a list field

2009-11-18 Thread Thierry D.
Hi all, Can someone confirm that we can't select a line in a list field when right clicking on any line ? Rev4 - MacOsx And any quick workaround ? Regards, Thierry ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: right click on a list field

2009-11-18 Thread Thierry D.
Le 18 nov. 09 à 12:44, Klaus Major a écrit : Bonjour Thierry, Halo Klaus, Du hast mir den Tag gerettet ! Ich danke dir. Thierry Hi all, Can someone confirm that we can't select a line in a list field when right clicking on any line ? Rev4 - MacOsx And any quick workaround ? add this

Re: Setting Stack Externals on Mac

2009-11-16 Thread Thierry D .
Le 16 nov. 09 à 18:22, Jim Bufalini a écrit : Hello, Can someone give me the code for setting the externals of a stack on a Mac Standalone? On PC it is: Have a look at runrev lessons. Trevor did a nice lesson about this. HTH, Thierry ___

revolution on linux with JWM

2009-11-04 Thread Thierry D .
Hi all, can someone confirm ( or not ) any success installing revolution on any linux box with the JWM window manager ? Thanks for any info or pointers. Regards, Thierry ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit