ReplaceText and Backslash

2005-10-04 Thread Todd Geist
Hello, I have a string that comes from Applescript and it has a bunch of / in it. It looks like this Script id=\7\ name=\New Script 2\ includeInMenu=\True\ I would like to replace the Backslash Quote string with just Quote. But this does not work. put replaceText (theString, backslash

Re: ReplaceText and Backslash

2005-10-04 Thread Eric Chatonet
Hi Todd, Seems you want to remove backslashes. So: replace backslash with empty in theString put theString Hope this helps Le 4 oct. 05 à 09:35, Todd Geist a écrit : I have a string that comes from Applescript and it has a bunch of / in it. It looks like this Script id=\7\ name=\New

Re: ReplaceText and Backslash

2005-10-04 Thread xbury . cs
try to escape the backslash first. put replacetext( fld 1, backslashbackslash quote , quote ) into fld 1 which is not necessary with replace backslash quote with quote in fld 1 cheers -=- Xavier [EMAIL PROTECTED] wrote on 04/10/2005 09:35:39:

Display an Image from Clipboard on a Card

2005-10-04 Thread Todd Geist
Hello, How do I display an image from clipboard on a card? I know I need to use the clipboarddata[image] But I don't know what to do with it Any help would be appreciated Thanks Todd -- Todd Geist __ g e i s t i n t e r a c t i v e

Re: ReplaceText and Backslash

2005-10-04 Thread Todd Geist
THANKS! that did it On 10/4/05 12:50 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: try to escape the backslash first. put replacetext( fld 1, backslashbackslash quote , quote ) into fld 1 -- Todd Geist __ g e i s t i n t e r a c t i v e

Re: Display an Image from Clipboard on a Card

2005-10-04 Thread xbury . cs
Hi Todd, All you need to do is create an image control, and put the clipboarddata[image] into it cheers -=- Xavier [EMAIL PROTECTED] wrote on 04/10/2005 10:36:24: Hello, How do I display an image from clipboard on a card? I know I need to use

change the size of the box in a checkbox

2005-10-04 Thread rev
Hi All I would like to make the box in a checkbox bigger. In the IDE I can make the checkbox bigger, but this only increases the boundary and the text area but not the check section. Is this possible? I suppose I could always make a group with a label area and two buttons, one blank and one

Return key not working properly.

2005-10-04 Thread Thornton, John
Anyone that saw my last post will know that I am a beginner so it could be that I'm missing something really basic, but I don't think so. When I try to edit a Script for a stack/card/button, the Return key only works intermittently! It frequently seems to turn itself off totally (within the

Looking for Implementation Advice

2005-10-04 Thread Mike Doub
Hello List, I am looking for implementation advice on how best to solve a problem displaying a graphical representation of a matrix of data. I have a variable that is set up with each line representing a row of information, and each item of the line a value. There are a variable number of

Re: Looking for Implementation Advice

2005-10-04 Thread chandapu kiran kumar
hello list, i want to give only one advance i.e first u select both rows or coulumns then after u may give them in colour i.e very easy okay that u for your quoery bye; kiran kumar general operator On 10/4/05, Mike Doub [EMAIL PROTECTED] wrote: Hello List, I am looking for implementation

Re: Looking for Implementation Advice

2005-10-04 Thread chandapu kiran kumar
On 10/4/05, chandapu kiran kumar [EMAIL PROTECTED] wrote: hello list, i want to give only one advance i.e first u select both rows or coulumns then after u may give them in colour i.e very easy okay that u for your quoery bye; kiran kumar general operator On 10/4/05, Mike Doub [EMAIL

Re: Return key not working properly.

2005-10-04 Thread chandapu kiran kumar
Hello mr john i had read your message but i cannot help because i had not faced any problem like that if i have any option for your questions answer then i willl help u. okay bye kiran kumar general operator On 10/4/05, Thornton, John [EMAIL PROTECTED] wrote: Anyone that saw my last post

Re: Display an Image from Clipboard on a Card

2005-10-04 Thread chandapu kiran kumar
Hello every boyd or one This is kiran kumar I had read your problem okay u r facing like problem because i think u r not using microsoft word so please use mircosoft word that will be help your for clip board or image setting if any other quoery then please send your quiry okay. kiran kumar

Re: change the size of the box in a checkbox

2005-10-04 Thread Sarah Reichelt
I would like to make the box in a checkbox bigger. In the IDE I can make the checkbox bigger, but this only increases the boundary and the text area but not the check section. Is this possible? I suppose I could always make a group with a label area and two buttons, one blank and one

probable bug of fields

2005-10-04 Thread Claudi Cornaz
Hi all, I found some strange behaviour in fields which I think is a bug. Create a new field with the dontWrap and the hScrollbar both set to true. Now type in some text till the hScroll will have started to scroll. Select most of the text and do menu cut. Wow the hScroll is still active. Now

can't get keyboard shortcuts to work

2005-10-04 Thread Claudi Cornaz
Hi all, Probably I am missing something quite obvious, but I can't get my menu shortcuts to work. In the menubuilder I made a menubar with different menu shortcuts. In the menu I have the usual menuPick handler with a switch statement like on menuPick pItem switch pItem ... ... However

Re: change the size of the box in a checkbox

2005-10-04 Thread Kay C Lan
On 10/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All I would like to make the box in a checkbox bigger. In the IDE I can make the checkbox bigger, but this only increases the boundary and the text area but not the check section. Is this possible? I suppose I could always make a

Re: change the size of the box in a checkbox

2005-10-04 Thread rev
Quoting Kay C Lan [EMAIL PROTECTED]: Hi Kay. This is a fantastic description. I was not aware of the image library method nor the Icon section. Only been using rev for fun for about 2 years but starting to do something serious now (well 10 hours a week). I can definitely go a long way with

Re: Display an Image from Clipboard on a Card

2005-10-04 Thread Alejandro Tejada
on Tue, 04 Oct 2005 Todd Geist wrote: How do I display an image from clipboard on a card? I know I need to use the clipboarddata[image] But I don't know what to do with it Hi Todd, Look in this message: http://lists.runrev.com/pipermail/use-revolution/2005-March/053867.html First, copy

Re: Return key not working properly.

2005-10-04 Thread Troy Rollins
On Oct 4, 2005, at 6:10 AM, Thornton, John wrote: Anyone that saw my last post will know that I am a beginner so it could be that I'm missing something really basic, but I don't think so. When I try to edit a Script for a stack/card/button, the Return key only works intermittently! It

Re: use-revolution Digest, Vol 25, Issue 7

2005-10-04 Thread Roger Guay
That's OK, Xavier . . . I've lost all interest in it!! Roger On Oct 4, 2005, at 4:25 AM, [EMAIL PROTECTED] wrote: Message: 4 Date: Tue, 4 Oct 2005 05:18:49 +0200 From: MisterX [EMAIL PROTECTED] Subject: RE: MoireX Volume 3 v3.5 To: 'How to use Revolution' use-revolution@lists.runrev.com

Re: Unix scripting help

2005-10-04 Thread Chris Sheffield
Sarah, Thank you for this. I think I'm getting closer using your little trick, but my standalone still hangs at that point. I've tried it with exit and without with the same results. I just don't get why this is happening. When I create a script file and run it from Terminal, it

Re: Unix scripting help

2005-10-04 Thread Jim Ault
Check Apple's AppleScript web site for the latest on using shells and Panther/Tiger. The caution they give is that Terminal uses a slightly different shell by default. You need to change shells to the one Applescript will use, then test in Terminal. This may not be related to your problem. Jim

Re: probable bug of fields

2005-10-04 Thread Ken Ray
On 10/4/05 6:14 AM, Claudi Cornaz [EMAIL PROTECTED] wrote: Can someone confirm this? I use the latest build of 2.6 and OS 10.2.8 Confirmed on OS X 10.3.9, going back to the 2.2 engine (and maybe even before). I'd suggest filing a bug report in Bugzilla so RunRev can fix it... Ken Ray Sons of

Re: Bizarre problem of disappearing pictures on reducing stack size

2005-10-04 Thread Phil Davis
Hi Steve, Two tips that will at least tell you more about those unviewable images: 1) In the Application Browser, select one of them, then click the Inspector button and look at the Size and Position panel of the Inspector. That will tell you if the image is within the rectangle of the

Re: Bizarre problem of disappearing pictures on reducing stack size

2005-10-04 Thread Phil Davis
I'm feeling pretty silly about now... I just realized I repeated everything Sarah said! My apologies, Sarah. Reading is a wonderful thing... guess I should do more of it! Phil Phil Davis wrote: Hi Steve, Two tips that will at least tell you more about those unviewable images: 1) In the

Re: Bizarre problem of disappearing pictures on reducing stack size

2005-10-04 Thread J. Landman Gay
[EMAIL PROTECTED] wrote: However, all of the arrows pictures in the stack disappeared. They would no longer appear with the command 'show image arrows' or on turning on Show Invisible Objects from the view menu. The arrows pictures could not be found, but strangely they still were listed

Path with a word and an é

2005-10-04 Thread Yves COPPE
Hi list Rev 2.6 and Mac OSX X 10.4.2 FR French laguage user of rev, I have a problem with path to folder and french accent if I write a code ; put specialFolderpath(Desktop)/Incorpores into tBureau answer file Choisir un fichier ? with tBureau as sheet it opens on the answer DLOG in

Determine active OS langguage

2005-10-04 Thread Trevor DeVore
Howdy folks, I need to find a way to determine the current language that is being used by the OS (OS X, Win 98 ) so I can load the proper language file for my application. For example, if my app launches and Windows XP is using a French interface, then I would load the French language

Re: Path with a word and an é

2005-10-04 Thread Thierry Arbellot
Yves, Tested on Panther, and it works with a slash after /Incorporés put specialFolderpath(Desktop)/Incorporés/ into tBureau answer file Choisir un fichier ? with tBureau as sheet I hope it helps Thierry On 2005, Oct 4, , at 21:13, Yves COPPE wrote: Hi list Rev 2.6 and Mac OSX X

Re: Path with a word and an é

2005-10-04 Thread Yves COPPE
Le 04-oct.-05 à 21:58, Thierry Arbellot a écrit : Yves, Tested on Panther, and it works with a slash after /Incorporés put specialFolderpath(Desktop)/Incorporés/ into tBureau answer file Choisir un fichier ? with tBureau as sheet I hope it helps Hi Thierry, It works here also

Re: Some Foolish questions

2005-10-04 Thread Fred Giannetto
Hello Everyone, 1) Absolute value question. Here is a copy of the script. I want input values over 10 to create a deficit in the Consumer and Foreign fields. Example, a user puts 15 into the Reserves field. It is subtracted from 20 putting the remainder into tReserves. tReserves is less

Re: Some Foolish questions

2005-10-04 Thread Ken Ray
On 10/4/05 3:10 PM, Fred Giannetto [EMAIL PROTECTED] wrote: Hello Everyone, 1) Absolute value question. Here is a copy of the script. I want input values over 10 to create a deficit in the Consumer and Foreign fields. Example, a user puts 15 into the Reserves field. It is subtracted

