Jim Kelly wrote:
http://mail.yahoo.de
Yahoo! Mail auf Ihrem Handy? - http://mobil.yahoo.de
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.
> norwal Bard wrote:
>
> Using a find command to locate the clickText in a given field returns
> the string with a thin, black box around it. What can I do to elimate
> (render invisible, etc.) that box?
>
> BTW, as a "lurker" on the list and a novice programmer, I have learned a
> lot from re
Hi,
I´m trying to print a card on MacOS using simply "print card" from the
file menu. The predefined color of hilited lines in a field and the
color of some checkbox buttons is blue resp. red. The card sometimes is
printed correcly, sometimes the hilitedLines are printed all black and
the colore
Thanks for the tips regarding a field which number of lines stays
constant but allows the user to add and delete characters.
Kevin´s tip for trapping the backspaceKey message works very well:
on backSpaceKey
put word 4 of the selectedChunk into tCharNo
if charToNum(char tCharNo o
Hi,
I´d like an editable text field with certain behavior:
1. I want the user to be able to delete characters but not to reduce the
number of lines when deleting text within the field.
How would you script that? I tried to use the >on backspaceKey< message
in the field script to trap messages b
Hi list members,
Thanks for the rich, quick and detailed help I got from you.
At the moment I´m using the "repeat while" structure which serves my
needs pefectly. Anyway, even though I´m not using all the suggested
solutions, they definitely have improved my unterstanding of MetaTalk
and progr
t; MIME-Version: 1.0
> Content-Type: text/plain; charset="ISO-8859-1"
> Content-Transfer-Encoding: 8bit
>
> On Tuesday, Sept 21 1999, Sven Schulzke wrote:
>
> > Hi, I´m new to MetaCard, just trying to set up a loop that searches
> > through a field.
> >
>
Hi, I´m new to MetaCard, just trying to set up a loop that searches
through a field.
Is there a way to set the increment of a repeat loop?
The aim is to search every 3rd line of a field for a number. I thought
of something like:
put fld "schedule" into fldVar
repeat with i = 1 to the number of