Re: Zipping an application package by script

2008-09-10 Thread Brian Yennie

Would this work for your needs?

1) tar and zip it

tar -c -z -f MyApplication.tar.gz MyApplication.app

2) unzip it later

tar -xzf MyApplication.tar.gz


HTH,
Brian


I don't really care if the DS_Store files are in there or not ( I  
care not about Windoze )  - that was just an issue that stopped the  
shell call. But that does that mean there are several versions of  
Zip on the machine?


1. zip for rev
2. zip for the shell
3. whatever Automator uses (perhaps shell, above)
4. The finder Compress menu item...  (which results is what I  
want) -- It has no problems


Is there a 'domenu' applescript ?




___
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


AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Hi Eric and Malte,
@Eric: when running rev on a freshly booted machine I still have 1GB (of
2GB) free memory, so it shouldn't use virtual mem.
@Malte: messageMessages is false
I have noticed that only the menu items of the IDE main window have the slow
reaction, the icons below (inspector, script, messagebox,...) and the icons
in the tools palette windows react with normal speed.
Thanks anyway for your answers, probably I'll have to live with this
behaviour or I'll find a solution by accident.
@Jerry: ok, got it :)
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Eric Chatonet
 Gesendet: Dienstag, 9. September 2008 16:51
 An: How to use Revolution
 Betreff: Re: slown down of IDE 2.9 under windows
 
 Bonjour Tiemo,
 
 This may happen if Rev is obliged to run virtual memory (use disk):
 Disable all startup programs and reboot.
 
 Le 9 sept. 08 à 15:57, Tiemo Hollmann TB a écrit :
 
  Hi there,
 
  Win XP, SP2, Rev 2.9
 
  since some time (I don't remember what has been changed) my rev IDEs
  reaction on mouseclicks on every menu item slows down to a crawl.
  Means,
  after clicking on the file menu I have to wait 3 to 5 sec until the
  file
  menu opens, same with all other menus. After the menu is open and a
  menu
  item is been choosen everything runs in normal speed. I deactivated
  all
  plugins (took them out of the plugin folders), except of the GLX2
  plugins.
  Other programms have normal behavier at the same time, so that it
  also can't
  be other running processes.
 
  Did someone experienced such a behavier or has an idea where to
  look for?
 
  BTW, could someone shed some light on the plugin philosophy of
  runrev in the
  windows folder structure? Why is there a plugin folder under my
  personal
  files and settings and a second plugin folder under the programms
  revolution
  folder? What is the difference and where do I have to put / delete
  plugins,
  when installing them manually?
 
 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

___
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: Rev 3.0 Cloning problem

2008-09-10 Thread Bernard Devlin
Just a quick question: is this really the line of code you have in the
script editor:
sendchoose browse tooltomein1tick

Or have the spaces been stripped out somehow?

Bernard

On Wed, Sep 10, 2008 at 5:55 AM, John Tregea [EMAIL PROTECTED] wrote:

 Hi Fellow Rev'ers,

 I have been trying out Rev 3.0 across a number of iterations and recently
 came across a problem (3.0gm Build 750).

 I have a piece of code that makes a clone of a stack, renames it and then
 populates the new version of the stack with data from a database. This has
 worked fine in 2.8, 2.9 and earlier iterations of 3.0.

 The problem is that when the script gets to the clone command it performs
 that line then just exits as if there is no more code. No error is returned.
 Anyone seen this behaviour?

 The code looks like this.

 ifthereisnotastack tTheStack
 then
 clonestackresource_template
 sendchoose browse tooltomein1tick
 setthenameofstack it to tTheStack
 endif

 The variable tTheStack contains the name for the new stack. In debug mode
 the variable is correctly populated, the stack IS cloned, then the script
 just exits.

 Any help would be appreciated

 Regards

 John Tregea

 Technology Director
 Debraneys
 +61 (0) 4 0363 9367 Mobile
 www.debraneys.com

 ___
 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: slown down of IDE 2.9 under windows

2008-09-10 Thread Bernard Devlin
This may sound like a stupid question (so apologies in advance), but are you
sure this is on Rev 2.9 and not Rev 3.0?
Bernard

On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB [EMAIL PROTECTED]wrote:

 Hi there,

 Win XP, SP2, Rev 2.9

___
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


AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Hi Bernhard,
yes, 2.9.0 Build 610 :)
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Bernard Devlin
 Gesendet: Mittwoch, 10. September 2008 09:21
 An: How to use Revolution
 Betreff: Re: slown down of IDE 2.9 under windows
 
 This may sound like a stupid question (so apologies in advance), but are
 you
 sure this is on Rev 2.9 and not Rev 3.0?
 Bernard
 
 On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB
 [EMAIL PROTECTED]wrote:
 
  Hi there,
 
  Win XP, SP2, Rev 2.9
 
 ___
 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: Stack opens behind Windows desktop

2008-09-10 Thread Horst

Holá Jacqueline,

System settings??? Don't think so, cause there is/was never a problem with
IDE-Version. Just Standalone makes this Problems. During next days I'll
install some more Standalones on different PC's. Let's hope to get some more
infos then.

best regards

Horst


J. Landman Gay wrote:
 
 
 That's good info. It means the stack title bar doesn't matter, it is 
 something else. Also, it is good to know that it only happens on one of 
 your PCs (same as me) and not on all of them. Maybe the problem is a 
 system setting? I have no idea which one it might be.
 
 Your English is very good, by the way. :)
 
 -- 
 Jacqueline Landman Gay | [EMAIL PROTECTED]
 HyperActive Software   | http://www.hyperactivesw.com
 ___
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/Stack-opens-behind-Windows-desktop-tp19354380p19408405.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Horst

Holá Tiemo,

Yes, I also have that Phenomenal thing here. Yes, I also rum RR2.9.0 Build
610 and I use Win2k and XP. I also fond this problem on the Beta 3.0.0 But
I'm working under 2.9.0 now.

I find this slowdown on both, IDE and standalone.

The good thing is now: I'm not alone with this (thought it is MY problem
only), the bad thing: it should be fond :-(

Best regards

Horst


Tiemo Hollmann TB wrote:
 
 Hi Bernhard,
 yes, 2.9.0 Build 610 :)
 Tiemo
 
 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Bernard Devlin
 Gesendet: Mittwoch, 10. September 2008 09:21
 An: How to use Revolution
 Betreff: Re: slown down of IDE 2.9 under windows
 
 This may sound like a stupid question (so apologies in advance), but are
 you
 sure this is on Rev 2.9 and not Rev 3.0?
 Bernard
 
 On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB
 [EMAIL PROTECTED]wrote:
 
  Hi there,
 
  Win XP, SP2, Rev 2.9
 
 ___
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/slown-down-of-IDE-2.9-under-windows-tp19393010p19408605.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Bernard Devlin
The reason why I asked was I identified a bug in R3 which slowed down all
actions in fields (including the message box).  That slow down was something
to do with revMenuBar's menus being refreshed.  The slow down DID NOT exist
in 2.9, that's why I was making sure that you were not working on R3 and had
forgotten :-)

