Re: conditional resizing of an url-referenced image object

2010-05-13 Thread Scott Rossi
Recently, Nicolas Cueto wrote: I don't know how to use Rev to get the width (or height) of an image that is on my web-server. If anyone knows, or if there's an alternate/better solution than what I've thought up, I'd appreciate the help. If you lock the screen before setting the fileName

Android Culture

2010-05-13 Thread jim sims
I welcome my Android brothers and sisters - Long Live Android. Being ignorant of Android behavior and where they can be found, would someone please tell me where I might find great places to see apps for them? Is the an Android-like iTunes store? Are there famous Android download sites? I only

Re: Android Culture

2010-05-13 Thread Ian Wood
On 13 May 2010, at 08:29, jim sims wrote: Being ignorant of Android behavior and where they can be found, would someone please tell me where I might find great places to see apps for them? Is the an Android-like iTunes store? Are there famous Android download sites?

Re: Android Culture

2010-05-13 Thread Jim Sims
On May 13, 2010, at 9:54 AM, Ian Wood wrote: http://www.android.com/market/ is the 'official' store from Google but can only be viewed fully from an Android handset, and then the different carriers sometimes have their own stores as well. There's then a few other sites offering apps via

Re: iPad User interface review

2010-05-13 Thread Mike Harland
On 12th May Chipp Walters wrote: Who'd of thought XCode developers can't design perfect interfaces?http://shaferwaltersgroup.posterous.com/whod-of-thought-xcode-developers-cant-design Excellent Article on the iPad's Usability. I'm sure Steve Jobs is surprised his XCode developers haven't

Androids and Cyborgs

2010-05-13 Thread Richmond Mathewson
Ooooh, look at this: http://developer.android.com/guide/developing/tools/emulator.html ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Thoughts on Kevin's announcement

2010-05-13 Thread David Bovill
Jerry - it would be good to outline a little more clearly how Rodeo works / fits into the picture of how to develop apps on iPhone for Rev developers. I'm not clear - so I guess perhaps others are not. At present you have to make iPhone apps using either: 1. Cocoa Touch

Re: Thoughts on Kevin's announcement

2010-05-13 Thread Ian Wood
Presumably Jerry is asleep at the moment but from what I've read and watched... Rodeo is written in Rev and creates *online* HTML webapps, hosted on On-Rev. Xcode is not involved in the end-user's workflow at all*. The 'originally written in' clause is irrelevant because all that ends up

News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter
revIgniter v1.3b has been released ready for download. What's new? This version includes a new library, which lets you write jQuery code for event handling, animation and Ajax interactions using revTalk. Furthermore there is a new helper, which assists you in working with dates. As some of you

Re: conditional resizing of an url-referenced image object

2010-05-13 Thread Nicolas Cueto
Thanks Scott. Working with the formattedWidth did the trick. -- Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Thoughts on Kevin's announcement

2010-05-13 Thread Jerry Daniels
Ian, Well said and accurate. As regards the Rodeo server load and saving... Saving Rodeo code from either the Rodeo desktop or iPad IDE will result in sending it to the server where it will be rendered into viewable web app pages. The On-Rev server is surprising fast. Best, Jerry Daniels

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Michael Kann
Ralf, Congratulations and thank you very much. Mike --- On Thu, 5/13/10, Ralf Bitter ra...@dimensionb.de wrote: From: Ralf Bitter ra...@dimensionb.de Subject: News on revIgniter (05-13-10) To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, May 13, 2010, 7:30 AM

[data grid] can't hide one of the scrollbar

2010-05-13 Thread Andre.Bisseret
Bonjour, In a brand new stack I put a button whose script is : - on mouseUp local DGRef, --- copy group DataGrid of group Templates of stack revDataGridLibrary to this card put it into DGRef set the dgProp[show hScrollBar] of DGRef to false set the

Re: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Scott Rossi sc...@... writes: Hi List: I can't remember... Is there a way to determine if any field on a card is open for editing, other than storing a variable? What about focusedObject. Martin ___ use-revolution mailing list

Re: Test For Field Being Edited?

2010-05-13 Thread Martin Koob
Martin Koob mk...@... writes: Scott Rossi sc...@... writes: Hi List: I can't remember... Is there a way to determine if any field on a card is open for editing, other than storing a variable? Sorry try this again What about focused object. This is what I use to check if a

Re: [data grid] can't hide one of the scrollbar

2010-05-13 Thread Cameron BOUCH
And you expect me to know this, how? --- On Thu, 5/13/10, Andre.Bisseret andre.bisse...@inria.fr wrote: From: Andre.Bisseret andre.bisse...@inria.fr Subject: [data grid] can't hide one of the scrollbar To: use-revolution@lists.runrev.com Date: Thursday, May 13, 2010, 10:45 AM Bonjour, In a

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Thomas McGrath III
Very Impressive Ralf, Going through the tutorials now. This is even more important to us for today. Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak - Communication for the rest of us... http://mypad.lazyriver.on-rev.com I Can Speak on the iPad

