Re: revbrowser useragent

2008-10-15 Thread Jim Sims
On Oct 16, 2008, at 6:44 AM, Alex Shaw wrote: Hi Jim See: http://quality.runrev.com/qacenter/show_bug.cgi?id=5872 Thanks Terry & Alex. According to bug report 5872 this is only a WebKit/Safari problem. I do not have a PC here (must get to the other dang island where I have one) to test

Re: revbrowser useragent

2008-10-15 Thread Alex Shaw
Hi Jim See: http://quality.runrev.com/qacenter/show_bug.cgi?id=5872 regards alex Jim Sims wrote: I'd like to use revbrowser to access a web based chat. When I try to do that I get "We expect one of these browsers Explorer, Safari, blah blah blah" I'm guessing the site doesn't like whatever us

Re: revbrowser useragent

2008-10-15 Thread Terry Judd
On 16/10/08 2:58 PM, "Jim Sims" <[EMAIL PROTECTED]> wrote: > > On Oct 16, 2008, at 5:46 AM, Terry Judd wrote: > >> Jim - Is that because the default user agent for Rev is ' Revolution >> (MacOS)' or whatever, depending on what platform you're using and >> not that >> of the underlying browser b

Re: revbrowser useragent

2008-10-15 Thread Jim Sims
On Oct 16, 2008, at 5:46 AM, Terry Judd wrote: Jim - Is that because the default user agent for Rev is ' Revolution (MacOS)' or whatever, depending on what platform you're using and not that of the underlying browser being used by RevBrowser. If so then you can probably just change it using

Re: revbrowser useragent

2008-10-15 Thread Terry Judd
Jim - Is that because the default user agent for Rev is ' Revolution (MacOS)' or whatever, depending on what platform you're using and not that of the underlying browser being used by RevBrowser. If so then you can probably just change it using the libURLSetCustomHTTPHeaders command. I'm just gues

revbrowser useragent

2008-10-15 Thread Jim Sims
I'd like to use revbrowser to access a web based chat. When I try to do that I get "We expect one of these browsers Explorer, Safari, blah blah blah" I'm guessing the site doesn't like whatever useragent the revbrowser (Safari/webkit?) sends. Anyone have any hints/ideas on how to get around t

Re: Rev 3 Script Editor

2008-10-15 Thread Stephen Barncard
sorry, I think I misread the posting... sqb Two questions about the new script editor: 1) In older versions, it was possible to colorize scripts with one's own color scheme by using choosing colors from a text menu and applying them anywhere. Can this be done with Rev 3? 2) Is there any way

Re: Rev 3 Script Editor

2008-10-15 Thread Stephen Barncard
Scott, are you talking about colornames()? Two questions about the new script editor: 1) In older versions, it was possible to colorize scripts with one's own color scheme by using choosing colors from a text menu and applying them anywhere. Can this be done with Rev 3? 2) Is there any way

Re: convert to time question

2008-10-15 Thread Larry Watts
I understand that Thierry wanted to convert seconds to show a duration, not a time of day. For my app, I wrote a rather long piece of code to convert a sum of seconds into a time display (because I'm a real newbie). I appreciate Thierry's concise function, to which I added a line for also showi

Re: OT: Way to make Safari for Windows run in kiosk mode/full-screen?

2008-10-15 Thread Andre Garzia
Rob, it's not full screen but you can use the resizeTo javascript routine to resize the browser to the desired size, it might get you going. andre On Wed, Oct 15, 2008 at 5:47 PM, <[EMAIL PROTECTED]> wrote: > > I wish I could, but in this particular case, I need Safari's new HTML5, > embeddib

Re: Conflict between the Rev 'backdrop' and OSX 'Spaces'?

2008-10-15 Thread Sarah Reichelt
On Mon, Oct 13, 2008 at 9:46 AM, Sarah Reichelt <[EMAIL PROTECTED]> wrote: >> It looks like a bug too me so I reckon you should file a report. I >> thought a possible workaround might be to hide the backdrop when the >> app was suspended and set it again on resume, but in my tests, the >> suspend a

Re: convert to time question

2008-10-15 Thread Sarah Reichelt
On Thu, Oct 16, 2008 at 9:26 AM, J. Landman Gay <[EMAIL PROTECTED]> wrote: > Thierry wrote: > >> Out of curiosity, I would be very much interested to understand >> how we can make the build in convert command work ? >> >> Any convert expert ? > > The convert command is complex enough that we had a

Rev 3 Script Editor

2008-10-15 Thread Scott Rossi
Two questions about the new script editor: 1) In older versions, it was possible to colorize scripts with one's own color scheme by using choosing colors from a text menu and applying them anywhere. Can this be done with Rev 3? 2) Is there any way to change the degree of indenting? Thanks & Reg

