ejecting a disk after using "the files" funtion

2007-01-07 Thread Rich Lague
In the last edition of the Runtime Revolution Newsletter there was an article on “Listing and Sorting Files in Revolution”. The article included a demonstration stack “File Lister.rev”. I took that stack and wrote a snippet of code to save the file lists it creates. I have been trying to

can't open stackfile

2005-12-07 Thread Rich Lague
I keep making standalones that will not save data. The setup in the standalone setting dialog appears fine. When I put in a result checking script in my save routine I get a consistent message: "can't open stackfile" Does this happen to others? Is there a solution? Than

open standalone with field selected?

2005-11-06 Thread Rich Lague
in the openCard handler of the stack. So, when a new card is opened the text of the find field is selected. But it does not work when the standalone is opened. What am I doing wrong? Thanks so much! Rich Lague on openStack -- lock screen put random(the number of cds) into aNum go cd aNu

touch screen?

2005-10-28 Thread Rich Lague
The clinic where I work is converting to an electronic medical record. We will be using touch screen tablet computers. Is it possible to make revolution created applications work with touch screens? If possible -- How? Thanks, Rich Lague

Re: list field-a race to the bottom

2005-10-02 Thread Rich Lague
d. However, I can see that your suggestion will work for what I want. I'll give it a go. Rich Lague ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

list field-a race to the bottom

2005-10-02 Thread Rich Lague
jumping and just have the list field stay put when a card name is clicked on? Thanks, Rich Lague ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: add menu-background vanishes

2005-09-22 Thread Rich Lague
down further when there are more cards in the stack? Rich Lague On Thursday, September 22, 2005, at 11:50 AM, J. Landman Gay wrote: Rich Lague wrote: I have an intermittent problem with the menu builder: When I go to create a menu bar, on a stack that does not yet have one, my card

Re: add menu-background vanishes

