Rick,
>Avoids the repeat loop and potential problems there.
For one-stop shopping for random numbers:
put random(gUpper-gLower) + gLower into MCH
Nelson
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug report
Rick,
>When I run it on
>the Windows platform I preiodically get a divide by zero error
Try the following:
on generateMCH
global MCH, glower, gupper
if gUpper>1 and gLower>0 and gUpper>gLower then
put empty into MCH
repeat until MCH >glower
put random(gupper) into MCH
nswer quote&it"e&" is not a number I like! Enter something
reasonable."
exit mouseup
end if
Nelson Zink
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.
Sivakatirswami,
> But what about a global implementation? I tried to put that into the front
>script, but after the first mouseUp which open script editor.
Try this in the stack script:
on mousemove
if the optionkey is down then edit script of the target
else pass mousemove
end mousemove
W
Mary,
>> gTextToSkip needs to be reset in the Find Again script.
>Let me know what you're thinking. I don't want to reset it outside of
>the FIND button because I always want to find the next occurrence after
>the previous found occurrence. In the single-card stacks, I could just
>hit Find Again
Mary,
> I sure could use some help wrappin' my head around this one.
Try the following:
FIND BUTTON SCRIPT:
on mouseUp
global gTextToFind,gTextToSkip,gChunk
ask "What text do you want to find?"
if the result is "Cancel" then exit mouseUp
else
put it into gTextToFind -- to
Jeff,
>just hard to stop
>my brain loop of hitting the f keys... any solutions out there???
The following is mine--placed in the home stack. I use it mostly for F5
and F8--they both toggle. F1 (undo) is a little quirky sometimes, but I
don't think I understand what 'undo' means in MC.
on
Brian ,
>The idea is to make a button react when you click on it.
Is this the kind of thing you're looking for?
on thumb
put 30 into RR --number of repeats
put 5 into WW --speed setting
repeat RR --contract
put the rect of the target into temp
add 1 to item 1 of temp
add 1 t
By request, the personal story of "Setting up a website to do e-commerce
using MetaCard as the CGI component" has been updated and is back online
at: http://www.navaching.com/pagem.html
Nelson Zink
This is the MetaCard mailing list.
Archives: http://www.mail-archive.co
Marc,
> I'm running Metacard on a Mac, and I was wondering how to convert, into
>a CGI application
My saga continues at:
http://208.56.21.65/pagem.html
some of which may apply to your situation.
Nelson
I, so it should be easier for you.
I decided to write about my experience and what I learned. Find it at
www.navaching.com/pagem.html
You won't need to do anything with either Apache or Linux.
Nelson Zink
d what I learned. Find it at
www.navaching.com/pagem.mt
You won't need to do anything with either Apache or Linux.
Nelson Zink
Leston,
> I've got a "countdown" clock in my app that shows time remaining
Stick the following into a cd fld script and you're set.
on mouseUp
global CountTimer
ask "Count down how many seconds?" with 300
put the milliseconds+(it*1000)into CountTimer
set the backcolor of me to r
milliseconds
getOuttaHere
hide group "bin-bon!"
wait 600 milliseconds
getOuttaHere
show group "bin-bon!"
end repeat
on getOuttaHere
if the commandkey is down then
show group "bin-bon!"
exit repeat
end if
end getOuttaHere
Nelson Zink
RenÈ
>Thanks for using an appropriate wording of the subject of your mail. Check
>out NETIQUETTE if you do not know what I am talking about, please.
Where would I find NETIQUETTE?
Nelson Zink
ler
somewhere in the message path of the cd btns.
Nelson Zink
David,
>The one bit in your
>article that could do with a bit more detail is to do with permissions and
>the various checkboxes/combinations that fetch and other graphical
>interfaces allow?
For the time beginning at least, set all the READs to true. (you, the
group and the world) Same with EXE
R¸diger,
>There are better options: if "007" is in fld "Agents" of cd "Espionage"
then ...
H, the old 'it's obvious' trick again.
Thanks, just what I wanted.
Nelson
"007" in cd fld Agents of cd Espionage is "not
found" then MailThePackage
Nelson Zink
19 matches
Mail list logo