Re: convert to time question

2008-10-15 Thread J. Landman Gay
Thierry wrote: Out of curiosity, I would be very much interested to understand how we can make the build in convert command work ? Any convert expert ? The convert command is complex enough that we had a whole scripting conference on it. Sarah Reichelt is our resident expert:

Re: convert to time question

2008-10-15 Thread Thierry
Le 15 oct. 08 à 23:28, Jim Ault a écrit : Unfortunately I am not the one to help here, since I don't know all the variations of the operating systems on which convert is dependent, daylight savings settings, time zones, etc. Hopefully someone will chime in on this for you. It is not a

Re: happy little discovery - "repeat for each key"

2008-10-15 Thread Jim Ault
I think that this is true for 2.7.2 and later, but not for earlier versions. Jim Ault Las Vegas On 10/15/08 11:59 AM, "Phil Davis" <[EMAIL PROTECTED]> wrote: > I don't know why I haven't seen this before, but yesterday I discovered > to my great pleasure that we can use array keys in the "repea

Re: convert to time question

2008-10-15 Thread Jim Ault
Unfortunately I am not the one to help here, since I don't know all the variations of the operating systems on which convert is dependent, daylight savings settings, time zones, etc. Hopefully someone will chime in on this for you. It is not a simple issue. Jim Ault Las Vegas On 10/15/08 2:22

Re: convert to time question

2008-10-15 Thread Thierry
Le 15 oct. 08 à 22:33, Jim Ault a écrit : Try going into Rev, click on Documentation.. then click the 'Search' icon click 'Web Database', then enter "date" and look for Sarah_Libs in the list click and you will see a web page that includes "DateTime.rev" stack Thanks Jim for that. It's a ni

Re: Gradient GUI tool?

2008-10-15 Thread -= JB =-
On Oct 15, 2008, at 1:23 PM, Richard Gaskin wrote: The grid lines are currently optional -- see the hGrid and vGrid field properties. -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED] http://www.FourthWor

Re: convert to time question

2008-10-15 Thread Joe Lewis Wilkins
Hi Thierry, Out of curiosity, I did exactly the same thing in the multi-line msg box. The result was: 5:00 PM Hmn, Joe Wilkins On Oct 15, 2008, at 1:21 PM, Thierry wrote: Hi all, doing some time calculations, I went into this: put 3600 into x convert x to time put x gives me

Re: convert to time question

2008-10-15 Thread Jim Ault
Try going into Rev, click on Documentation.. then click the 'Search' icon click 'Web Database', then enter "date" and look for Sarah_Libs in the list click and you will see a web page that includes "DateTime.rev" stack (you might have to say "yes" to updating, but this is a good thing) Jim Ault L

Re: Gradient GUI tool?

2008-10-15 Thread Richard Gaskin
-= JB =- wrote: > When you talk about hidden columns I am not sure exactly what you > mean but one > thing it could mean is to be able to have a choice if the divider bar > is visible or not. The grid lines are currently optional -- see the hGrid and vGrid field properties. A "hidden column"

convert to time question

2008-10-15 Thread Thierry
Hi all, doing some time calculations, I went into this: put 3600 into x convert x to time put x gives me 2:00 if I put 0, I get 1:00 !!! It seems I get always one hour more, whatever the seconds I put. Anyone can confirm this , or do I miss something ? Rev 3.0 on Mac OS 10

Re: Gradient GUI tool?

