Eric
unread,May 18, 2011, 7:03:05 PM5/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-extensions
The goal is to change the size of my chrome extension popup window
dynamically when the user clicks on a button.
I can enlarge the popup window by changing the hidden attribute of an
element(initially hidden) to false. However, no matter what I do I
can't shrink the popup back to its original size. I tried to change
the hidden attribute to true, I also tried to change the window size
with window.resizeTo, but nothing works.
It would be great if someone can give me some pointers on how to do
this.
Thanks,
-Eric