For desktop app, and not using Chrome, so I use my own layout as a window.
How can I resize my window? I'm already able to make it smaller, but I can't find a way to make my window bigger.
This is because I use a mouse listener to resize my window, but ofcourse this listener isn't working when I move out of the window.
Any ideas? THANKS
2 Answers
Accepted Answer
If you can post your actual code, it might be easier to help.
I created a small test application and it seems to work.
You can download it here, please let me know if this works for you or if there are issues.
listening to "$(document)" did the trick ;-)
thanks a lot
PS: what is the "event.stopPropagation();" good for ? I never quite understood what this does...thanks 4 your help...appreciated
Your Answer
Think you can help? Login to answer this question!