At 5:23 PM +0000 5/29/01, Chris Mealey wrote:
>HI - does anyone know what could cause
>
>"an unexpected error has occurred.
>Propery Access error: Argument out of range
>excuse"Window exceeds monitor Boundaries"

Another person has described the cause of the problem.  A couple of notes:

a) look to shorten your #comment property values, a common cause of
generating this problem.  Tip:  You can make a multiline comment:

#comment : "Please select your" & RETURN & "desired value here:"

b) This error does not get returned in later versions of Director.
-- 

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on visitWebsite yourSelection
 coolSites = [ \
   #advancedSeminars : "http://www.macromediaSEMINARS.com/";, \
   #directorUniversity: "http://www.directorU.com";, \
   #freeBehaviors : "http://www.behaviors.com/";]
 gotoNetPage coolSites[yourSelection]
end visitWebsite


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to