Change 20070917-Philip-2 by [EMAIL PROTECTED] on 2007-09-17 16:26:57 EDT
    in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/wafflecone
for <http://svn.openlaszlo.org/openlaszlo/branches/wafflecone>http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Increase size of installer window when flash installs

New Features:

Bugs Fixed: LPP-4737

Technical Reviewer: <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
When the flash installer runs, a small window is used (the minimum size poissible). I increased the window width/height to 100% of the browser window. This may not be the right fix long term but it hopefully allows wafflecone to ship.

The change to /lps/includes/source/flash.js specifies the width/height of the window rather than using the default size. The two changes are:

  var installObj = new dojo.flash.Embed(true);
to:
  var installObj = new dojo.flash.Embed(true, '100%', '100%');

  var installObj = new dojo.flash.Embed(false);
to:
  var installObj = new dojo.flash.Embed(false, '100%', '100%');


Tests:
1. Remove flash from the browsers: The download link is at the bottom of this page: <http://www.adobe.com/support/flashplayer/downloads.html>http://www.adobe.com/support/flashplayer/downloads.html. For Windows, the executable is: <http://download.macromedia.com/pub/flashplayer/current/uninstall_fl>http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe

2. Shutdown all instances of the browser(s). Restart your browser.

3. Navigate to the page you want to run. You should get a message that flash must be installed. Once flash is installed, the window size should be 100% and not the default value (215x138). If the server has just started running, it may take some time before the app begins to run.


Files:
M      lps/includes/source/flash.js

Changeset: <http://svn.openlaszlo.org/openlaszlo/patches/20070917-Philip-2.tar>http://svn.openlaszlo.org/openlaszlo/patches/20070917-Philip-2.tar

Reply via email to