Re: URGENT MAC OS X Problems

2003-07-07 Thread Signe Marie Sanne
the command : "create folder" 1) works fine when I create a folder BUT 2) doesn't work if the new created folder has a diacritical char for example : create folder "../test" works fine create folder "../répétition" doesn't work (if I write "repetition" (without the "é") it's good) Yves, I kno

Re: URGENT MAC OS X Problems

2003-07-07 Thread Yves COPPE
Le mardi, 8 juil 2003, à 05:48 Europe/Brussels, Rob Cozens a écrit : 2° 3. What happens if you use the Rev Toolbar to turn off messages before opening your stack? If the problem goes away, it's in your handlers (preOpenStack, openStack, openBackground, openCard ??). Earlier, I was able to to

Re: re Dial via built in modem

2003-07-07 Thread Dar Scott
On Sunday, July 6, 2003, at 02:21 AM, Scott Rankin wrote: I found your posting of Oct 19 last year when trying to solve the problem of dialing the internal modem via applescript (OS X). Have you found a solution? I currently am having trouble with using the internal modem with Revolution 2.0.1

RE: Equivalence to the SuperCard function call "via" object

2003-07-07 Thread Ken Ray
Joel, The value() function is what you need, but to include parameters, you need to include them like a "do". That is, if the parameter is a variable you need to "&" it. I ran your test like this: Script of button 1: --- on mouseUp put "Hello" into tMyVar put "Goodbye" into tA

Re: URGENT MAC OS X Problems

2003-07-07 Thread Rob Cozens
2° 3. What happens if you use the Rev Toolbar to turn off messages before opening your stack? If the problem goes away, it's in your handlers (preOpenStack, openStack, openBackground, openCard ??). Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm "And I, which was tw

RE: Equivalence to the SuperCard function call "via" object

2003-07-07 Thread Chipp Walters
Joël, Check out the CALL and the VALUE commands. I believe CALL may do what you're describing. -Chipp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Joël Guillod > Sent: Monday, July 07, 2003 12:00 PM > To: [EMAIL PROTECTED] > Subject: Re: Equivalenc

selectionChanged for empty selection?

2003-07-07 Thread Alex Rice
Why isn't a selectionChanged message sent by a list field when the selection goes from one or more lines to empty lines? For example Option-clicking on a Mac to deselect a line in a list field. I can work around it by handling mouseUp, but this seems to reduce the utility of the selectionChange

Re: Open driver?

2003-07-07 Thread Dar Scott
On Sunday, July 6, 2003, at 03:27 AM, Christoph Pastl wrote: How can I connect to my virtual serial port? From the TD on "open file": You can use the open file command to open a serial port on Mac OS or Windows systems. On Mac OS systems, specify either “printer:” or ”modem:“. On Windows system

Re: [ANN] Game Available for Test

2003-07-07 Thread J. Landman Gay
On 7/7/03 11:36 AM, Glasgow David wrote: Yes it looks fine indeed. But..Jacqueline's comments make me worry that I don't understand passwords and locking like I thought. The first thing I did was try to see how he did that lovely whizzing text. How is it that I can browse and even copy all o

Re: URGENT MAC OS X Problems

2003-07-07 Thread Alex Rice
On Monday, July 7, 2003, at 12:47 PM, Yves COPPE wrote: the stack is about 5.6 MBytes where can I see the amount of RAM allowed on MAC OS X ??? my computer has 768 MBytes physical RAM I would rule this out. You have plenty of RAM. Unless you are editing some DVDs in the background or somethi

Re: URGENT MAC OS X Problems

2003-07-07 Thread Klaus Major
Bon soir Yves, Le lundi, 7 juil 2003, à 20:09 Europe/Brussels, Klaus Major a écrit : Bon soir Yves, SUCCESS!!! :-D This worked fine on my OS X 10.2.6 RR 2.01: ... get shell("mkdir" && "répétition") ... mkdir = make directory :-) I'm proud of me :-) How can I make a full pathname for example :

Debugger Testing

2003-07-07 Thread Edwin Gore
Okay... I'm beginning to feel like maybe I'm going crazy, since I can't believe other people would not be inconvenienced by step-over in the 2.01 debugger not working. Therefore, I have devised a test - if you download http://www.shinra.com/debugtest.rev and run it you will see a stack with a

Re: URGENT MAC OS X Problems

2003-07-07 Thread Yves COPPE
Le lundi, 7 juil 2003, à 20:09 Europe/Brussels, Klaus Major a écrit : Bon soir Yves, SUCCESS!!! :-D This worked fine on my OS X 10.2.6 RR 2.01: ... get shell("mkdir" && "répétition") ... mkdir = make directory :-) How can I make a full pathname for example : users//Documents/myData/Répétit

Re: URGENT MAC OS X Problems

2003-07-07 Thread Yves COPPE
Le lundi, 7 juil 2003, à 20:00 Europe/Brussels, Rob Cozens a écrit : Salut, Yves. Sorry to hear you are (a) having difficulties and (b) having problems getting answers. I don't have answers; but suggestions as to what I would try next: 1° 1. Try creating a folder without diacriticals and rena

Re: Equivalence to the SuperCard function call "via" object

2003-07-07 Thread Richard Gaskin
Joël Guillod wrote: > -- does not work or dont give the expected result: > get value("getSomeData(1,the date,tMyVar,tAnOtherVar)", \ > btn "MyButton" of cd 10 of stack "someStack") > put it into tMyResult What is the desired result? -- Richard Gaskin Fourth World Media Corporation Developer

Re: Image Problems: Download available

2003-07-07 Thread Ken Norris
Hi Richmond, > From: "Mathewson" <[EMAIL PROTECTED]> > Subject: Image Problems: Download available > Date: Mon, 07 Jul 2003 06:02:19 -0400 > > Dear All, > Just uploaded a stack to my website: IMAGE CONVERTER.REV > (soon to receive an Oscar for > originality in naming programs) - this will import

Re: URGENT MAC OS X Problems

2003-07-07 Thread Rob Cozens
1° 3. Try creating a folder with diacriticals using AppleScript. -- Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) ___

Re: URGENT MAC OS X Problems

2003-07-07 Thread Klaus Major
Bon soir Yves, SUCCESS!!! :-D This worked fine on my OS X 10.2.6 RR 2.01: ... get shell("mkdir" && "répétition") ... mkdir = make directory :-) Hope that helps. Regards Klaus Major [EMAIL PROTECTED] www.major-k.de ___ use-revolution mailing list [EMA

Re: URGENT MAC OS X Problems

2003-07-07 Thread Klaus Major
Bon soir Yves, Hello list again PLEASE HELP HELP HELP don't panic :-) ...and get your towel... :-) I've send questions earlier without answers So I come again... Working on Mac OSX 10.2.6 FR and Rev 2.0.1 1° I have a problem I didn't know with Rev 1.1.1 the command : "create folder" 1) wor

Re: URGENT MAC OS X Problems

2003-07-07 Thread Rob Cozens
Salut, Yves. Sorry to hear you are (a) having difficulties and (b) having problems getting answers. I don't have answers; but suggestions as to what I would try next: 1° 1. Try creating a folder without diacriticals and renaming it. 1° 2. Try creating a folder with diacriticals in the OS or

Re: Image converters

2003-07-07 Thread Ken Norris
H i Richmond, > From: "Mathewson" <[EMAIL PROTECTED]> > Subject: Image converters > Date: Mon, 07 Jul 2003 03:22:56 -0400 > > If you have a problem converting images on a Macintosh > (why???) the place to look for image converters is > > http://www.versiontracker.com > > if you are poor / tight

URGENT MAC OS X Problems

2003-07-07 Thread Yves COPPE
Hello list again PLEASE HELP HELP HELP I've send questions earlier without answers So I come again... Working on Mac OSX 10.2.6 FR and Rev 2.0.1 1° I have a problem I didn't know with Rev 1.1.1 the command : "create folder" 1) works fine when I create a folder BUT 2) doesn't work if the n

Re: RevJournal is "Live"!

2003-07-07 Thread Ken Norris
on 7/7/03 10:10 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Hello Alan, > Date: Mon, 07 Jul 2003 09:49:14 -0400 > Subject: RevJournal is "Live"! > From: Alan Golub <[EMAIL PROTECTED]> > StoryCard Software LLC is pleased to announce that revJournal is now live a= > t > http://www.revjournal.

Re: use-revolution digest, Vol 1 #1569 - 14 msgs

2003-07-07 Thread Klaus Major
Hi Damon, It's a little weird when you get into this area. One of the best ways to make Chapter Tracks in a Quicktime movie is to set cuePoints in an audio or video editor then save the file. This puts a text track into the movie with all the start times for each chapter, but does not

ODBC on MacOSX?

2003-07-07 Thread Joël Guillod
I got a "revdberr,invalid database type" when calling: revOpenDatabase("ODBC",...) I installed the last Complete MySQL package from Server Logistics and the ODBC seems to work with the test application under Terminal. After a long browse in the web, I have not found what's happening. MySQL wo

Re: Image problems

2003-07-07 Thread Ken Norris
Thanks Scott, I still have a couple questions. > Date: Sun, 06 Jul 2003 23:41:20 -0700 > Subject: Re: Image problems > From: Scott Rossi <[EMAIL PROTECTED]> > > Recently, Ken Norris wrote: > >> I imported a pict image and Rev asked if I wanted to convert it, so I chose >> to convert to a PNG im

Re: use-revolution digest, Vol 1 #1569 - 14 msgs

2003-07-07 Thread Damon Luther
It's a little weird when you get into this area. One of the best ways to make Chapter Tracks in a Quicktime movie is to set cuePoints in an audio or video editor then save the file. This puts a text track into the movie with all the start times for each chapter, but does not set them as ch

Re: [ANN] Game Available for Test

2003-07-07 Thread Glasgow David
Yes it looks fine indeed. But..Jacqueline's comments make me worry that I don't understand passwords and locking like I thought. The first thing I did was try to see how he did that lovely whizzing text. How is it that I can browse and even copy all of the scripts? Is this not what you mea

re Dial via built in modem

2003-07-07 Thread Scott Rankin
Dear Bill, I found your posting of Oct 19 last year when trying to solve the problem of dialing the internal modem via applescript (OS X). Have you found a solution? I haven't been able to find anything. I want to be able to dial via the modem so that I can control telephone company network f

Re: Equivalence to the SuperCard function call "via" object

2003-07-07 Thread Joël Guillod
I am trying to do what Supercard do with the function...via. That is I want that the function is evaluated by the script of the specified object. E.g.: In Supercard you can write : put getSomeData(1,the date,tMyVar,tAnOtherVar) via btn "MyButton" of \ cd 10 of stack "someStack" into tMyResul

Re: RevJournal is "Live"!

2003-07-07 Thread Fred_D_Yocum
Congratulations ! http://www.revjournal.com. has just gone on my browser toolbar. F D Yocum Graphic Designer Mennonite Central Committee ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: MAC OS X Problems

2003-07-07 Thread Yves COPPE
Le lundi, 7 juil 2003, à 15:29 Europe/Brussels, Mathewson a écrit : Cher Yves, DIACRITICS: Vous avez un petit problem; nous sommes ecossais (les developpeurs des Runtime Revolution et moi), et n'avons pas des diacritiques dans nos langues (Anglais, Ecossais, et langue de Galles) - et chaque eur

Re: RevJournal is "Live"!

2003-07-07 Thread Alan Golub
Title: Re: RevJournal is "Live"! Thanks! Please keep us posted with any new developments of your own. Always on the lookout for quick revNews stories! Alan On 7/7/03 10:47 AM, "Ken Ray" <[EMAIL PROTECTED]> wrote: Well done, Alan! Looks like a winner! Ken Ray Sons of Thunder Software Email:

RE: RevJournal is "Live"!

2003-07-07 Thread Ken Ray
Title: Message Well done, Alan! Looks like a winner!   Ken RaySons of Thunder SoftwareEmail: [EMAIL PROTECTED]Web Site: http://www.sonsothunder.com/ -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan GolubSent: Monday, July 07, 2003

MAC OS X Problems

2003-07-07 Thread Mathewson
Cher Yves, DIACRITICS: Vous avez un petit problem; nous sommes ecossais (les developpeurs des Runtime Revolution et moi), et n'avons pas des diacritiques dans nos langues (Anglais, Ecossais, et langue de Galles) - et chaque european a le problem de la dominance Americaine. The easiest solution

MAC OS X Problems

