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 available XMS memory
   MS-DOS resident in High Memory Area

-=-
Xavier Bury
TNS NT LAN Server
ext 6465




[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
14/09/03 21:29
Please respond to use-revolution

 
To: [EMAIL PROTECTED]
cc: ^
Subject:Re: Returning amount of total memory



Both Mac and Windows


In a message dated 9/14/03 3:06:35 PM, [EMAIL PROTECTED] writes:



Mac or Windows?

 


Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Sunday, September 14, 2003 1:36 PM
To: [EMAIL PROTECTED]
Subject: Returning amount of total memory


What's the command or function that returns the amount of total memory a 
computer has?
running rev 2.1

jack







Visit us at http://www.clearstream.com
  
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream International does 
not accept legal responsibility for the contents of this message.

The information contained in this e-mail is confidential and may be legally 
privileged. It is intended solely for the addressee. If you are not the intended 
recipient, any disclosure, copying, distribution or any action taken or omitted to be 
taken in reliance on it, is prohibited and may be unlawful. Any views expressed in 
this e-mail are those of the individual sender, except where the sender specifically 
states them to be the views of Clearstream International or of any of its affiliates 
or subsidiaries.

END OF DISCLAIMER
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 Eller
[EMAIL PROTECTED]

> (Please report any bugs or suggestions through RevZilla's feedback
> mechanism.)
> 
> Enjoy and happy bug hunting!
> 
> Ken Ray
> Sons of Thunder Software

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 send you my ftp details.

I have the free edition which came with my Linux Format magazine but it
seems rather unstable on my RH9 machine so I am hoping the windows
version is a bit better. I only use it for some hobby project (see
http://www.ht-lab.com/vhdlsort/vhdlsort.html) so the 1.1 version is more
than enough.

Thanks,
Hans.

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 view/edit/delete?  What about filtering the 
list?  How do you go about creating something that (as close as possible) conforms to 
the OS X UI guidelines?  Can anyone provide me (offline) some screen shots on what you 
have done (i.e. I am looking for ideas).

Many Thanks, Brian Maher

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 scroll field in the stack on-the-fly by updating the 
field with each addition, deletion, or change to displayed 
information.  Limitation: not suitable for active multi-user dbs.

2.  Ask the db to return paired lists of specified record content and 
the corresponding record ids.  Display the first list in a field with 
a mouseUp handler along the lines of

	loadARecord line (word 2 of the clickLine) of field "Record Ids".

Limitation: server O/H accessing all records.

3.  Display a search dialog that fetches & displays 
all/next/someQuantity of matching records for the user to select 
from.  This uses Transcript's Find command, and is reasonable fast--I 
have test dbs up to 20K+ records & 20+MB.  In addition, in 
Client/Server mode each hit is returned to the client, which in turn 
issues another Find starting at the new location.  This reduces the 
potential for searching a large range of records from locking out 
other clients...however this is still a potential problem as the 
entire range will be searched in one operation if the target text is 
not found.

The search dialog will be included in the next release of Serendipity 
Library.  If you'd like a copy or a screen shot of the search 
subStack, let me know privately.
--

Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.net/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)
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 Behalf Of 
> [EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 9:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [ANN] RevZilla 1.0 Released
> 
> 
> 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 Eller
> [EMAIL PROTECTED]
> 
> > (Please report any bugs or suggestions through RevZilla's feedback
> > mechanism.)
> > 
> > Enjoy and happy bug hunting!
> > 
> > Ken Ray
> > Sons of Thunder Software
> 
> ___
> use-revolution mailing list
> [EMAIL PROTECTED] 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 the docs say that if the file is in the default
folder, you need not spec the filepath. What's wrong?

2) Scenario:

Same player as above. Player is offscreen, using my own buttons.

"PLAY" button:

on mouseUp
  play player 1
end mouseUp

"STOP" button:

on mouseUp
  stop player 1
end mouseUp

When I click the STOP button it stops fine. When I click the PLAY button it
always resumes. I want it to restart at the beginning. How do I do that?

Mucho TIA,
Ken N.







___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 I type "september.mp3 copy" into the source box.

It will not play. Why?
See above...

I see if I put the whole filepath into it it will play. But the default
folder is the same, and the docs say that if the file is in the default
folder, you need not spec the filepath. What's wrong?
2) Scenario:
Same player as above. Player is offscreen, using my own buttons.
"PLAY" button:

on mouseUp
  play player 1
end mouseUp
"STOP" button:

on mouseUp
  stop player 1
end mouseUp
When I click the STOP button it stops fine. When I click the PLAY 
button it
always resumes.
That's the way its upposed to work :-)

I want it to restart at the beginning. How do I do that?
Rewind that thing ;-)

on mouseUp
  set the currenttime of player 1 to 0 ## rewind :-)
  play player 1
end mouseUp
Et voila, c'est ca...

Mucho TIA,
Ken N.
Regards

Klaus Major
[EMAIL PROTECTED]
www.major-k.de
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 
dateItems structure. In the example above, the last item is 3, which 
means Tuesday. (Sunday = 1, Monday = 2 etc.)

Cheers,
Sarah


