Re: Trademark symbol in a label or edit field

2009-10-30 Thread Charles Szasz
programming needs!/p HTH Devin On Oct 29, 2009, at 4:23 PM, Charles Szasz wrote: Terry, Thanks! I will try it out windows to see if it shows up correctly! Terry Judd wrote: It's numToChar(168) on the Mac and numToChar(174) on Windows if that's any help. Terry... On 30/10/09 7

Trademark symbol in a label or edit field

2009-10-29 Thread Charles Szasz
How do you insert the trademark symbol (circle with the letter inside it) in a label or edit field in Revolution? I want to cite of a product with its trademark. -- View this message in context: http://www.nabble.com/Trademark-symbol-in-a-label-or-edit-field-tp26119817p26119817.html Sent from

Re: Trademark symbol in a label or edit field

2009-10-29 Thread Charles Szasz
Thanks Colin! I am aware of the shortcut (Option + 2) but I did not know if Revolution would support this in fields on both the Mac and Windows. I had checked Rev's Dictionary and did not find any listing for it. Colin Holgate-2 wrote: On Oct 29, 2009, at 4:06 PM, Charles Szasz wrote

Re: Trademark symbol in a label or edit field

2009-10-29 Thread Charles Szasz
Terry, Thanks! I will try it out windows to see if it shows up correctly! Terry Judd wrote: It's numToChar(168) on the Mac and numToChar(174) on Windows if that's any help. Terry... On 30/10/09 7:18 AM, Charles Szasz csz...@mac.com wrote: Thanks Colin! I am aware

DataGrid Question

2009-10-23 Thread Charles Szasz
Using the RevList and Rev tutorials I have gone through examples of a DataGrid being used to display information from a file. I have not seen any examples of where the user enters the information in an app to get it displayed in a DataGrid. If anyone has any simple examples of using DataGrid in

Re: Quartam Reports questions

2009-10-15 Thread Charles Szasz
http://www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) --- On Mon, 10/12/09, Charles Szasz csz...@mac.com wrote: From: Charles Szasz csz...@mac.com Subject: Quartam Reports questions To: use-revolution@lists.runrev.com

Quartam Reports questions

2009-10-12 Thread Charles Szasz
I have run into some problem using groups and checkboxes in Quartam Reports. I could not any solutions in Quartam Reports documentation. I also posted my questions at the Quartam Community web site but have received no responses to my questions. I have a card with 18 checkboxes, which represent

Re: Quartam Reports questions

2009-10-12 Thread Charles Szasz
Charles Szasz wrote: I have run into solve my problems regarding groups and checkboxes in Quartam Reports. -- View this message in context: http://www.nabble.com/Quartam-Reports-questions-tp25860024p25864881.html Sent from the Revolution - User mailing list archive at Nabble.com

Using online e-mail client

2009-10-07 Thread Charles Szasz
I am revisiting a program that I developed last year to send monthly reports using an user's e-mail client. This version works fine with programs such as Mail and other dedicated mail programs. I used the following code for a dedicated mail program: on mouseUp put fld month fld year

Emailing within Rev

2009-10-07 Thread Charles Szasz
Does anybody have a simple script showing how to e-mail within Rev using Sean's excellent libSMTP library? -- View this message in context: http://www.nabble.com/Emailing-within-Rev-tp25797769p25797769.html Sent from the Revolution - User mailing list archive at Nabble.com.

Radio buttons in a group set for background behavior

2009-09-29 Thread Charles Szasz
I am using Rev 4 dp4. I grouped a set of controls including some Text Entry Fields, a group of two radio buttons and an option menu. I set the group to background behavior. I then placed the group as a background group on another card. All of the information on the first card in the group

Re: Setting option button from another option button

2009-09-29 Thread Charles Szasz
DunbarX Thanks for your suggestion! I decided to make the option button and the other fields that go with it a group and then them placed them on the other card using background behavior. The Option button works fine but the selection of radio buttons for some reason is not working on the second

Re: Radio buttons in a group set for background behavior

2009-09-29 Thread Charles Szasz
Hi Craig, I checked both the radio group and the group that includes the radio button group and did not find any sharehilite property for either group. dunbarx wrote: As in HC, there is a property called the sharedhilite that determnes whether the hilited button is unique to a card, or

Re: Radio buttons in a group set for background behavior