Re: News on revIgniter (05-13-10)

2010-05-13 Thread stephen barncard
I was stuck on this for no apparent reason for a while... nothing working until I found a couple of silly gotchas (of no fault of the author) that may happen to others that try this. 1. Cutting and pasting example code from the *revIgniter* example web pages appears to choke the Rev server. It

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Jim Ault
On May 13, 2010, at 11:07 AM, stephen barncard wrote: I was stuck on this for no apparent reason for a while... nothing working until I found a couple of silly gotchas (of no fault of the author) that may happen to others that try this. 1. Cutting and pasting example code from the

DataGrid - move Scrollbar by script

2010-05-13 Thread LunchnMeets
Hi everyone, There are a lot of uses for datagrids. I'm having a little trouble fully getting into the operation of them though. How can I move the vertical scrollbar from within a script? What I have is an alphabetical list as one of the datagrid columns. I want to type a character and have

Recording Audio on Windows...?

2010-05-13 Thread John Patten
Hi All... I'm attempting to move a small stack, which records audio from a OS X computer over to a Windows XP computer. The OS X stack works fine. When I run it on the Windows XP machine I'm getting an error. I have installed QT on the Windows XP machine and I appear to have all my

Re: Recording Audio on Windows...?

2010-05-13 Thread Devin Asay
On May 13, 2010, at 2:28 PM, John Patten wrote: Hi All... I'm attempting to move a small stack, which records audio from a OS X computer over to a Windows XP computer. The OS X stack works fine. When I run it on the Windows XP machine I'm getting an error. I have installed QT on

Printing in a revlet

2010-05-13 Thread Jim Schaubeck
Is anyone able to tell me how I can have web users print a card or a web page from a revlet? I get blank pages when using Firefox and card printing does not work (at least I have not been successful in getting it to work). I could use a step by step guide if someone knows where to point me.

German French not liked by Valentina DB Rev ?

2010-05-13 Thread Christian Langers
Hi, I'm trying to feed my Valentina Db fields with text. When using English, no problem. But when using German or French, pfff.. The main problem are the Umlauts (ö,ä,ü,...) or french chars (é,è,à...). As I read in the docs, rev fields are storing text in UTF16. Valentina is storing text in

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter
Stephen, 1. Sorry, should have mentioned in the tutorial, that one should be cautious in copying the scripts. 2. You are absolutely right about how to acquaint oneself with revIgniter. Ralf On 13.05.2010, at 20:07, stephen barncard wrote: I was stuck on this for no apparent reason for a

Re: DataGrid - move Scrollbar by script

2010-05-13 Thread zryip theSlug
2010/5/13 lunchnme...@aol.com: Hi everyone, There are a lot of uses for datagrids. I'm having a little trouble fully getting into the operation of them though. How can I move the vertical scrollbar from within a script? What I have is an alphabetical list as one of the datagrid columns. I

debugger bitHints

2010-05-13 Thread DunbarX
I asked these things before; this time I will write them down. In the debugger: Isn't there a keyboard shortcut to put the selection into the find box? I know you can drag selected text, but that only inserts it into (after, before) what might already be there. It would be the equivalent of

Re: debugger bitHints

2010-05-13 Thread DunbarX
Ah. I got the watchpoints to work. My hastiness. About that find shortcut, though... Thanks. Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: debugger bitHints

2010-05-13 Thread zryip theSlug
2010/5/13 dunb...@aol.com: Ah. I got the watchpoints to work. My hastiness. About that find shortcut, though... Check your edit menu when you are in the script editor. There is a menu Find selection with its shortcut (option + command + F) that could help you. Regards, -- -Zryip TheSlug-

Re: debugger bitHints

2010-05-13 Thread DunbarX
Thanks. I am writing it down. In a message dated 5/13/10 5:54:12 PM, zryip.thes...@gmail.com writes: Check your edit menu when you are in the script editor. There is a menu Find selection with its shortcut (option + command + F) that could help you.

Re: [data grid] can't hide one of the scrollbar

2010-05-13 Thread zryip theSlug
2010/5/13 Andre.Bisseret andre.bisse...@inria.fr: Bonjour, In a brand new stack I put a button whose script is : - on mouseUp   local DGRef,   ---   copy group DataGrid of group Templates of stack revDataGridLibrary to this card   put it into DGRef   set the

Re: News on revIgniter (05-13-10)

2010-05-13 Thread stephen barncard
Ralf, here's one more thing for newbies to this framework -- *Turn off the caching while working on the code*, otherwise you won't see your changes immediately! (this one threw me for a while.) outputCache 0 * * *This framework is really great. It's a bundle of extensible, rev-ready CMS

Re: Thoughts on Kevin's announcement

2010-05-13 Thread Robert Mann
The recent change in iphone policy and runrev plans have shaken my strategic tree over here in France. So i decided not to wait any longer for the ipad dream, and to launch my first app as mac and windows desktop !! I also decided to dig javascript as it has become so central nowadays; being at

Re: Thoughts on Kevin's announcement

