Re: Simple post examples

2010-02-01 Thread Jim Ault
You are right, since most people are confused when they forget urlEncoding. I put 'desert+oasis' in my example, but forgot to explain why. Thanks. On Feb 1, 2010, at 7:02 PM, Kee Nethery wrote: Be sure to urlEncode the parameters that go into the GET. ie "desert oasis" becomes desert+oasis

Re: Simple post examples

2010-02-01 Thread Kee Nethery
Be sure to urlEncode the parameters that go into the GET. ie "desert oasis" becomes desert+oasis Kee On Feb 1, 2010, at 6:23 PM, Jim Ault wrote: > On Feb 1, 2010, at 5:47 PM, Devin Asay wrote: > > > Most web forms use the POST method and you can find out by looking at the > source where it w

Re: Simple post examples

2010-02-01 Thread Judy Perry
Nah, those'd be what you were busy juggling while I was solving your problem for you! On Tue, 2 Feb 2010, Bj?rnke von Gierke wrote: That's... evil and even cheese, tzz tzz i'd say you finally lost your bog donkey marbles! On 2 Feb 2010, at 03:50, Judy Perry wrote: Nya-nah-nah-nah-nah-

Re: Simple post examples

2010-02-01 Thread Björnke von Gierke
That's... evil and even cheese, tzz tzz i'd say you finally lost your bog donkey marbles! On 2 Feb 2010, at 03:50, Judy Perry wrote: > Nya-nah-nah-nah-nah-nah! > > I beat you! > > Ha! take that!! And, while you're at it, take it with some CHEESE! Gruyere! > Swiss! Ementhaler! Brie!

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Kay C Lan
Hi Richmond, Firstly, as far as the OPTION/ALT key combos go, yes that is already explained in the Rev Dictionary. As far as jpg and links go, all I know in the blurb about how to submit User entries it states links aren't acceptable because links can change and Rev aren't in a position to monito

Re: Simple post examples

2010-02-01 Thread Judy Perry
Nya-nah-nah-nah-nah-nah! I beat you! Ha! take that!! And, while you're at it, take it with some CHEESE! Gruyere! Swiss! Ementhaler! Brie! Judy On Mon, 1 Feb 2010, Judy Perry wrote: Apparently so incredibly easy that even I can fix your broken script: on mouseUp put url ("http://www.

Re: Simple post examples

2010-02-01 Thread Judy Perry
Apparently so incredibly easy that even I can fix your broken script: on mouseUp put url ("http://www.google.com/search?q="; & field "entry") into field "result" end mouseUp :-P tsk, tsk... Judy On Tue, 2 Feb 2010, Bj?rnke von Gierke wrote: on mouseUp put url "http://www.google.com?q="

Re: iPadding around?

2010-02-01 Thread Kay C Lan
On Tue, Feb 2, 2010 at 8:06 AM, Sarah Reichelt wrote: > > I read and watch movies on my iPhone,... > > I would love it if the iPad had the ability to share a DVD over > wireless as the MacBook Air does, but I think it unlikely. > > > Personally AVATAR on a 3.5" screen just does nothing for me.

Re: Simple post examples

2010-02-01 Thread Jim Ault
On Feb 1, 2010, at 5:47 PM, Devin Asay wrote: Hello all, I'm planning to teach my students how to post data to web servers and get back results in their stacks. I've got a couple of examples, but I wonder if anyone could point me to some examples that would be simple enough for beginners.

Re: Simple post examples

2010-02-01 Thread Björnke von Gierke
on mouseUp put url "http://www.google.com?q="; & field "entry" into field "result" end mouseUp maybe too easy? On 2 Feb 2010, at 02:47, Devin Asay wrote: > I'm thinking of things like doing a Google search from a stack, looking up a > weather report, getting local movie information, etc. --

Re: iPadding around?

2010-02-01 Thread Björnke von Gierke
Hi Larry You complain about the lack of a command line app. However I know this is available, to anyone who ever bought rev. However, it was removed with 4.0, so it's only available in the versions of 3.5 and less. Currently that is not that big of a problem, as most of the 4.0 changes that wer

Simple post examples

2010-02-01 Thread Devin Asay
Hello all, I'm planning to teach my students how to post data to web servers and get back results in their stacks. I've got a couple of examples, but I wonder if anyone could point me to some examples that would be simple enough for beginners. I'm thinking of things like doing a Google se

Re: iPadding around?