2009-09-29 Thread Charles Szasz
Hi Sarah, Yes I found the shared hilite property in the individual buttons. I set both of them and the radio group of buttons now work correctly. Thanks Craig and Sarah! Charles Szasz wrote: I am using Rev 4 dp4. I grouped a set of controls including some Text Entry Fields, a group

Setting option button from another option button

2009-09-28 Thread Charles Szasz
i have two options buttons on different pages. They both have the same text content and the same number of lines. How do I script a choice in option button no. 1 so that the same choice is displayed in the second option button on a different page? I was able to write a script to change the text

Re: CalendarWidget100

2009-09-15 Thread Charles Szasz
Hi Josep, You can download calendarWidget100 at the following link: http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm It is listed as AltAnswerDate, which is a wrapper made by Chipp for CalendarWidget100. Josep wrote: Hi, Where I can find calendarWidget100? Salut, Josep

CalendarWidget100

2009-09-13 Thread Charles Szasz
I have trying for the past few days to call CalendarWidget100 when an user enters a field (field date) so the user can click on a date and insert it into the field. Presently I have a button with the following script to call CalendarWidget100: on mouseUp put into tYear put into tMonth

Setting radio buttons

2009-09-11 Thread Charles Szasz
Is there a way to set a group of radio buttons where neither button has been selected when an user opens a card? For example, a group of two radio buttons would not be set until the user makes a selection. -- View this message in context:

Re: Setting radio buttons

2009-09-11 Thread Charles Szasz
Craig, Thanks! That did the trick! Charles Szasz wrote: Is there a way to set a group of radio buttons where neither button has been selected when an user opens a card? For example, a group of two radio buttons would not be set until the user makes a selection. -- View this message

Re: Setting radio buttons

2009-09-11 Thread Charles Szasz
Phiil, Your suggestion also worked! Thanks! Phil Davis-5 wrote: Also: set the hilitedButtonName of grp yourGroup to empty Choices, choices... dunb...@aol.com wrote: Found it. I knew there was a way: Again radio behavior is always a property of a group: set the hilitedButton of

Changing date format in CalendarWidget100

2009-09-10 Thread Charles Szasz
I thought this would be easy but it is not! I want to change the format of the date inserted in a field of an application by CalendarWidget100 to a different format. For example, change 2009,9,10 to Sept 10, 2009. I was able to change the sequence of the date format from 2009,9,10 to 9,10,2009

Changing date format in CalendarWidget100

2009-09-10 Thread Charles Szasz
Mark, Your suggestion worked beautiful! And thanks Devin for your suggestion! -- View this message in context: http://www.nabble.com/Changing-date-format-in-CalendarWidget100-tp25393101p25393101.html Sent from the Revolution - User mailing list archive at Nabble.com.

Printing problem

2009-07-08 Thread Charles Szasz
I have two cards in my stack. One card is for screen display where some calculations are done. The second card is my print card, where the results of the first card are inserted for printing. When I used the Open Printing with Dialog and print, I get the desired results of the print card being

Re: Printing problem

2009-07-08 Thread Charles Szasz
Andre, Thanks for your reply! What I meant is that I get a hard copy of the card and then a blank sheet of paper. But I found that Answer Printer eliminates the problem. Thanks again. -- View this message in context: http://www.nabble.com/Printing-problem-tp24392121p24397467.html Sent

Re: What do Rev programmers charge per hour for programming?

2009-06-07 Thread Charles Szasz
Thanks to everyone for their comments. Charles Szasz wrote: What do Rev programmers charge per hour for programming? -- View this message in context: http://www.nabble.com/What-do-Rev-programmers-charge-per-hour-for-programming--tp23898061p23916336.html Sent from the Revolution - User

What do Rev programmers charge per hour for programming?

2009-06-05 Thread Charles Szasz
What do Rev programmers charge per hour for programming? -- View this message in context: http://www.nabble.com/What-do-Rev-programmers-charge-per-hour-for-programming--tp23898061p23898061.html Sent from the Revolution - User mailing list archive at Nabble.com.

Unable to change color for Data Grid alternate rows

2009-04-25 Thread Charles Szasz
I can change the colors of rows and divider lines for a Data Grid but I cannot change the colors for alternate rows? I am using Rev 3.5 on a Mac. Any suggestions? -- View this message in context: http://www.nabble.com/Unable-to-change-color-for-Data-Grid-alternate-rows-tp23238309p23238309.html

Eric's death