2010-05-13 Thread Jerry Daniels
Robert, We are looking at all of the frameworks. We started exploring SproutCore a few weeks ago. With respect to Rodeo, we want to keep our app pages as lean as possible, so use of frameworks will by necessity have to be discrete. Sarah and I have been tuning the Roadmap to bring the release

Re: Thoughts on Kevin's announcement

2010-05-13 Thread J. Landman Gay
Robert Mann wrote: I would like A) to get ANDROID mobile instead of iPhone Yes, that's the plan. Attention is now going to Android and you will see that next. and B) Also just ONE MORE STEP for the on-rev : the possibility to have closed STACKS instead of opened .irev I'm not sure what

Re: Printing in a revlet

2010-05-13 Thread J. Landman Gay
Jim Schaubeck wrote: Is anyone able to tell me how I can have web users print a card or a web page from a revlet? I get blank pages when using Firefox and card printing does not work (at least I have not been successful in getting it to work). I could use a step by step guide if someone knows

Re: News on revIgniter (05-13-10)

2010-05-13 Thread Ralf Bitter
On 14.05.2010, at 00:08, stephen barncard wrote: Ralf, here's one more thing for newbies to this framework -- *Turn off the caching while working on the code*, otherwise you won't see your changes immediately! (this one threw me for a while.) outputCache 0 OK, this is code from

Will revCGI be made available (not just revServer)?

2010-05-13 Thread Lyn Teyla
Hi guys, revServer runs as an Apache module, not as CGI. However, some of us prefer to utilize the CGI engine for a number of reasons, e.g.: * ability to run CGIs as shell scripts * CGIs work with all web servers, not just Apache Even though the CGI engine has existed through many versions of

Re: Androids and Cyborgs

2010-05-13 Thread Douglas
Very interesting. They seem to have thought of everything I can think of. Even what looks like a very reasonable Developers Guide on-line. I haven't got any kind of smart phone yet, but this makes it more likely. It runs under the QEMU emulator which is where it gets its cross platform

Re: [OT] Licensing question

2010-05-13 Thread Douglas
But, have you tried to connect to the internet yet? I would suggest that you don't try! If you do, almost the first thing that will happen is the Microsoft phone-home. The original owner will have Activated the serial number on their machine and your machine profile and IP address, (in fact

Re: Will revCGI be made available (not just revServer)?

2010-05-13 Thread Richard Gaskin
Lyn Teyla wrote: revServer runs as an Apache module, not as CGI. I don't believe it's an Apache module. I'm not exactly sure what it is, but when I asked if it was a module per se I was told it was not. That's a good thing, IMO, since it would be next to impossible to install it on a

getting the user's (internet, not local network) IP address

2010-05-13 Thread Josh Mellicker
Just thought I'd share this in case it was of any use to anyone, and so at least one post on the list is not about Steve Jobs and Apple's tyrannical actions :-) To get the user's (internet, not local network) IP address, put a text file on your server with this code: ?php echo

Re: getting the user's (internet, not local network) IP address

2010-05-13 Thread Michael Kann
On Windows XP: on mouseUp set the hideConsoleWindows to true put shell(ipconfig) into fld 1 // parse out what you want end mouseUp --- On Thu, 5/13/10, Josh Mellicker j...@dvcreators.net wrote: From: Josh Mellicker j...@dvcreators.net Subject: getting the user's (internet, not local

Re: getting the user's (internet, not local network) IP address

2010-05-13 Thread Josh Mellicker
Does that get the internet IP or local IP? On Mac, this returns: usage: ipconfig command args where command is one of waitall, getifaddr, ifcount, getoption, getpacket, set, setverbose On May 13, 2010, at 7:24 PM, Michael Kann wrote: On Windows XP: on mouseUp set the

RE: Printing in a revlet

2010-05-13 Thread Jim Schaubeck
Thanks Jacqueline. I do hope that some sort of solution (or even work around) is found for printing within revlets. End users view printing as one of those things that magically just work (can't blame them). However, I know it's harder than it looks. jim schaubeck

Re: Printing in a revlet

2010-05-13 Thread J. Landman Gay
Jim Schaubeck wrote: Thanks Jacqueline. I do hope that some sort of solution (or even work around) is found for printing within revlets. End users view printing as one of those things that magically just work (can't blame them). However, I know it's harder than it looks. The person who

RevIgniter Framework questions

2010-05-13 Thread Chipp Walters
Hi all. I was wondering if anyone is using the RevIgniter framework in a production environment and if they wouldn't mind answering a few questions about it? Questions: 1. Does it only work with On-Rev's servers? That's potentially a deal killer. 2. Are there performance bottlenecks with

Re: German French not liked by Valentina DB Rev ?

2010-05-13 Thread Ruslan Zasukhin
On 14/5/10 12:24 AM, Christian Langers ch...@whitelotus.on-rev.com wrote: Hi Christian, Some points. * you can try open that database using Vstudio. And see if inside chars are correct. Also you can ad some records using vstudio and see if THAT records shown fine in REV * you may need use