Now that there are two of you with this problem, I'm doubtful that the same
solution will work! Anyway, have either of you introduced any frontscripts
(or possibly backscripts - I've never used those), where you trap menuPick
messages?

Bernard

On Wed, Sep 10, 2008 at 11:00 AM, Horst [EMAIL PROTECTED] wrote:


 Holá Tiemo,

 Yes, I also have that Phenomenal thing here. Yes, I also rum RR2.9.0 Build
 610 and I use Win2k and XP. I also fond this problem on the Beta 3.0.0 But
 I'm working under 2.9.0 now.

 I find this slowdown on both, IDE and standalone.

 The good thing is now: I'm not alone with this (thought it is MY problem
 only), the bad thing: it should be fond :-(

 Best regards

 Horst


 Tiemo Hollmann TB wrote:
 
  Hi Bernhard,
  yes, 2.9.0 Build 610 :)
  Tiemo
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED] [mailto:use-revolution-
  [EMAIL PROTECTED] Im Auftrag von Bernard Devlin
  Gesendet: Mittwoch, 10. September 2008 09:21
  An: How to use Revolution
  Betreff: Re: slown down of IDE 2.9 under windows
 
  This may sound like a stupid question (so apologies in advance), but are
  you
  sure this is on Rev 2.9 and not Rev 3.0?
  Bernard
 
  On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB
  [EMAIL PROTECTED]wrote:
 
   Hi there,
  
   Win XP, SP2, Rev 2.9
  
  ___
  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
 
 

 --
 View this message in context:
 http://www.nabble.com/slown-down-of-IDE-2.9-under-windows-tp19393010p19408605.html
 Sent from the Revolution - User mailing list archive at Nabble.com.

 ___
 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


AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Hi Bernard,
noop, no front- or backscripts.
Thanks
Tiemo

 
 The reason why I asked was I identified a bug in R3 which slowed down all
 actions in fields (including the message box).  That slow down was
 something
 to do with revMenuBar's menus being refreshed.  The slow down DID NOT
 exist
 in 2.9, that's why I was making sure that you were not working on R3 and
 had
 forgotten :-)
 
 Now that there are two of you with this problem, I'm doubtful that the
 same
 solution will work! Anyway, have either of you introduced any frontscripts
 (or possibly backscripts - I've never used those), where you trap menuPick
 messages?
 
 Bernard
 
 On Wed, Sep 10, 2008 at 11:00 AM, Horst [EMAIL PROTECTED] wrote:
 
volution

___
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: Zipping an application package by script

2008-09-10 Thread Stephen Barncard

Thanks very much, Jim Ault, Richard Gaskin, Brian Yennie and Terry Judd.
Among your suggestions I'm sure I find something that works.
I'll report tomorrow on my results.
this list rocks...



Would this work for your needs?

1) tar and zip it

tar -c -z -f MyApplication.tar.gz MyApplication.app

2) unzip it later

tar -xzf MyApplication.tar.gz


HTH,
Brian


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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


AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Holá Horst,
did you already tried a fresh install of runrev?
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Horst
 Gesendet: Mittwoch, 10. September 2008 10:00
 An: use-revolution@lists.runrev.com
 Betreff: Re: AW: slown down of IDE 2.9 under windows
 
 
 Holá Tiemo,
 
 Yes, I also have that Phenomenal thing here. Yes, I also rum RR2.9.0 Build
 610 and I use Win2k and XP. I also fond this problem on the Beta 3.0.0 But
 I'm working under 2.9.0 now.
 
 I find this slowdown on both, IDE and standalone.
 
 The good thing is now: I'm not alone with this (thought it is MY problem
 only), the bad thing: it should be fond :-(
 
 Best regards
 
 Horst
 
 
 Tiemo Hollmann TB wrote:
 
  Hi Bernhard,
  yes, 2.9.0 Build 610 :)
  Tiemo
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED] [mailto:use-revolution-
  [EMAIL PROTECTED] Im Auftrag von Bernard Devlin
  Gesendet: Mittwoch, 10. September 2008 09:21
  An: How to use Revolution
  Betreff: Re: slown down of IDE 2.9 under windows
 
  This may sound like a stupid question (so apologies in advance), but
 are
  you
  sure this is on Rev 2.9 and not Rev 3.0?
  Bernard
 
  On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB
  [EMAIL PROTECTED]wrote:
 
   Hi there,
  
   Win XP, SP2, Rev 2.9
  
  ___
  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
 
 
 
 --
 View this message in context: http://www.nabble.com/slown-down-of-IDE-2.9-
 under-windows-tp19393010p19408605.html
 Sent from the Revolution - User mailing list archive at Nabble.com.
 
 ___
 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: Rev 3.0 Cloning problem

2008-09-10 Thread Mark Schonewille

Hi John,

The correct procedure is:

clone stack resouce_template
put it into myTempStackID
-- do other stuff here
set the name of myTempStackID to myStackName

You don't need the keyword stack before the variable containing the  
long ID of the new stack.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
http://facebook.economy-x-talk.com

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 10 sep 2008, at 06:55, John Tregea wrote:


Hi Fellow Rev'ers,

I have been trying out Rev 3.0 across a number of iterations and  
recently came across a problem (3.0gm Build 750).


I have a piece of code that makes a clone of a stack, renames it and  
then populates the new version of the stack with data from a  
database. This has worked fine in 2.8, 2.9 and earlier iterations of  
3.0.


The problem is that when the script gets to the clone command it  
performs that line then just exits as if there is no more code. No  
error is returned. Anyone seen this behaviour?


The code looks like this.

ifthereisnotastack tTheStack
then
clonestackresource_template
sendchoose browse tooltomein1tick
setthenameofstack it to tTheStack
endif

The variable tTheStack contains the name for the new stack. In debug  
mode the variable is correctly populated, the stack IS cloned, then  
the script just exits.


Any help would be appreciated

Regards

John Tregea


___
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


beginners quest: set cursor to hand

2008-09-10 Thread Tiemo Hollmann TB
Hello,

sometimes the simplest things I am trying the first time, don't do as
expected.

I just want to change the cursor to hand when entering an image, so I coded:

On mouseenter

set the cursor to hand

---

Only when moving the cursor pixel by pixel into the image I can see the hand
flashing for a moment, afterwards it is again the arrow. First thing I have
looked for was if there is another script which sets my cursor to arrow, but
no, this is the only one setting the cursor. I have at some other locations
a choose tool, but not at this image.

Probably I am thinking into the wrong direction or missing something basic.
Could someone point me into the right direction?

Thank you

Tiemo

 

 

 

___
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: beginners quest: set cursor to hand

2008-09-10 Thread William de Smet
Hi Tiemo,

on mouseenter

  set cursor to hand

  lock cursor

end mouseenter



on mouseleave

  unlock cursor

  set cursor to arrow

end mouseleave


Greetings,

William

2008/9/10 Tiemo Hollmann TB [EMAIL PROTECTED]

 Hello,

 sometimes the simplest things I am trying the first time, don't do as
 expected.

 I just want to change the cursor to hand when entering an image, so I
 coded:

 On mouseenter

 set the cursor to hand

 ---

 Only when moving the cursor pixel by pixel into the image I can see the
 hand
 flashing for a moment, afterwards it is again the arrow. First thing I have
 looked for was if there is another script which sets my cursor to arrow,
 but
 no, this is the only one setting the cursor. I have at some other locations
 a choose tool, but not at this image.

 Probably I am thinking into the wrong direction or missing something basic.
 Could someone point me into the right direction?

 Thank you

 Tiemo







 ___
 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


AW: beginners quest: set cursor to hand

2008-09-10 Thread Tiemo Hollmann TB
Oh boy, most times the solutions are that easy, but if you don't know where
to search for, it's really hard.
Add: Is there any situation, where you would set the cursor to anything
without locking it?

Thank you William
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von William de Smet
 Gesendet: Mittwoch, 10. September 2008 12:00
 An: How to use Revolution
 Betreff: Re: beginners quest: set cursor to hand
 
 Hi Tiemo,
 
 on mouseenter
 
   set cursor to hand
 
   lock cursor
 
 end mouseenter
 
 
 
 on mouseleave
 
   unlock cursor
 
   set cursor to arrow
 
 end mouseleave
 
 
 Greetings,
 
 William
lution

___
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: AW: beginners quest: set cursor to hand

2008-09-10 Thread Eric Chatonet

Bonjour Tiemo,

Le 10 sept. 08 à 12:08, Tiemo Hollmann TB a écrit :


Is there any situation, where you would set the cursor to anything
without locking it?


As soon as you set a cursor it will remain until the end of the  
handler that set it.
It's the reason why in a very short mouseDown handler, you saw the  
'hand' flashing briefly:
The default cursor is reset when the handler finishes then you have  
to lock it if you want it to remain.


But there are cases when you might want the cursor change only during  
handler execution, especially to switch it to 'watch', indicating to  
the user he has to wait.
Default cursor will be reset automatically when the handler finishes,  
e.g. when the user has no longer any reason to wait ;-)
You can use the 'busy' cursor also: see cursor, defaultCursor, lock  
and unlock cursor in the docs...


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


AW: AW: beginners quest: set cursor to hand

2008-09-10 Thread Tiemo Hollmann TB
Bonjour Eric,
very helpful - that makes sense!
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Eric Chatonet
 Gesendet: Mittwoch, 10. September 2008 12:19
 An: How to use Revolution
 Betreff: Re: AW: beginners quest: set cursor to hand
 
 Bonjour Tiemo,
 
 Le 10 sept. 08 à 12:08, Tiemo Hollmann TB a écrit :
 
  Is there any situation, where you would set the cursor to anything
  without locking it?
 
 As soon as you set a cursor it will remain until the end of the
 handler that set it.
 It's the reason why in a very short mouseDown handler, you saw the
 'hand' flashing briefly:
 The default cursor is reset when the handler finishes then you have
 to lock it if you want it to remain.
 
 But there are cases when you might want the cursor change only during
 handler execution, especially to switch it to 'watch', indicating to
 the user he has to wait.
 Default cursor will be reset automatically when the handler finishes,
 e.g. when the user has no longer any reason to wait ;-)
 You can use the 'busy' cursor also: see cursor, defaultCursor, lock
 and unlock cursor in the docs...
 
 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

___
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: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Horst

Holá Tiemo,

I also installed on a brandnew Laptop under XP few weeks ago
Salu2
Horst


Tiemo Hollmann TB wrote:
 
 Holá Horst,
 did you already tried a fresh install of runrev?
 Tiemo
 
 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Horst
 Gesendet: Mittwoch, 10. September 2008 10:00
 An: use-revolution@lists.runrev.com
 Betreff: Re: AW: slown down of IDE 2.9 under windows
 
 
 Holá Tiemo,
 
 Yes, I also have that Phenomenal thing here. Yes, I also rum RR2.9.0
 Build
 610 and I use Win2k and XP. I also fond this problem on the Beta 3.0.0
 But
 I'm working under 2.9.0 now.
 
 I find this slowdown on both, IDE and standalone.
 
 The good thing is now: I'm not alone with this (thought it is MY problem
 only), the bad thing: it should be fond :-(
 
 Best regards
 
 Horst
 
 
 Tiemo Hollmann TB wrote:
 
  Hi Bernhard,
  yes, 2.9.0 Build 610 :)
  Tiemo
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED] [mailto:use-revolution-
  [EMAIL PROTECTED] Im Auftrag von Bernard Devlin
  Gesendet: Mittwoch, 10. September 2008 09:21
  An: How to use Revolution
  Betreff: Re: slown down of IDE 2.9 under windows
 
  This may sound like a stupid question (so apologies in advance), but
 are
  you
  sure this is on Rev 2.9 and not Rev 3.0?
  Bernard
 
  On Tue, Sep 9, 2008 at 2:57 PM, Tiemo Hollmann TB
  [EMAIL PROTECTED]wrote:
 
   Hi there,
  
   Win XP, SP2, Rev 2.9
  
  ___
  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
 
 
 
 --
 View this message in context:
 http://www.nabble.com/slown-down-of-IDE-2.9-
 under-windows-tp19393010p19408605.html
 Sent from the Revolution - User mailing list archive at Nabble.com.
 
 ___
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/slown-down-of-IDE-2.9-under-windows-tp19393010p19411893.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Horst

Holá Bernard,

Same to me!

Maybe the Stack(s) are to big with a total of +/- 25MB. So I'm thinking now
to splitt the Mainstack and it's Substacks and Cards (+/- 120) into smaller
parts. Do you think that makes sense? A wise man told me something about 6-7
MB (if I remember correct)

Salu2

Horst


Tiemo Hollmann TB wrote:
 
 Hi Bernard,
 noop, no front- or backscripts.
 Thanks
 Tiemo
 
 
 The reason why I asked was I identified a bug in R3 which slowed down all
 actions in fields (including the message box).  That slow down was
 something
 to do with revMenuBar's menus being refreshed.  The slow down DID NOT
 exist
 in 2.9, that's why I was making sure that you were not working on R3 and
 had
 forgotten :-)
 
 Now that there are two of you with this problem, I'm doubtful that the
 same
 solution will work! Anyway, have either of you introduced any
 frontscripts
 (or possibly backscripts - I've never used those), where you trap
 menuPick
 messages?
 
 Bernard
 
 On Wed, Sep 10, 2008 at 11:00 AM, Horst [EMAIL PROTECTED] wrote:
 
 volution
 
 ___
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/slown-down-of-IDE-2.9-under-windows-tp19393010p19411973.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: Zipping an application package by script

2008-09-10 Thread Thomas McGrath III

I run Automator files in Rev to access the Quartz filters in OSX.

Here is a link to the stack file and Automator files:

Page:
http://www.lazyriversoftware.com/QuartzRR.html

File:
http://www.lazyriversoftware.com/QuartzinRR.zip

Just build the Automator file and then run it from RR.


Regards,

Tom McGrath

On Sep 10, 2008, at 1:54 AM, Terry Judd wrote:

You can save an Automator action as an application so I'm assuming  
it would
be pretty straightforward to run it from Rev using the launch  
command. As
far as 'extracting' code from automator actions goes, it appears  
that the
applescripty code bits have been transformed into xml. The best bet  
seems to
be to save the action as an application, and then replace the input  
and
output paths in the xml file (.wflow) inside the package with Rev  
before you

launch it.

Terry...


On 10/9/08 3:10 PM, Stephen Barncard [EMAIL PROTECTED] 


wrote:


Can one can run Automator from Rev?
Take the code from the automator action?

Hi Stephen - There's an Automator action for the Finder called  
'create

archive' that should do what you want.

Cheers,

Terry...



--
Dr Terry Judd
Lecturer in Educational Technology (Design)
Biomedical Multimedia Unit
Faculty of Medicine, Dentistry  Health Sciences
The University of Melbourne
Parkville VIC 3052
AUSTRALIA

61-3 8344 0187

___
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


Can you realise a transparent hover color for buttons?

2008-09-10 Thread Tiemo Hollmann TB
Hello,

I have some text buttons, where I would like to realise a hover effect
(mouseover) with a (50%) opaque/transparent color of the button (like the
menu items of MS Office products on Win). Up to now I can't see a solution
for this. As standard properties I can only set icons for hover (which would
only make sense with icon buttons, not with text buttons, no colors, nore
transparent colors. If I would make my hover effect myself with mouseenter,
I can't control the transparency of the button color, just solid colors.

Am I right that these are the two options for making a hover effect (icons
or solid colors), or is there a trick with a workaround to create a 50%
opacity hover effect? Probably is a set of icons anyway the solution of
choice.

Thanks for any hints

Tiemo

 

 

 

___
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: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Bernard Devlin
Does this problem only affect the Rev menu, or also any menus in your own
stacks?
I'm not sure about there being any particular problem with the size of
stacks - I've worked with single stacks of a couple of hundred megabytes of
data stored in customproperties.  If you have lots of cards with lots of
controls/images on them, then maybe the size of the stack matters.  If I'm
wrong about this, I hope some of the others who have far more knowledge than
me will correct me.

If I was having the problems you describe I would not consider it to be
something intrinsically wrong with Revolution, but rather look to my own
code.  I think this a) because 2.9's been out for months now, so b) if this
was a general problem one would expect many others to see it too c) your
problem comes after some amount of activity with Rev open, d) you've tried a
re-install.

Of course I could be wrong, as there are two of you saying you have the same
problem.  But in my experience, one can waste hours/days looking for the
cause in the wrong place. (I still have bruises on my ass from where I've
kicked myself over the past 10 years for jumping to conclusions and blaming
the wrong cause).

Bernard

On Wed, Sep 10, 2008 at 12:57 PM, Horst [EMAIL PROTECTED] wrote:


 Holá Bernard,

 Same to me!

 Maybe the Stack(s) are to big with a total of +/- 25MB. So I'm thinking now
 to splitt the Mainstack and it's Substacks and Cards (+/- 120) into smaller
 parts. Do you think that makes sense? A wise man told me something about
 6-7
 MB (if I remember correct)

___
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


AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Hi Horst, my stack is only about 4MB. The only thing on my side is a script
on stack level of about 2300 lines, but this should only be an issue of
GLX2, not the IDE, I would think. I don't know if there are any
recommendations about script length in rev?
Tiemo

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:use-revolution-
 [EMAIL PROTECTED] Im Auftrag von Horst
 Gesendet: Mittwoch, 10. September 2008 13:57
 An: use-revolution@lists.runrev.com
 Betreff: Re: AW: AW: slown down of IDE 2.9 under windows
 
 
 Holá Bernard,
 
 Same to me!
 
 Maybe the Stack(s) are to big with a total of +/- 25MB. So I'm thinking
 now
 to splitt the Mainstack and it's Substacks and Cards (+/- 120) into
 smaller
 parts. Do you think that makes sense? A wise man told me something about
 6-7
 MB (if I remember correct)
 
 Salu2
 
 Horst
 
n

___
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


AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Tiemo Hollmann TB
Hi Bernhard

 
 Does this problem only affect the Rev menu, or also any menus in your own
 stacks?

Only the Rev menu, the menu in my stack reacts expeditious

 I'm not sure about there being any particular problem with the size of
 stacks - I've worked with single stacks of a couple of hundred megabytes
 of
 data stored in customproperties.  If you have lots of cards with lots of
 controls/images on them, then maybe the size of the stack matters.  If I'm
 wrong about this, I hope some of the others who have far more knowledge
 than
 me will correct me.

Only two cards, 4MB
 
 If I was having the problems you describe I would not consider it to be
 something intrinsically wrong with Revolution, but rather look to my own
 code.  I think this a) because 2.9's been out for months now, so b) if
 this
 was a general problem one would expect many others to see it too c) your
 problem comes after some amount of activity with Rev open, d) you've tried
 a
 re-install.
 

