|
|
|
[
Permlink
| « Hide
]
Amy Muntz - 24/Sep/07 10:52 AM
Please fix in trunk for RingDing.
out for review (hey, we used to have a link in JIRA to put it into a "review" state, didn't we? don't
see that anymore) oh there it is, have to confirm the bug first
See
From: P T Withington <ptw@openlaszlo.org> Date: Sat, 2 Sep 2006 15:44:58 -0400 On 2006-09-01, at 19:55 EDT, Jim Grandy wrote: > I think the version display on the front page is going to be a > blocker; I think the simplest solution is to only show the version > display for debug builds. Note also that Max put an inittimer timer in too. Both should be eliminated from the public version. The _simplest_ change you can make is to simply remove the two lines: <inittimer/> <versioninfo/> from the pr3 branch of the app. In the long term, how about only including it if `canvas.lpsrelease == 'Internal'`? My reasoning: in a Debug build, you can always ask for this information in the debugger, but if you are testing the non- debug build, you have no such recourse. Proposed fix
<inittimer visible="${canvas.lpsrelease == 'internal'}"/> <versioninfo visible="${canvas.lpsrelease == 'internal'}"/> Hey, I wonder if we should have special form tag which means "only instantiate children if some condition is met". Sort of like a runtime equivalent of <switch> maybe. This has to be fixed in Jujube imminently - as we are ramping up for the production build and the debug information is displaying (along w/timer information). Clicking from Demos area in Laszlo Explorer at this URL: http://127.0.0.1:8080/lps-4.0.x/demos/lzpix/app-loader.html?lzr=swf7&lzt=html
------------------------------------------------------------------------
r6787 | hqm | 2007-10-10 14:11:54 -0400 (Wed, 10 Oct 2007) | 27 lines Changed paths: M /openlaszlo/branches/wafflecone/demos/lzpix/app.lzx M /openlaszlo/branches/wafflecone/demos/weather/weather.lzx Change 20071010-hqm-6 by hqm@IBM-2E06404CB67 on 2007-10-10 14:07:37 EDT in /cygdrive/c/users/hqm/openlaszlo/wafflecone for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone Summary: remove inittimer and other diagnostic info from lzpix app, fix weather sizing New Features: Bugs Fixed: Technical Reviewer: jcrowley QA Reviewer: amy Doc Reviewer: (pending) Documentation: Release Notes: Details: Tests: run weather app, see canvas sized run lzpix, see no inittimer or version info overlay (wafflecone build 4.0.6 r6841)
Fixed in 4.0.6 release. Reopen to test ringding (trunk). |
||||||||||||||||||||||||||||||||||||||||||||||||||||