Update Events?

2001-08-28 Thread Yennie
Hi all, Is there any way to reliably trap for update events in a stack? I've tried trapping everything I could think of (moveStack, resizeStack, suspendStack, resumeStack, etc) but it seems pretty clutzy. Do I need a nasty hack in an external, or is there a supported way to do this (external

Things that change the visible rect (part 2)...

2001-08-28 Thread David Bovill
List of things that change the visible rect of an object: 1) Group rect ‚ visible rect if margin ‚ 0 and showborder is off. 2) Changing the focusborder changes the rect (in 2.4) 3) Using btn style shadow - rect includes shadow and not just the rect of the button Things that don't

RE: exploring LibURL - among vs contains and arrays

2001-08-28 Thread Ken Ray
Title: RE: exploring LibURL - among vs contains and arrays Rodney, Thanks for reminding me about is among; I had forgotten that, and had been using a variation of contains in my scripts.This: if Hello is among the items of myGreetings is a lot better than: if (, myGreetings ,)

Obtaining a speechBusy() function

2001-08-28 Thread Curry Kenworthy
Hello all, For some of the applications I would like to develop with MC/Revolution, I am planning on using text-to-speech, and in some cases, it is necessary to know when the computer has finished speaking the text so that you can perform some other action before continuing. The MC externals