I didn't reinstalled it yet, will wait until 3.0
The problem is from the startup, even without having opened any stack, only
the IDE and a freshly rebooted PC

 Of course I could be wrong, as there are two of you saying you have the
 same
 problem.  But in my experience, one can waste hours/days looking for the
 cause in the wrong place. (I still have bruises on my ass from where I've
 kicked myself over the past 10 years for jumping to conclusions and
 blaming
 the wrong cause).

Yes I agree, just solved by coincidence a apparently windows problem, which
occurred over a year and exposed to be my anti virus scanner...

 
 Bernard
 

___
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: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Jerry Daniels

Tiemo,

I have many stacks with  5,000 lines of code. GLX2 Script Editor  
mainstack has over 15,000 lines of code. This is the script I use to  
test GLX2 Script Editor's performance. I don't think 2,300 lines is  
too many.


Best,

Jerry Daniels

Daniels  Mara, Inc.
Makers of GLX2
http://www.glx2.com





On Sep 10, 2008, at 7:26 AM, Tiemo Hollmann TB wrote:

Hi Horst, my stack is only about 4MB. The only thing on my side is a  
script
on stack level of about 2300 lines, but this should only be an issue  
of

GLX2, not the IDE, I would think. I don't know if there are any
recommendations about script length in rev?
Tiemo


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:use-revolution-
[EMAIL PROTECTED] Im Auftrag von Horst
Gesendet: Mittwoch, 10. September 2008 13:57
An: use-revolution@lists.runrev.com
Betreff: Re: AW: AW: slown down of IDE 2.9 under windows


Holá Bernard,

Same to me!

Maybe the Stack(s) are to big with a total of +/- 25MB. So I'm  
thinking

now
to splitt the Mainstack and it's Substacks and Cards (+/- 120) into
smaller
parts. Do you think that makes sense? A wise man told me something  
about

6-7
MB (if I remember correct)

Salu2

Horst


n

___
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: Zipping an application package by script

2008-09-10 Thread Mark Talluto


On Sep 9, 2008, at 10:18 PM, Stephen Barncard wrote:

I don't really care if the DS_Store files are in there or not ( I  
care not about Windoze )  - that was just an issue that stopped the  
shell call. But that does that mean there are several versions of  
Zip on the machine?


1. zip for rev
2. zip for the shell
3. whatever Automator uses (perhaps shell, above)
4. The finder Compress menu item...  (which results is what I  
want) -- It has no problems


Is there a 'domenu' applescript ?


so near so far...



Hi Stephen,

These are the functions we use here to deal with unzipping in both Win  
and Mac.  You can use shell to do zipping as well.



on CSUnzip pPathtoFile
 if the platform is MacOS then
  CSMacUnzip pPathtoFile
 else
  CSWinUnzip pPathtoFile
 end if
end CSUnzip


on CSMacUnzip pPathtoFile
 replace   with \  in pPathtoFile
 put unzip -o   pPathtoFile   -x *_M* into tShellCmd
 put shell(tShellCmd) into log
end CSMacUnzip


on CSWinUnzip pPathtoFile
 --SET UP WHERE TO UNZIP TO
 set the itemdelimiter to /
 put pPathtoFile into tZipTarget
 delete the last item of tZipTarget
 put / after tZipTarget

 --READ WHAT'S INSIDE THE ZIP FILE
 revZipOpenArchive pPathtoFile,read
 put revZipEnumerateItems(pPathtoFile) into tZipContents

 --ACTUALLY UNZIP
 repeat with x=1 to the number of lines of tZipContents
  if the last char of line x of tZipContents is / then  
create folder tZipTarget  line x of tZipContents
  revZipExtractItemToFile pPathtoFile, (line x of  
tZipContents), (tZipTarget  (line x of tZipContents))

 end repeat

 --CLEAN UP AFTER YOURSELF
 revZipCloseArchive pPathtoFile
end CSWinUnzip


Mark Talluto
http://www.canelasoftware.com




___
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: Play iTunes protected videos

2008-09-10 Thread Mark Talluto


On Sep 4, 2008, at 1:44 PM, Colin Holgate wrote:


At 11:54 AM -0700 9/4/08, Mark Talluto wrote:

Anyone find a way to play iTunes DRM content via the Rev QT player?


I don't have any protected videos here, but I have protected audio,  
and I could make those work by saving them as an MOV, and connecting  
them as usual, or even connecting straight to the .m4p file.




Thanks for Colin for checking that.  I confirm your findings.


Mark Talluto
http://www.canelasoftware.com




___
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: Play iTunes protected videos

2008-09-10 Thread Mark Talluto


On Sep 4, 2008, at 2:00 PM, Scott Rossi wrote:


Recently, Mark Talluto wrote:


Anyone find a way to play iTunes DRM content via the Rev QT player?


Trevor Devore explained a while back that Apple has significantly  
restricted
video playback to iTunes and QuickTime only.  I don't believe anyone  
has

found a workaround for this limitation.

However, protected audio playback works -- Rev's player should play
protected audio files without any limitation (as long as QT is  
installed and

your machine is authorized to play the selected files).



Thanks Scott.  It is unfortunate but true.  Rev's player can not play  
DRM video content purchased through iTunes.  Small issue for me  
personally.  I was just trying to support a frustrated customer.



Mark Talluto
http://www.canelasoftware.com




___
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: Zipping an application package by script

2008-09-10 Thread Stephen Barncard
Thanks Mark, but my current need is to compress a folder and its 
contents by script control.


However this little snippet is going into my code scrapbook for sure!

sqb




Hi Stephen,

These are the functions we use here to deal with unzipping in both 
Win and Mac.  You can use shell to do zipping as well.



on CSUnzip pPathtoFile
 if the platform is MacOS then
  CSMacUnzip pPathtoFile
 else
  CSWinUnzip pPathtoFile
 end if
end CSUnzip


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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: Zipping an application package by script

2008-09-10 Thread Stephen Barncard
I got automator to 'do the thing' and I 'get' how to call it as an 
application from Rev.


[APPLESCRIPT]
tell application name
launch
end tell

 However I want to pass the path information to the automator app 
from rev. I've created a variable in automator and placed it in the 
beginning of the workflow.


Is this how it's done?

and then call it this way?

tell application name
launch path info,other param
end tell

I would obviously replace the tags with my data
--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -


___
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: Zipping an application package by script

2008-09-10 Thread Mark Talluto


On Sep 10, 2008, at 10:30 AM, Stephen Barncard wrote:

Thanks Mark, but my current need is to compress a folder and its  
contents by script control.


