html

2004-06-02 Thread Springer, Paul
You may notice that I have asked about this topic before. Sorry to be dense but I am still struggling; I think I am missing something fundamental in my understanding of the htmlText property. What I want to be able to do is something like this (to get a dialog box with bold text in it (or some

html formatting in a field

2004-05-27 Thread Springer, Paul
I am struggling with HTML formatting of text in a field. I don't want to copy or import it, as described by the HTMLText field property documentation; I just want to put some HTML tags into the contents of a field and have the text displayed accordingly. I see that I can set the HTMLText property

RE: html formatting in a field

2004-05-27 Thread Springer, Paul
, May 27, 2004 11:28 AM To: How to use Revolution Subject: Re: html formatting in a field On Thursday, May 27, 2004, at 08:16 AM, Springer, Paul wrote: I am struggling with HTML formatting of text in a field. I don't want to copy or import it, as described by the HTMLText field property

RE: html formatting in a field

2004-05-27 Thread Springer, Paul
Thanks Mark Richard - I think I've got it now! -Paul -Original Message- From: Richard Gaskin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 11:49 AM To: How to use Revolution Subject: Re: html formatting in a field Springer, Paul wrote: I am struggling with HTML formatting

RE: terminate script from keyboard

2004-05-21 Thread Springer, Paul
OK, here was the situation I originally had the problem with; I have added one line to Chipp's script. How would you stop this? on mouseUp repeat 10 times put hello cr after fld 1 answer hello end repeat end mouseUp -Paul -Original Message- From: Chipp Walters

RE: terminate script from keyboard

2004-05-21 Thread Springer, Paul
Thanks to all for the suggestions. Of course my original problem was how to get out of a situation like this when you inadvertently coded it. Changing the script to provide an escape hatch is easily done after the fact but I'm afraid I don't usually plan my bugs so carefully. What I was asking

RE: terminate script from keyboard

2004-05-20 Thread Springer, Paul
Wow - didn't mean to ruin your day Xavier. It's true that this is a problem and that, IMHO, RR tips, hints, capabilities, and general support sometimes seems a little light for Windows developers, but I suppose turn about is fair play. On the other hand, I was able to find a way out that

terminate script from keyboard

2004-05-19 Thread Springer, Paul
Can anyone tell me if it's possible to terminate a runaway script from the keyboard without killing the whole RR app? I seem to remember someone mentioning a key combination for that but I can't find it in the documentation. I am running on Windows. -Paul

pending message processing

2004-04-27 Thread Springer, Paul
I have a question about the processing of pending messages. I am using send updateLabels to me in 5 seconds to cause a periodic updating of button labels based on the contents of a data field. The data field is on cardA and the buttons are on cardB; there are also other cards the user may be

FW: pending message processing

2004-04-27 Thread Springer, Paul
I just tried as you suggested with a full qualifier - the behavior is the same. -Paul -Original Message- From: Robert Brenstein [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 10:06 AM To: Springer, Paul Subject: Re: pending message processing I have a question about

FW: pending message processing

2004-04-27 Thread Springer, Paul
Revolution Subject: Re: pending message processing On Tuesday, April 27, 2004, at 07:49 AM, Springer, Paul wrote: The approach I described works fine as long as I am displaying cardA. When I go to cardB or any other card the script does not execute periodically as I expected. This is probably

visual effects

2004-04-23 Thread Springer, Paul
I am having a little trouble with the visual effects command. With many of the effects (dissolve, open iris, etc.) the new card's image briefly flashes onto the card in its entirety before the old card comes back and then the desired effect takes place. Does anyone know why this might be happening

RE: visual effects

2004-04-23 Thread Springer, Paul
Ah, that explains it. Bummer. Thanks Phil. -Paul -Original Message- From: Phil Jimmieson [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 12:15 PM To: How to use Revolution Subject: Re: visual effects I am having a little trouble with the visual effects command. With many of the

RE: visual effects

2004-04-23 Thread Springer, Paul
in your initialization process, add this line of code: set the dontUseQTEffects to true This tells Rev to use its own built-in effects code, not that of QuickTime. Rev's internal code covers all the 'basic' effects. It worked for me. Phil Davis - Original Message - From: Springer, Paul

RE: trouble with groups

2004-04-21 Thread Springer, Paul
to use Revolution Subject: Re: trouble with groups Recently, Springer, Paul wrote: Imagine an application which displays multiple pages, one at a time, each contained on a card, to an operator. The operator navigates from page to page using a set of buttons (treated as a group) which looks

script inheritance?

2004-04-19 Thread Springer, Paul
I have some functions that are going to be common to many controls and I don't want many copies. Is there a way to put the command script on the card but have it executed in the context of the control (so me is the control, not the card)? I tried passing the control name as a parameter and

locally numbered fields

2004-04-12 Thread Springer, Paul
I have been reading through Volume 1 of Dan's book and I have a question. He talks about using locally numbered fields to easily loop through the fields on a card. He explicitly talks about not using the field's name or ID. I don't understand how this mapping occurs; how do you assign local,

RE: Moving Objects in the IDE

2004-04-08 Thread Springer, Paul
Dave, If you are talking about moving objects around as you build your GUI you can use the arrow keys (at least I can on my Windows PC) to move a selected object in a straight line up/down or sideways. If you hold down the shift key, they move faster. -Paul -Original Message- From: Jim

HTML rendering in RR

2004-04-07 Thread Springer, Paul
Hello, Does anyone have tips on how to render a functional, click-able web page inside a RR application? Or know of any RR product developers who sell such a thing? Thanks -Paul ___ use-revolution mailing list [EMAIL PROTECTED]

external program interface on windows

2004-04-02 Thread Springer, Paul
Hello, I need to find out about interfacing to non-RR programs on a Windows machine. There are programs running I need to get data from, and I can add a function to them to provide the data, but I don't know if I can call it from RR. I suppose I could write the data periodically to a file and

convert from main stack to substack?

2004-03-29 Thread Springer, Paul
I have three applications that make up a demo (there are three because they notionally run on different computers and communicate via sockets) and I want to make a variation on this (so I can have a simple demo to take on the road which will run on one machine, not require any TCP/IP, launch with

RE: convert from main stack to substack?

2004-03-29 Thread Springer, Paul
Perfect. You just saved me a lot of time. Once you helped me see that the mainstack is a property, I just changed it with the inspector (since this was a one time operation). I guess I could have used the message box and the command you wrote. Thanks Klaus. -Paul -Original Message-

change URL in previously opened browser (Windows)

2004-03-29 Thread Springer, Paul
Hello, I have used the revGoUrl command to open a browser to a given URL (on a windows PC). On subsequent calls for different URLs it opens a new instance of the default browser application. Is there a way to cause the previously opened browser to go to a new URL? I assume this involves

RE: Graphic overlapping -- translucency effect

2004-03-26 Thread Springer, Paul
Glen, If your objects are of different colors then another thing you can try is experimenting with the ink properties. For my demo application (probably much simpler than yours) I was able to get the kind of effect I think you are describing that way. -Paul -Original Message- From: Glen

RE: Graphic overlapping -- translucency effect

2004-03-26 Thread Springer, Paul
Rossi [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:53 AM To: How to use Revolution Subject: Re: Graphic overlapping -- translucency effect On 3/26/04 8:47 AM, Springer, Paul [EMAIL PROTECTED] wrote: If your objects are of different colors then another thing you can try

Test for within graphic?

2004-03-24 Thread Springer, Paul
Hi all, I am trying to figure out how to test to see if a given point is within the sides of an irregular polygon (e.g. a triangle). The rectangle of the graphic covers too much area - I just want to test within the area which would be colored if you set the backgroundColor of the graphic.

RE: Documentations Biggest Flaw

2004-03-22 Thread Springer, Paul
Amen - thanks Dave. I will push through to learn it because I think the time saved in the end will be well worth the trouble, but it bugs me that a tool that it so excellent in so many ways frustrates me so much. It can take me forever to figure out how to do something that I am certain can be

Answer questions

2004-03-15 Thread Springer, Paul
I have a couple questions related to the answer command (on Windows). First, is there a way to control the screen location of the dialog box that answer pops up? Mine is coming up partially off-screen and I would like to fix that. Maybe the answer is to use a different approach than answer but

Sockets

2004-03-09 Thread Springer, Paul
I am trying to put together some socket code on Windows. The documentation seems clear but there are a couple things that are not as I expected and a simple example would go a long way. Does anyone have such a thing handy? Just a simple accept/connect, send/receive, close example. -Paul

Rotating Graphics

2004-03-05 Thread Springer, Paul
I am trying to rotate a graphic (or image), but not around its center - I need to rotate it around and endpoint, like the end vertex of an isosceles triangle. Imagine the overhead view of a wind sock or smoke plume changing with the wind direction. Rotate does not help me because it rotates

RE: Rotating Graphics

2004-03-05 Thread Springer, Paul
Dar, Thanks for the help. As a beginner with RR, I need a little clarification. 1. When you say Rotate that. Do you mean with a built in command or with a custom command that is re-calculating where the points should be? 2. Aren't there points already defined for the polygons vertices? Do I

RE: Rotating Graphics

2004-03-05 Thread Springer, Paul
[mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 12:03 PM To: How to use Revolution Subject: Re: Rotating Graphics On Friday, March 5, 2004, at 09:28 AM, Springer, Paul wrote: Thanks for the help. As a beginner with RR, I need a little clarification. It is I who needs to be clear. 1. When