2003-07-07 Thread Yves COPPE
Hello list again PLEASE HELP HELP HELP I've send questions earlier without answers So I come again... 1° Working on Mac OSX 10.2.6 FR and Rev 2.0.1 I have a problem I didn't know with Rev 1.1.1 the command : "create folder" 1) works fine when I create a folder BUT 2) doesn't work if the new

Re: [ANN] libSMTP v1.5.0

2003-07-07 Thread Shao Sean
> Fabulous! thank you =) ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

RevJournal is "Live"!

2003-07-07 Thread Alan Golub
Title: RevJournal is "Live"! StoryCard Software LLC is pleased to announce that revJournal is now live at http://www.revjournal.com. After several months’ work, and a frustrating weekend of spotty host performance, the new online magazine, revJournal, is up and running. The debut issue features

Re: Desktop icon in Mac OS X

2003-07-07 Thread Yves COPPE
Le lundi, 7 juil 2003, à 15:09 Europe/Brussels, Thierry Arbellot a écrit : Hi Yves, I suppose you mean "icns" file type. Have you created a Thumbnail 32-bit icon in the file ? Regards. Thierry Arbellot. I will try with IconComposer from Apple and let you now. Greetings. Yves COPPE [EMAIL

Re: GIF licence ???

2003-07-07 Thread Edwin Gore
I believe that the problem is that the patent still has another year to go in the U.K. - since they are based there, I don't believe taht they can distribute if for for, even in the U.S. - Original Message - From: "Mathewson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July

Re: Desktop icon in Mac OS X

2003-07-07 Thread Thierry Arbellot
Hi Yves, I suppose you mean "icns" file type. Have you created a Thumbnail 32-bit icon in the file ? Regards. Thierry Arbellot. On Saturday, Jul 5, 2003, at 23:08 Europe/Paris, Yves COPPE wrote: Hello, Can someone explain me how I can set a desktop icon to my app starting from the stack Bui

Image Problems: Download available

2003-07-07 Thread Mathewson
Dear All, Just uploaded a stack to my website: IMAGE CONVERTER.REV (soon to receive an Oscar for originality in naming programs) - this will import various image formats (including the MAC-specific PICT format) and export them in JPEG or PNG format. Download it, Play with it, Throw it away.

Re: [ANN] libSMTP v1.5.0

2003-07-07 Thread Terry Judd
On Monday, July 7, 2003, at 09:49 AM, Shao Sean wrote: well, i finally got around to getting it finished and released, so here it is.. libSMTP v1.5.0 - plain text messages - html messages (with inline/embedded images) - file attachments - smtp authentication Fabulous! have fun -Sean http://shaose

Newbies board gone?

2003-07-07 Thread Malte Brill
Hi List, I´m back from a few days off in Switzerland and had my mailbox filled with quite a few mails concerning the Revolution Newbies Board, hosted by Mark Paris, that has vanished from the Web. I tried to contact him off list before my vacation (Are you lurking Mark? I hope you are well.), but

Image converters

2003-07-07 Thread Mathewson
If you have a problem converting images on a Macintosh (why???) the place to look for image converters is http://www.versiontracker.com if you are poor / tight-fisted like me there are quite a few FREE widgets around that can do the trick. Richmond Mathewson

GIF licence ???

2003-07-07 Thread Mathewson
As the copyright on Compuserv's GIF codec is about to expire I'd like to know if RR are planning to release the code to export images from stacks in GIF format as a FREE downloadable? Cheekily yours, Richmond Mathewson __ See Mathewson's software at

Image problems

2003-07-07 Thread Mathewson
The solution is remarkably simple: don't import PICT images! Convert them to JPEG or GIF first, then import them. Love, Richmond __ See Mathewson's software at: http://members.maclaunch.com/richmond/default.htmland http://www.runrev.com/Revolu

Re: Bugzilla search

2003-07-07 Thread Wolfgang M. Bereuter
On Sunday, Jul 6, 2003, at 19:49 Europe/Vienna, Dar Scott wrote: Bugzilla search Reply-To: [EMAIL PROTECTED] On Sunday, July 6, 2003, at 09:20 AM, Toma Tasovac wrote: I cannot perform any search function in the Runrev bugzilla database on Mac OS 10.2.6 with either Safari or IE -- I always get a