Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Morrow
Whoa! I didn't know that was doable! Your stack(s) appears to solve a problem I've been struggling with. Thanks a bunch for sharing. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] --

Re: Quicktime on Windows

2007-09-26 Thread Scott Morrow
Curry, I'm on a Mac at the moment but if you are testing in the IDE, under Rev's General preferences there is a check box for "Load QuickTime on startUp" and a tool tip that suggests setting dontUseQT will fail if Rev does loads QT on startup. Perhaps this preference is turned on? -Scott

Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Rossi
BTW, not sure if this is what you're trying to do, but you might want to take a look at a demo stack that features a sliding panel similar to the drawer command. Execute the following in your message box: go url "http://www.tactilemedia.com/download/slider.rev"; This uses a palette stack as the

Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Rossi
Recently, Paul Gabel wrote: > Is there a consistent method of controlling stack "levels"? IMO, the only way to really make sure one stack is displayed above another and stays there is to make the upper stack a palette. This may not work in your situation (ie if you're using stacks with standard

Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Morrow
Paul, It isn't exactly the look you are describing but what about using the revChangeWindowSize command (with slide) in order to simulate closing and reopening "Panel x" Panel x could consist of multiple groups that could be hidden and shown as needed. The main window could expand or

Re: how do you determine if a file is a media file?

2007-09-26 Thread Josh Mellicker
Wow, that could be just the ticket. The new link seems to be: http://en.wikipedia.org/wiki/Magic_number_%28programming%29 Thanks! On Sep 26, 2007, at 4:20 PM, Mark Smith wrote: Josh, many (most?) media file-types have 'magic-numbers' at the start (and sometimes also at the end), which iden

Re: Rev and import snapshot not compatible with Aero and Vista

2007-09-26 Thread Chipp Walters
Curry, Are you sure it's working with Aero? On some machines, Aero is turned off by default. Are the titlebars somewhat transparent and show a blurred image of what is underneath them? I'm not sure what other details you're looking for. On every Aero system I've tried it on (3 of them), import sn

Re: Do stacks have controllable levels?

2007-09-26 Thread Paul Gabel
Sorry. My little diagram got messed up in cyberspace. But you get the picture. Paul Gabel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http:/

Do stacks have controllable levels?

2007-09-26 Thread Paul Gabel
Hello everybody: I have a large stack and a small stack (Let's call the latter "Panel x"). | | || | | || | | || | | || |___| || From a script, "Panel x" needs to slide behind the ri

Re: Rev and import snapshot not compatible with Aero and Vista

2007-09-26 Thread curry
>As for other info, the import snapshot command is broken on OS X too >(it actually works, but provides no feedback for the user, no shaded >selection region. Ah, I've only tried the from-rect and of-object forms, forgot about the plain form with user selection. That may be a different issue, not

Re: post a file

2007-09-26 Thread Trevor DeVore
On Sep 25, 2007, at 11:44 AM, R. Hillen wrote: Hello list, I want to tansfer a local binary file fff.shp to url MyUrl by http- post. Can you explain, how to post a file? I think somewhat like >post file fff.shp to URL MyUrl< Is that really so simple? Richard, Here is some code I use to

Re: how do you determine if a file is a media file?

2007-09-26 Thread Mark Smith
Josh, many (most?) media file-types have 'magic-numbers' at the start (and sometimes also at the end), which identify them as whatever type they are. Have a look at http://en.wikipedia.org/wiki/Magic_number_(programming) Best, Mark On 27 Sep 2007, at 00:00, Josh Mellicker wrote: I am wor

Re: Rev and import snapshot not compatible with Aero and Vista

2007-09-26 Thread Richard Gaskin
curry wrote: Chris tracked it down and it turns out that Rev's import snapshot does not work with Aero on Vista. This is a feature I need, and with a quick test it seems to work okay for me, both regular and of-control mode--with Home Premium. So it messes up in Vista Business? Any more info?

how do you determine if a file is a media file?

2007-09-26 Thread Josh Mellicker
I am working on a handler to determine whether a file is a media file. (for OS X and Windows) First, I check if the file has a proper extension (.mov, .jpg, etc.) if so, I assume the extension is correct (a leap of faith perhaps) Second, I try to get the OS X filetype from the detailed file

RevBrowser elements for browserClick, etc.

2007-09-26 Thread curry
If you want to vote for it, I suggested #5420, Requesting identification (and if possible, more information) for all elements passed by revBrowser in browserClick, browserOver, browserOut, etc. According to docs, currently element ID's are only available if ID property is defined in page source.

Re: Rev and import snapshot not compatible with Aero and Vista

2007-09-26 Thread curry
>Chris tracked it down and it turns out that Rev's >import snapshot does not work with Aero on Vista. This is a feature I need, and with a quick test it seems to work okay for me, both regular and of-control mode--with Home Premium. So it messes up in Vista Business? Any more info? Curry

Quicktime on Windows

2007-09-26 Thread curry
When testing with and without Quicktime on Windows, playing .mid files in a player, I was unable to really test without any QT features by setting dontUseQT. Instead, I had to actually uninstall it! With no QT, players don't loop automatically (at least with .mid files, haven't tested others), and

Confusing Web site...

2007-09-26 Thread Jim Carwardine
I find the Rev web site confusing. I can't seem to get by the marketing hype to find the examples I need. I see a set of examples in the video tutorials but when I go to the Rev examples, I see a completely different list. I go to the store and all I see is a confusing list of Rev configurations

Re: setregistry. Is it a bug ?

2007-09-26 Thread Mark Schonewille
Damien, I'm not sure that it is a bug. What about trying HKEY_LOCAL_USER? Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Quickly extract data from your HyperCard stacks with DIFfersifier. http://differsif

Re: setregistry. Is it a bug ?

2007-09-26 Thread GIRARD Damien
Mark, Is it under Windows XP, and of course, I deleted the registry key maked by the administrator. The registry key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ Already exist in the Windows registry. (under this key are stored all uninstall informations). I thi

Re: setregistry. Is it a bug ?

2007-09-26 Thread Mark Schonewille
Damien, Is this on Vista? Apparently, you just can't do this as a power user. You have to be logged in as an administrator. Another possibility is that the path to the key already exists in the administrator's account, because you have been testing it. It is a long shot, but try creating

Re: setregistry. Is it a bug ?

2007-09-26 Thread GIRARD Damien
Mark, The function return "true" when I am logged as "Administrator", and "false" when I am logged as "Power user". The path of this registry setting doesn't exist, I want to make it. Best regards, Damien Mark Schonewille a écrit : Damien, Does the function return true or false? Are you su

Re: setregistry. Is it a bug ?

2007-09-26 Thread Mark Schonewille
Damien, Does the function return true or false? Are you sure that the path to this registry setting exists? Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Quickly extract data from your HyperCard stacks

setregistry. Is it a bug ?

2007-09-26 Thread GIRARD Damien
Hi all, I am currently making an installer, and I have got a problem with registry right. As administrator, the setregistry() function make without any problem a registry key. When I log in as power user (I think is it power user, in French is it "Utilisateur avec pouvoir"), runrev don't want cr