2010-02-01 Thread Sarah Reichelt
On Tue, Feb 2, 2010 at 2:35 AM, Larry Snider wrote: > An opinion from a list lurker... > > I would very much appreciate further development of a Linux version of > Rev.  (And any other UNIX-type OS for that matter...) > > !!(In fact, I would, more importantly, like the ability to compile > command

Re: iPadding around?

2010-02-01 Thread Sarah Reichelt
> I not only watch movies and tv on iPhone, but I read ALL of my books on > Kindle for iPhone. Also use Barnes & Noble reader for iPhone. It's great, > cheap, convenient. Easier to hold up an iPhone in bed and read than a > hardback book...easier than even a paperback book. The Kindle app is very >

RE: Adding Tables in On-Rev

2010-02-01 Thread Jim Bufalini
Bob Sneidar wrote: > I thought I was having a problem with creating tables programmatically > in my On-Rev database, but it appears that the table eventually gets > created. It can just take 20 or 30 seconds to do! Is this normal?? Bob, it would be helpful if you tell us which DB you are using. ;

Re: Adding Tables in On-Rev

2010-02-01 Thread Pierre Sahores
Le 1 févr. 10 à 23:17, Bob Sneidar a écrit : Hi all. I thought I was having a problem with creating tables programmatically in my On-Rev database, but it appears that the table eventually gets created. It can just take 20 or 30 seconds to do! Is this normal?? No if it take more time th

Re: iPadding around?

2010-02-01 Thread Bob Sneidar
I humbly stand corrected! :-) Bob On Jan 30, 2010, at 5:17 PM, Jerry Daniels wrote: > Bob, et al., > > I not only watch movies and tv on iPhone, but I read ALL of my books on > Kindle for iPhone. Also use Barnes & Noble reader for iPhone. It's great, > cheap, convenient. Easier to hold up an

Adding Tables in On-Rev

2010-02-01 Thread Bob Sneidar
Hi all. I thought I was having a problem with creating tables programmatically in my On-Rev database, but it appears that the table eventually gets created. It can just take 20 or 30 seconds to do! Is this normal?? Bob___ use-revolution mailing list

Re: sqlToga Help

2010-02-01 Thread Bob Sneidar
Hi Michael. Well the particular problem I am having has nothing to do with sqlYoga. Apparently the command to create a table in an on-rev database takes quite a bit of time to get back to me. I am not sure why. Bob On Feb 1, 2010, at 1:32 PM, Michael Kann wrote: > Bob, > > I was wondering

Re: [OT] .eml format

2010-02-01 Thread Ian Wood
Pretty well any email client should open it, it's just an email saved as a text file. You get the same from Mail if you drag a message to the Finder - and Quick Look will actually display the formatted message. Ian On 1 Feb 2010, at 21:15, Richmond Mathewson wrote: Somebody sent my wife a

Re: sqlToga Help

2010-02-01 Thread Michael Kann
Bob, I was wondering how you are doing with sqlYoga. Do you still need some help or have you corraled the beast? I bought the megabundle, so I have a copy of sqlYoga. I don't really plan on using it but I'd be interested in giving it a look if it might help someone get something done. It's mor

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
On 01/02/2010 15:45, Kay C Lan wrote: Richmond, Very nice. If only we could get jpgs into the Rev Dictionary. Why not? Or, have links in the Rev Dictionary to the images stored on something more 'official' than my website? ___ use-revolution mailing

[OT] .eml format

2010-02-01 Thread Richmond Mathewson
Somebody sent my wife a document with .eml as the suffix; this is from Microsoft Entourage or Outlook Express. This is just fine and dandy if you have bought into the Microsoft "thang"; but we haven't. Thunderbird: http://www.mozillamessaging.com/en-US/thunderbird/ opened the .eml format docu

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
On 01/02/2010 15:45, Kay C Lan wrote: Richmond, Very nice. If only we could get jpgs into the Rev Dictionary. Now all you have to do is add the Shift numbers as well :-) Here are rawKeyDown pictures for DEFAULT and SHIFT: http://andregarzia.on-rev.com/richmond/STUFF/rawKeys.zip [be warned

Re: Magnifier Reference

2010-02-01 Thread J. Landman Gay
Graham Samuel wrote: I know this has been done before, but I don't know where to look for the example, so I'm asking here. The idea is that the mouse turns into a magnifying glass over a bitmap image, so that under a circular area centred at the mouseLoc, one sees an enlarged version of the part

Re: iPadding around?

