Recent Posts by ak56Lk

Subscribe to Recent Posts by ak56Lk 2 post(s) found

Dec 20, 2008
Avatar ak56Lk 2 post(s)

Topic: Tips / How to open window from a link (image with roll over)

is it a question or a tip?

 
Dec 9, 2008
Avatar ak56Lk 2 post(s)

Topic: PWC OS / Taskbar in PWC

Hello,

I hope the author of that DesktopDock is still active and help me with my problem.
When I close a window its dockelement wont be destroyed. Any solution?

Others who knows the answer are welcome to post as well :)

Best regards
ak

EDIT: ok, I found out the solution by myself :D for other with same problem here´s the solution:
var win = new Window(...);

win.setDestroyOnClose();
win.show