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:The RR programming model

2002-11-14 Thread Fred_D_Yocum
Stacks and Messages paths --and yet that doesn't seem clear enough to me.
Looking at the discussion on the list, it is frequently stressed if  you want
speed, you keep the data out of the stack-card-field paradym and put the
information in a variable or an array.

Another words if I was designing an address database: with my stack hat on I
think I should create a stack with multiple cards each dedicated to the
information of one individual. But this does not seem to be what I should doing.
I should really be keeping things out of stacks-cards-fields except for display
purposes and then I'm back a not dis-similar method of programing than any
other?.

Fred


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



Re: Variable convention questions

2002-09-27 Thread Fred_D_Yocum

Filter! I've just looked it up in the Transcript dictionary.  I don't have to
worry about inconsistencies in logic and it's leaner scripting!

filter theList with "*.txt"

Thanks, Richard

Fred


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



Variable convention questions

2002-09-27 Thread Fred_D_Yocum

I have just hand-rolled my first real handler/function. It, puts the list of
files that end in "txt" which are in the same folder/directory as the stack into
a variable called theList.
-
on buildPickList theList
  set the itemDelimiter to "/"
  set the defaultFolder to item 1 to -2 of the effective filename of this stack
  put the files into theFileList
  repeat for each line thisLine in theFileList
  if char -3 to -1 of thisLine is "txt" then put thisLine & return after theList
  end repeat
end buildPickList
-

Since I am new to programming and Rev I've got questions regarding variables. I
haven't declared the variables at the beginning of the function. Is this good
practice?

There is a variable created in this line "repeat for each line thisLine in
theFileList" which  I filched the method from the "repeat" section of the
Transcript dictionary. Why should it work?  I would have thought I would have
had to do something like below (except "this" is reserved for cards and stacks)
:

"repeat for each line of theFileList
  set theLine to this line... "

It seems logically inconsistent to create variable simply by placing it after
"repeat for each line". Why does it work?

Aside the above can the function be improved/made more efficent?

TIA, Fred D



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



Re: use-revolution digest, Vol 1 #693 - 8 msgs

2002-09-17 Thread Fred_D_Yocum






[EMAIL PROTECTED] on 09/16/2002 12:01:39 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Fred D Yocum/MCC)
Subject:  use-revolution digest, Vol 1 #693 - 8 msgs






Send use-revolution mailing list submissions to
 [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.runrev.com/mailman/listinfo/use-revolution
or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]

