Ask a Question related to Macromedia Director Lingo, Design and Development.
-
small soldier webforumsuser@macromedia.com #1
Re:Open window only works once
my way for this situation:
global gMIAW
on mouseUp me
gMIAW = window("fotosE.dir")
gMIAW.filename = "Whatever"
gMIAW.visible = true
gMIAW.windowType = 2
....
end
-- in that miaw
on mouseDown me
close(gMIAW)
forget(gMIAW)
gMIAW = VOID
end
small soldier webforumsuser@macromedia.com Guest
-
Page_Load not fired when window.open used to load window.
Hello John, Did you mean that the problem only happens after you upgrade to VS 2003 and framework 1.1? Does the problem exist in VS 2002 and... -
New Window Target doesn't open a new window inContribute but does in Firefox
I have made the neccessary steps to allow a link to open in a new window by choosing "New Window" as the Target, and when testing the published page... -
window.open - resizing a window
Is there a way to resize a window once it is opened through java:window.open I want to run a series of animations in a single window, however the... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
dlopen is failing on Window XP works great on Window 2000
Michael Davis <mdavis@sevasoftware.com> writes: Check the permission of the so file: $ ls -l...



Reply With Quote