2009-01-18 Thread Charles Szasz
I was shocked and very sad to hear about the sudden death of Eric. He was very generous in helping the Rev community. In my e-mails with him, I found out that Eric was 62 years old- one year younger than me. God bless his family. He will be greatly missed. -- View this message in context:

Re: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz
The video problem was due to Perian 1.1.2, which is a QT component. After I removed it the video returned. -- View this message in context: http://www.nabble.com/Rev-Tutorial-Videos-has-audio-but-no-video-tp20573242p20588678.html Sent from the Revolution - User mailing list archive at

Re: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz
on this page: http://www.lazyriversoftware.com/RevOne.html On Nov 19, 2008, at 12:39 PM, J. Landman Gay wrote: Charles Szasz wrote: I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro. Last weekend, I decided to view one of the Rev tutorial videos. I got audio but only

Re: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz
The video problem was due to Perian 1.1.2, which is a QT component. After I removed it the video returned. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___

Rev Tutorial Videos has audio but no video

2008-11-18 Thread Charles Szasz
I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro. Last weekend, I decided to view one of the Rev tutorial videos. I got audio but only a green screen instead of video. I have installed the Techsmith Codec for Intel OSX machines twice and rebooted each time but with the same

Re: Sending an e-mail without a dedicated e-mail client

2008-10-08 Thread Charles Szasz
Chipp Thanks! Since I am doing attachments, your altEmailHarness sounds like just what I need. Thanks again! Chipp Walters wrote: Charles, I have a test SMTP stack based on Shao Sean's SMTP library which simplifies things quite a bit. It only allows the sending of text emails, it's

Sending an e-mail without a dedicated e-mail client

2008-10-07 Thread Charles Szasz
Is there a simple way to code to send an e-mail from within Revolution without using an e-mail client such as Apple's Mail? I have a program that is designed to send a report as a text file. I run into a problem with RevMail using an e-mail program when the user uses a web based e-mail program.

Re: Sending an e-mail without a dedicated e-mail client

2008-10-07 Thread Charles Szasz
Mikey-3 No, I have no experience with the SMTP library! Are there any tutorials or sample stacks that illustrate the use of the SMTP library? Mikey-3 wrote: Are you aware of the SMTP library? That would be the way you would normally send email from RR without getting anything else

Re: conference videos

2008-09-27 Thread Charles Szasz
It has been over four months since I paid for the conference videos. I sent an e-mail to Rev Support on Thursday canceling my video order. Petrides, M.D. Marian wrote: I haven't gotten mine either. Just emailed support as per Kevin's request. Sent from my iPhone On Sep 26, 2008,

UI Blind Effect

2008-09-10 Thread Charles Szasz
Has anyone been able to get the User Interface Blind Effect to work that is part of the Rev Tutorials? If you have, could you share it with me. I have gotten the other tutorials to work but this one does not. -- View this message in context:

Re: Tables in Rev 3.0

2008-09-03 Thread Charles Szasz
Eric, I would like to see these features too. I have been waiting for paragraph level formating. At the Monterey RevCom I was told that they would try to implement this in the next version. Hello, I'm afraid not. As for some other features that haven't and don't seem to be taken in

Tables in Rev 3.0

2008-09-02 Thread Charles Szasz
Has tables been improved in Rev 3.0? -- View this message in context: http://www.nabble.com/Tables-in-Rev-3.0-tp19279618p19279618.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Advanced UI Blind Effect

2008-08-01 Thread Charles Szasz
Did anyone get the Rev Tutorial on Advanced Blind Effect to work? I have been unable to get it to work. If anyone has gotten it to work, could you share the stack with me? -- View this message in context: http://www.nabble.com/Advanced-UI-Blind-Effect-tp18780413p18780413.html Sent from the

Re: HC icons as Jpegs.

2008-08-01 Thread Charles Szasz
Richmond, Thanks for taking time to put them in a stack! Here are the HyperCard icons in a convenient ZIP file as JPGs: -- View this message in context: http://www.nabble.com/HC-icons-as-Jpegs.-tp18778512p18780459.html Sent from the Revolution - User mailing list archive at Nabble.com.

Printing off card

2008-07-25 Thread Charles Szasz
I am using Rev 2.9. I have a two card stack. The first card is the app itself. The second card (print card) is the card I use for printing. The basic information consisting of 16 fields is transferred to the second card. When I use the following code, the second card appears on the screen on the

Re: Printing off card

