>The more general solution to this problem is:
>on mouseDoubleUp
> send "mouseUp" to the target
>end mouseDoubleUp
Or just to fully cover one's posterior:
on mouseDoubleUp
if "on mouseUp" is in the script of the target
then send "mouseUp" to the target
end mouseDoubleUp
/H
Hugh Senior
Th
On Tue, 7 Sep 1999, Claude Lemmel wrote:
> How to know by script the name of the card displayed by an opened stack ?
> Is there a shorter way than
>
> function currentCard(aStack)
> if offset(return & aStack & return,return & the openstacks() & return) > 0
> then
> put the name of this sta
On Mon, 6 Sep 1999, Richard Gaskin wrote:
> >But I say that it's hard to believe that more than an insignificant
> >fraction of the 60+ million people using Windows have this problem
> >distinguishing which tab is on top or Microsoft would have changed it
> >by now. Or am I missing something?
>
>According to Apple, this isn't supposed to be necessary. But we've
>found that it may be, and so all memory is released when the engine
>exits. We don't know of any memory leaks in 2.2.5.
Way cool - thanks!
- Richard Gaskin
Fourth World
Multimedia Design and Development for Mac, Window
>But I say that it's hard to believe that more than an insignificant
>fraction of the 60+ million people using Windows have this problem
>distinguishing which tab is on top or Microsoft would have changed it
>by now. Or am I missing something?
HI studies show that having a menu bar at the top of
On Mon, 6 Sep 1999, Richard Gaskin wrote:
> >> Does MC release temporary memory when it's done with it? I've had
> >> reports of one of our standalones not release memory (no externals in
> >> it). If this is not normal for MC I'll get more info together and
> >> generate a formal bug repor
How to know by script the name of the card displayed by an opened stack ?
Is there a shorter way than
function currentCard(aStack)
if offset(return & aStack & return,return & the openstacks() & return) > 0
then
put the name of this stack into backStack
set the defaultStack to aStack
>> Does MC release temporary memory when it's done with it? I've had
>> reports of one of our standalones not release memory (no externals in
>> it). If this is not normal for MC I'll get more info together and
>> generate a formal bug report.
>
>It does, but allocates in large blocks (32K i
On Mon, 6 Sep 1999, Ernst Michael Reicher wrote:
> Hi,
> optical its hard to distinguish which tab is selected...
> is there a possibility to change the font or style of the selected tab???
>
> its possible to "enable" or "disable" a tab and it makes it gray in the
> disabled status (but it has
On Monday, Sept 6 1999, George R. wrote:
> I am trying to run the alpha vesion on my PPC. I downloaded MtpPPC folder.
> I could run the student/teacher tutorials. But When I click on the mtpPPC,
> it says it couldn't find mtp.mc!.
>
> I downloaded the MetacardPPC. It contains only one file. When
Hi,
optical its hard to distinguish which tab is selected...
is there a possibility to change the font or style of the selected tab???
its possible to "enable" or "disable" a tab and it makes it gray in the
disabled status (but it has no real effect on the tab to be disabled)
so I tried to use th
On Mon, 6 Sep 1999, Geoff Canyon wrote:
> It appears that on 9/6/99 8:52 AM, Gregory Lypny [EMAIL PROTECTED]
> wrote:
>
> >
> > I've created a simple stack with navigation buttons that take the
> >user to the next or previous card. My problem is that the buttons
> >respond only to slow,
>On Mon, 6 Sep 1999, George R. wrote:
>
>> I am trying to run the alpha vesion on my PPC. I downloaded MtpPPC folder.
>> I could run the student/teacher tutorials. But When I click on the mtpPPC,
>> it says it couldn't find mtp.mc!.
>>
>> I downloaded the MetacardPPC. It contains only one file. Wh
On Mon, 6 Sep 1999, George R. wrote:
> I am trying to run the alpha vesion on my PPC. I downloaded MtpPPC folder.
> I could run the student/teacher tutorials. But When I click on the mtpPPC,
> it says it couldn't find mtp.mc!.
>
> I downloaded the MetacardPPC. It contains only one file. When I o
>I am trying to run the alpha vesion on my PPC. I downloaded MtpPPC folder.
>I could run the student/teacher tutorials. But When I click on the mtpPPC,
>it says it couldn't find mtp.mc!.
>
>I downloaded the MetacardPPC. It contains only one file. When I open, it
>seems start opening and then quits
It appears that on 9/6/99 8:52 AM, Gregory Lypny [EMAIL PROTECTED]
wrote:
>
> I've created a simple stack with navigation buttons that take the
>user to the next or previous card. My problem is that the buttons
>respond only to slow, deliberate clicks, and not to faster clicks (which
>ar
I am trying to run the alpha vesion on my PPC. I downloaded MtpPPC folder.
I could run the student/teacher tutorials. But When I click on the mtpPPC,
it says it couldn't find mtp.mc!.
I downloaded the MetacardPPC. It contains only one file. When I open, it
seems start opening and then quits.
Wha
On Monday, Sept 6 1999, Gregory Lypny wrote:
> Hi List Members,
>
> I'm just starting to experiment with MetaCard, and I'm wondering how
> I can improve the response of some buttons I've created.
>
> I've created a simple stack with navigation buttons that take the
> user to the next o
>Hi List Members,
>
> I'm just starting to experiment with MetaCard, and I'm wondering how
>I can improve the response of some buttons I've created.
>
> I've created a simple stack with navigation buttons that take the
>user to the next or previous card. My problem is that the buttons
>re
On Sun, 5 Sep 1999, Richard Gaskin wrote:
> >> When I launch the app, then look at the "About this computer" window in the
> >> finder, the Mac says the program is allocated for 10.6 MB, though I only
> >> allocated 8000K. Hmm it would be cool to hear a simply stated
> >> explanation of why
Hi List Members,
I'm just starting to experiment with MetaCard, and I'm wondering how
I can improve the response of some buttons I've created.
I've created a simple stack with navigation buttons that take the
user to the next or previous card. My problem is that the buttons
respond
Sent by Gregory Lypny <[EMAIL PROTECTED]>
By way of [EMAIL PROTECTED], [EMAIL PROTECTED]:
Hi List Members,
I'm just starting to experiment with MetaCard, and I'm wondering how
I can improve the response of some buttons I've created.
I've created a simple stack with navigation buttons
On Monday, Sept 6 1999, Raymond E. Griffith wrote:
> I love the announced feature set. However, I could not get this to run on my
> iMac 266 (Mac OS 8.6, 96 MB).
>
> It worked when I dragged a MC file onto it, but again, I could not test any
> of the features or interface that way.
>
> Hope to se
In discussing Serf (an xCard implementation on the Mac) Curry Kenworthy
[EMAIL PROTECTED] wrote:
>Dan, one of the problems with HyperCard and other scripting tools is that you
>have to "copy card", "go card whatever", "paste", etc., etc. It would be
>really cool if Serf had something more conve
At 9:41 PM -0400 5/9/1999, Raymond E. Griffith wrote:
>I love the announced feature set. However, I could not get this to run on my
>iMac 266 (Mac OS 8.6, 96 MB).
>
>It worked when I dragged a MC file onto it, but again, I could not test any
>of the features or interface that way.
>
I'm not sure
25 matches
Mail list logo