pop-up cascading menus

2010-06-15 Thread Gabel Paul
Dear List members:

On a Mac with Rev 4.0, it appears not to be possible to have cascading menus in 
an option button/menu. I can have them in a pop-up button/menu, but it doesn't 
look anywhere near as nice. I tried superimposing an option button over a 
pop-up button and sending a command to the pop-up, but that won't work either. 
Does anyone know of a work-around so that I can have option's looks with 
pop-up's functionality? Also, WHY can't the rev team create an option button 
with cascading menus? Thanks for all advice.

Paul Gabel
paulga...@comcast.net


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


dragDrop an image into a graphic rectangle

2010-06-01 Thread Gabel Paul
Hello everyone:

I need a little help on a script. I can dragDrop an image from the desktop into 
a field (the field containing a script like the one below), but I'd like to 
drag the image into a graphic rectangle, which is not handled automatically. 
The Dictionary says:

To accept drops to a locked field or a control other than a field, handle the 
dragDrop message, using the dragData property to determine what data is being 
dragged. For these objects, your dragDrop handler must get the dragged data and 
put it into the object (or perform whatever action you want to do on a drop); 
the behavior is not automated as it is for unlocked fields.

I underlined the part that's giving me trouble. I'm not sure how to go about 
it. Can anyone give me an example script for that part of the handler?

on dragDrop
   put the dragData[files] into theFilePath
   import paint from file theFilePath
   set the name of the last image to New Image
   -- ?
end dragDrop

Thanks, Paul Gabel


___
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


Password protection

2010-05-04 Thread Gabel Paul
Hello everyone: 

I tried to password protect my stacks, but I must be missing some basic 
concept. I read the Password entry in the Dictionary, then I set the password 
on the Stacks screen of the Standalone Application Settings window, then I 
created my standalone. When I open the standalone, it doesn't ask for the 
password. Do I need to script that? I'm using Rev 4.0. Thanks.

Paul Gabel___
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


Placing a movie (videoClip)

2010-04-24 Thread Gabel Paul
Jacque:

 So you can set the location with the syntax play videoclip 1 at 
 100,250, which works in the IDE, but fails in a standalone.

Actually, I found out that it works in a standalone on my Mac.

Paul Gabel
___
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


Placing a movie (videoClip)

2010-04-23 Thread Gabel Paul
Thanks everyone who responded. I'll try your suggestions.  Paul Gabel

 I have imported a very short videoClip using File ... Import as a control ... 
 video file. Then I put it into a custom property of a card. My problem is 
 that I can't get it to play in the location I want. It always plays at the 
 center of the card.
___
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


Placing a movie (videoClip)

2010-04-22 Thread Gabel Paul
Hello everyone:

I have imported a very short videoClip using File ... Import as a control ... 
video file. Then I put it into a custom property of a card. My problem is that 
I can't get it to play in the location I want. It always plays at the center of 
the card. I tried:

on mouseUp
   wait 20 ticks
   set the loc of the templateVideoClip to 200,200
   play videoClip id (the cardMovie of this cd) -- custom prop
end mouseUp

... but it doesn't work. How do I set the loc of the movie on the card?

Thank you.  Paul Gabel___
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: Emailing a Rev file

2009-09-29 Thread Gabel Paul

Jim:

Thanks for going to all that trouble. I'll keep your trick in mind if  
I ever get into this situation again.


Paul Gabel

---

On Sep 28, 2009, at 2:59 PM, Jim Bufalini wrote:


Hi Paul,


Jim - The remove .remove gmail workaround failed. I don't know why. I
got the same bounce message.

I ended up just having him download the Windows file from my MobileMe
Public Folder.


I don't know why either. I've used it many times and I just tested  
it now by
sending an 8.9 MB zip that contains an installer EXE, which in turn  
contains
3-Rev EXEs and a number of DLLs to my mother (couldn't think, off  
the top of
my head, who else has a generic Gmail account that I could bug with  
this ;-)
and it went through and I called her and we downloaded it from her  
Gmail to
her computer and unziped it and all went as expected. What took the  
most
time was explaining to her what and why I had sent and why, after  
all of
that, I was having her delete everything. (she doesn't know an EXE  
from a

shoe ;-)

Maybe the email address you are sending from has to be on the  
recipient's
contact list? Or, possibly, there is some other setting on the Gmail  
account
you are sending to that adds additional restrictions? However, this  
is the
trick for sending a zip to a generic Gmail address that by default  
rejects

zip and exe attachments.

In all cases I can remember, however, we had been corresponding  
first and I

would have been on their allowed contact list. I'm not in the habit of
sending out unsolicited EXEs. ;-)

Aloha from Hawaii,

Jim Bufalini

___
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: Emailing a Rev file

2009-09-28 Thread Gabel Paul

Dear list members:

Thanks to everybody for your help.

Jim — The remove .remove gmail workaround failed. I don't know why. I  
got the same bounce message.