Re: Determine active OS langguage

2005-10-04 Thread Ken Ray
On 10/4/05 2:26 PM, Trevor DeVore [EMAIL PROTECTED] wrote: Howdy folks, I need to find a way to determine the current language that is being used by the OS (OS X, Win 98 ) so I can load the proper language file for my application. For example, if my app launches and Windows XP is using a

email

2005-10-04 Thread Yenexey
[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

Re: Some Foolish questions

2005-10-04 Thread Fred Giannetto
Hello, 1) I switched to -tShortfall because I was not seeing a negative value. The result is the same whether I have -tShortfall or tShortfall. Do you get negative values to appear in your fields? 2) When I hit the previous button the record stays on the current record. I can go forward

imagesource property in Win32 standalone

2005-10-04 Thread Jon Seymour
Hi, I am setting the imagesource of char 1 of line xxx in order to display a small (16x16) icon in front of each line of text in a list field. If you've ever seen iTunes and its Source box you know the effect I am shooting for. Well, it works brilliantly on my OS X version, but to my

Re: Determine active OS langguage

2005-10-04 Thread Thierry Arbellot
For OSX, I use the following code. On new installation, the languages might not be defined, then read the globaldomain will return an error. put replaceText(shell(defaults read NSGlobalDomain AppleLanguages),(\s|\(|\)),) into languagesList if offset(AppleLanguages,languagesList) 0