2008-10-15 Thread -= JB =-
On Oct 15, 2008, at 11:26 AM, Richard Gaskin wrote: Agreed wholeheartedly. I would not advocate prioritizing anything related to gradients above at least independent column alignment and hidden columns. I was just checking to see if anyone here had added that to the queue. -- Richar

Re: OT: Way to make Safari for Windows run in kiosk mode/full-screen?

2008-10-15 Thread rgould8
I wish I could, but in this particular case, I need Safari's new HTML5, embeddible fonts, and local database support.? So I really would like a way to make Safari for Windows go fullscreen/kiosk-mode.? Like I can using SAFT for Mac. -Original Message- From: Andre Garzia <[EMA

Re: Gradient GUI tool?

2008-10-15 Thread Terry Judd
On 16/10/08 4:42 AM, "Chipp Walters" <[EMAIL PROTECTED]> wrote: > I'd rather have separate blendlevels for controls outside the stack > blendlevel-- as it stands now, if you create a stack which is > partially transparent, all the controls on it are also partially > transparent. I'd like to make s

Re: Gradient GUI tool?

2008-10-15 Thread -= JB =-
On Oct 15, 2008, at 11:26 AM, Richard Gaskin wrote: Chipp Walters wrote: FWIW, I'd rather the team focus on getting a decent table object put together. Agreed wholeheartedly. I would not advocate prioritizing anything related to gradients above at least independent column alignment and h

happy little discovery - "repeat for each key"

2008-10-15 Thread Phil Davis
I don't know why I haven't seen this before, but yesterday I discovered to my great pleasure that we can use array keys in the "repeat for each" structure, like this: repeat for each key tKey in tMyArray put tMyArray[tKey] into fld tKey of this cd end repeat It's especially useful in

Re: Paint Tool periodic crashes

2008-10-15 Thread Jerry Daniels
Bernard, I understand completely what it is you're saying. I could really write a book about all the things you could do with GLX2 Tools. As it is, we're doing our best to document them, make training video's and give excellent online support. We put together three videos that are meant t

Re: Gradient GUI tool?

2008-10-15 Thread Richard Gaskin
Chipp Walters wrote: FWIW, I'd rather the team focus on getting a decent table object put together. Agreed wholeheartedly. I would not advocate prioritizing anything related to gradients above at least independent column alignment and hidden columns. I was just checking to see if anyone he

Re: Paint Tool periodic crashes

2008-10-15 Thread Bernard Devlin
Jerry, GLX2's editor introduces so many novel features, I think it is hard for people to actually assimilate them. It's really an extraordinary tool. There's still a long way for the Rev 3 script editor to go before it can match GLX2. So don't be too surprised if people assume that the features

Re: persistent objects in runrev (howto)

2008-10-15 Thread Chipp Walters
H. Seems like a simple enough function/command to write? And it should execute very fast as well. I imagine a library with a set of functions to do this may be helpful for some. ___ use-revolution mailing list use-revolution@lists.runrev.com Please v

Re: Gradient GUI tool?

2008-10-15 Thread Chipp Walters
Hi Richard, FWIW, I'd rather the team focus on getting a decent table object put together. If I need gradients for buttons, I'll use ButtonGadget, Photoshop or other tool of choice. I've never even seen a gradient used in a field, and can't envision a case where I'd want such a thing. I understand

Re: OT: Sth (was Re: Re-4: persistent objects in runrev (howto))

2008-10-15 Thread Klaus Major
Hi Ken, objects with empty scripts, I have sth like: Franz, this is the second time you've used "sth" as a word (two different posts)... just curious, what does it mean? SomeTHing, altough I'm not Franz :-) Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http

OT: Sth (was Re: Re-4: persistent objects in runrev (howto))

2008-10-15 Thread Ken Ray
> objects with empty scripts, I have sth like: Franz, this is the second time you've used "sth" as a word (two different posts)... just curious, what does it mean? Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ __

Re: persistent objects in runrev (howto)

2008-10-15 Thread Ken Ray
> As a result of our discussion in > further versions of runrev I would expect a runrev function to export only the > selected objects into a file and restore it, like existing moduls in > perl,python,java do. And perhaps this could be done with protection > immediately. Or does this exist and I d

Re: Gradient GUI tool?