You can reach the person managing the list at
 [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of use-revolution digest..."


Today's Topics:

   1. QT initialization on OS X 10.2 (Kurt Kaufman)
   2. Rev & XP (sims)
   3. send a message to n cards (=?iso-8859-1?Q?Sylvain_Le_Gourri=E9rec?=)
   4. Re: send a message to n cards (Jan Schenkel)
   5. Re: send a message to n cards (=?iso-8859-1?Q?Sylvain_Le_Gourri=E9rec?=)
   6. Re: gzip & Mac File Types (Rob Cozens)
   7. Installer (was "Drag & Drop...") (Bob Arnold)
   8. Re: Installer (was "Drag & Drop...") (Rick Harrison)

--__--__--

Message: 1
Date: Mon, 16 Sep 2002 09:06:04 -0400
Subject: QT initialization on OS X 10.2
From: Kurt Kaufman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

Under 10.2, RR's QT initialization seems to work more effectively.
Whereas, under 10.1, a QT version check would not do a thing in terms
of speeding up the subsequent initial call to QT (resulting in a
spinning beachball), under 10.2.no wait and no more beachball.
Also, unrelated but interesting, under OS 10.2/QT 6, the QT musical
instruments (Roland samples) have been modified such that there is
always a slight reverb (apparently more pronounced at the end of a MIDI
sequence, for example, or maybe just more audible at that point since
there are no more notes being played).
KK


--__--__--

Message: 2
Date: Mon, 16 Sep 2002 16:17:18 +0300
To: [EMAIL PROTECTED]
From: sims <[EMAIL PROTECTED]>
Subject: Rev & XP
Reply-To: [EMAIL PROTECTED]

The Rev web site states:

"Revolution supports these platforms for both development and deployment:

Mac OS 7.1 and later

Mac OS X

Windows 95, 98, ME, NT, 2000"

etc etc


--Questions

1. Does the current libUrl work ok all the way back to Mac OS 7.1?

2. Windows XP is not listed, any particular reason why? Does Rev work as well
on XP as the other Windows?

TIA

sims



___

http://EZPZapps.com [EMAIL PROTECTED]
   Software - Internet Development - Consulting

--__--__--

Message: 3
From: =?iso-8859-1?Q?Sylvain_Le_Gourri=E9rec?=
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: send a message to n cards
Date: Mon, 16 Sep 2002 16:23:32 +0200
Reply-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.

--=_NextPart_000_0005_01C25D9D.65EDD810
Content-Type: text/plain;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hello,


I need a script that send a message from a stack to all the cards of =
this stack.
how can I write it?

thanks


-=

Sylvain Le Gourri=E9rec  --  d=E9veloppement  -- son-video-distribution  =
 www.son-video.com

- I am working with Windows 2000, Revolution 1.1.1, MySQL =
3.23 & PHP 4

--=_NextPart_000_0005_01C25D9D.65EDD810
Content-Type: text/html;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable








hello,
 
 
I need a script that send a message =
from a stack to=20
all the cards of this stack.
how can I write it?
 
thanks
 
=
-=
Sylvain=20
Le Gourri=E9rec  =97=97  d=E9veloppement  =97=97=20
son-video-distribution   http://www.son-video.com";>www.son-video.com
 
- I am working with Windows 2000, Revolution 1.1.1, =
MySQL 3.23=20
& PHP 4

--=_NextPart_000_0005_01C25D9D.65EDD810--


--__--__--

Message: 4
Date: Mon, 16 Sep 2002 07:40:39 -0700 (PDT)
From: Jan Schenkel <[EMAIL PROTECTED]>
Subject: Re: send a message to n cards
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

Hi Sylvain,

Try putting this in your stack script:

on sendAllCards pMessage
  repeat with i = 1 to the number of cards \
  of this stack
send pMessage to card i of this stack
  end repeat
end sendAllCards

Now you can use sendAllCards to accomplish your goal.

Hope this helped,

Jan Schenkel.

"As we grow older, we grow both wiser and more foolish
at the same time."  (De Rochefoucald)

--- Sylvain_Le_Gourriérec
<[EMAIL PROTECTED]> wrote:
> hello,
>
>
> I need a script that send a message from a stack to
> all the cards of this stack.
> how can I write it?
>
> thanks
>
>
>

Re: Checkbox problem

2002-05-15 Thread Fred_D_Yocum

 Klaus/ David

Thanks
I tried both versions which work.

One question Klaus you set the invisible property with hilite property (am I
using these words correctly?) of the check box. The hilite and invisible
properties are both true or false states?

"on mouseUp
set the invisible of field ID "1068" to the hilite of me
set the invisible of field ID "1069" to the hilite of me
set the invisible of field ID "1070" to the hilite of me
end mouseup"

Fred D


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



Checkbox problem

2002-05-15 Thread Fred_D_Yocum

I have a number of fields that I want to remain invisible --unless the user
checks a check box on a card.
I cannot figure out how to trap the on/off state of the button. What does rev.
call this state?
Here is my script which is on the checkbox control

on MouseUp
  if ??? of me is true then
  set the invisible of field ID "1068" to true
  set the invisible of field ID "1069" to true
  set the invisible of field ID "1070" to true
else
  set the invisible of field ID "1068" to true
  set the invisible of field ID "1069" to true
  set the invisible of field ID "1070" to true
end if
end MouseUp

TA
Fred D



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



Newbie Font and Quicktime questions

2002-04-12 Thread Fred_D_Yocum

So, I am finally cracking my nuckles and (after about six weeks of reading posts
and going through tutorials getting down to the business of building something I
have two questions

Fonts - In the font menu is the option "Use Owners font" I am assuming that this
is like the object/stack structure with the reference going up (or down) the
branches until it reaches ? Where is the first referencing of the font
attribute?  I can specify any of the fonts that are on my system but since this
is an application that is going to be distributed over all Mac/Win.Linux systems
I should probably stick to? If this were web design I could use list
"Helevetica, Arial, sans-serif", is this handled in the Profile Manager (the one
tutorial I have yet to do)?

Quicktime
I can use quicktime effects and display movies in cards. I the quick time
functionality embedded in the distributed application or am I going to have to
ensure that the user has Quicktime installed on their system?

many thanks, FDYocum


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