Something Like
var/window = winclone(src,"window","New Window")
Also, does hiding a cloned window delete it from memory or just hide it?
ID:162447
![]() Jan 6 2008, 4:00 pm (Edited on Jan 6 2008, 4:16 pm)
|
|
Just a quick question. Is it possible to store a (reference to a) window in a variable?
Something Like var/window = winclone(src,"window","New Window") Also, does hiding a cloned window delete it from memory or just hide it? |