2008-10-15 Thread Richard Gaskin
Thanks to all who patiently answered my question as though it was from a sane person. Very gracious of you. :) Sure enough, once I re-read the docs to learn that gradients are only available for graphic objects, I was able to find Rev's Gradient tool easily. It's a nice one. This raises a

AW: AW: Different behavior of brush on Win / Mac - confirmed

2008-10-15 Thread Tiemo Hollmann TB
FYI: The runrev QA center just confirmed this bug and it is supposed to be solved in the next release. Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Tiemo Hollmann TB > Gesendet: Mittwoch, 15. Oktober 2008 09:05 > An:

Re: Paint Tool periodic crashes

2008-10-15 Thread Jerry Daniels
Whoa. The Code snapshots take snap shots of values in variables and nothing to do with pixels in any way. Just go to the GLX2 website and search for "code snapshot" or "script snapshot" and you get all the info on what they are. http://glx2help.ning.com/forum/topic/show?id=2053167%3ATopic%3

Re: persistent objects in runrev (howto)

2008-10-15 Thread [EMAIL PROTECTED]
Hello Andre, Thanks Andre for your info: "Nothing new under the sun" (Qohelet) I had to learn this method of storing objects as binaries by trial and discussion, because I did not read it in newsletters or sth similar. But I am glad to have realized it - late but I did ;-) As a result of our dis

Re: Table inspector from 4W

2008-10-15 Thread -= JB =-
On Oct 14, 2008, at 7:43 PM, Richard Gaskin wrote: But independent column alignment is so very central to so much of what so many people want to build in Rev, and have wanted for so long, that I believe we're at a point where it can be reasonably said to be expected in the engine. Much

Re-4: persistent objects in runrev (howto)

2008-10-15 Thread [EMAIL PROTECTED]
Hello Richard, Thank you for your comments! You wrote: "If you're copying objects, you may find it both more secure and more convenient to maintain to have as few handlers as possible in those objects, which merely call handlers in a central library or your app's mainstack to do the real work

Re: Gradient GUI tool?

2008-10-15 Thread Scott Rossi
Recently, Richard Gaskin wrote: > Did I overlook a GUI tool in Rev for working with gradients? > > Is there one out there, or will I need to roll my own? You're talking about Revolution, not MetaCard yes? You're in luck -- there is one. With a graphic selected (make sure it's opaque), it's the

Re: Gradient GUI tool?

2008-10-15 Thread Terry Judd
There's a 'gradient' panel in the property inspector (2nd item down) when you have a graphic object selected. Is that what you're looking for? Terry... On 15/10/08 5:20 PM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: > Jim Sims wrote: > >> On Oct 15, 2008, at 7:45 AM, Richard Gaskin wrote: >>

Re: Gradient GUI tool?

2008-10-15 Thread Bernard Devlin
I'm not quite sure what you mean. One of the new simple projects I was working on had a gradient graphic in it. Inside the colored rectangle was a right angle of 'points'. These points could be picked up and moved about, and as I did so the qualities of the gradient changed before my eyes. I ha

Re: Rev 3.0 crashing on OS X too (as well as Vista and Linux)

2008-10-15 Thread Bernard Devlin
I started up 2.8.1 on OS X (the last version that wasn't crashing regularly). My general habit is to do a totally new install for each release (rather than relying on Rev's update feature), in order to have completely separate environments. It's a bit confusing now because of the way Rev is using

AW: AW: Different behavior of brush on Win / Mac

2008-10-15 Thread Tiemo Hollmann TB
Hi Jacqueline, yes that's what I tested with the same result. Even when drawing strict vertical and horizontal lines I get some ghost pixels, e.g. when changing the direction. For example, when I am drawing this line from top to bottom-left: * * * * ** I get these additional

Re: where is rev 2.9

2008-10-15 Thread runrev260805
Hi, here you are Rev Studio 2.9.0 GM1 Windows Full installer http://developer.runrev.com/components/revolution/studio/2.9.0-gm-1/RevStd290Full.exe Rev Studio 2.9.0 GM1 Mac OS X Full installer http://developer.runrev.com/components/revolution/studio/2.9.0-gm-1/RevStd290Full.dmg Rev Enterprise 2.