Re: Determine active OS langguage

2005-10-04 Thread Trevor DeVore
Thanks Ken and Thierry for the info. I will take a look at these and let you know how it goes. -- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Looking for Implementation Advice

2005-10-04 Thread Alex Tweedly
Mike Doub wrote: Hello List, I am looking for implementation advice on how best to solve a problem displaying a graphical representation of a matrix of data. I have a variable that is set up with each line representing a row of information, and each item of the line a value. There are a

Using a card to make modifications to database

2005-10-04 Thread Fred Giannetto
Hello, Trying to have a card submit changes to MySQL database. The syntax for revExecuteSQL requires me to use database ID. How do I do this as the database ID is always changing. I have used the revOpenDatabase function to get it but the ID did not seem to work (I have the right

Re: Determine active OS langguage

2005-10-04 Thread Trevor DeVore
On Oct 4, 2005, at 1:58 PM, Trevor DeVore wrote: Thanks Ken and Thierry for the info. I will take a look at these and let you know how it goes. Here is what I came up with by combing the hints everyone provided. My app has language files identified using 2 character language codes

Re: Determine active OS langguage

2005-10-04 Thread Scott Rossi
Recently, Trevor DeVore wrote: I've tested on OS X with English, French, German, Spanish and Italian. I tested Win XP with English and it worked but haven't tested the other languages yet since I don't have Windows in anything but English. If anyone wants to let me know how it works on

Re: Determine active OS langguage

2005-10-04 Thread Trevor DeVore
On Oct 4, 2005, at 4:37 PM, Scott Rossi wrote: If you have XP available, you can do a lot of good localized testing. By using the Regional and Language Options control panel, you can designate the machine to be of any country, and use different languages in the UI (you may need to install

Re: Some Foolish questions

2005-10-04 Thread Mark Wieder
Fred- Tuesday, October 4, 2005, 1:42:23 PM, you wrote: 2) When I hit the previous button the record stays on the current record. I can go forward successfully, hit previous button (nothing happens), and then go forward again successfully. I can only get to the first entry again by

RE: Using a card to make modifications to database

2005-10-04 Thread Fred Giannetto
Here is a copy of my script. The point is for users to enter data into the card and the submit button have the data inserted into the database. The sql works when submitted directly into the database. on mouseUp put field Name into tName put field Team into tTeam put field Position into

Re: imagesource property in Win32 standalone

2005-10-04 Thread J. Landman Gay
Jon Seymour wrote: Hi, I am setting the imagesource of char 1 of line xxx in order to display a small (16x16) icon in front of each line of text in a list field. If you've ever seen iTunes and its Source box you know the effect I am shooting for. Well, it works brilliantly on my OS X

Re: Using a card to make modifications to database

2005-10-04 Thread Jim Ault
Quick answer - you are indeed storing the id in a variable, but it is a local variable (temporary) that disappears as soon as the 'end mouseUp' is reached. That's why the programmers like to use a 't' in front.. to mean only for this handler. There are a few options for storing any value that

RE: Using a card to make modifications to database

2005-10-04 Thread Jan Schenkel
--- Fred Giannetto [EMAIL PROTECTED] wrote: Here is a copy of my script. The point is for users to enter data into the card and the submit button have the data inserted into the database. The sql works when submitted directly into the database. on mouseUp put field Name into tName