2010-02-01 Thread Mark Wieder
Larry- Monday, February 1, 2010, 8:35:09 AM, you wrote: > !!(In fact, I would, more importantly, like the ability to compile > command-line programs! I could very easily write CGI tools for the > web that would not require ANY plug-in. Sorry. I'm not a fan of > special GUI web programming.)!!

Re: iPadding around?

2010-02-01 Thread Larry Snider
An opinion from a list lurker... I would very much appreciate further development of a Linux version of Rev. (And any other UNIX-type OS for that matter...) !!(In fact, I would, more importantly, like the ability to compile command-line programs! I could very easily write CGI tools for the web

RE: Magnifier Reference

2010-02-01 Thread Jim Bufalini
Graham Samuel wrote > I know this has been done before, but I don't know where to look for > the example, so I'm asking here. The idea is that the mouse turns into > a magnifying glass over a bitmap image, so that under a circular area > centred at the mouseLoc, one sees an enlarged version of the

Re: post factum Background behavior?

2010-02-01 Thread DunbarX
This is one aspect of HC that trumps the group concept in Rev. You can simply take an object and move it the bg. Or create a new bg object. The "workaround" in Rev, to explicilty group and then place an object on any or all cards is internally consistent and sound, but I still miss that built-i

Re: Magnifier Reference

2010-02-01 Thread DunbarX
Jacques wrote a gadget that does this. Madam? Craig Newman ___ 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/listinf

Magnifier Reference

2010-02-01 Thread Graham Samuel
I know this has been done before, but I don't know where to look for the example, so I'm asking here. The idea is that the mouse turns into a magnifying glass over a bitmap image, so that under a circular area centred at the mouseLoc, one sees an enlarged version of the part of the image 'beneat

Re: Checkbox on DataGrid

2010-02-01 Thread Jeff Massung
Stewart, You just forgot to put "of me" in the behavior script for the data grid when referencing the checkbox (like in the layout and fill data functions). Jeff M. On Sun, Jan 31, 2010 at 2:29 PM, RevList wrote: > I have a datagrid that retrieves data from a MySQL database. I want to > add a

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
On 01/02/2010 15:45, Kay C Lan wrote: Richmond, Very nice. If only we could get jpgs into the Rev Dictionary. Now all you have to do is add the Shift numbers as well :-) Humpf . . . and the Ctrl/Alt and the Shift/Ctrl ones . . . probably take me the rest of the week; but I'll do it. On Mo

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Kay C Lan
Richmond, Very nice. If only we could get jpgs into the Rev Dictionary. Now all you have to do is add the Shift numbers as well :-) On Mon, Feb 1, 2010 at 7:43 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > What I did in my lunch break: > > http://andregarzia.on-rev.com/richmond/

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Edward D Lavieri Jr
Hi Richmond, I concur with Jacques; this is very helpful. Thanks for putting this together. Now, we just need a PC version. Ed On Feb 1, 2010, at 5:43 AM, Richmond Mathewson wrote: What I did in my lunch break: http://andregarzia.on-rev.com/richmond/STUFF/rawKeys.jpg sincerely, Richmond.

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Jacques Hausser
Useful, I'll keep it in my docs! Thanks Jacques Le 1 févr. 2010 à 12:43, Richmond Mathewson a écrit : > What I did in my lunch break: > > http://andregarzia.on-rev.com/richmond/STUFF/rawKeys.jpg > > sincerely, Richmond. > ___ > use-revolution mailing

Re: Checkbox on DataGrid

2010-02-01 Thread Trevor DeVore
On Jan 31, 2010, at 3:29 PM, RevList wrote: I have a datagrid that retrieves data from a MySQL database. I want to add a checkbox column to the grid so I have edited the template and added the checkbox to the group and it displays just fine on the grid. I can check or uncheck the checkbox

Re: Cannot close process after calling 'launch' to browser path

2010-02-01 Thread Bernard Devlin
Sorry Mark, I didn't see this email of yours until today. I think the problem with you being unable to close the browser this way is that although the 'launch' command opens a GUI program and lists the program in the openProcesses/openProcessIDs, a program launched in this way does not respond to

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
What I did in my lunch break: http://andregarzia.on-rev.com/richmond/STUFF/rawKeys.jpg sincerely, Richmond. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Jacques Hausser
Le 1 févr. 2010 à 11:31, Kay C Lan a écrit : > Jacques, > > Let me guess, with an ability to 'volunteer' others, you must have spent > time as an Officer in the military? ;-) No, as surprising as it can seem, I was a mere private, mostly peeling potatoes in the field kitchen and totally lackin

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Kay C Lan
Jacques, Let me guess, with an ability to 'volunteer' others, you must have spent time as an Officer in the military? ;-) On Mon, Feb 1, 2010 at 5:51 PM, Jacques Hausser wrote: > Hi Kay > > it would be a very useful add-on to put a complete table of the rawkey > numbers as user contributed notes

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Jacques Hausser
Hi Kay it would be a very useful add-on to put a complete table of the rawkey numbers as user contributed notes in the dictionnary, under rawkeyup and rawkeydown. As you did the deciphering work, "A vous l'honneur" ... after completing the table with the mousewheel and so on ;-) looking forwa

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Kay C Lan
On Mon, Feb 1, 2010 at 4:18 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > > http://www.apple.com/keyboard/ >> >> > That one has no numeric keypad or those navigation buttons between the > letter and > the numeric keys. > > I suspect most people have keyboard like this: > > http://

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
On 01/02/2010 10:05, Kay C Lan wrote: Mac WinLinux Delete (backspace) 652886528865288 Tab 652896528965289 Return (Enter) 652936529365293 Lef

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Richmond Mathewson
On 01/02/2010 10:05, Kay C Lan wrote: OK folks, thanks for the replies. As Jacque the expert said, Rev has figured this out to work cross platform long ago. The issue doesn't appear to be the keyCode, but the naming convention. So to summarise, I'll refer to the keyboard image here: http://www.

Re: [BUG] or expected behaviour - rawKeyUp (or Down)

2010-02-01 Thread Kay C Lan
OK folks, thanks for the replies. As Jacque the expert said, Rev has figured this out to work cross platform long ago. The issue doesn't appear to be the keyCode, but the naming convention. So to summarise, I'll refer to the keyboard image here: http://www.apple.com/keyboard/ follow the gallery