Revolution much slower then Hypercard

2002-02-10 Thread Pierre Delain
I find out with great surprise and disappointment that Revolution is much slower then HyperCard. I have a stack with 2163 cards, and a script containing the following loop : repeat with CV = 1 to NBR go card CV if fld "ThProp" contains T or fld "proposition" contains ¬ T or fld "numer

Re : Revolution much slower than HyperCard

2002-02-10 Thread Pierre Delain
Thanks Ken, it was the solution. The "go to card" form was the problem. Pierre Delain > > Since you're just gathering data from properties of cards, why do you need > to *go* to the cards at all? This may just be a holdover from HC, but I'd be > interest

Window menu

2002-02-20 Thread Pierre Delain
I have copied from the revmenubar card the text and the script of most of the Revolution menus (Edit, Text and View), and they work fine on my stacks. But the Window menu do not work. The content of the menu (list of the current stacks) remains as it was when I copied the text of the window button

controlkeydown

2002-02-20 Thread Pierre Delain
I try to use the following handler to create a shortcut with the "T" : on controlkeydown "T" DoSomeThing end controlkeydown There is no reaction. What is wrong in my handler? Thanks Pïerre ___ use-revolution mailing list [EMAIL PROTECTED] http://

controlkeydown

2002-02-20 Thread Pierre Delain
just says keyname, without > the quotes. Probably one for Jeanne's list, for consistency. > > regards > David > > On Wednesday, February 20, 2002, at 09:29 , Pierre Delain wrote: > >> I try to use the following handler to create a shortcut with the "T" : &g

controlkeydown

2002-02-21 Thread Pierre Delain
Finally I found two efficient structures : on controlKeyDown LaClef if LaClef = "T" then MuThemes else if LaClef = "F" then beep else if LaClef = "Y" then beep beep else pass controlkeydown end if end controlKeyDown and : on controlKeyDown LaClef switch LaClef case T MuThemes

Insertion Point

2002-03-14 Thread Pierre Delain
n bar normally reappears. If I group them again, the bar re-becomes invisible... How can this strange phenomenon be explained and avoided? Thanks Pierre Delain ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinf

Re: Insertion Point

2002-03-22 Thread Pierre Delain
> > On 14/3/02 11:04 pm, Pierre Delain <[EMAIL PROTECTED]> wrote: > >> I have a stack with about twenty fields. In two of them (forming a group), >> the insertion bar does not appear when I click (of course the fields are not >> locked). I don't underst

Re: Insertion Point

2002-03-29 Thread Pierre Delain
Thanks to Sarah for having confirmed that my Insertion Point problem was not a dream and sorry for my unvoluntary Natexis Banques Populaires message... Pierre Delain ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman

Réf. TIP : Placing a group onto multiple cards

2002-04-08 Thread pierre . Delain
Geoff, What is the easiest way to script your TIP? Pierre Delain *** L'integrite de ce message n'etant pas assuree sur internet, Natexis Banques Populaires ne peut etre tenu responsable de son cont

Topstack

2002-01-24 Thread Pierre Delain
uot;. As far as I understand, it means that if you want your stack to be seen in the active window on the top of the other stacks, this script should work... What I want to do is very simple : sometimes, after a script, the stack I want to use is behind the other stacks. I would like it to com

go command

2002-01-27 Thread Pierre Delain
uch card" says the message box). So my questions are : - is the "go command" sufficient to open closed files? - Is there something like Hypercard "search paths" in Revolution? Thanks. Pierre Delain ___ use-revolution

Menu Bar on Mac OS

2002-01-30 Thread Pierre Delain
I find a strange behabiour of my stack after having set a Menu Bar on MacOS. I have followed the method described in HyperActive's tutorial "Converting a HyperCard stack to Revolution" and used the pushdown handler to reposition card objects. This handler is based on a 28 pixels height for Rev's

insertion point

2002-02-06 Thread Pierre Delain
When I click into some of my unlocked fields to edit text, the insertion point (I mean the vertical bar used to select text) does not appear, although text is editable. This happens for some of my fields, not all of them (I don't understand why, since they are exactly the same). How can I have it