Quicky: what's the name of the property to find out if a stack is protected?

2009-09-20 Thread David Bovill
Can't find protected in the dictionary :) ___ 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: Quicky: what's the name of the property to find out if a stack is protected?

2009-09-20 Thread Sarah Reichelt
On Sun, Sep 20, 2009 at 8:44 PM, David Bovill da...@vaudevillecourt.tv wrote: Can't find protected in the dictionary :) How about: if the password of this stack is not empty then -- stack is protected end if Cheers, Sarah ___

Re: Want to Try Franklin 3D - 3D Engine for Revolution?

2009-09-20 Thread splash21
Lynn, the demo stack is very slick! Lynn Fredricks wrote: Hello all, Anyone interested in a solid 3D game engine for Revolution? :-) This is getting good enough to show, so we thought we'd show it. Thanks to everyone who downloaded the initial beta. Id like to let everyone know that they

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Jérôme Rosat
Sarah, Thank you for your confirmation. I tried myself and I found the same results. I believed it was me and my script. But I remain interrogative. Which solution is implemented by developer to transfer a significant amount of data (approximately 100 ' 000 records) between the client

RE: How to use socket commands and function in a .irev script

2009-09-20 Thread Jim Bufalini
Jérôme Rosat wrote: Which solution is implemented by developer to transfer a significant amount of data (approximately 100 ' 000 records) between the client app and a server app on on-rev? Start from the client side. Use can use *post* (look this up in the Dictionary and also the See Also

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Jim Ault
On Sep 19, 2009, at 5:16 PM, Sarah Reichelt wrote: On Sun, Sep 20, 2009 at 9:20 AM, Jérôme Rosat jro...@mac.com wrote: Hi all, Is it possible to use socket commands and functions in a .irev script on a on-rev serveur ? I just tested it and you can see the script the result at

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Jérôme Rosat
Le 20 sept. 2009 à 15:31, Jim Bufalini a écrit : Jérôme Rosat wrote: Which solution is implemented by developer to transfer a significant amount of data (approximately 100 ' 000 records) between the client app and a server app on on-rev? Start from the client side. Use can use *post*

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Richard Gaskin
Jérôme Rosat wrote: I started by using the command “post” but I encountered problems to recover the entirety of the data. Did you use a FileUpload object for that? Most web hosts provide dropbox CGIs, and at their heart they're just a FileUpload object in a form using POST. Given how

[teaser] Mac OS X external

2009-09-20 Thread Shao Sean
Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified() - returns the state of the dirty document flag (boolean) setWindowProxy -

Re: [teaser] Mac OS X external

2009-09-20 Thread Klaus on-rev
Hi Sean, Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified() - returns the state of the dirty document flag (boolean)

Re: [teaser] Mac OS X external

2009-09-20 Thread Paul Foraker
I keep hoping for set the style of this stack to cocoa -- Paul On Sun, Sep 20, 2009 at 8:43 AM, Shao Sean shaos...@wehostmacs.com wrote: Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified

Re: [teaser] Mac OS X external

2009-09-20 Thread Jérôme Rosat
Great, It is the right track. There are still others improvement to bring so that Rev applications look and feel more like Mac OS X applications. For example, tool bars, gradient buttons, button and field with the default Mac OS X font, size and position, etc. In a word, this would be

Re: [teaser] Mac OS X external

2009-09-20 Thread Shao Sean
For example, tool bars, gradient buttons, am looking into this, but my skillz are not mad (even though i am ;-) button and field with the default Mac OS X font, size and position Set your stack to have the font Lucinda Grande, size 13.. Set your buttons to have a height of 22 pixels.. There

I need to blink and carry on !

2009-09-20 Thread Francis Nugent Dixon
Hi from Paris, Way back in the good old days, on a 3270 monitor, we could blink any line. Very useful ! I want to blink an error message, to bring it to the attention of the user, but I don't want to stop the execution of the current script. How would I go about this ? -Francis

Re: [teaser] Mac OS X external

2009-09-20 Thread Jérôme Rosat
Le 20 sept. 2009 à 18:57, Shao Sean a écrit : For example, tool bars, gradient buttons, am looking into this, but my skillz are not mad (even though i am ;-) Don't be so modest :-) button and field with the default Mac OS X font, size and position Set your stack to have the font Lucinda

Re: Quicky: what's the name of the property to find out if a stack is protected?

2009-09-20 Thread David Bovill
Thanks :) 2009/9/20 Sarah Reichelt sarah.reich...@gmail.com On Sun, Sep 20, 2009 at 8:44 PM, David Bovill da...@vaudevillecourt.tv wrote: Can't find protected in the dictionary :) How about: if the password of this stack is not empty then -- stack is protected end if

Re: I need to blink and carry on !

2009-09-20 Thread stephen barncard
send in time get Dar Scott's stack that demonstrates Message Mechanics http://pages.swcp.com/dsc/revstacks.html - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/9/20 Francis Nugent Dixon effe...@wanadoo.fr Hi from Paris, Way back in the good

Re: [teaser] Mac OS X external

2009-09-20 Thread Richmond Mathewson
Shao Sean wrote: Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified() - returns the state of the dirty document flag (boolean)

Re: Snapshot problems

2009-09-20 Thread Graham Samuel
Thanks to all who replied. I think my immediate problem was trying to get stuff from a rectangle that extended beyond the actual rendered area, as Richard mentions: this causes an 'Execution Error' with no further detail, so it's hard to know what has gone wrong - but finger trouble,

[ANN] Major update for tRev now available

2009-09-20 Thread Jerry Daniels
tRev users, The features you watched on the Feature Friday video have now been released. Three new features: - Auto-complete within Raptor Handlers (def., special tRev block comments)! - Auto-complete custom properties in any handler (includes Raptor handlers)! - Select Structure lets

Re: [teaser] Mac OS X external

2009-09-20 Thread Bill Vlahos
Shao, Fantastic. Bill Vlahos On Sep 20, 2009, at 8:43 AM, Shao Sean wrote: Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified()

Re: I need to blink and carry on !

2009-09-20 Thread Jim Ault
On Sep 20, 2009, at 10:33 AM, stephen barncard wrote: send in time get Dar Scott's stack that demonstrates Message Mechanics http://pages.swcp.com/dsc/revstacks.html - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/9/20 Francis Nugent Dixon

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Jérôme Rosat
Le 20 sept. 2009 à 15:55, Jim Ault a écrit : Programs and scripts running on a web server are running under Apache, which has environment variables set when it loads. I don't know of a way that a process running in Apache can open and close sockets between processes. Opening and using

Re: [teaser] Mac OS X external

2009-09-20 Thread Richard Gaskin
Shao Sean wrote: Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified() - returns the state of the dirty document flag (boolean)

Re: Quicky: what's the name of the property to find out if a stack is protected?

2009-09-20 Thread Richard Gaskin
Sarah Reichelt wrote: On Sun, Sep 20, 2009 at 8:44 PM, David Bovill wrote: Can't find protected in the dictionary :) How about: if the password of this stack is not empty then -- stack is protected end if If the intended use is in the IDE, it may be helpful to distinguish

Re: Snapshot problems

2009-09-20 Thread Richard Gaskin
Graham Samuel wrote: However Richard your other point: The rect option can be useful at times, but since v2.7 we've had a much easier and more robust method of exporting images of objects by specifying the object itself rather than a rect: import snapshot from img MyImage The object

Re: How to use socket commands and function in a .irev script

2009-09-20 Thread Jérôme Rosat
Le 20 sept. 2009 à 17:21, Richard Gaskin a écrit : I started by using the command “post” but I encountered problems to recover the entirety of the data. Did you use a FileUpload object for that? No. I'm going to try. Most web hosts provide dropbox CGIs, and at their heart they're just

Full screen?

2009-09-20 Thread Arthur Rann
Hi, How do I make my RR stack run full screen? I don't want to stretch things to meet the screen, I want to enter a 'full screen mode' like most video games do, where it temporarily sets the user's monitor resolution to 1024x768 or something like that. Thank you ! -Art

Re: Full screen?

2009-09-20 Thread Richmond Mathewson
Arthur Rann wrote: Hi, How do I make my RR stack run full screen? I don't want to stretch things to meet the screen, I want to enter a 'full screen mode' like most video games do, where it temporarily sets the user's monitor resolution to 1024x768 or something like that. Thank you ! -Art

Re: Full screen?

2009-09-20 Thread Edward D Lavieri Jr
When I want to simulate this, I use the set backDrop to color command. On Sep 20, 2009, at 2:30 PM, Arthur Rann wrote: Hi, How do I make my RR stack run full screen? I don't want to stretch things to meet the screen, I want to enter a 'full screen mode' like most video games do, where

convert oddity

2009-09-20 Thread Richard Gaskin
I have a CGI which stores dates using internet date format. In one of my CGI routines I use the convert command to reformat the date into a more user-friendly form: convert tTimeStamp to long date and short time The oddity is that the convert command running on the server shows the time

convert oddity - solved!

2009-09-20 Thread Richard Gaskin
Found the culprit: When I had first set up that server I was just using the most current engine I had available to me, which was 2.9-dp5. I updated the CGI engine there to v3.5 and now the problem is resolved, everything converts as expected. Lesson learned: if you find unexpected

close a DataGrid

2009-09-20 Thread Beat Cornaz
I want to close an open cell (field) in a datagrid dispatch CloseFieldEditor to grp DataGrid 1 -- does not work. This does not work either : put the long id of the target into tFieldEditor -- the target being that field dispatch CloseFieldEditor to grp dataGrid 1 with

RE: How to use socket commands and function in a .irev script

2009-09-20 Thread Jim Bufalini
Jérôme Rosat wrote: I believed naively that a script .irev behaved like a stack and persist in memory. I conclude that a .irev with an on-rev web account does nothing more than a ordinary hosting account with Revolution CGIs. This is 100% correct and should always be kept in mind. So if you

RE: convert oddity - solved!

2009-09-20 Thread Jim Bufalini
Hi Richard, Found the culprit: When I had first set up that server I was just using the most current engine I had available to me, which was 2.9-dp5. I updated the CGI engine there to v3.5 and now the problem is resolved, everything converts as expected. Lesson learned: if you find

tab for next cell in DataGrid

2009-09-20 Thread Beat Cornaz
Hi, I repacked an application into the GLX framework and made new datagrids. Now the TAB button does not move from an open cell to the next cell and open it anymore, as it did in my older copy (pre GLX framework of this application). How can I get that behavior back? The Tab now closes

Re: Full screen?

2009-09-20 Thread Richmond Mathewson
Edward D Lavieri Jr wrote: When I want to simulate this, I use the set backDrop to color command. On Sep 20, 2009, at 2:30 PM, Arthur Rann wrote: Hi, How do I make my RR stack run full screen? I don't want to stretch things to meet the screen, I want to enter a 'full screen mode' like most

Re: [teaser] Mac OS X external

2009-09-20 Thread Sarah Reichelt
It is the right track. There are still others improvement to bring so that Rev applications look and feel more like Mac OS X applications. For example, tool bars, gradient buttons, button and field with the default Mac OS X font, size and position, etc. In a word, this would be great if Rev

Re: [teaser] Mac OS X external

2009-09-20 Thread Sarah Reichelt
On Mon, Sep 21, 2009 at 1:43 AM, Shao Sean shaos...@wehostmacs.com wrote: Working on an external for helping Mac applications in Rev look and feel more like Mac OS X applications. Current features include: setWindowModified - toggles the dirty document flag on and off isWindowModified() -

Re: [teaser] Mac OS X external

2009-09-20 Thread Mark Wieder
Sarah- Sunday, September 20, 2009, 4:36:15 PM, you wrote: your part. I think this is what profiles are good for, but I never really got into using profiles. Yeah - me neither. Had some thoughts about it but never really bothered. So I'm curious... does anyone use profiles, and if so, what

Re: Full screen?

2009-09-20 Thread Rick Harrison
Hi Arthur, Use the screenRect function to find out the available screen sizes and to scale windows to the size of the screen. Examples from the dictionary: the screenRect set the rect of this stack to line 2 of the working screenRects I also found: Use the revChangeWindowSize command to

Re: Full screen?

2009-09-20 Thread Arthur Rann
Hi, So let me get this straight because I need to take this back with me to the dev team. You're saying that there's no built in way to actually go full screen, like most games do? I admit I don't know much about programming, but I decided on Rev for a game engine, and this is a pretty big deal.