Hi,
I can not see my view form being resized. Code is very simple and is
below.
function view_onOpen() {
RefreshImage();
}
function RefreshImage()
{
view.width = 640;
view.height = 480;
}
I expect view to be 640x480 but view stays the same as it's described
in XML file. This shall be something simple I'm probably missing.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---