use-revolution Digest, Vol 23, Issue 27

Alen Ljubas alen.ljubas at vk.t-com.hr
Tue Aug 9 07:46:04 EDT 2005


----- Original Message ----- 
From: <use-revolution-request at lists.runrev.com>
To: <use-revolution at lists.runrev.com>
Sent: Monday, August 08, 2005 7:00 PM
Subject: use-revolution Digest, Vol 23, Issue 27


> Send use-revolution mailing list submissions to
> use-revolution at lists.runrev.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.runrev.com/mailman/listinfo/use-revolution
> or, via email, send a message with subject or body 'help' to
> use-revolution-request at lists.runrev.com
> 
> You can reach the person managing the list at
> use-revolution-owner at lists.runrev.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of use-revolution digest..."
> 
> 
> you can find the archives for this list at:
> 
> http://lists.runrev.com/pipermail/use-revolution/
> 
> and search them using this link:
> 
> http://www.google.com/advanced_search?q=site:lists.runrev.com
> 
> Today's Topics:
> 
>   1. Re: Re: selection case (Muaadh salih)
>   2. Alternate mouseDown Method (Thomas McGrath III)
>   3. Re: selection case (John Ridge)
>   4. Is there anyone in here using altBrowser??? (Ban Nguyen)
>   5. Re: External Command Question (David Burgun)
>   6. Re: selection case (Muaadh salih)
>   7. Re: Is there anyone in here using altBrowser??? (Derek Bump)
>   8. RE: Is there anyone in here using altBrowser??? (Ban Nguyen)
>   9. command-period - On third thought... (Timothy Miller)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 8 Aug 2005 15:52:24 +0100
> From: Muaadh salih <ms1 at soas.ac.uk>
> Subject: Re: Re: selection case
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <a06200703bf1d21c2cbd3@[195.195.177.148]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> This sound silly question but how to get to raversalOn  property in 
> the IDE, in the Inspector ?
> 
> 
>>perhaps you need to set the C not in a script.
>>
>>At 8:20 PM +0000 8/7/05, Muaadh Salih wrote:
>>>
>>>Ken
>>>I have just applied the following
>>>
>>>  on mouseUp
>>>set the traversalOn of field tp to true
>>>   do "select" && the clickChunk
>>>   put the selectedText into myWord
>>>   select empty
>>>   put myWord after field "btm"
>>>   put uniEncode(space,"UTF8") after fld "btm"
>>>
>>>End MouseUp
>>>
>>>
>>>Again it gives back to front choice . i.e you click at the first 
>>>word to get the last one ......
>>>
>>>
>>>What runrev said is shows a structural problem for non-Roman script 
>>>fonts (languages)in Rev.!
>>>The white flag is up ang high !!
>>_______________________________________________
>>use-revolution mailing list
>>use-revolution at lists.runrev.com
>>Please visit this url to subscribe, unsubscribe and manage your 
>>subscription preferences:
>>http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> -- 
> 
> 
> 
> All the best
> 
> 
> 
> Muaadh Salih
> SOAS
> Department of Near & Middle Eastern Studies
> Tel . +44 (0)2078984354
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 8 Aug 2005 10:54:14 -0400
> From: Thomas McGrath III <3mcgrath at adelphia.net>
> Subject: Alternate mouseDown Method
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <d54e8b8c1239d3d85514cea2928195fc at adelphia.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
> 
> Dear List,
> 
> Someone had hinted at using dragDrop as an way to see what control a 
> mouse was over during a mousedown, but I did not understand it then. 
> Well, I worked out this idea and it worked completely for what I was 
> needing.
> I needed a real or simulated mouseUp, mouseLeave, and mouseEnter that 
> started from a mouseDown that DID NOT go to the control that started 
> the mouseDown but rather to the control the mouse was over.
> 
> I have uploaded to my user area a stack that shows all of these states 
> in the way that I needed it to.
> user: mcgrath3
> stack: Alternate MouseDown Method
> 
> My code may not be optimized but the simulated states work great. Let 
> me know if I missed anything.
> 
> Thank you,
> 
> Tom
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 8 Aug 2005 16:28:07 +0100
> From: John Ridge <ridge11103 at btinternet.com>
> Subject: Re: selection case
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <2CED4150-B3F2-40BF-B506-434020453A72 at btinternet.com>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> 
> On 8 Aug 2005, at 15:52, Muaadh salih wrote:
> 
> Try the Preferences menu item, General pane - select the second  
> button down, and the Inspector will now show the property name. Much  
> more useful when scripting!
> 
>> This sound silly question but how to get to raversalOn  property in  
>> the IDE, in the Inspector ?
>>
>>
>>
> 
> 
> Best wishes
> John
> ridge11103 at btinternet.com
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Mon, 8 Aug 2005 09:16:36 -0700
> From: "Ban Nguyen" <bann at sunncomm.com>
> Subject: Is there anyone in here using altBrowser???
> To: "How to use Revolution" <use-revolution at lists.runrev.com>
> Message-ID:
> <D5AF0E7033A9CD41AD82E425E0DF068C0333E5D8 at mail.bedrock.corp.sunncomm.com>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> Hello,
> 
> How do you use altBrowser separate from the standalone app?  How to set
> it up?
> 
> 
> Thank you
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Mon, 8 Aug 2005 17:24:08 +0100
> From: David Burgun <dburgun at dsl.pipex.com>
> Subject: Re: External Command Question
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <a05210601bf1d37925947@[192.168.0.100]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> Thanks a lot! Knew it must be something like that!
> 
> All the Best
> Dave
> 
> 
>>On Aug 8, 2005, at 3:01 AM, David Burgun wrote:
>>
>>>Hi,
>>>
>>>Just one quick question. Is it possible to have more than one 
>>>active "External" file in use by a stack at the same time? If so, 
>>>how do I set the "Externals" property to do this?
>>
>>Yes.  Just separate each external using a return.
>>
>>set the externals of this stack to "myExternal1.dll"&cr& 
>>myExternal1.bundle" &cr& "myExternal2.dll" &cr& myExternal2.bundle"
>>
>>
>>
>>--
>>Trevor DeVore
>>Blue Mango Multimedia
>>trevor at mangomultimedia.com
>>
>>
>>_______________________________________________
>>use-revolution mailing list
>>use-revolution at lists.runrev.com
>>Please visit this url to subscribe, unsubscribe and manage your 
>>subscription preferences:
>>http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Mon, 8 Aug 2005 17:32:43 +0100
> From: Muaadh salih <ms1 at soas.ac.uk>
> Subject: Re: selection case
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <a06200706bf1d392e4937@[195.195.177.148]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> Hi John
> many thanks but it does not work ?!( i.e. I does not emulate the real 
> selection  ( as in Hypercard): When you click the the first Arabic or 
> Hebrew it select the last in the line )
> 
> 
>>On 8 Aug 2005, at 15:52, Muaadh salih wrote:
>>
>>Try the Preferences menu item, General pane - select the second 
>>button down, and the Inspector will now show the property name. Much 
>>more useful when scripting!
>>
>>>This sound silly question but how to get to raversalOn  property in 
>>>the IDE, in the Inspector ?
>>>
>>>
>>
>>
>>Best wishes
>>John
>>ridge11103 at btinternet.com
>>
>>
>>
>>_______________________________________________
>>use-revolution mailing list
>>use-revolution at lists.runrev.com
>>Please visit this url to subscribe, unsubscribe and manage your 
>>subscription preferences:
>>http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> -- 
> 
> 
> 
> All the best
> 
> 
> 
> Muaadh Salih
> SOAS
> Department of Near & Middle Eastern Studies
> Tel . +44 (0)2078984354
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Mon, 08 Aug 2005 11:42:24 -0500
> From: Derek Bump <webmaster at dreamscapesoftware.com>
> Subject: Re: Is there anyone in here using altBrowser???
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <42F78B70.1040402 at dreamscapesoftware.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Ban Nguyen wrote:
>> How do you use altBrowser separate from the standalone app?  How to set
>> it up?
> 
> I use altBrowser.  altBrowser is an external, so you cannot use it 
> unless it is called from within a standalone.  Now if you are asking 
> something else then I will need further clarification on what it is that 
> you're trying to do.
> 
> Also, if you have any questions on how to setup altBrowser within your 
> stack, check the documentation that came with it when you purchased 
> altBrowser.
> 
> 
> Derek Bump
> Dreamscape Software
> _______________________________________________
> Compress Photos for the Web with JPEGCompress
> http://www.dreamscapesoftware.com/
> 
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Mon, 8 Aug 2005 09:52:27 -0700
> From: "Ban Nguyen" <bann at sunncomm.com>
> Subject: RE: Is there anyone in here using altBrowser???
> To: "How to use Revolution" <use-revolution at lists.runrev.com>
> Message-ID:
> <D5AF0E7033A9CD41AD82E425E0DF068C03760999 at mail.bedrock.corp.sunncomm.com>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> 
> Ban Nguyen wrote:
>> How do you use altBrowser separate from the standalone app?  How to
> set
>> it up?
> 
> -----------------------
> 
> I use altBrowser.  altBrowser is an external, so you cannot use it 
> unless it is called from within a standalone.  Now if you are asking 
> something else then I will need further clarification on what it is that
> 
> you're trying to do.
> 
> Also, if you have any questions on how to setup altBrowser within your 
> stack, check the documentation that came with it when you purchased 
> altBrowser.
> 
> 
> Derek Bump
> 
> 
> ----------------------
> 
> I have two buttons (on the standalone app) to go to 2 different
> websites. I want to use ALTBrowser to display them.
> 
> Is there anyway to display the website within the standalone?  
> ----------------------
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 9
> Date: Mon, 8 Aug 2005 10:12:01 -0700
> From: Timothy Miller <gandalf at doctorTimothyMiller.com>
> Subject: command-period - On third thought...
> To: use-revolution at lists.runrev.com
> Message-ID: <p06200700bf1d4230e53a@[10.0.1.2]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> Okay, a fresh download of Revzilla made Revzilla work. It doesn't 
> take long to get familiar with the interface, and now it is easy to 
> peruse bugzilla.
> 
> The status of the command-period issue now seems unclear. One BZ item 
> suggests command-period should halt a script while debugging. 
> Apparently that's been resolved.
> 
> The other relevant BZ item addresses a situation that sounds like a 
> loop that a command-period will not interrupt. It sounds like the 
> bug-reporter was talking about an endless and rapid succession of 
> answer dialogs. That's similar to my concern, but not identical. The 
> reply on BZ is ambiguous. Maybe it isn't technically possible, though 
> that isn't clear. The status of the concern is "assigned," way back 
> in an early version.
> 
> My issue is much simpler. If an answer dialog is waiting on the 
> screen, command-period, would, in a perfect world, exit to top. As 
> far as I can tell, no keyboard entry will make that happen.
> 
> I'm reluctant to submit this to BZ, because the list might have been 
> over and over it already. Or it might be obvious to insiders that it 
> isn't technically possible.
> 
> Does anyone else wish for this relatively minor improvement? Is it 
> technically possible?
> 
> 
> Cheers,
> 
> 
> 
> Tim
> 
> 
> ------------------------------
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> End of use-revolution Digest, Vol 23, Issue 27
> **********************************************
>




More information about the use-livecode mailing list