Re: check box and closefield

2003-09-15 Thread Ludovic Thébault
On Sun, 14 Sep 2003 22:16:16 -0600, Michael Young wrote: What I cannot figure out how to do is create x buttons with x fields and send the field information to the output text field in the button order, i.e. try : on mouseUp if hilite of me is true then put fld (Field last word of the

Re: Returning amount of total memory

2003-09-15 Thread xbury . cs
For NT4 or 2000 get shell(mem) will return: 655360 bytes total conventional memory 655360 bytes available to MS-DOS 632176 largest executable program size 15728640 bytes total contiguous extended memory 0 bytes available contiguous extended memory 15570944 bytes

Re: [ANN] RevZilla 1.0 Released

2003-09-15 Thread Roger . E . Eller
Ken, Absolutely wonderful looking program! However, I could not get out because of my company's firewall. Could you please add a firewall config section, and prompt the user for user/pass when necessary? I look forward to trying out RevZilla from home later this evening. Kind Regards, Roger

Free PCPLUS edition

2003-09-15 Thread Hans Ydelm
Hi all, I have been trying to get hold of the free 1.1 version that came with the PCPLUS magazine a few month ago. Unfortunately PCPLUS doesn't seem to respond to my request to buy that particular edition, so is anybody kind enough to ftp it to me? (or email if 10MByte) please email me and I will

UI Question / Browse Type Object

2003-09-15 Thread Brian Maher
Hi Folks, I am new to Revolution and have an application design question. I am developing database apps on OS X and was wondering what people do for the typical database scenario where the user needs the ability to scroll thru a list of records (I call it a browse) to select a record to

Re: UI Question / Browse Type Object

2003-09-15 Thread Rob Cozens
I am developing database apps on OS X and was wondering what people do for the typical database scenario where the user needs the ability to scroll thru a list of records (I call it a browse) to select a record to view/edit/delete? Hi Brian, Here are some approaches I use: 1. Maintain a

RE: [ANN] RevZilla 1.0 Released

2003-09-15 Thread Ken Ray
Thanks for the suggestion, Roger. I'll contact you offlist about what might be needed to add this to RevZilla. Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

mp3/Player problems

2003-09-15 Thread Ken Norris
Howdy, 1) Scenario: mp3 file is in the same folder as the stack the name of the file is september.mp3 copy In the Inspector I type september.mp3 copy into the source box. It will not play. Why? I see if I put the whole filepath into it it will play. But the default folder is the same, and

Re: mp3/Player problems

2003-09-15 Thread Klaus Major
Hi Ken, Howdy, 1) Scenario: mp3 file is in the same folder as the stack That does not mean necessarily that the directory is also set to that folder! Check it in the messages box: put the directory That will be the problem... the name of the file is september.mp3 copy In the Inspector

Re: Non-English dates

2003-09-15 Thread FlexibleLearning
English-speaking, but using Australian formats: [1] - yes, I get a valid date: 2004,6,1,2,0,0,3 [2] - Saturday is the last line of system weekDayNames although I have heard that this is not always the case in Australian systems. But, you can always identify weekends using the last item of the

QT/rev experts

2003-09-15 Thread Ken Norris
Howdy, I want to convert QT recordings to mp3, but it appears the only MPEG conversion format now offered by QT is MPEG 4, which my mom's computer may not support. Any comments appreciated. Ken N. ___ use-revolution mailing list [EMAIL PROTECTED]

Re: QT/rev experts

2003-09-15 Thread Scott Rossi
Recently, Ken Norris wrote: I want to convert QT recordings to mp3, but it appears the only MPEG conversion format now offered by QT is MPEG 4, which my mom's computer may not support. Any comments appreciated. If you have iTunes, it will convert to MP3 and several other audio formats.

Return QT values

2003-09-15 Thread Ken Norris
Howdy, Is there a way to return the QuickTime settings chosen from the answer record dialog? TIA, Ken N. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: check box and closefield

2003-09-15 Thread Sarah
Group your check boxes and put a script like this in the group: on mouseUp put empty into field Field 1 repeat with x = 1 to 6 if the hilite of button (Button x) then put field (Field x) after field Output end repeat end mouseUp Make sure that if you don't have any mouseUp

First time recording help

2003-09-15 Thread Ken Norris
Howdy, I have two buttons: on mouseUp record sound file MySound end mouseUp on mouseUp stop recording end mouseUp I assumed this should create a QT file MySound with all the defaults in the current folder, but nothing happens. What do I do next? TIA, Ken N.

First time recording help

2003-09-15 Thread Kurt Kaufman
I have two buttons: on mouseUp record sound file MySound end mouseUp on mouseUp stop recording end mouseUp I assumed this should create a QT file MySound with all the defaults in the current folder, but nothing happens. What do I do next? Ken, If I start up Revolution (v1.1.1, but

Re: Non-English dates

2003-09-15 Thread Neville Smythe
I am bemused (and initially quite confused) that english date returns a non-english (that is, US ) format date, particularly odd for an app designed in Scotland! (for MetaCard compatibility perhaps?) And aren't Friday and Saturday the weekend for Arabic countries and Israel, in which case the

How to save a QT movie?

2003-09-15 Thread Barry Levine
I have a stack with a QT Player object. The object references an on-disk movie of the user's choosing. The user can move the controller to shift back and forth through the movie. There are buttons to set in and out points. Once I have this data, can I save a copy of the movie from the in point

Re: check box and closefield

2003-09-15 Thread Michael Young
On Monday, September 15, 2003, at 10:03 AM, [EMAIL PROTECTED] wrote: Subject: Re: check box and closefield From: =?iso-8859-1?Q?Ludovic_Th=E9bault?= [EMAIL PROTECTED] Organization: la mienne Reply-To: [EMAIL PROTECTED] On Sun, 14 Sep 2003 22:16:16 -0600, Michael Young wrote: What I cannot

[OT] Broadband in the UK

2003-09-15 Thread Richard Gaskin
For those of you developing 'Net apps with Rev, this story from The Independent describes recent advances at British Telecom which now make broadband available to 80% of UK homes: http://news.independent.co.uk/digital/news/story.jsp?story=441904 From the article: In February last year, when

RE: Non-English dates

2003-09-15 Thread Monte Goulding
Actually the history of the english date goes right back to HyperCard. In most cases your best bet is to use the system modifier. The english modifier actually does nothing unless you have useSystemDate set to true and I assume is only there for HC compatibility. PS, good to see another