I ended up just having him download the Windows file from my MobileMe  
Public Folder.


Best wishes,

Paul Gabel

---

On Sep 27, 2009, at 12:27 PM, Jim Bufalini wrote:


Mark and Paul,

The trick with gmail is change the file name to file.zip.remove  
and in the
instructions of your email say to remove .remove ;-) and unzip. This  
is

easier than having people change their email address. ;-)

Aloha from Hawaii

Jim Bufalini


-Original Message-
From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
boun...@lists.runrev.com] On Behalf Of Mark Schonewille
Sent: Sunday, September 27, 2009 8:39 AM
To: How to use Revolution
Subject: Re: Emailing a Rev file

Hi Paul,

Tell the person not to use Gmail if you want to send him executables
in zip files. Gmail doesn't accept this. Mail.com is a good
alternative. You could also put the zip file on a server in a  
password-

protected directory and tell the recipient where to download it.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com

Submit your software at http://www.quickestpublisher.com

On 27 sep 2009, at 20:29, Gabel Paul wrote:


Hello everybody:

I made a .zip file from a standalone built for Mac OS X and emailed
it to someone. It went through just fine. Then I did the same thing
for a Windows build, but when I tried to email the file (7.9 MB) it
bounced back with the following message:

-

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients was aborted after 12 second(s):

* xx...@gmail.com


Reporting-MTA: dns; QMTA08.emeryville.ca.mail.comcast.net
[76.96.30.80]
Received-From-MTA: dns; OMTA11.emeryville.ca.mail.comcast.net
[76.96.30.36]
Arrival-Date: Sun, 27 Sep 2009 18:20:11 +


Final-recipient: rfc822; xx...@gmail.com
Action: failed
Status: 5.1.1
Diagnostic-Code: smtp;  552 5.7.0 review our attachment guidelines.
11si8582788pxi.45
Last-attempt-Date: Sun, 27 Sep 2009 18:20:23 +

-

Shouldn't this work either way? Any suggestions? Where do I find the
attachment guidelines?

Thanks,

Paul Gabel


___
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


___
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


Emailing a Rev file

2009-09-27 Thread Gabel Paul

Hello everybody:

I made a .zip file from a standalone built for Mac OS X and emailed it  
to someone. It went through just fine. Then I did the same thing for a  
Windows build, but when I tried to email the file (7.9 MB) it bounced  
back with the following message:


-

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients was aborted after 12 second(s):

 * xx...@gmail.com


Reporting-MTA: dns; QMTA08.emeryville.ca.mail.comcast.net [76.96.30.80]
Received-From-MTA: dns; OMTA11.emeryville.ca.mail.comcast.net  
[76.96.30.36]

Arrival-Date: Sun, 27 Sep 2009 18:20:11 +


Final-recipient: rfc822; xx...@gmail.com
Action: failed
Status: 5.1.1
Diagnostic-Code: smtp;  552 5.7.0 review our attachment guidelines.  
11si8582788pxi.45

Last-attempt-Date: Sun, 27 Sep 2009 18:20:23 +

-

Shouldn't this work either way? Any suggestions? Where do I find the  
attachment guidelines?


Thanks,

Paul Gabel
___
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: Creating a standalone (choice dimmed)

2009-09-02 Thread Gabel Paul

Hi Sarah:

Thanks. You're (obviously) right. But I'm sure that I used to select  
desktop files that were not in a folder. Was this changed in Rev 3.5,  
or am I just losing it? If it's the latter, then please don't reply.


PAul Gabel

--

On Sep 1, 2009, at 3:03 PM, Sarah Reichelt wrote:

When you select Save as standalone, it asks for a folder where you  
want the standalone to be saved. The Rev stack you are building  
needs to be loaded into Rev already.


Since it is looking for a folder at that stage, all files should be  
greyed out and you should only be able to select folders.


Cheers,
Sarah

Sent from my iPhone

On 02/09/2009, at 7:36 AM, Gabel Paul paulga...@comcast.net wrote:


Dear list members:

I have created standalones many times, but all of a sudden, when I  
choose Save as Standalone Application from the Rev File menu and  
the desktop appears, the rev file I'm trying to create a standalone  
from is dimmed. Anyone have any ideas of what I might be doing  
wrong (if anything)? Thank you.


Paul Gabel
Rev 3.5
iMac
Mac OS X 10.5.8
___
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


___
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


Creating a standalone (choice dimmed)

2009-09-01 Thread Gabel Paul

Dear list members:

I have created standalones many times, but all of a sudden, when I  
choose Save as Standalone Application from the Rev File menu and the  
desktop appears, the rev file I'm trying to create a standalone from  
is dimmed. Anyone have any ideas of what I might be doing wrong (if  
anything)? Thank you.


Paul Gabel
Rev 3.5
iMac
Mac OS X 10.5.8
___
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