RTF File export

2004-10-19 Thread François Cuneo
Hello everybody! I want to export a fld (pourexport) into an RTF file (to save the style and the font) I have this code put cheminresultat &fichieràcréer into fichierexport open file fichierexport for text update write THE RTFTEXT OF FLD "POUREXPORT" of card 2 of stack"cukydata" to file fich

RE: RTF File export

2004-10-19 Thread xbury . cs
François, worked fine here... put url (thisurl) into x set the htmltext of fld 1 to x answer the rtftext of fld 1... something else is not correct ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, October 1

Re: Changing Image FileName Based on QT Time...?

2004-10-19 Thread Klaus Major
Hi John, Thanks Klaus! I'll check out the "currenttime" of player call in the morning. I was not aware of currentTime of player. Would this be used on an idle script? NO!!! Never use "on idle" or you will get eternal damnation!!! :-D (At least as evil as "repeat until the mouse is UP"!) Instea

Re: RTF File export

2004-10-19 Thread Klaus Major
Bon jour François, Hello everybody! I want to export a fld (pourexport) into an RTF file (to save the style and the font) I have this code put cheminresultat &fichieràcréer into fichierexport open file fichierexport for text update write THE RTFTEXT OF FLD "POUREXPORT" of card 2 of stack"cuky

Re: RTF File export

2004-10-19 Thread François Cuneo
Hello Klaus! Thank you but I'm sorry, I don't understand. With this code: -- put cheminresultat &fichieracreer into fichierexport set the fileType to "ttxtRTF " -- text file owned by SimpleText app open file fichierexport for text update write THE RTFTEXT OF FLD "POUREXPORT" of card 2

RE: RTF File export

2004-10-19 Thread xbury . cs
Maybe it's simpletext the problem. Try opening it with Word. If you open it with BBEdit, you should see the codes... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, October 19, 2004 12:31 > To: [EMAIL PROTECTE

Re: RTF File export

2004-10-19 Thread Klaus Major
Hi François, Hello Klaus! Thank you but I'm sorry, I don't understand. With this code: -- put cheminresultat &fichieracreer into fichierexport set the fileType to "ttxtRTF " -- text file owned by SimpleText app open file fichierexport for text update write THE RTFTEXT OF FLD "POUREXPOR

Re: Changing Image FileName Based on QT Time...?

2004-10-19 Thread Jesse Sng
The other way is to generate a SMIL file which can then be played back in the QT player. You can then set the QT Player to open the file which is a SMIL file. This is a text file containing XML code telling the QT player how/where/when other media can be synchronized. That way, you don't have t

Re: RTF File export

2004-10-19 Thread Klaus Major
Hi all, Maybe it's simpletext the problem. Ah, yes, overlooked this one... SimpleText, as its name might suggest, is just an simple text editor that CANNOT display RTF!!! Try with TextEdit! After i put my filed into a BINFILE "xyz.rtf", it automatically appeared in the finder as a RTF document, to

3rd party Report Generator is due shortly??

2004-10-19 Thread Alan Gayne
Hi everyone! The "What's New" text file that accompanied the RunRev 2.5 download mentions that" ". . . Report objects are no longer supported in this release. . . . and a 3rd party Report Generator is due shortly." Does anyone have any information on who is doing this, what features are anti

Re: Are you using Rev/DC in Education? / sound capabilities

2004-10-19 Thread Marty Billingsley
> J. Landman Gay" <[EMAIL PROTECTED]> > On 10/18/04 8:39 PM, Erik Hansen wrote: > >>On Oct 18, 2004, at 10:17 AM, > >>Marty Billingsley wrote: > > > >>We miss HC's sound capabilities, > >>but are using Shakobox to compensate. > > > > a Windows Shakobox would be great. > > I just put it online. Shak

Re: RTF File export

2004-10-19 Thread François Cuneo
Hello Klaus! I use TextEdit, of course, I'm not on MacOS9, ttt... ttt... But the problem is with TE! Because when I open the text in Word or in Nisus, all is correct (not in fact, in Nisus, the "é" is not preconized) Bouhouhou I can't stop crying... Danke vielmal fuer ihre Antwort, Me

Re: RTF File export

2004-10-19 Thread Klaus Major
Bon jour François, Hello Klaus! I use TextEdit, of course, I'm not on MacOS9, ttt... ttt... Oh, sorry :-) But the problem is with TE! Because when I open the text in Word or in Nisus, all is correct Yes, i noticed this, too... After exporting to RTF, in TextEdit the umlauts are gone, but i

OSX Standalone Woes...

2004-10-19 Thread T. R. Ponn
Hello all, Having stabilized my app (and the hardware it controls) in Windoze and MacOS9, I thought I might begin the task of building an app for Mac OSX distribution. I am still bound to OS9.2.2, but we have another Mac in house with 10.3. So, I fire up rev and build for OSX...then push it o

Re: Changing image fileName Based on QT Time...?

2004-10-19 Thread John Patten
Great Klaus! I'll check out the sample on your site. I do remember previous mentions about the dangers of "idle." In my attempts to synch up my slides with audio i began looking at creating a QT SMIL movie using Rev to create the SMIL document. I made some progress after familiarizing mys

Re: use-revolution Digest, Vol 13, Issue 43

2004-10-19 Thread John Patten
Thanks Jesse... That's the path I had started down on my own to solve the task... at least, maybe, I wasn't completely off base :-) Cheers! John Patten Tech Dept SBCUSD >-- > >Message: 3 >Date: Tue, 19 Oct 2004 18:47:20 +0800 >From: Jesse Sng <[EMAIL PROTECTED]> >S

POST cgi question - slightly OT

2004-10-19 Thread jbv
Hi, Is there a limit to the amount of data returned (as plain/text) from a POST command to a cgi script ? Thanks, JB ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: POST cgi question - slightly OT

2004-10-19 Thread Frank D. Engel, Jr.
I don't think you can return more bytes than the number of particles in the universe ;-) There is always a limit to everything, but I don't think there is any "defined" limit to this. It really depends more on how much the client can handle -- memory size, scratch space on the disk, bandwidth,

shell() bug in standalone

2004-10-19 Thread Derek Bump
In one of my programs I have scripted the shell so it will open the file "Help Topics.chm" when someone clicks the "Help Topics" menuitem in the "Help" menu. It works fine in Revolution, but when in a standalone it will cause the processor to "think" for about a minute, launch the help file, th

Sound and Music -- Audio in Rev

2004-10-19 Thread Ken Norris
Hi Richard, Date: Mon, 18 Oct 2004 19:53:24 -0700 From: Richard Gaskin <[EMAIL PROTECTED]> Subject: Re: Thread With No Name What are the chances of giving this thread a real name? I did my best with the improv above, but it's been so long since this thread had a name I haven't a clue what it was

Re: Are you using Rev/DC in Education? / sound capabilities

2004-10-19 Thread J. Landman Gay
On 10/19/04 6:51 AM, Marty Billingsley wrote: J. Landman Gay" <[EMAIL PROTECTED]> On 10/18/04 8:39 PM, Erik Hansen wrote: On Oct 18, 2004, at 10:17 AM, Marty Billingsley wrote: We miss HC's sound capabilities, but are using Shakobox to compensate. a Windows Shakobox would be great. I just put it o

Re: Question about resizing stacks

2004-10-19 Thread J. Landman Gay
On 10/18/04 10:30 PM, KS wrote: My name is Ken Suzuki. I am relatively new user for Revolution, and I am not English native speaker. My problem is that when I turned OFF "Live Resizing" of stack properties, the stack always becomes unrealizable. How can I make the stack resizable again? The sym

Re: Little #%$*! Arrows

2004-10-19 Thread Jim Carwardine
Yes, I did overlook the closeField handler requirement. However, when I put it in the field script, in one instance, it prevents the error but doesn't update the counter. In another instance it just gave the same error. It seems that I am making it too hard but can't see the problem... Jim on 1

Re: Sound and Music -- Audio in Rev

2004-10-19 Thread Trevor DeVore
On Oct 19, 2004, at 12:32 PM, Ken Norris wrote: How about my attempt? ;-) Has anyone tried to get Rev to work with Jon Adam's (actually written by Nigel Redmond) QuickNotes external for the Mac (requires QT)? If someone could write a similar DLL for, at least, Windows, we'd be in business. The

Image resize.

2004-10-19 Thread Ryno Swart
Hi all. I am working on a nice simple project, a yearbook for our primary school, but even in such a simple job, I came up against a few problems. These may all have solutions that escape me for the moment, and I would appreciate any assistance. I'll break them into four posts to make replies s

Shortening a line.

2004-10-19 Thread Ryno Swart
Second query: Shortening a line: Drawing a nice vertical line with the line tool is straightforward. But to adjust the line to the right length is impossible. The moment the mouse clicks on the handle, the line goes off vertical, and it cannot be brought back to vertical. This seems counterintu

Re: Image resize.

2004-10-19 Thread Klaus Major
Hi Ryno, hoe gaat het met jullie? :-) Hi all. I am working on a nice simple project, a yearbook for our primary school, but even in such a simple job, I came up against a few problems. These may all have solutions that escape me for the moment, and I would appreciate any assistance. I'll break t

Re: Image resize.

2004-10-19 Thread Frank D. Engel, Jr.
This bugs me too. Is anyone aware of a simple Transcript workaround (to constrain the size during resize using a script), or should I start trying to be clever here? On Oct 19, 2004, at 4:05 PM, Klaus Major wrote: Hi Ryno, hoe gaat het met jullie? :-) Hi all. I am working on a nice simple proje

Re: Shortening a line.

2004-10-19 Thread Klaus Major
Hi Ryno, Second query: Shortening a line: Drawing a nice vertical line with the line tool is straightforward. But to adjust the line to the right length is impossible. The moment the mouse clicks on the handle, the line goes off vertical, and it cannot be brought back to vertical. This seems co

Re: Shortening a line.

2004-10-19 Thread Frank D. Engel, Jr.
A solution I previously used was to have a "Make Vertical" button and a "Make Horizontal" button which would "flatten" the line in the appropriate direction in order to compensate for this problem. Another solution is to use "Reshape Graphic" (Object menu, at least under 2.5), which places roun

Re: Image resize.

2004-10-19 Thread Derek Bump
> This bugs me too. Is anyone aware of a simple Transcript workaround > (to constrain the size during resize using a script), or should I start > trying to be clever here? This should help... global oWidth,oHeight,newWidthPixels,newWidthPercent,newHeightPixels,newHeightPercent -- For the Wi

Re: Shortening a line.

2004-10-19 Thread Hershel Fisch
Also you could open the property inspector drop down to "size and position" and choose your needs Hershel On Tuesday, October 19, 2004, at 04:10 PM, Klaus Major wrote: Hi Ryno, Second query: Shortening a line: Drawing a nice vertical line with the line tool is straightforward. But to adjust the

Re: Shortening a line.

2004-10-19 Thread Richard Gaskin
Ryno Swart wrote: Shortening a line: Drawing a nice vertical line with the line tool is straightforward. But to adjust the line to the right length is impossible. The moment the mouse clicks on the handle, the line goes off vertical, and it cannot be brought back to vertical. This seems counter

Re: Image resize.

2004-10-19 Thread Klaus Major
Hi Derek, This bugs me too. Is anyone aware of a simple Transcript workaround (to constrain the size during resize using a script), or should I start trying to be clever here? This should help... global oWidth,oHeight,newWidthPixels,newWidthPercent,newHeightPixels,newHeight Percent -- For

Re: Image resize.

2004-10-19 Thread Frank D. Engel, Jr.
Apparently I missed a message here: I didn't get the one with the full code. If anyone knows how to get the original size of an image, we could simply handle the resizeControl method and check to see if a key is being held down down (maybe controlKey or shiftKey) and adjust the height/widt

Re: Image resize.

2004-10-19 Thread Derek Bump
> very nice, Derek, very nice! > > Could you eventually consider to give a TINY hint on how to use it? :) Yes, sorry about that. I was composing message when I got a call (I work in Security with the local Police Department) so I just sent it and I'm back now. That script is for constraining

Re: Sound and Music -- Audio in Rev

2004-10-19 Thread Ken Norris
Hi Trevor, Date: Tue, 19 Oct 2004 12:46:55 -0700 From: Trevor DeVore <[EMAIL PROTECTED]> Subject: Re: Sound and Music -- Audio in Rev Is the QuickNotes external just a midi interface that uses QuickTime's midi features? Yep, but it's a pretty good one. AIRC it' s reasonably polyphonic, i.e., you

Re: Image resize.

2004-10-19 Thread Klaus Major
Hi Frank, Apparently I missed a message here: I didn't get the one with the full code. so did i :-) ... end resizeControl Obviously, we could simply record the original width/height before resizing, and this could be used to maintain the aspect "as is" during the resize, but I would personally p

Re: Image resize.

2004-10-19 Thread Frank D. Engel, Jr.
Here is another solution. Try putting the handler below into a stack or card script (I put it in my mainstack's script). If the option (or alt for x86 systems) is held down after resizing, the image will automatically shrink to fit the given box and to maintain the original aspect ratio of th

Re: Image resize.

2004-10-19 Thread Trevor DeVore
On Oct 19, 2004, at 1:35 PM, Frank D. Engel, Jr. wrote: Obviously, we could simply record the original width/height before resizing, and this could be used to maintain the aspect "as is" during the resize, but I would personally prefer to maintain the original aspect ratio recorded in the image

Can't Palette in a closeStackRequest?

2004-10-19 Thread Frank D. Engel, Jr.
My mainstack is a palette. Whenever my program enters a closeStackRequest handler, the window switches to a topLevel. I tried setting the style property to palette within the closeStackRequest handler, as I do with the preOpenStack handler. No effect. I tried the palette command. No effect.

Re: Sound and Music -- Audio in Rev

2004-10-19 Thread Erik Hansen
--- Ken Norris <[EMAIL PROTECTED]> wrote: > > It already has a MIDI instrument picker that > covers all the Roland MIDI > instrument set, including GS extended > instruments, available to the > current version of QT. General MIDI (128 voices) on non-Roland tone generators would cover the basic

Re: Question about resizing stacks

2004-10-19 Thread KS
> This doesn't exactly answer your question, but according to the docs > "On Mac OS, Unix, and Windows systems, the liveResizing property has > no effect." > > -- I think you are right. I found the solution by myself. The symp

modem as answering machine

2004-10-19 Thread Björnke von Gierke
I would like to try to use revolution to answer the phone (modem) with pre-made sound recordings. Also, I would then like to react to key presses of the phone user, for him to navigate a tree of possibilities, resulting in an interactive voice response system (IVR). Has anyone done something li

Re: POST cgi question - slightly OT

2004-10-19 Thread Andre Garzia
On Oct 19, 2004, at 5:20 PM, Frank D. Engel, Jr. wrote: I don't think you can return more bytes than the number of particles in the universe ;-) There is always a limit to everything, but I don't think there is any "defined" limit to this. It really depends more on how much the client can hand

Re: modem as answering machine

2004-10-19 Thread Andre Garzia
On Oct 19, 2004, at 10:52 PM, Björnke von Gierke wrote: I would like to try to use revolution to answer the phone (modem) with pre-made sound recordings. Also, I would then like to react to key presses of the phone user, for him to navigate a tree of possibilities, resulting in an interactive vo

Re: Little #%$*! Arrows

2004-10-19 Thread Sarah Reichelt
I'm getting an error when I use the Little Arrows object from the Object Library supplied with 2.5. When I press the up arrow or the down arrow, it executes a handler that increments the associated field containing the number being incremented. Even though the handler is there in the script of the

Re: modem as answering machine

2004-10-19 Thread kee nethery
On the Mac I use a Plink. http://www.ovolab.com/phlink/ It is applescriptable and very flexible. You can have AppleScripts talk to RunRev and have RunRev do the heavy lifting. Kee Nethery On Oct 19, 2004, at 5:52 PM, Björnke von Gierke wrote: I would like to try to use revolution to answer the p

Re: modem as answering machine

2004-10-19 Thread Dar Scott
On Oct 19, 2004, at 10:31 PM, kee nethery wrote: On the Mac I thought apple dropped the voice modem. What am I missing? -- Dar Dar Scott Consulting http://www.swcp.com/dsc/ Programming Services _

Re: modem as answering machine

2004-10-19 Thread kee nethery
On Oct 19, 2004, at 9:39 PM, Dar Scott wrote: On Oct 19, 2004, at 10:31 PM, kee nethery wrote: On the Mac I thought apple dropped the voice modem. What am I missing? -- Dar Phlink is a hardware product made by ovolab that does voice in, voice out, DTMF in and out and is fully applescriptable. Th