drag a title-less palette stack

2006-05-07 Thread betypaul

Hi All

I need a script so that a palette stack without a title bar  can be  
dragged around with a mouseDown within the stack?.
I have unsuccessfully tried different ways and searched the  
literature but no luck.
I feel that somewhere there is an solution, can someone kindly point  
the way?


many thanks

Paul

___
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: about the 'About' box

2005-06-17 Thread betypaul

Message: 5
Date: Thu, 16 Jun 2005 08:40:42 +1000
From: Sarah Reichelt [EMAIL PROTECTED]
Subject: Re: about the 'About' box
To: How to use Revolution use-revolution@lists.runrev.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed


I am hopefully completing my project and I cannot find how to set
up an 'About box.
Could someone point me the way?
Many thanks


Hi Paul,
An About box can be a simple answer dialog, or it can be a separate
stack. In your Help menu script, you need to check for the user
picking About and either go to your About stack or answer the
details.
HTH,
Sarah

Hi Sarah
I wasn't too clear I think.
I am needing to know how to get my 'About window'( that lists the  
authors, version, credits, etc.)  to open when the user picks the  
'About ProjectName' under the name of the application beside the  
apple icon on the Mac menu bar. The standalone has the 'About  
' (without the name of the project) on the menu but I do not know how  
to get into the script for the menu to tell it to open my 'About'  
window  and to add the menu name. I think it must be something simple  
that I have not discovered.


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


about the 'About' box

2005-06-15 Thread betypaul

Hi

I am hopefully completing my project and I cannot find how to set up  
an 'About box.

Could someone point me the way?
Many thanks

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


revMail command missfires

2005-05-08 Thread betypaul
Hi Helpers
I am using the command revMail with  my Mac Mail   ( OS 10.4)
and instead of Mail opening with the address, subject, and body as
it should,  Safari opens with all the stuff  in the address line.
Under revMail in our dictionary it states
 On Mac OS systems, the mail message is opened in the application
the user has set for the mailto:; protocol in the Internet control
panel.
this I cannot find
I think AppleScript is enabled.
could it be another case of our incompatibility with AppleScript in
Tiger?
anyone had this one and solved it?
Paul
Hello,
I use Tiger as well and just looked at what you pointed out, but
everything seems to work as it should.
Have you set your e-mail app to be Mail. You'll find the setting is
Mail's preferences. There isn't anything to be set in Internet
control panel (since Mac OS X some of those settings have been moved
into the apps themselves, and I don't think it's a good idea).
Best reagrds,
ÉrIC
Le 7 mai 05 à 21:21, betypaul a écrit :

Hi again
email was set to Mail -  and I also tried it with Thunderbird and  
tried switching Firefox for Safari - no luck.
I tried the command on my old computer ( OS10.1 , Mail 1.1, Rev 2.0)  
and it worked fine.

Maybe more detailed information would help
on the command
revMail use-revolution@lists.runrev.com, , TRYING , SUCCESS
Safari opens with
http://mailto:use-revolution@lists.runrev.com/? 
Subject=TRYINGBody=SUCCESS
in the address box
and proceeds to open the home page of runrev.com

Is there a clue in there for someone with more experience in  
AppleScript than I?

Paul




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


revMail command missfires

2005-05-07 Thread betypaul
Hi Helpers
I am using the command revMail with  my Mac Mail   ( OS 10.4)  
and instead of Mail opening with the address, subject, and body as it  
should,  Safari opens with all the stuff  in the address line.

Under revMail in our dictionary it states
 On Mac OS systems, the mail message is opened in the application  
the user has set for the mailto:; protocol in the Internet control  
panel.
this I cannot find

I think AppleScript is enabled.
could it be another case of our incompatibility with AppleScript in  
Tiger?

anyone had this one and solved it?
Paul
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: unhilite line in list field

2004-12-23 Thread betypaul
Hi Paul,
Hi
My script has a list field where each selection is utilized in turn.
I would like the selection to be unhilited in turn after it is
utilized,
so that as the repeats are worked through the highlights turn off.
Possible?
This doesn't work --
repeat for each line mychoice in the selectedText of fld mylistfield
doSomething
unhilite mychoice of the selectedText of fld mylistfield  -- ?
end repeat
but, has anyone  found a way to do this?
Just to see if i get you right:
You want to unhilite ALL lines AFTER you did something with the
hilited lines?
Sorry I wasn't clear
I want to unhilite EACH line after something is done with that 
particular line .
The highlights would go off one after the other as the repeats are 
worked through, thus indicating to the user the progress of the 
process.
Probably not possible. I thought I would throw it out
Paul

The you can:
...
repeat for each line mychoice in the selectedText of fld mylistfield
doSomething
end repeat
set the hilitedlines of fld mylistfield to 0
...
If that's not what you were after, drop another line :-)
Seasons greetings to you all
Paul
Regards
Klaus Major
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


unhilite line in list field

2004-12-21 Thread betypaul
Hi
My script has a list field where each selection is utilized in turn.
I would like the selection to be unhilited in turn after it is utilized,
so that as the repeats are worked through the highlights turn off.
Possible?
This doesn't work --
repeat for each line mychoice in the selectedText of fld mylistfield
doSomething
unhilite mychoice of the selectedText of fld mylistfield  -- ?
end repeat
but, has anyone  found a way to do this?
Seasons greetings to you all
Paul
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution