Re: Interface question

2008-06-13 Thread Chipp Walters
I'm with Ken using the waystation dialog. I typically use these for many of my apps as there's typically a number of different reports required for printing. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: VISTA Printing Woes

2008-06-13 Thread Chipp Walters
Yeah Richard-- saw that. And they are right. Vista is not ready for prime time-- at least IMHO. I think I'll wait another year or so. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

how to get the current selected line with arrow key?

2008-06-13 Thread Tiemo Hollmann TB
Hi all, I have a field with list behaviour and locked text. Stepping with the arrow key up and down the selectedtext gets highlighted - so far so good When wanting to grab the content of the selected line with put the selectedtext of me . in the arrowkey handler I always get the content of the

Re: how to get the current selected line with arrow key?

2008-06-13 Thread Eric Chatonet
Bonjour Tiemo, You have two ways: 1. You script by yourself arrowKey handler, setting the hilitedLine according to your needs and the param sent with arrowkey message: left, right, up or down: on arrowKey pKey switch pKey case up statements break etc. end arrowKey 2. You

AW: how to get the current selected line with arrow key?

2008-06-13 Thread Tiemo Hollmann TB
Bonjour Eric, I was almost already on this way, but couldn't believe, that there is a standard handler, like arrowKeyUp which I just overlooked. Thank you, very helpful, bon weekend Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im

E-mailing a text file

2008-06-13 Thread Charles Szasz
I have developed a simple app for making a monthly report for my staff of school psychologists. After the user uses the app, a text file is generated. This was my goal when I started on this project a few days ago. Now, I wondering how much more coding would be needed if the user could instead

Re: E-mailing a text file

2008-06-13 Thread Andres Martinez
Hello Charles If your reports are plain text I suggest you send the email using the revMail command and fill the body with the report. revMail address[,ccAddress[,mailSubject[,messageBody]]] Just one line will do the job easily. A new email message will be created on your email client for

Re: AW: how to get the current selected line with arrow key?

2008-06-13 Thread J. Landman Gay
Tiemo Hollmann TB wrote: Bonjour Eric, I was almost already on this way, but couldn't believe, that there is a standard handler, like arrowKeyUp which I just overlooked. You can use rawKeyUp and check to see if the key is one of the arrow keys. -- Jacqueline Landman Gay | [EMAIL

AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Tiemo Hollmann TB
Oh yes, how could I forget - too blind! Now I have two solution :) Thank you Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von J. Landman Gay Gesendet: Freitag, 13. Juni 2008 17:13 An: How to use Revolution Betreff: Re:

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Eric Chatonet
Just a detail: Regarding arrow keys handling, rawKeyDown sounds a bit better :-) up: 65362 down: 65364 left: 65361 right: 65363 Le 13 juin 08 à 17:19, Tiemo Hollmann TB a écrit : Oh yes, how could I forget - too blind! Now I have two solution :) Thank you Tiemo -Ursprüngliche

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Joe Lewis Wilkins
Eric, I searched the RR Guide and the Dictionary and found no listing of these numbers. So, thank you, but where are all the other possible rawKeyDown numbers to be found? TIA, Joe Wilkins On Jun 13, 2008, at 8:34 AM, Eric Chatonet wrote: Just a detail: Regarding arrow keys handling,

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread J. Landman Gay
Eric Chatonet wrote: Just a detail: Regarding arrow keys handling, rawKeyDown sounds a bit better :-) Yes, you're right. I mis-typed. The selection in a list doesn't change till the arrow key goes up, so rawKeyDown will report the currently selected line(s), and rawKeyUp will report the

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Devin Asay
Joe, I'll toot Sarah Reichelt's horn a bit. Her keyCoder.rev stack helped me immensely when I was in need of knowing these numbers. (Thanks, Sarah!) It's on her web site at: http://www.troz.net/Rev/misc.php Regards, Devin On Jun 13, 2008, at 9:46 AM, Joe Lewis Wilkins wrote: Eric, I

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Eric Chatonet
Bonjour Jacque, I would vote for such a request :-) Le 13 juin 08 à 18:05, J. Landman Gay a écrit : Eric Chatonet wrote: Just a detail: Regarding arrow keys handling, rawKeyDown sounds a bit better :-) Yes, you're right. I mis-typed. The selection in a list doesn't change till the arrow

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread Joe Lewis Wilkins
Thanks, Devin AND, most assuredly, Sarah Reichelt. Joe Wilkins On Jun 13, 2008, at 9:07 AM, Devin Asay wrote: Joe, I'll toot Sarah Reichelt's horn a bit. Her keyCoder.rev stack helped me immensely when I was in need of knowing these numbers. (Thanks, Sarah!) It's on her web site at:

Re: Script sequence

2008-06-13 Thread Hershel Fisch
On 6/12/08 9:56 PM, Kay C Lan [EMAIL PROTECTED] wrote: On Fri, Jun 13, 2008 at 6:23 AM, Hershel Fisch [EMAIL PROTECTED] wrote: Hi, all I'm if it is possibel that the sequence doesn't always go in order? Meaning I may not understand your problem correctly, but part of the problem may be

Table fields

2008-06-13 Thread Hershel Fisch
Hi, any body have any idea regarding true table fields, when it will be incorporated? Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Error