However this little snippet is going into my code scrapbook for sure!

sqb



Hi Stephen,

The Terminal is our friend.  All you have to do is man the zip command  
in Terminal.  It will provide you a list of flags that will allow you  
to do what you want.  It would probably take you no more than 20  
minutes to determine which flags you need.  My quick search on the  
topic brought up:  http://forums.macosxhints.com/archive/index.php/t-53258.html 

The man for zip on OS X can be read here: http://www.manpagez.com/man/1/zip/ 



I bet you could do it all with the lowercase r flag.

I do not favor the use of Automator for this solution.  You can do it  
very cleanly with shell and it will be a lot faster than Automator as  
well.  If this is for a commercial app, Automator will be noisy, may  
cause things to flash on the screen, may break down the road when  
Apple decides that its fling with Automator is over, and break between  
OS updates.



Mark Talluto
http://www.canelasoftware.com




___
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: linux: cannot load ssl library

2008-09-10 Thread Bernard Devlin
I wrote to [EMAIL PROTECTED] (first time I've ever done that with a
technical support issue - I'm glad to report that I got a prompt answer, and
it fixed the problem).

Here's the answer for anyone else who comes along - the library for openssl
must be symlinked thus:

sudo ln -s path to libssl.so.0.9.* /usr/lib/libssl.so

I just checked on three different mainstream linux distros, and none had a
symlink from libssl.so to the openssl library. This leads me to believe that
any linux standalone that relies on encryption or https will fail too
because these links will not exist.

I am entering in the bug report that runrev need to find a better way to do
this.

Bernard
___
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: Zipping an application package by script

2008-09-10 Thread Stephen Barncard

Mark, thanks for your suggestions.

 I do know about the terminal, and I have read the man page on zip 
several days ago.


As I mentioned at the start of this thread, using zip in the shell 
for me has ended up in zip not digging identical filenames like 
.DS_store or info.plist  (in different folders ) and stopping 
execution.


 Rather than think about some kind of pre-cleaner to remove or change 
them (why should I )  I had moved on after 20 minutes.



I bet you could do it all with the lowercase r flag.


which was what I was doing:

put  zip -r -jj into zCommand
put /Users/barncard/STANDALONES/55.app/ into ToBeZippdFolder

put  /Users/barncard/Desktop/archive/ into zipfolder
replace space with \  space in zipfolder
replace space with \  space in ToBeZippdFolder

put shell( zCommand  ToBeZippdFolder  ToBeZippdFolder) into fld output

and got this result:

zip warning: name in zip file repeated: Info.plist
zip error: Invalid command arguments (cannot repeat names in zip file)

What I have been looking for here, is an all-rev solution -- and it 
appears that I was wrong in assuming that one couldn't build a 
complex file and folder structure inside revZip.  As it turns out, 
Trevor Devore just sent me a  recursive handler using strictly revZip 
commands that I think do what I want.




On Sep 10, 2008, at 10:30 AM, Stephen Barncard wrote:

Thanks Mark, but my current need is to compress a folder and its 
contents by script control.


However this little snippet is going into my code scrapbook for sure!

sqb



Hi Stephen,

The Terminal is our friend.  All you have to do is man the zip 
command in Terminal.  It will provide you a list of flags that will 
allow you to do what you want.  It would probably take you no more 
than 20 minutes to determine which flags you need.  My quick search 
on the topic brought up: 
http://forums.macosxhints.com/archive/index.php/t-53258.html

The man for zip on OS X can be read here: http://www.manpagez.com/man/1/zip/

I bet you could do it all with the lowercase r flag.


which was what I was doing:

put  zip -r -j into zCommand
put /Users/sbarncar/Projects/2007 Projects/C H A T E A 
U/STANDALONES/CHATEAU WIRE 55 REV 
3.0/chateauWire55/chateauWire55.app/ into ToBeZippdFolder


put  /Users/sbarncar/Desktop/chateauWire55/ into zipfolder
replace space with \  space in zipfolder
replace space with \  space in ToBeZippdFolder

put shell( zCommand  ToBeZippdFolder  ToBeZippdFolder) into fld output




I do not favor the use of Automator for this solution.  You can do 
it very cleanly with shell and it will be a lot faster than 
Automator as well.  If this is for a commercial app, Automator will 
be noisy, may cause things to flash on the screen, may break down 
the road when Apple decides that its fling with Automator is over, 
and break between OS updates.



Mark Talluto
http://www.canelasoftware.com



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -


___
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: linux: cannot load ssl library

2008-09-10 Thread Pierre Sahores

Thanks for the input, Bernard.

Best Regards,
--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


Le 10 sept. 08 à 21:01, Bernard Devlin a écrit :


I wrote to [EMAIL PROTECTED] (first time I've ever done that with a
technical support issue - I'm glad to report that I got a prompt  
answer, and

it fixed the problem).

Here's the answer for anyone else who comes along - the library for  
openssl

must be symlinked thus:

sudo ln -s path to libssl.so.0.9.* /usr/lib/libssl.so

I just checked on three different mainstream linux distros, and none  
had a
symlink from libssl.so to the openssl library. This leads me to  
believe that

any linux standalone that relies on encryption or https will fail too
because these links will not exist.

I am entering in the bug report that runrev need to find a better  
way to do

this.

Bernard
___
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


Rev CGI testing on MAMP setup

2008-09-10 Thread Neal Campbell
Where do I stick the rev standalone in the MAMP folder? Should it go in CGI-BIN?

Thanks
Neal

-- 
Neal Campbell
Abroham Neal Software
Programming Services for Windows, OS X and Linux
(540) 242 0911
-
Try Spot for OS X, the intelligent DXCluster Client at
www.abrohamnealsoftware.com - $15.99
-
For a great dog book, visit www.abrohamneal.com
-
See the FlexRadio Systems Flex-5000a in
action at www.flex-videos.com
___
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


Play iTunes protected videos

2008-09-10 Thread Richmond Mathewson
Hum!

It never ceases to amaze me that this sort of questions are even asked.
As quickly as people develop electronic protection schemes other people work 
out ways to get round them.

I have just spent 2 minutes searching with Google and, could, should I wish 
(which I don't as I don't own any DRM or other-wise protected media files), 
undo the protection lickety-split.

Presumably Apple, in their infinite wisdom, have protected their media files 
just exactly so that everybody, including RR programmers and end-users, cannot 
play them.

However, as Runtime Revolution works with Quicktime, it should play any file 
that Quicktime can play. It is probably necessary to 'tell' Revolution to play 
DRM audio files using the Player object as if they were video files; i.e. 
define DRM audio files with videoClip rather than with audioClip. A few years 
ago I authored a CD-ROM for Scottish High Schools on music education; I 
converted all the original sound files into MOV files (using a blank image as a 
dummy video file); this allowed for a good level of end-user control via play 
videoClip at xx,xx.

Personally I object to the following:

I am legally not allowed to make a backup copy of a DVD I own
(bl**dy silly when it gets damaged),

similarly with music CDs,

I am legally not allowed to transfer data from gramophone records I own to home 
made music CDs for my own use,

I am legally not allowed to transfer data from cassette tapes I own to home 
made music CDs for my own use,

I am legally not allowed to transfer data from VHS tapes I own to home made 
DVDs for my own use.

As a result my home is full of gramophone players, cassette players, VHS 
players and so forth, taking up an awful lot of space. I am a child of the 
1970s who grew up with a cheap cassette recorder and an even cheaper 
record-player: my friends and I cross-copied without being aware of doing 
anything 'naughty'. We all spent quite a lot of our parents' hard-earned money 
on records.

So why on earth I should pay money for a DRM-protected piece of music I cannot 
pop onto a CD to listen to on a picnic, or, even, transfer to another of my 
machines so that I can listen to it in another room, I don't know.


A Thorn in the flesh is better than a failed Systems Development Life Cycle.




___
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: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Eric Chatonet

Bonjour Tiemo,

Le 10 sept. 08 à 14:57, Jerry Daniels a écrit :

I have many stacks with  5,000 lines of code. GLX2 Script Editor  
mainstack has over 15,000 lines of code. This is the script I use  
to test GLX2 Script Editor's performance. I don't think 2,300 lines  
is too many.


A bit of history :-)

Once upon a time was Hypercard.
Its text engine was not able to handle more than 2^15 KB.
About 30 000 chars.
Then scripts were limited to this value *.
Note that it is not lines but chars :-)

In Rev, there is no limit; a single script may count millions of  
lines if needed **
As said Jerry and as for my experience, some thousands of lines are  
not a problem.
May be Richard will chime in with his (useful) benchmarks but I never  
encountered any problem with scripts length or handlers number.


-
It makes me think about another subject:
I'm an addict of modular code  ***
Does a modular code is able to slow down execution?
As for me, I was not able to prove it in 'real' situations.
Seems that computing is far more time consuming than code architecture:
Good discussion subject ;-)
-

* The way to get around was of course to use stacks in use.
** But I would bet there is an architecture problem ;-)
*** Readability, reusability, etc.

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


Re: AW: beginners quest: set cursor to hand

2008-09-10 Thread Ken Ray
 Add: Is there any situation, where you would set the cursor to anything
 without locking it?

Well a good example might be if you want a different default cursor. Rev's
default cursor is a hand (I believe), so if you wanted it to be an arrow
instead, you can do:

  set the defaultCusor to arrow

In that case, you don't need to use lock or unlock.

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


___
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


chat protocols

2008-09-10 Thread Malte Brill

Hi all,

has anyone ever written some code to connect to any of the mainstream  
chatservers like AIM or MSN in rev? If there are any libraries  
available I´d really appreciate some input.


Cheers,

Malte___
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: Can you realise a transparent hover color for buttons?

2008-09-10 Thread Ken Ray


 Am I right that these are the two options for making a hover effect (icons
 or solid colors), or is there a trick with a workaround to create a 50%
 opacity hover effect?

Try this:

  set the blendLevel of button MyButton to 50

This should affect the entire button.

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


___
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: AW: AW: AW: slown down of IDE 2.9 under windows

2008-09-10 Thread Richard Gaskin

Eric Chatonet wrote:
I have many stacks with  5,000 lines of code. GLX2 Script Editor  
mainstack has over 15,000 lines of code. This is the script I use  
to test GLX2 Script Editor's performance. I don't think 2,300 lines  
is too many.

...
In Rev, there is no limit; a single script may count millions of  
lines if needed **
As said Jerry and as for my experience, some thousands of lines are  
not a problem.
May be Richard will chime in with his (useful) benchmarks but I never  
encountered any problem with scripts length or handlers number.


It's been a while since I benchmarked Rev's field loading and buffering, 
but suffice to say it was impressive.  Loading up a field with the 
entire Bible (courtesy of the Gutenberg Ebooks Project) took a while to 
load, but once loaded it scrolled more smoothly than a fourth as much 
text in Microsoft Word.


In my experience, the biggest slowdown with loading a field with large 
amounts of text is when the engine has to determine soft breaks for 
lines.  This isn't an issue in script editors, since the dontWrap of the 
field is set to true leaving the developer in control of where lines wrap.


In terms of overall performance, 2300 lines of hard-wrapped text in a 
field with the dontWrap set should be pretty snappy to load, and very 
responsive to scrolling.


If there's a question about performance of the raw native field control 
relative to whatever processing GLX2 may be doing to prep display, you 
can simply try this:


  put the script of stack StackWithABunchOfcode

That will dump the text of the script into the Message Box.  If it takes 
about the same time as it does to open GLX2 with the same script, the 
issue lies elsewhere.


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
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: [FYI] WEBKIT

2008-09-10 Thread Ken Ray


 I'm trying to figure out which WebKit framework revBrowser uses, and
 therefore how it interacts with upgrades, and installation of Safari
 plugins.

