Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windowType + Modal errors in Mac

Status
Not open for further replies.

lauralippay

Technical User
May 8, 2003
5
0
0
US
t a script error from setting a windowType and/or a modal for my MIAW in Director MX on Mac OSX.

Here is the script in question:

on mouseDown
sprite(100).visible = TRUE
global gDemoWindow
set gDemoWindow to window "Window1"
set the filename of gDemoWindow to the moviePath & "movies:tipAttach.dir"
set the title of gDemoWindow to "Tip Attachment"
window("Window 1").windowType=3
-- set the windowType of gDemoWindow to 3
-- set the modal of gDemoWindow to FALSE
startLeft = the stageLeft
startTop = the stageTop
gDemoWindow.rect = gDemoWindow.drawrect
gDemoWindow.rect = offset(gDemoWindow.rect, startLeft + 10, startTop + 86)
open gDemoWindow
end

The commented out script gives me errors as well as the windowType line that is not commented out.

PLEASE
HELP
ME.

(thank you thank you oh thank you)


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top