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

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,

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

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 ___

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

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

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

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

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

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

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

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

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

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

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]

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

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

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

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

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,

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

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

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-

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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]

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

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

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:

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

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:

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

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