Re: Go to card by its name?

2001-10-10 Thread Domi

Raymond E. Griffith ecrivait / wrote:

>-- only use "Calepin.mc" if that is the actual name of the stack. Note also
>that you may need to have the period to indicate the mc suffix.

OKay!
In fact, it is a "calepin" to hold data and personal remarks on ... MC!

I don't know exactly how MC deals with stack names without suffix 
(i.e. at the Desktop level) ... but that works for me :-)
-- 
Regards,
Dominique

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Go to card by its name?

2001-10-10 Thread Domi

Raymond E. Griffith ecrivait / wrote:

>-- only use "Calepin.mc" if that is the actual name of the stack. Note also
>that you may need to have the period to indicate the mc suffix.

OKay!
In fact, it is a "calepin" to hold data and personal remarks on ... MC!

I don't know exactly how MC deals with stack names without suffix 
(i.e. at the Desktop level) ... but that works for me :-)
-- 
Regards,
Dominique

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Go to card by its name?

2001-10-10 Thread Domi

Geoff Canyon ecrivait / wrote:

>You can move the index-building code into another handler,
>buildIndex for example.

Thanks for the idea, Geoff :-)
-- 
Regards,
Dominique

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Go to card by its name?

2001-10-10 Thread Domi

Geoff Canyon ecrivait / wrote:

>You can move the index-building code into another handler,
>buildIndex for example.

Thanks for the idea, Geoff :-)
-- 
Regards,
Dominique

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




-- all this part will be easier with 2.4. split variables...

2001-10-10 Thread Sivakatirswami

on 10/9/01 10:04 PM, [EMAIL PROTECTED] at
[EMAIL PROTECTED] wrote:

> Re: Go to card by its name?

Make sure the traversal of the button is off otherwise when you click the
button it will first "deselect" your text and so you are trying to find a
card with no name at all...




Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Nouveau sur la liste/New on this list

2001-10-10 Thread Nicolas Cueto
Bienvenue, JJ!

I've been following this list for years and, for sure, it is a fantastic and
quick place to find an answer to any of your questions.

And as for French, I know of at least one list-member who is
French-speaking. But, anyway, don't worry and post away in whatever you
language you can.

Nicolas R Cueto
Takakura Jr & Sr High School
Nagoya, Japan


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.


Nouveau sur la liste/New on this list

2001-10-10 Thread JJB

Bonjour à tous.
Je suis nouveau sur cette liste, donc, je me présente:
je suis instituteur spécialisé auprès d'enfants handicapés et utilisateur
d'HyperCard depuis 10 ans. Je suis passé à MetaCard depuis un an avec le
Starter Kit et j'envisage de faire acheter la licence à mon établissement.
J'espère avoir de fructueux échanges sur cette liste.
À bientôt
J.J. Bayle

Hi, everybody.
I'm new on this list, so I introduce myself:
I'm a french teacher and I work with disabled children. I've been using Macs
and HyperCard for ten years, and I tried MetaCard on year ago. I downloaded
the Starter Kit and I think it gives a good idea of the program. I asked my
school to buy next year the full license. I hope this list will ask to my
questions and I'll try (if I can) to give some answers.
Excuse me for my poor english, and cheers!
J.J. Bayle


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Go to card by its name?

2001-10-10 Thread Raymond E. Griffith

on Domi <[EMAIL PROTECTED]> on Tue, 9 Oct 2001 11:01:17 +0200 requested:
> 
> << go to card "name" >> doesn't seem to function!
> MC 2.4b4
> 
> I made sort of of "Calepin" (note pad) with MC notes.
> It is very simple, with a "title" field and a "text" field.
> I added an "Index" substack, in which I copy the titles, one by line.
> That works.
> 
> Now I want to go back to the choosen card:
> if I want to go to a card by its name, it doesn't work.
> But that works if I go to a card by its number!
> The card is given a name "on opencard", according to the title field.
> 
> for instance, this works:
> 
> on mouseUp
> put word 2 of the selectedline into lacarte
> go card lacarte of stack "Calepin MC"
> end mouseUp
> 
> but not;
> 
> on mouseUp
> put quote & the selectedtext & quote into lacarte
> go card lacarte of stack "Calepin MC"

go card(lacarte) of stack "Calepin"

-- only use "Calepin.mc" if that is the actual name of the stack. Note also
that you may need to have the period to indicate the mc suffix.

> end mouseup
> 
> I added the "quotes", but that didnt' helped
> 
> QUID?
> -- 
> Regards,
> Dominique
> 
Cheers!

Raymond


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.