2008-07-25 Thread Charles Szasz
and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html for more info. On 25 jul 2008, at 17:20, Charles Szasz wrote: I am using Rev 2.9. I have a two card stack. The first

Re: Printing off card

2008-07-25 Thread Charles Szasz
I worked out the problem. Thanks! -- View this message in context: http://www.nabble.com/Printing-off-card-tp18653787p18661449.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

Re: A nagging problem with controlling data entry

2008-07-19 Thread Charles Szasz
, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html for more info. On 18 jul 2008, at 04:02, Charles Szasz wrote: I have

A nagging problem with controlling data entry

2008-07-17 Thread Charles Szasz
I have run into a nagging problem with controlling data entry by the user. I used the following code to limit input to three numbers: on keyDown pkey if pKey is in 1234567890 and the number of chars of target 4 then pass keydown end keyDown I also use the following script in the sext entry

Re: Switch statements within Switch statements

2008-07-10 Thread Charles Szasz
Kay, Thanks very much for your suggestions! I appreciate you taking time to answer my question. Kay C Lan wrote: on menuPick pChosen switch pChosen case 1 Choice --avoid statements here to keep switch statement compact handler1Choice break case 2 Choice

Switch statements within Switch statements

2008-07-09 Thread Charles Szasz
I have an option Menu that show various arrays of buttons depending on which menu item is selected. Is it possible to have switch statements for the buttons within switch statements for each menu item? I checked the Rev-User archives and could not find any examples of such an arrangement. --

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
to the menulines but that did not correct the problem/ Any ideas? J. Landman Gay wrote: J. Landman Gay wrote: Charles Szasz wrote: switch case pChosen = whatever break case pChosen = whatever2 -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
Devin, You were right! I found one space and also two misspelled words that contributed to this problem. Thanks for your suggestion! Devin Asay wrote: Check your menu entries in the option menu inspector for white space (like space or tab) characters after the entry. I've been caught

Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
I have been unable to set the labels of radio buttons in a group from an Option Menu. I do not understand why the following script does not work for two radio buttons, R1, R2, in a group radio from a Option Menu button: on menuPick pChosen switch case choice 1 set

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
Jacquline, The sample script was one that I fooling around with it after my project did not work. My actual project that I am using names in the Switch statements does not work. So, J. Landman Gay wrote: Charles Szasz wrote: I have been unable to set the labels of radio buttons in a group

Option Menu

2008-07-06 Thread Charles Szasz
I am using option menus in my app. The label I set for each option menu is fine until the user clicks on it and then the label never returns after that. I would like for the menu label to show up for the option menu if the user clicks on it to view options but does not select any of the options.

Re: Option Menu

2008-07-06 Thread Charles Szasz
Kay, Thanks a lot! -- View this message in context: http://www.nabble.com/Option-Menu-tp18306013p18309315.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: E-mailing a text file

2008-06-14 Thread Charles Szasz
Thanks everybody for the suggestions! One more question. Is it possible in RevMail to add the contents of a card as body text without using a text file? revMail doesn't have a feature to add attachments, but if the report is plain text, I would just include the text the body of the email.

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 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

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

Replace first number with another number in list field