Can you get the user agent? It should have the version and build number of
WebKit that it uses in the result (or so I've been told).

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


___
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: Rev CGI testing on MAMP setup

2008-09-10 Thread Sarah Reichelt
On Thu, Sep 11, 2008 at 6:13 AM, Neal Campbell [EMAIL PROTECTED] wrote:
 Where do I stick the rev standalone in the MAMP folder? Should it go in 
 CGI-BIN?

Yes, the cgi-bin folder inside the MAMP folder.

Cheers,
Sarah
___
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: AW: beginners quest: set cursor to hand

2008-09-10 Thread Eric Chatonet

I thought that Rev default cursor was system arrow since 2.5?

Le 10 sept. 08 à 23:06, Ken Ray a écrit :

Add: Is there any situation, where you would set the cursor to  
anything

without locking it?


Well a good example might be if you want a different default  
cursor. Rev's
default cursor is a hand (I believe), so if you wanted it to be an  
arrow

instead, you can do:

  set the defaultCusor to arrow

In that case, you don't need to use lock or unlock.

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


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


Re: Rev CGI testing on MAMP setup

2008-09-10 Thread Neal Campbell
Thanks Sarah, will ask if I need any more help (trying to replace some
horrible PHP in a legacy ecommerce template with something more
understandable!)

Neal

On Wed, Sep 10, 2008 at 9:31 PM, Sarah Reichelt
[EMAIL PROTECTED] wrote:
 On Thu, Sep 11, 2008 at 6:13 AM, Neal Campbell [EMAIL PROTECTED] wrote:
 Where do I stick the rev standalone in the MAMP folder? Should it go in 
 CGI-BIN?

 Yes, the cgi-bin folder inside the MAMP folder.

 Cheers,
 Sarah
 ___
 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




-- 
Neal Campbell
Abroham Neal Software
Programming Services for Windows, OS X and Linux
(540) 242 0911
-
Try Spot for OS X, the intelligent DXCluster Client at
www.abrohamnealsoftware.com - $15.99
-
For a great dog book, visit www.abrohamneal.com
-
See the FlexRadio Systems Flex-5000a in
action at www.flex-videos.com
___
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


Mirye Monthly Release: Mirye RevCamp Issue 809

2008-09-10 Thread Lynn Fredricks
http://www.mirye.com/index.php/Latest/Mirye-RevCamp-Issue-809.html

Hello all,

We've posted our second monthly release, given it a different name and
modified the format. Each month, we offer a goodie bag of additional
materials of interest to Mirye Revolution customers who are eligible for
upgrades. Since a number of months of updates are included when you order
Revolution, we want to have every month count.

This is our Back to School issue of RevCamp, which includes a nice
replacement set of art-icons for HyperCard-Revolution porting and two weeks
of Jerry Daniel's new Rev Mentor service. Qualified Mirye Revolution Studio
and Enterprise customers are also receiving the full version of Animation
Engine - now a $79 value. Limited time benefits are only available in the
month they are released, so if you are eligible, its worth the effort to
download them while they are available.

Let me anticipate your first question - there are 168 unique icons/images in
the set :-)

There are also some newsbytes on offers, pricing and some article reprints
that are of interest to new customers.

Over the next several months, we will be dramatically upgrading our website
and form of RevCamp. If you've written some articles on Revolution, or
would like to contribute, please follow up with me off-list. We are
targeting a slightly different segment of customer than Runtime that is
learning Revolution and scripting for the first time, but also bringing on
more institutional customers, such as the US Department of Justice.

Best regards,

Lynn Fredricks
Mirye Software Publishing
http://www.mirye.com

Mirye Community NING
http://miryesoftware.ning.com 

___
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: Zipping an application package by script

2008-09-10 Thread Brian Yennie

Stephen,

I would really consider using the tar command through shell(). It's  
purpose in life is primarily to archive directories, and it can zip  
things up automatically. Here is a very basic guide:


http://www.cpqlinux.com/tar.html

With tar, this is a shell() one-liner. Just treat the app like an  
ordinary directory.


Hopefully I'm not missing some other requirement, in which case I'll  
shut up =).


- Brian


___
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: Zipping an application package by script

2008-09-10 Thread Jim Ault
This works great.

On 9/10/08 3:38 PM, Brian Yennie [EMAIL PROTECTED] wrote:

 Stephen,
 
 I would really consider using the tar command through shell(). It's
 purpose in life is primarily to archive directories, and it can zip
 things up automatically. Here is a very basic guide:
 
 http://www.cpqlinux.com/tar.html
 
 With tar, this is a shell() one-liner. Just treat the app like an
 ordinary directory.
 

Thanks for the tip on using   tar  to compress nested folders.

I did the following on Mac OSX 10.5.4

= 3 folders containing two files with the same name
--nestedFolder
--folder01
--index.php
--folder02
--index.php


tar -c -z -f nestedFolerTest.tar.gz folderTarget
-- created  nestedFolerTest.tar.gz

I moved the gz file to another folder, then double clicked to decompress,
and everything worked perfectly.


Further, using control-click (or right-click) and choosing

'open with console'
displays the contents of the archive + has a filter input box to show only
the lines you want to see

'open with stufit expander'
just as you would expect
  a) one file ( nestedFolerTest.tar   no gz),
  b) then the folder ' nestedFolerTest' as the original

Hope this helps someone

Jim Ault
Las Vegas


___
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: Zipping an application package by script

2008-09-10 Thread Stephen Barncard
The problem is that it, being Linux doesn't seem to like mac .app 
packages. That's the rub.


tar: /Users/...app/: Cannot open: Is a directory
tar: Error is not recoverable: exiting now

could someone try this with a standalone.app being tarred?




Thanks for the tip on using   tar  to compress nested folders.

I did the following on Mac OSX 10.5.4

= 3 folders containing two files with the same name
--nestedFolder
--folder01
--index.php
--folder02
--index.php



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -


___
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


UI Blind Effect

2008-09-10 Thread Charles Szasz

Has anyone been able to get the User Interface Blind Effect  to work that is
part of the Rev Tutorials? If you have, could you share it with me. I have
gotten the other tutorials to work but this one does not.
-- 
View this message in context: 
http://www.nabble.com/UI-Blind-Effect-tp19425955p19425955.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: AW: beginners quest: set cursor to hand

2008-09-10 Thread Judy Perry
Ditto.  I thought that they thought it was too Mickey-Mouse looking?

I like Mickey Mouse myself...

Judy

On Wed, Sep 10, 2008 at 3:06 PM, Eric Chatonet
[EMAIL PROTECTED] wrote:
 I thought that Rev default cursor was system arrow since 2.5?

 Le 10 sept. 08 à 23:06, Ken Ray a écrit :

 Add: Is there any situation, where you would set the cursor to anything
 without locking it?

 Well a good example might be if you want a different default cursor. Rev's
 default cursor is a hand (I believe), so if you wanted it to be an arrow
 instead, you can do:

  set the defaultCusor to arrow

 In that case, you don't need to use lock or unlock.

 Ken Ray
 Sons of Thunder Software, Inc.
 Email: [EMAIL PROTECTED]
 Web Site: http://www.sonsothunder.com/

 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

___
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: chat protocols

2008-09-10 Thread Andre Garzia
Malte,

Shao Sean had msn protocol implemented till some stage

Andre

On Wed, Sep 10, 2008 at 6:07 PM, Malte Brill [EMAIL PROTECTED] wrote:
 Hi all,

 has anyone ever written some code to connect to any of the mainstream
 chatservers like AIM or MSN in rev? If there are any libraries available I´d
 really appreciate some input.

 Cheers,

 Malte___
 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




-- 
http://www.andregarzia.com All We Do Is Code.
___
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