2005-09-22 Thread Rich Lague
EMAIL PROTECTED] On Behalf Of Rich Lague Sent: Thursday, September 22, 2005 8:05 PM To: How to use Revolution Subject: add menu-background vanishes I have an intermittent problem with the menu builder: When I go to create a menu bar, on a stack that does not yet have one, my card background (and

add menu-background vanishes

2005-09-22 Thread Rich Lague
't seem to happen to all stacks. The cards go blank the second I click OK to create a new menu. Anyone know what's going on? Thanks, Rich Lague ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscr

save dialog problem

2005-09-11 Thread Rich Lague
I have been trying to set up a “do you want to save” dialog in an application that will run on both Macs and Windows. I get a result that don’t really work from both shutdownRequest and closeStackRequest. First I tried closeStackRequest: [in the stack script of the substack where data is store

empty marked cards?

2005-09-09 Thread Rich Lague
I want to let the user know that there are no marked cards when the user packs "go to next marked card." This script does not work: on testMarkFind go next marked card if it is empty then answer "none found" end if end testMarkFind What does work?

Standalone - substack save problem

2005-09-05 Thread Rich Lague
I’m trying to make an application that saves to a substack. I have made at least one application that does this correctly, but I can’t seem to do it again. I can make a application that saves data in a sub stack if I do it in a particular folder. If I try to copy that revolution file to anot

custom icons-- ?

2005-09-01 Thread Rich Lague
I’m trying to put a custom icon on an app I have made for Mac X and Windows. I made an icon in Iconographer X 2.5 and selected it in standalone settings dialog, but I still ended up with a generic icon on my app. I then carefully read the directions for Iconographer. It says that you still ha

Re: sorting zip codes

2005-07-10 Thread Rich Lague
Thanks Dar, Your suggestion was the easiest. All I had to do was remove "numeric". Rich On Sunday, July 10, 2005, at 08:30 PM, Dar Scott wrote: On Jul 10, 2005, at 5:45 PM, Sarah Reichelt wrote: I’m trying to set up a sort of a stack of address cards by zip code. Some of the zips

sorting zip codes

2005-07-10 Thread Rich Lague
I’m trying to set up a sort of a stack of address cards by zip code. Some of the zips are only the first 5 numbers and some of them are in the form “x-”. The script, “sort cards numeric by field "zip"“ sorts all the 9 number zips first, then sorts the 5 number zips-- not what I want.

add menu and controls vanish?

2005-05-29 Thread Rich Lague
able to make the content of my cards visible again. The back ground group's Visible property is checked. ?? What am I doing wrong? Thanks, Rich Lague ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/ma

How?- is the chunk a date?

2005-05-10 Thread Rich Lague
I'm trying to check if a certain chunk in a line is a date. All the dates will be in the short date format. I have been able to do it with this -- if (char -3 of item -2 of tCurrentRec) = "/" then But it doesn't seem very elegant. Is there a better way? ? Can I do something like: if item -2 of tC

how to remove blank lines from table

2005-02-27 Thread Rich Lague
How do you get rid of extra lines at the end of a list when that list comes from a table field? I’m working on an app where the user puts a bunch of stuff in a table field. The list that is generated is then used in a variety of ways, and to make it very readable I have a script that puts a das

highlighting the foundText

2004-10-10 Thread Rich Lague
But I can't make the text I'm look for highlight. What is a better way to do this? Thanks, Rich Lague ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

which item contains the foundText?

2004-09-19 Thread Rich Lague
I’m making an application that keeps it’s data in a text file and I’m trying build in a find field. So, I set up a script for the field: on returnInField global tVar -- contains the text file global itemNum -- a handler in the stack script uses this to display the current record if me is

Re: selectedText from a palette?

2004-09-09 Thread Rich Lague
Thanks David, your solution works! Rich Lague On Thursday, September 9, 2004, at 08:13 AM, [EMAIL PROTECTED] wrote: Rich Layne wrote: I trying to make an application that has most of it’s functionality on a palette-- a bunch of different buttons that will do different stuff to the main data stack

Re: selectedText from a palette?

2004-09-08 Thread Rich Lague
Thanks Paul-- But I can't seem to make that work either. I put this handler in the stack script of my main stack, (which is also the topStack): on testQ put the selectedText into field "card-name" of the current card set the name of the current card to the selectedText end testQ It works wh

selectedText from a palette?

2004-09-08 Thread Rich Lague
I’m still having problems with using the “selectedText” from a palette. I trying to make an application that has most of it’s functionality on a palette-- a bunch of different buttons that will do different stuff to the main data stack. Most things work, but handlers that involve the “selectedT

palette question

2004-09-06 Thread Rich Lague
If I run the following script from a button that is on the stack I'm working with it works. However, if I try to run it from a button on a palette it does not work. The stack I'm trying to work on is the topstack, right under the palette. Why? Thanks,

getting past OutLook?

2004-08-24 Thread Rich Lague
uot; tag at the end of the file name. So, I tried changing the tag to ".edb", (the ending used in the turtorial,) but OutLook still called it an ".exe" and refused to deliver the attachment. Is there some simple way around this? Thanks! Rich Lague __

Re: next repeat problem

2004-08-17 Thread Rich Lague
uot;Apply" button is "if missing 'then'. Is there a better way of excluding the blank lines in the field "daTable" from my global variable? If you have MANY lines you could save some time using "repeat for each..." ...

next repeat problem

2004-08-17 Thread Rich Lague
other problems down the line. The error I get when I hit the "Apply" button is "if missing 'then'. Is there a better way of excluding the blank lines in the field "daTable" from my global variable? Thanks, Rich Lague ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

table field clearing

2004-07-20 Thread Rich Lague
ine, the rest of the previous contents of the line reappeared. How can I clear this field so I can put a new text file in it, (with just column headers?) Thanks! Rich Lague ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

save as for text file?

2004-07-17 Thread Rich Lague
quot;Chunk: error in object expression" and no file is created. If I make a slight change in this script-- on mouseUp ask file "Save list as..." with "Temp" open it write card field "daTable" to file it close file it end mouseUp I do not get the error mess

retrieving data from a sub-stack?

2004-06-10 Thread Rich Lague
d forth between the "productEvals" stack and one of the "RFP Importer" stacks. I can get it to go to the "RFP Importer" stack but I don't think it is coming back to the "productEv

Re: answer buttons incorporating a varible

2004-05-30 Thread Rich Lague
er "What's your pleasure?" with "new eval of another product"\ or "open old evaluation" or ("Evaluate" && tProduct) end makeChoices Thierry. On Sunday, May 30, 2004, at 20:50 Europe/Paris, Rich Lague wrote: I'm trying to get the answer c

answer buttons incorporating a varible

2004-05-30 Thread Rich Lague
duct". I have also tried it like this: on makeChoices put "someProduct" into tProduct answer "What's your pleasure?" with "new eval of another product"\ or "open old evaluation" or "Evaluate && tProduct" end makeChoices This s

putting data into a table

2004-05-23 Thread Rich Lague
so that new records are placed on the next line. Is there a manual way to paste the file? Is there a way to do this with a script? Thanks! Rich Lague ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

Re: basic put URL question-more

2004-04-18 Thread Rich Lague
ut" is a folder with one of these fancy "f"s at the end. (You make it on the Mac by pressing opt-f.) If I remove the ƒ at the end of the folder name the script works. Is it supposed work this way, or is this a bug? Thanks, Rich On Sunday, April 18, 2004, at 12:18 PM, Rich Lague wrot

Re: basic put URL question

2004-04-18 Thread Rich Lague
for files one place on my hard drive, but not another? I'm using OSX 10.2.8 on a G4 Mac and Rev 2.2 Is there a rule that limits how many folders away a file can be? Rich Lague On Sunday, April 18, 2004, at 10:15 AM, Klaus Major wrote: answer file "Import text from what file:"

basic put URL question

2004-04-18 Thread Rich Lague
the path to the file "test.2" in Field 1, not the contents of the file. It doesn't work the other direction either. When I try to use the script: put "Bingo!" into URL "file://Users/laguer/Documents/Revolutioní/exp í/test.2.txt"