2008-06-06 Thread Charles Szasz
I have a list field (field content, containing lines of two numbers separated by commas. I want to replace the first number in each row with the number that the user types in a field new There is also another field (field old). For some reason, the following script get error messages (replace

Re: Replace first number with another number in list field

2008-06-06 Thread Charles Szasz
Thanks Sarah and Jim, both of your suggestions work! -- View this message in context: http://www.nabble.com/Replace-first-number-with-another-number-in-list-field-tp17699087p17702482.html Sent from the Revolution - User mailing list archive at Nabble.com.

Closing a substack

2008-05-29 Thread Charles Szasz
I have two stacks. One is the initial stack that launches the main stack, which is the application. I am using a substack of the main stack as a dialog box. In this dialog box, the user selects an option and then closes the dialog. Here is my problem: when the substack is closed it also closes or

Re: Closing a substack

2008-05-29 Thread Charles Szasz
Ken, Thanks for your quick reply! I will try your suggestion. This is the first time I have used a substack in Rev. As you guess, I am still new at using Rev. I'm sure what's going on is that the main stack has an on closeStack handler in it stack script that quits the main stack. When you

Re: putting numbers into parentheses

2008-04-14 Thread Charles Szasz
, 2008, at 8:15 PM, Charles Szasz wrote: -- View this message in context: http://www.nabble.com/putting-numbers-into-parentheses-tp16668840p16692044.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list

putting numbers into parentheses

2008-04-13 Thread Charles Szasz
I am working on a program that does calculations. Some of the calculations will be completed with a value missing. I want to use parentheses to make these results stand out from the other calculations. Without adding parentheses to a field, how can I put the results of a calculation into a field

Re: putting numbers into parentheses

2008-04-13 Thread Charles Szasz
Ken, Sorry for the confusion! I want to place some scores in placeholders without parentheses already being in the placeholder. So that some scores that go into the placeholder won't have parentheses but other scores will have parentheses. In other words the parentheses must be part of a score

Re: putting numbers into parentheses

2008-04-13 Thread Charles Szasz
Peter, You are right about what I want to do. And, I will try your suggestion! Thanks! Peter Alcibiades wrote: Ken, I think he wants to put brackets AROUND the field, in response to some conditions. Like if they were labels and the field was between them. Could you do it with label

Font size in Inspector for Custom Properties

2008-03-01 Thread Charles Szasz
I would like to increase the size of the font in the Inspector when using custom properties. However, I have not found a way to do this. I tried the preferences for the script editor but that does not work. Does anybody know how to change the font size in the inspector when using custom

Re: Font size in Inspector for Custom Properties

2008-03-01 Thread Charles Szasz
Eric, Thanks! Your suggestion worked great! It is too bad that there is not a pref for the font size in custom properties. Charles Szasz wrote: I would like to increase the size of the font in the Inspector when using custom properties. However, I have not found a way to do this. I tried

Coverflow in Rev

2008-02-27 Thread Charles Szasz
Has anyone been able to create Coverflow using Rev for Mac applications? -- View this message in context: http://www.nabble.com/Coverflow-in-Rev-tp15716595p15716595.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Problem with closing Windows App

2007-11-15 Thread Charles Szasz
Thanks to everyone for their help. The problem was with close stack command. Now it works fine. -- View this message in context: http://www.nabble.com/Problem-with-closing-Windows-App-tf4815883.html#a13777473 Sent from the Revolution - User mailing list archive at Nabble.com.

Problem with closing Windows App

2007-11-14 Thread Charles Szasz
I can quit my Windows application with the Quit command and restart again with no problem. But if I quit the program by using the red X in the upper right corner of the application window, and try to start the program again using a shortcut or actually double clicking on the exec. file, the

Re: Has anybody run into this problem?

2007-11-07 Thread Charles Szasz
Thanks for the suggestions! I have already downloaded the pc program to check to if the program is still running. -- View this message in context: http://www.nabble.com/Has-anybody-run-into-this-problem--tf4755463.html#a13641119 Sent from the Revolution - User mailing list archive at

Has anybody run into this problem?

2007-11-05 Thread Charles Szasz
I have testing my application on both the Mac and Windows. I am using Rev. 2.8.1 Built 472. I am testing my Windows app using Parallels on OS 10.4.11. The Mac app runs fine. The Windows app runs once on Windows 98 but then it will not run again. You have to reboot to run it again. And then you

Field question

2007-07-19 Thread Charles Szasz
I have tried putting fields into a temporary variable: put field a into tData put field b into tData put field c into tData put field d into tData put field e into tData put field f into tData put field g into tData put field h into tData put field i into tData put field j into tData put field k

Re: Field question

2007-07-19 Thread Charles Szasz
Stephen, Thanks for your suggestions! Stephen Barncard wrote: When I check the contents of tData, only the last field, field l was in tData right now you are just replacing the last contents with the next. into = replace what was there after = put after before = put before How do

New Version of Rev is available

2007-07-13 Thread Charles Szasz
There is a new version of Rev available: 2.8.1-- -- View this message in context: http://www.nabble.com/New-Version-of-Rev-is-available-tf4075032.html#a11581484 Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

A script question

2007-07-12 Thread Charles Szasz
I have tried to use the following script to clear fields but I am getting a weird error message in the script editor: chunk: no such object file put empty into field tName This is weird because field tName is a variable. Here is the script: put

Re: A script question

2007-07-12 Thread Charles Szasz
Sarah, Thanks! I just did not see that error. I also found another error. I am going to be observant. Charles Szasz wrote: I have tried to use the following script to clear fields but I am getting a weird error message in the script editor: chunk: no such object file put empty into field

Save As

2007-07-07 Thread Charles Szasz
How do I enter the symbol for shift key as a shortcut in the menu builder tool? -- View this message in context: http://www.nabble.com/Save-As-tf4041430.html#a11481097 Sent from the Revolution - User mailing list archive at Nabble.com. ___

Exporting card with fields

2007-06-25 Thread Charles Szasz
I have a card in my project that has a summary of calculations on it. It also has a small .jpex image at the top of the card. How do I export the card so it that it can be read by my application when I open the file with my application? -- View this message in context:

How do you trap for cursor moving from a field when user uses a mouse?

2007-05-09 Thread Charles Szasz
this problem. I tried the following suggested by Jacqueline: if the selectedfield is not empty then send closefield to the selectedfield but that does not work. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Is there a Solution for this problem?

2007-05-06 Thread Charles Szasz
the cursor to click on the calculate button? Charles Szasz [EMAIL PROTECTED] ___ 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

Windows Permissions?

2007-04-27 Thread Charles Szasz
. Also, when I tried to delete the old version of the Program Files directory. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Save question

2007-04-23 Thread Charles Szasz
Ken, I did create a dialog in my project that asks the user if he/she wants to save. I have Save as a file command and Save as a dialog I created the user quits. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution

Save question

2007-04-22 Thread Charles Szasz
How do you script for saving so that when you save from the File menu and then quit an application you do not get a save dialog? Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Saving Stack Question

2007-04-18 Thread Charles Szasz
that accompanies the checkbox are saved but not the check in the checkbox. Is this normal for a checkbox? Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Print problem

2007-04-12 Thread Charles Szasz
and after lockscreen but with no effect. The only thing I have tried that removes the blue background is to set traversalOn to false but this moves the blue background from the first text field to the next entry text field. I am using Rev 2.7.4 and OS 10.4.8 Charles Szasz [EMAIL PROTECTED

Print question

2007-04-12 Thread Charles Szasz
and after lockscreen but with no effect. The only thing I have tried that removes the blue background is to set traversalOn to false but this moves the blue background from the first text field to the next entry text field. I am using Rev 2.7.4 and OS 10.4.8 Charles Szasz [EMAIL PROTECTED

Print question

2007-04-12 Thread Charles Szasz
a workaround by setting the traversalOn property of all of my fields on card to false before printing and then resetting the travseralOn property to true for all of the fields after printing. This a problem with both Rev. 2.7.4 and 2.8.1. I will report this to quality control. Charles

Print question

2007-04-11 Thread Charles Szasz
using Rev. 2.7.4. How can I fix this? Charles Szasz [EMAIL PROTECTED] ___ 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

Print question

2007-04-11 Thread Charles Szasz
Bill, I tried your suggestion. I inserted Select Empty just before and also after open printing with dialog but with the same results - it did not eliminate the blue background in the field. Charles Szasz [EMAIL PROTECTED] ___ use-revolution

Print question

2007-04-11 Thread Charles Szasz
Chris, I just uncheck show border and I still have a blue background. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Print question

2007-04-11 Thread Charles Szasz
Jeanne I have tried setting the field's showBorder to false but the blue background is still there. Does lockscreen affect using select empty? I used lockscreen just before printing. I have tried using select empty at several places in the script but with the same result. Charles Szasz

Problem with Imbedded file

2007-04-09 Thread Charles Szasz
the file. I have been working on this for four days with the same results. I would appreciate ANY suggestions! Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Thanks!

2007-03-31 Thread Charles Szasz
Thanks to everyone who provided suggestions to my menu and RTF questions. This is what makes Rev, which a great programming tool, even greater. Again, thanks to the Rev community! Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list

Disable menu item

2007-03-28 Thread Charles Szasz
. I have searched the archives for an example but I cannot find one to enable a menu item when on a specific card. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Disable menu item

2007-03-28 Thread Charles Szasz
the card on which the menubar memubar is on. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Disable menu item

2007-03-28 Thread Charles Szasz
before you can export. end if break The script works except for the last part name of card = card index Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Hiding a nonRev file in a Windows Standalone

2007-03-26 Thread Charles Szasz
How do you hide a nonRev file in a Windows Standalone? I have a RTF template that I want to hide so it won't be corrupted by the user. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Trouble with script

2007-03-25 Thread Charles Szasz
be appreciated! Charles Szasz [EMAIL PROTECTED] ___ 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

  1   2   >