Thank you, Sarah... Much off-line comment on this and it seems we may now have an 'international' presentation and date management engine. Under beta. Non-English system testers welcome. Please contact me off-list.

/H
_
Hugh Senior
The Flexible Learning Company
Consultant Programming & Software Solutions
Fax/Voice: +44 (0)1483.27 87 27
Email: mailto:[EMAIL PROTECTED]
Web: www.flexibleLearning.com


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]
http://lists.runrev.com/mailman/listinfo/use-revolution


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.

Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 handlers in the individual 
buttons, or the message won't get through to the group.

In your closeField handlers, you could set the hilite of the relevant 
checkbox, then send mouseUp to group "Buttons Group"

Cheers,
Sarah
On Monday, September 15, 2003, at 02:22  pm, Michael Young wrote:

Hello,

I am trying to put text field information into an output text field if 
a check box is true. In addition if I change the check box's text 
field information then I want the check box set to true and the text 
field information sent to output text field. I have written the 
following scripts that appear to work correctly. (Feel free to 
critique my style, since I am still learning.)

Button 1 script:
on mouseUp
  if hilite of me
 then put fld "Field 1" into fld "Output"
 else put "" into fld "Output"
end mouseUp
Field 1 script:
on closefield
  if hilite of btn "Button 1" is false
  then hilite btn "Button 1"
  put fld "Field 1" into fld "Output"
end closefield
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.
button 1 true
button 2 true
button 3 false
button 4 true
button 5 false
button 6 true
etc.

should yield output text field
field 1
field 2
field 4
field 6
etc.
Thank you for your assistance,

Michael
RR 2.1
OS X 10.2.6
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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.

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 I don't suppose it matters here), 
create a new stack with 2 buttons and scripts as you outlined above, 
when clicking the buttons a sound file is saved to the folder that 
contains the Revolution application.
As was mentioned in a previous message, make sure you have set the 
defaultFolder (or the directory) to wherever you wish to save the sound 
file.

-KK

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 day number won't help?

[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
Neville Smythe
[EMAIL PROTECTED]
Mathematical Sciences InstituteTel:  
61-2-6125-2709
Australian National University   Fax: 
61-2-6125-4984
Canberra ACT 0200 AUSTRALIAMob:   0414517719

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 to the "out" point?

I can import the movie as a videoclip if necessary.

Thanks,
Barry
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 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 short name of me) into fld
"Output"
 else put "" into fld "Output"
end mouseUp
Field 1 script:
on closefield
  if hilite of btn ("Button "&last word of the short name of me) is
false
  then hilite btn ("Button "&last word of the short name of me)
  put me into fld "Output"
end closefield
Thank you for your input. I cut and pasted it but it did not work. I do 
not understand why your suggestion does not work. Is there some trick 
to get this suggestion to work, then I could write the two scripts once 
and put them at the card level rather than write them many times at the 
individual object level?

But I guess I was also clear in what I am trying to do.

What I need is the following:
button 1 true with field 1 information: foo
button 2 true with field 2 information: bar
button 3 false with field 3 information: soft
button 4 true with field 4 information: taco
button 5 false with field 5 information: ham
button 6 false with field 6 information: burger
output field information:
foo
bar
taco
burger
I have done more looking into RR (since I am still very new to it). 
Should I be using a Switch control structure with the mouseup and 
closefield commands handled there?

Michael

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


[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:



>From the article:

  In February last year, when the targets were set, BT had
  just 145,000 subscribers. Mr Verwaayen says the company
  remains on course to get 5 million users by 2006.

What are the chances of similarly-scaled broadband expansions across
continental Europe?

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
 Tel: 323-225-3717   AIM: FourthWorldInc

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


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 Australian. If you're interested in joining a very
(ultra) low volume list of Australian Revers just email to:

[EMAIL PROTECTED] with the following in the body:

subscribe ozrug

Cheers

Monte

> 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 day number won't help?
>
> [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
> PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
> Neville Smythe
> [EMAIL PROTECTED]
> Mathematical Sciences InstituteTel:
> 61-2-6125-2709
> Australian National University   Fax:
> 61-2-6125-4984
> Canberra ACT 0200 AUSTRALIAMob:   0414517719
>
> ___
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: XML Library and diacritics: how to?

2003-09-15 Thread [EMAIL PROTECTED]
Did i miss the answer to this one? We have the same problem/question...

Regards,

Ton Kuypers

> From: Joël Guillod <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 09 Sep 2003 18:05:05 +0200
> To: <[EMAIL PROTECTED]>
> Subject: XML Library and diacritics: how to?
> 
> How can I set the value of an attribute when this value contains non *pure*
> ASCII characters, i.e. diacritics?
> 
> For instance:
> 
> revSetXMLAttribute docid,theNode,"Joël" -- does not work
> revSetXMLAttribute docid,theNode,uniEncode("Joël","UTF-8") -- does not work
> revSetXMLAttribute docid,theNode,fld "containing Joël" -- does not work
> 
> This works but is not convenient:
> 
> revSetXMLAttribute docid,theNode,the htmltext of fld "containing Joël"
> 
> What is the clue?
> 
> Should the uniEncode() use some other language than UTF-8?
> 
> Thanks for actual answer!
> 
> Joël Guillod
> 
> ___
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution