reinvestigation of the errormessages

2004-06-10 Thread Wouter
Hi fellow error victims, In the refresh handler of the execution error stack there are the following lines: put the number of lines in ee into lc if lc 100 then delete line 100 to lc of ee Further on in the refresh handler there is a repeat loop which starts with: repeat

Re: reinvestigation of the errormessages

2004-06-10 Thread Richard Gaskin
Wouter wrote: Hi fellow error victims, In the refresh handler of the execution error stack there are the following lines: put the number of lines in ee into lc if lc 100 then delete line 100 to lc of ee Further on in the refresh handler there is a repeat loop which starts with:

The Scripter's Scrapbook

2004-06-10 Thread FlexibleLearning
Version 4 of The Scripter's Scrapbook is now in progress. Following feedback, it will sport a new interface, include direct link Internet searches and support enhance Drag Drop for folder and document icons. - What else would you like implemented? - What would make it a 'Must have' for

Resize stack

2004-06-10 Thread Shari
The resizeStack handler (in the stack script) puts the new stack rect into a file for safekeeping. on resizeStack global sPrefs put the rect of this stack into line 3 of cd fld Prefs of cd 1 of stack sPrefs save stack sPrefs end resizeStack The preOpenStack handler is supposed to

The Scripter's Scrapbook, addendum

2004-06-10 Thread FlexibleLearning
Apologies if you could not access the page previously posted... This linkis inthe correct case, should your browser need it: http://www.flexiblelearning.com/ssbkFeedback.htm Version 4 of The Scripter's Scrapbook is now in progress. Following feedback, it will sport a new interface, include

Hilites

2004-06-10 Thread Shari
There is a background group Info, which includes a field. The group is transparent. The field is opaque and includes links and styled text. All field colors are set, including hilite colors. The field is white with black text, and no gold coloring anywhere. None of the link colors are gold.

Field turns transparent for no reason

2004-06-10 Thread Shari
I should have added this to the Hilite post. The group Info has an image, and a field which covers part of the image. The field is opaque. When clicking on a link in the field, not only does the field turn gold as described in the Hilite post, but the underlying image suddenly covers part of

Re: properties

2004-06-10 Thread Scott Rossi
Recently, Simon Lord wrote: How can I read the properties of an object? I thought all we had to do was: get the properties of btn 1 answer it Try: answer the keys of it Regards, Scott Rossi Creative Director Tactile Media, Development Design - E: [EMAIL PROTECTED] W:

Re: Resize stack

2004-06-10 Thread Robert Brenstein
The resizeStack handler (in the stack script) puts the new stack rect into a file for safekeeping. on resizeStack global sPrefs put the rect of this stack into line 3 of cd fld Prefs of cd 1 of stack sPrefs save stack sPrefs end resizeStack The preOpenStack handler is supposed to

Field turns transparent for no reason

2004-06-10 Thread Shari
Not sure if it's due to the visual effects or not. But on mouseDown in the field, it becomes transparent. I tried mouseDown handlers to make the field opaque and to make the backcolor white, but no good. Finally just created a white object to put under the field, so that even when

Re: reinvestigation of the errormessages

2004-06-10 Thread Wouter
On 10 Jun 2004, at 18:00, [EMAIL PROTECTED] wrote: Message: 2 Date: Thu, 10 Jun 2004 06:20:18 -0700 From: Richard Gaskin [EMAIL PROTECTED] Subject: Re: reinvestigation of the errormessages To: Discussions on Metacard [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

RE: Resize stack

2004-06-10 Thread Shari
Shari, do you have a menubar on that stack? If so, MC will automatically send a resizeStack message when a stack with a menubar opens as it hides the menu group. Personally, I think this is a bug, and have logged it into Bugzilla as such, but just something for you to be aware of. What I've done