2008-06-13 Thread Hershel Fisch
Hi, I'm wondering what could be that when I use a stack under remove development tools it triggers an error and other wise it does not. It happens on osx 10.3.9 from 2.9 and up only. Hershel ___ use-revolution mailing list

Re: Error

2008-06-13 Thread Mark Schonewille
Hi Hershel, Perhaps some libraries are unavailable in suspension mode? What's the error you get? Do you get it with one particular stack or with all stacks? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com

Re: Bringing a Window to the Front?

2008-06-13 Thread Mark Wieder
Dave- Thanks, I've done this for Mac but for Windows I don't really have a workable solution, I can do it as a JavaScript or a VisualBasicScript but this involves writing a file to the disk which slows things down too much. If you're running 2.9 then you no longer have to write a file

Re: AW: AW: how to get the current selected line with arrow key?

2008-06-13 Thread J. Landman Gay
Eric Chatonet wrote: Bonjour Jacque, I would vote for such a request :-) Le 13 juin 08 à 18:05, J. Landman Gay a écrit : Eric Chatonet wrote: Just a detail: Regarding arrow keys handling, rawKeyDown sounds a bit better :-) Yes, you're right. I mis-typed. The selection in a list doesn't

Re: Table fields

2008-06-13 Thread Éric Miclo
Hello, I'm afraid there is no answer to that question (or perhaps later). You can vote for bug #670 opened on 2003-09-18. http://quality.runrev.com/qacenter/show_bug.cgi?id=670 Best, ÉrIC Le 13 juin 08 à 19:22, Hershel Fisch a écrit : Hi, any body have any idea regarding true table

Re: Error

2008-06-13 Thread Hershel Fisch
On 6/13/08 1:45 PM, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Hershel, Perhaps some libraries are unavailable in suspension mode? What's the error you get? Do you get it with one particular stack or with all On go to stack abc then stack opens up and does some activity, the error is go to

Re: Bringing a Window to the Front?

2008-06-13 Thread Jim Sims
On Jun 13, 2008, at 7:59 PM, Mark Wieder wrote: Dave- Thanks, I've done this for Mac but for Windows I don't really have a workable solution, I can do it as a JavaScript or a VisualBasicScript but this involves writing a file to the disk which slows things down too much. If you're

Re: Error

2008-06-13 Thread Mark Schonewille
Hi Hershel, I just did a test with exactly the configuration as you are using. Everything worked fine. What is the activity the stack is doing? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit

Re: Bringing a Window to the Front?

2008-06-13 Thread Mark Wieder
Sims- I do not have a Windows machine handy here, can someone please tell me what the common/standard alternateLanguages for a Windows machine are? Is JavaScript among the common/standard alternateLanguages for Windows? Yes, but this is Windows. You can't call it JavaScript because then

Re: E-mailing a text file

2008-06-13 Thread Sarah Reichelt
On Fri, Jun 13, 2008 at 11:09 PM, Charles Szasz [EMAIL PROTECTED] wrote: I have developed a simple app for making a monthly report for my staff of school psychologists. After the user uses the app, a text file is generated. This was my goal when I started on this project a few days ago. Now, I

Visualizing data

2008-06-13 Thread Mark Wieder
For some very interesting takes on data visualization, check out http://bestiario.org/ (It's Flash, so it's a slow download, but worth the effort) -- Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: E-mailing a text file

2008-06-13 Thread Charles Szasz
Thanks Andres and Sarah! I did not know about RevMail! The other problem is compressing the file and then decompressing the file when it is received by addressee. Sarah Reichelt-2 wrote: ___ use-revolution mailing list

Re: E-mailing a text file

2008-06-13 Thread Sarah Reichelt
On Sat, Jun 14, 2008 at 8:59 AM, Charles Szasz [EMAIL PROTECTED] wrote: Thanks Andres and Sarah! I did not know about RevMail! The other problem is compressing the file and then decompressing the file when it is received by addressee. revMail doesn't have a feature to add attachments, but

Inheritance problem?

2008-06-13 Thread Charles Szasz
I created an app with two fields for entry of text and and 22 number only fields. Despite NO code being in the two text fields followed by the numeric fields, the two text fields have acquired the code of number boxes - allowing only two digits! I tried the following code to allow alphanumeric

Re: Inheritance problem?

2008-06-13 Thread Mark Wieder
Charles- I created an app with two fields for entry of text and and 22 number only fields. Despite NO code being in the two text fields followed by the numeric fields, the two text fields have acquired the code of number boxes - allowing only two digits! I tried the following code to allow

Re: Inheritance problem?

2008-06-13 Thread Sarah Reichelt
On Sat, Jun 14, 2008 at 10:48 AM, Charles Szasz [EMAIL PROTECTED] wrote: I created an app with two fields for entry of text and and 22 number only fields. Despite NO code being in the two text fields followed by the numeric fields, the two text fields have acquired the code of number boxes -

Re: Inheritance problem?

2008-06-13 Thread Joe Lewis Wilkins
Charles, I'm going to make a crazy suggestion; mainly because I don't know why it works. Open the Object Inspector for one of the text fields. Select Text Formatting For the Font enter shift/2 and shift/6, which should make the font @^ Now see if your can enter both numbers and letters into