[Laszlo-checkins] r10170 - in openlaszlo/trunk/demos: amazon amazon-soap calendar lzpix lzpix/classes lzpix/classes/test lzpix/views lzpixmobile/classes lzpixmobile/lib lzproject/lzx/lzproject lzproject/lzx/lzproject/css lzproject/lzx/lzproject/modules noughts weather weatherblox youtube

pbr@openlaszlo.org pbr at openlaszlo.org
Wed Jul 2 06:17:53 PDT 2008


Author: pbr
Date: 2008-07-02 06:17:33 -0700 (Wed, 02 Jul 2008)
New Revision: 10170

Modified:
   openlaszlo/trunk/demos/amazon-soap/amazon.lzx
   openlaszlo/trunk/demos/amazon/amazon.lzx
   openlaszlo/trunk/demos/calendar/cal-button.lzx
   openlaszlo/trunk/demos/calendar/eventselector.lzx
   openlaszlo/trunk/demos/calendar/gridsliderlayout.lzx
   openlaszlo/trunk/demos/calendar/infopanel.lzx
   openlaszlo/trunk/demos/calendar/test-data.lzx
   openlaszlo/trunk/demos/lzpix/app.lzx
   openlaszlo/trunk/demos/lzpix/classes.lzx
   openlaszlo/trunk/demos/lzpix/classes/clipboard.lzx
   openlaszlo/trunk/demos/lzpix/classes/clipboardinterior.lzx
   openlaszlo/trunk/demos/lzpix/classes/dataman.lzx
   openlaszlo/trunk/demos/lzpix/classes/draggedphotos.lzx
   openlaszlo/trunk/demos/lzpix/classes/favorites.lzx
   openlaszlo/trunk/demos/lzpix/classes/linkbutton.lzx
   openlaszlo/trunk/demos/lzpix/classes/photo.lzx
   openlaszlo/trunk/demos/lzpix/classes/photocollection.lzx
   openlaszlo/trunk/demos/lzpix/classes/pivotlayout.lzx
   openlaszlo/trunk/demos/lzpix/classes/spinner.lzx
   openlaszlo/trunk/demos/lzpix/classes/test/test-dataman.lzx
   openlaszlo/trunk/demos/lzpix/views/details.lzx
   openlaszlo/trunk/demos/lzpix/views/error.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/clipboard.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/clipboardinterior.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/draggedphotos.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/favorites.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/linkbutton.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/photo.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/photocollection.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/pivotlayout.lzx
   openlaszlo/trunk/demos/lzpixmobile/classes/spinner.lzx
   openlaszlo/trunk/demos/lzpixmobile/lib/navmanager.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/LZProject.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/ApplicationColors.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/library.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ApplicationVisualizer.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendModule.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendService.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BorderedBox.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/DynamicApplicationSizer.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/I18NFlag.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/LoginScreen.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/NewProjectWindow.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ServiceConnector.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/Task.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/TaskCreateEditForm.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/UserCreateEditForm.lzx
   openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/library.lzx
   openlaszlo/trunk/demos/noughts/noughts.lzx
   openlaszlo/trunk/demos/weather/weather.lzx
   openlaszlo/trunk/demos/weatherblox/weather_component.lzx
   openlaszlo/trunk/demos/youtube/youtube.lzx
   openlaszlo/trunk/demos/youtube/youtubeplayer.lzx
Log:
/demos checkin

Change 20080701-Philip-4 by Philip at Philip-DC on 2008-07-01 22:40:27 EDT
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Removed deprecated service objects

New Features:

Bugs Fixed: LPP-6570

Technical Reviewer: max (or ptw)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
The 12 global deprecated service objects like LzTimer have been removed (use lz.Timer instead). I used Don's convert_required.pl app to convert most of the system files. I did the components, examples, demos, laszlo-explorer, and test directories. The changes were done in batches using:

find . -name '*.lzx' -exec perl
./WEB-INF/lps/server/bin/convert_required.pl {} \; find . -name '*.lzl' -exec perl ../WEB-INF/lps/server/bin/convert_required.pl {} \;

The deleted objects are: LzAudio, LzBrowser, LzCursor, LzFocus, LzGlobalMouse, LzHistory, LzIdle, LzInstantiator, LzKeys, LzModeManager, LzTimer, LzTrack.

I randomly looked at the converted files and everything looks good. I verified that the apps failed before I made the conversion and they function properly after the conversion.

Tests:
smokecheck in swf/dhtml
lzpix in swf/dhtml
lzproject in swf/dhtml
laszlo-explorer in dhtml and random selection of l-in-10 examples

Files:
M      test/video/test-camera.lzx
M      test/video/test-camera-mute-multiple.lzx
M      test/video/test-microphone-recording.lzx
M      test/cursors.lzx
M      test/solo/nullbug.lzx
M      test/solo/loadmedia.lzx
M      test/queens-charts/barchart_example_03.lzx
M      test/queens-charts/linechart_example_01.lzx
M      test/queens-charts/linechart_example_02.lzx
M      test/queens-charts/linechart_example_03.lzx
M      test/queens-charts/piechart_example_01.lzx
M      test/queens-charts/piechart_example_02.lzx
M      test/queens-charts/piechart_example_03.lzx
M      test/queens-charts/piechart_example_04.lzx
M      test/queens-charts/piechart_example_05.lzx
M      test/queens-charts/barchart_example_02.lzx
M      test/constraints.lzx
M      test/swf9/hello.lzx
M      test/swf9/lzbrowser.lzx
M      test/perf/contacts/contacts.lzx
M      test/perf/contacts/details.lzx
M      test/lztest/lztest-lzbrowser.lzx
M      test/lztest/lztest-view.lzx
M      test/lztest/lztest-lzdatapointer.lzx
M      test/lztest/lztest-selftest.lzx
M      test/lztest/lztest-node-initsequence.lzx
M      test/components/lz/windowgrid.lzx
M      test/components/lz/leak-components.lzx
M      test/components/lz/slider/slider.lzx
M      test/components/lz/leak-listitems.lzx
M      test/components/lz/test-combo-mode.lzx
M      test/components/incubator/test-roundrectbutton-simple.lzx
M      test/components/incubator/test-roundrect.lzx
M      test/components/base/lzunit-basedatacombobox.lzx
M      test/drawing/draggrad.lzx
M      test/drawing/line_play.lzx
M      test/drawing/many_lines.lzx
M      test/drawing/many_points.lzx
M      test/drawing/draw_rand.lzx
M      test/imgtag/imgtest.lzx
M      test/imgtag/handtest/verti_space.lzx
M      test/imgtag/handtest/err_no_multiline.lzx
M      test/imgtag/handtest/horiz_space.lzx
M      test/imgtag/handtest/many_images.lzx
M      test/imgtag/handtest/runtime_local.lzx
M      test/imgtag/handtest/float_left.lzx
M      test/imgtag/handtest/basic.lzx
M      test/imgtag/handtest/compiled_in.lzx
M      test/imgtag/handtest/float_right.lzx
M      test/imgtag/handtest/scaled_down.lzx
M      test/imgtag/img-accessibility.lzx
M      test/newviews.lzx
M      test/doubleclick.lzx
M      test/client_availability_nopc.lzx
M      test/lpp-1582.lzx
M      test/leak/many_leaks.lzx
M      test/leak/windowLeak.lzx
M      test/leak/comboboxLeak.lzx
M      test/leak/view_leaks.lzx
M      test/leak/dataset_leak.lzx
M      test/text/renderingcomparison.lzx
M      test/text/key_events.lzx
M      test/text/mouse_events.lzx
M      test/connection/history/historylib.lzx
M      test/connection/noauth/noauthlib.lzx
M      test/events/handler.lzx
M      test/smoke/regression.lzl
M      test/smoke/lztext.lzl
M      test/smoke/lzunit-test.lzl
M      test/smoke/compiler.lzl
M      test/coal/test-static.lzx
M      test/performance/typeof-instance-of.lzx
M      test/history/history.lzx
M      test/dhtml/testDHTML.lzx
M      test/traits.lzx
M      test/handcursor.lzx
M      test/client_availability.lzx
M      test/rpc/xmlrpc/https/meerkat.lzx
M      test/rpc/xmlrpc/meerkat.lzx
M      test/charts/linechart/test_line_07.lzx
M      test/tutorials/window/window.lzx
M      test/accessibility/test-step1.lzx
M      test/accessibility/test-step2.lzx
M      test/accessibility/test-step3.lzx
M      test/accessibility/test-step3a.lzx
M      test/accessibility/test-step4.lzx
M      test/accessibility/test-step3b.lzx
M      test/accessibility/test-step5.lzx
M      test/accessibility/test-step6.lzx
M      test/accessibility/test-step7-screen2.lzx
M      test/accessibility/test-step7.lzx
M      test/accessibility/accessibility.lzx
M      test/accessibility/taborder.lzx
M      test/platform.lzx
M      test/future/soapdata.lzx
M      test/i18n/validate-jp.lzx
M      test/style/test/test.lzx
M      test/style/urlparam/paramifyme.lzx
M      test/style/elementselector/elementselector-test.lzx
M      test/style/elementselector/specialclassnames-test.lzx
M      test/style/idselector/ids.lzx
M      test/style/neighborhood/kennedyfamily.lzx
M      test/style/constraints/main.lzx
M      test/style/constraints/contention.lzx
M      test/style/constraints/speedtest.lzx
M      test/style/constraints/constraint-test.lzx
M      test/style/descendantselector/main.lzx
M      test/style/compiler/stylesheetelement-test.lzx
M      test/style/attrselector/attrs.lzx
M      test/style/attrselector/name-test.lzx
M      test/style/specificity/newspecificity.lzx
M      test/style/parsertricks/import-test.lzx
M      test/style/parsertricks/embeddedhtml-test.lzx
M      test/style/errors/cssfilenotfound.lzx
M      test/style/errors/badcanvasattr.lzx
M      test/style/errors/badcss.lzx
M      test/style/errors/badexternalcss.lzx
M      test/style/metasuite.lzx
M      test/lfc/testdrop.lzx
M      test/lfc/testfoc.lzx
M      test/lfc/testscriptinit.lzx
M      test/lfc/lztrack/trackgroups.lzx
M      test/lfc/lztrack/trackgroup.lzx
M      test/lfc/lztrack/depthbug.lzx
M      test/lfc/testmethoddepend.lzx
M      test/lfc/inittest.lzx
M      test/lfc/loadchecker.lzx
M      test/lfc/perf/imageperformance.lzx
M      test/lfc/perf/cssperf.lzx
M      test/lfc/perf/textperformance.lzx
M      test/lfc/perf/scaledfunctions.lzx
M      test/lfc/perf/viewperf.lzx
M      test/lfc/perf/timing-support.lzx
M      test/lfc/perf/reporter.lzx
M      test/lfc/forcereplication.lzx
M      test/lfc/handcursor.lzx
M      test/lfc/alignment.lzx
M      test/lfc/legals/perfs/create_resource_swf.lzx
M      test/lfc/legals/perfs/create_swf.lzx
M      test/lfc/legals/track.lzx
M      test/lfc/legals/lzunit-lzunit.lzx
M      test/lfc/legals/idle.lzx
M      test/lfc/legals/inline-data.lzx
M      test/lfc/legals/flicktest.lzx
M      test/lfc/legals/lzunit/library.lzx
M      test/lfc/legals/lzunit/lzunit.lzx
M      test/lfc/legals/testjscomm/copy-of-hello.lzx
M      test/lfc/legals/timer.lzx
M      test/lfc/legals/setters.lzx
M      test/lfc/legals/keyboardandmouse.lzx
M      test/lfc/legals/initarg.lzx
M      test/lfc/data/namespace-solo.lzx
M      test/lfc/data/testhttpdata.lzx
M      test/lfc/data/testrawpost-solo.lzx
M      test/lfc/data/testgetmethod.lzx
M      test/lfc/data/sendheaders.lzx
M      test/lfc/data/testsetheaders.lzx
M      test/lfc/data/namespace.lzx
M      test/lfc/data/testclientcachebreaker.lzx
M      test/lfc/data/testheaderresponse.lzx
M      test/lfc/data/testgetmethodsolo.lzx
M      test/lfc/data/datapointerServerless.lzx
M      test/lfc/data/whitespace.lzx
M      test/lfc/data/testrawpost.lzx
M      test/lfc/data/hardupdate.lzx
M      test/lfc/data/dataprovider-multirequest.lzx
M      test/lfc/data/testpostmethod.lzx
M      test/lfc/data/stringxml.lzx
M      test/lfc/data/testsetheaders-solo.lzx
M      test/lfc/data/testput.lzx
M      test/lfc/data/datapointer.lzx
M      test/lfc/data/testpostmethodsolo.lzx
M      test/lfc/data/nonpoolingoptimization.lzx
M      test/lfc/data/dataprovider-datacheck.lzx
M      test/lfc/lzunit-timer.lzx
M      test/lfc/classroot.lzx
M      test/snippets/fontloader.lzx
M      test/snippets/import-font.lzx
M      test/snippets/layout-library.lzx
M      test/snippets/css-library.lzx
M      test/snippets/common-library.lzx
M      test/snippets/import-resource.lzx
M      test/snippets/view-resource-library.lzx
M      test/snippets/script-library.lzx
M      WEB-INF/lps/lfc/services/LzTrack.lzs
M      WEB-INF/lps/lfc/services/LzGlobalMouse.lzs
M      WEB-INF/lps/lfc/services/LzKeys.lzs
M      WEB-INF/lps/lfc/services/LzIdle.lzs
M      WEB-INF/lps/lfc/services/LzCursor.lzs
M      WEB-INF/lps/lfc/services/LzModeManager.lzs
M      WEB-INF/lps/lfc/services/LzInstantiator.lzs
M      WEB-INF/lps/lfc/services/LzFocus.lzs
M      WEB-INF/lps/lfc/services/LzTimer.lzs
M      WEB-INF/lps/lfc/services/LzBrowser.lzs
M      WEB-INF/lps/lfc/services/LzHistory.lzs
M      WEB-INF/lps/lfc/services/LzAudio.lzs
M      lps/components/queens-charts/shared/wholepie.lzx
M      lps/components/queens-charts/shared/chartzoomer.lzx
M      lps/components/charts/styles/defaultchartstyle.lzx
M      lps/components/charts/addon/zoomarea.lzx
M      lps/components/charts/barchart/barchartplotarea.lzx
M      lps/components/charts/common/tickmarklabel.lzx
M      lps/components/charts/common/dataseries.lzx
M      lps/components/debugger/debugger.lzx
M      lps/components/debugger/remoteserver.lzx
M      lps/components/rpc/ajax.lzx
M      lps/components/lz/gridcolumn.lzx
M      lps/components/lz/mr-ed.lzx
M      lps/components/lz/modaldialog.lzx
M      lps/components/lz/tabelement.lzx
M      lps/components/lz/listitem.lzx
M      lps/components/lz/simpletext.lzx
M      lps/components/lz/tree.lzx
M      lps/components/lz/menu.lzx
M      lps/components/lz/datepicker.lzx
M      lps/components/lz/gridtext.lzx
M      lps/components/lztest/lztestmanager.lzx
M      lps/components/lzunit/lzunit.lzx
M      lps/components/incubator/tooltip/tooltip.lzx
M      lps/components/incubator/baseslider.lzx
M      lps/components/incubator/ulink.lzx
M      lps/components/incubator/tooltipmanager.lzx
M      lps/components/incubator/stylishbutton.lzx
M      lps/components/incubator/validators/timevalidator.lzx
M      lps/components/incubator/colorslider.lzx
M      lps/components/incubator/test/draglib-test.lzx
M      lps/components/incubator/test/ulink-test.lzx
M      lps/components/incubator/test/domapi-test.lzx
M      lps/components/incubator/draglib.lzx
M      lps/components/incubator/opttree/baseopttreenode.lzx
M      lps/components/incubator/opttree/opttree.lzx
M      lps/components/incubator/lzeditcombobox.lzx
M      lps/components/incubator/rich-text/richtexttoolbar.lzx
M      lps/components/incubator/rich-text/scrollrichedittext.lzx
M      lps/components/incubator/rich-text/richtexteditarea.lzx
M      lps/components/incubator/rich-text/richedittext.lzx
M      lps/components/extensions/html.lzx
M      lps/components/extensions/av/microphone.lzx
M      lps/components/extensions/av/mediastream.lzx
M      lps/components/extensions/views/richinputtext.lzx
M      lps/components/utils/performance/library.lzx
M      lps/components/utils/performance/measure.lzx
M      lps/components/utils/diagnostic/inittimer.lzx
M      lps/components/utils/diagnostic/inspector/colormenu.lzx
M      lps/components/utils/diagnostic/inspector/inspector.lzx
M      lps/components/utils/diagnostic/frametimer.lzx
M      lps/components/utils/replicator/lazyreplicator.lzx
M      lps/components/utils/traits/cssable.lzx
M      lps/components/av/videoslider.lzx
M      lps/components/av/videovolumebutton.lzx
M      lps/components/base/datalistselector.lzx
M      lps/components/base/basebutton.lzx
M      lps/components/base/basegridrow.lzx
M      lps/components/base/basescrollbar.lzx
M      lps/components/base/baselistitem.lzx
M      lps/components/base/basetree.lzx
M      lps/components/base/componentmanager.lzx
M      lps/components/base/basecomponent.lzx
M      lps/components/base/basebuttonrepeater.lzx
M      lps/components/base/basewindow.lzx
M      lps/components/base/basecombobox.lzx
M      lps/components/base/basefocusview.lzx
M      lps/components/base/basedatepicker.lzx
M      lps/components/base/baselist.lzx
M      lps/components/base/basetrackgroup.lzx
M      lps/components/base/baseformitem.lzx
M      lps/components/base/basegrid.lzx
M      lps/components/base/basetabs.lzx
M      lps/components/base/basedatacombobox.lzx
M      lps/components/base/style.lzx
M      laszlo-explorer/coverpages/welcome/welcome.lzx
M      laszlo-explorer/coverpages/header/pageheader.lzx
M      laszlo-explorer/inspector/colormenu.lzx
M      laszlo-explorer/inspector/inspector.lzx
M      laszlo-explorer/explore-nav.lzx
M      demos/weather/weather.lzx
M      demos/weatherblox/weather_component.lzx
M      demos/amazon/amazon.lzx
M      demos/amazon-soap/amazon.lzx
M      demos/lzpix/classes.lzx
M      demos/lzpix/app.lzx
M      demos/lzpix/classes/test/test-dataman.lzx
M      demos/lzpix/classes/photocollection.lzx
M      demos/lzpix/classes/dataman.lzx
M      demos/lzpix/classes/clipboardinterior.lzx
M      demos/lzpix/classes/spinner.lzx
M      demos/lzpix/classes/photo.lzx
M      demos/lzpix/classes/linkbutton.lzx
M      demos/lzpix/classes/draggedphotos.lzx
M      demos/lzpix/classes/pivotlayout.lzx
M      demos/lzpix/classes/clipboard.lzx
M      demos/lzpix/classes/favorites.lzx
M      demos/lzpix/views/details.lzx
M      demos/lzpix/views/error.lzx
M      demos/noughts/noughts.lzx
M      demos/calendar/cal-button.lzx
M      demos/calendar/infopanel.lzx
M      demos/calendar/eventselector.lzx
M      demos/calendar/gridsliderlayout.lzx
M      demos/calendar/test-data.lzx
M      demos/youtube/youtubeplayer.lzx
M      demos/youtube/youtube.lzx
M      demos/lzproject/lzx/lzproject/css/library.lzx
M      demos/lzproject/lzx/lzproject/css/ApplicationColors.lzx
M      demos/lzproject/lzx/lzproject/LZProject.lzx
M      demos/lzproject/lzx/lzproject/modules/library.lzx
M      demos/lzproject/lzx/lzproject/modules/DynamicApplicationSizer.lzx
M      demos/lzproject/lzx/lzproject/modules/BackendService.lzx
M      demos/lzproject/lzx/lzproject/modules/LoginScreen.lzx
M      demos/lzproject/lzx/lzproject/modules/NewProjectWindow.lzx
M      demos/lzproject/lzx/lzproject/modules/I18NFlag.lzx
M      demos/lzproject/lzx/lzproject/modules/ServiceConnector.lzx
M      demos/lzproject/lzx/lzproject/modules/UserCreateEditForm.lzx
M      demos/lzproject/lzx/lzproject/modules/BackendModule.lzx
M      demos/lzproject/lzx/lzproject/modules/BorderedBox.lzx
M      demos/lzproject/lzx/lzproject/modules/TaskCreateEditForm.lzx
M      demos/lzproject/lzx/lzproject/modules/ApplicationVisualizer.lzx
M      demos/lzproject/lzx/lzproject/modules/Task.lzx
M      demos/lzpixmobile/lib/navmanager.lzx
M      demos/lzpixmobile/classes/photocollection.lzx
M      demos/lzpixmobile/classes/dataman.lzx
M      demos/lzpixmobile/classes/clipboardinterior.lzx
M      demos/lzpixmobile/classes/spinner.lzx
M      demos/lzpixmobile/classes/photo.lzx
M      demos/lzpixmobile/classes/linkbutton.lzx
M      demos/lzpixmobile/classes/draggedphotos.lzx
M      demos/lzpixmobile/classes/clipboard.lzx
M      demos/lzpixmobile/classes/pivotlayout.lzx
M      demos/lzpixmobile/classes/favorites.lzx
M      examples/components/tree_example.lzx
M      examples/css/test-haze.lzx
M      examples/css/test-chocolate.lzx
M      examples/css/test-berry.lzx
M      examples/xmldata/xmldata.lzx
M      examples/mobile/clock/clock-test.lzx
M      examples/musicdhtml/audiokernel.lzx
M      examples/modeexample.lzx
M      examples/audio.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080701-Philip-4.tar



Modified: openlaszlo/trunk/demos/amazon/amazon.lzx
===================================================================
--- openlaszlo/trunk/demos/amazon/amazon.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/amazon/amazon.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -105,7 +105,7 @@
                 onmouseover="setResourceNumber(2)"
                 onmouseout="setResourceNumber(1)">
                 <handler name="onclick">
-                    LzBrowser.loadURL("http://laszlosystems.com", "_blank");
+                    lz.Browser.loadURL("http://laszlosystems.com", "_blank");
                 </handler>
             </view>
         </view>

Modified: openlaszlo/trunk/demos/amazon-soap/amazon.lzx
===================================================================
--- openlaszlo/trunk/demos/amazon-soap/amazon.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/amazon-soap/amazon.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -95,7 +95,7 @@
                 onmouseover="setResourceNumber(2)"
                 onmouseout="setResourceNumber(1)">
                 <handler name="onclick">
-                    LzBrowser.loadURL("http://laszlosystems.com", "_blank");
+                    lz.Browser.loadURL("http://laszlosystems.com", "_blank");
                 </handler>
             </view>
         </view>

Modified: openlaszlo/trunk/demos/calendar/cal-button.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/cal-button.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/calendar/cal-button.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -280,7 +280,7 @@
     ]]> </handler>
 
     <handler name="onclick" >
-        this.ocd.register(LzIdle,"onidle");
+        this.ocd.register(lz.Idle,"onidle");
     </handler>
 
 

Modified: openlaszlo/trunk/demos/calendar/eventselector.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/eventselector.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/calendar/eventselector.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -246,12 +246,12 @@
             this.xoff = bar.getMouse( 'x' );
             this.yoff = bar.getMouse( 'y' );
 
-            LzTimer.resetTimer( this.startDragDel , 150 );
+            lz.Timer.resetTimer( this.startDragDel , 150 );
             ]]>
         </method>
 
         <method name="startDrag" args="v">   <![CDATA[
-            this.mdel.register( LzIdle, "onidle" );
+            this.mdel.register( lz.Idle, "onidle" );
             bar.followstate.remove();
             this.setAttribute('freedragging', !followview.classroot.opened );
             this.setAttribute('dragging',true);
@@ -268,7 +268,7 @@
                 bar.followstate.apply();
                 this.setAttribute('freedragging', !followview.classroot.opened );
             } else {
-                LzTimer.removeTimer( this.startDragDel );
+                lz.Timer.removeTimer( this.startDragDel );
             } ]]>
         </method>
 

Modified: openlaszlo/trunk/demos/calendar/gridsliderlayout.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/gridsliderlayout.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/calendar/gridsliderlayout.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -376,7 +376,7 @@
             // [bshine 10.01.06] Instead of a constant delay and a timer,
             // here, we could put an onstop delegate on an animator, but
             // this way is simpler. Less flexibile, but simpler. 
-            LzTimer.addTimer(this.resetvisDL,600);        }
+            lz.Timer.addTimer(this.resetvisDL,600);        }
          ]]>
     </method>
 
@@ -410,7 +410,7 @@
         if ( ! this[ 'positiondel' ] ){
             this.positiondel = new LzDelegate( this , "checkMousePosition" );
         }
-        this.positiondel.register( LzIdle , "onidle" );
+        this.positiondel.register( lz.Idle , "onidle" );
     </method>
 
     <method name="stopTrack" >

Modified: openlaszlo/trunk/demos/calendar/infopanel.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/infopanel.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/calendar/infopanel.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -289,7 +289,7 @@
         <animator start="false" name="slideopen1old" attribute="width" to="204"
             duration="500" relative="false"/>
         <animator start="false" name="slideopen1" attribute="x" to="602" from="830"
-            duration="500" onstop="LzFocus.setFocus(parent.summary.content.title);"/>
+            duration="500" onstop="lz.Focus.setFocus(parent.summary.content.title);"/>
         <animator start="false" name="slideopen2" attribute="opacity" to="1" from="0"
             duration="500" relative="false"/>
             
@@ -314,11 +314,11 @@
             
             if ( this['awaitingClose'] ){
                 this.awaitingClose = false;
-                LzTimer.removeTimer( this.closeDel );
+                lz.Timer.removeTimer( this.closeDel );
             }
 
             if (this.opened) {
-                LzFocus.setFocus(summary.content.title);
+                lz.Focus.setFocus(summary.content.title);
                 return;
             }
 
@@ -349,7 +349,7 @@
         <method name="unselectEvent" >
             if ( !this.opened ){ return; }
             this.awaitingClose = true;
-            LzTimer.resetTimer( this.closeDel , 500 );
+            lz.Timer.resetTimer( this.closeDel , 500 );
         </method>
 
     </class>

Modified: openlaszlo/trunk/demos/calendar/test-data.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/test-data.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/calendar/test-data.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -1,4 +1,4 @@
-<!-- Copyright 2006 Laszlo Systems -->
+<!-- Copyright 2006-2008 Laszlo Systems -->
 <canvas title="test-data" width="100%" height="100%" bgcolor="0x7A8AB3">
     <simplelayout axis="y" spacing="5" />
     
@@ -100,4 +100,4 @@
         <datapath p="${currenteventDP.p}" />
     </info_Panel>
     
-</canvas>
\ No newline at end of file
+</canvas>

Modified: openlaszlo/trunk/demos/lzpix/app.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/app.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/app.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -294,7 +294,7 @@
 
             <selectionmanager name="selman" toggle="false">
                 <method name="isMultiSelect" args="s" >
-                    return LzKeys.isKeyDown( "control" ) || LzKeys.isKeyDown( "shift" ) ||
+                    return lz.Keys.isKeyDown( "control" ) || lz.Keys.isKeyDown( "shift" ) ||
                            parent.isRectangleSelecting;
                 </method>
             </selectionmanager>
@@ -406,7 +406,7 @@
                     this.setAttribute('visible',  true );
                     this._sx = parent.getMouse( "x" );
                     this._sy = parent.getMouse( "y" );
-                    this.updel.register( LzIdle, "onidle" );
+                    this.updel.register( lz.Idle, "onidle" );
                     this.bringToFront();
                     this.update();
                 </method>

Modified: openlaszlo/trunk/demos/lzpix/classes/clipboard.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/clipboard.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/clipboard.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -53,7 +53,7 @@
         <attribute name="raisedel" 
                    value="$once{ new LzDelegate( this, 'setRaise' ) }"/>
         <method name="dragStarted">
-            LzTimer.addTimer( raisedel, 250 );
+            lz.Timer.addTimer( raisedel, 250 );
         </method>
 
         <method name="dragFinished" args="sel">

Modified: openlaszlo/trunk/demos/lzpix/classes/clipboardinterior.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/clipboardinterior.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/clipboardinterior.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -1,7 +1,7 @@
 <photocollection name="interior" bgcolor="0xf0f0f0" clip="true"
                  photoclass="lz.clipboardphoto" clickable="true">
     <handler name="oninit">
-      LzTrack.register( this , 'photos' );
+      lz.Track.register( this , 'photos' );
     </handler>
 
     <attribute name="amtrackedover" value="false"/>

Modified: openlaszlo/trunk/demos/lzpix/classes/dataman.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/dataman.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/dataman.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -36,7 +36,7 @@
             
             // Set up whether to connect to the live server, from an url parameter
             // Default is YES, we do connect
-            var noFlickr = LzBrowser.getInitArg("noconnect");
+            var noFlickr = lz.Browser.getInitArg("noconnect");
             if (noFlickr == 'true') gGlobals.setAttribute("SHOULDCONNECT", false); 
         </handler>
 
@@ -189,7 +189,7 @@
 
             // TODO: possibly put up some UI here to note that out-of-app authentication will occur
             // then call doAuth() function again
-            LzBrowser.loadURL(url, "_blank");
+            lz.Browser.loadURL(url, "_blank");
         ]]></method>
         <method name="_handleToken"><![CDATA[
             if (global['debugdata']) Debug.write("_handleToken", tokends);

Modified: openlaszlo/trunk/demos/lzpix/classes/draggedphotos.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/draggedphotos.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/draggedphotos.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -14,7 +14,7 @@
 
             ds.setAttribute('applied', true);
 
-            LzTrack.activate( "photos" );
+            lz.Track.activate( "photos" );
 
             gClipboard.dragStarted();
         </method>
@@ -22,7 +22,7 @@
         <method name="stopDrag">
             ds.setAttribute('applied', false);
             this.poolAll();
-            LzTrack.deactivate( "photos" );
+            lz.Track.deactivate( "photos" );
             gClipboard.dragFinished( sellist );
         </method>
 

Modified: openlaszlo/trunk/demos/lzpix/classes/favorites.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/favorites.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/favorites.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -100,7 +100,7 @@
                     next = 50;
                     this.onmousestilldown.sendEvent();
                 }
-                LzTimer.resetTimer( this.stillDownDelegate, next );
+                lz.Timer.resetTimer( this.stillDownDelegate, next );
             }
        </method>
 
@@ -112,12 +112,12 @@
             if (!this.stillDownDelegate) {
                this.stillDownDelegate = new LzDelegate( this, "stillDownEventGenerator");
            }
-            LzTimer.addTimer( this.stillDownDelegate, 500 );
+            lz.Timer.addTimer( this.stillDownDelegate, 500 );
         </handler>
         <!--- @keywords private -->
         <handler name= "onmouseup">
             this.isMouseDown=false;
-            LzTimer.removeTimer( this.stillDownDelegate );
+            lz.Timer.removeTimer( this.stillDownDelegate );
         </handler>
     </class>
 ?>    

Modified: openlaszlo/trunk/demos/lzpix/classes/linkbutton.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/linkbutton.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/linkbutton.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -12,7 +12,7 @@
         resource="transparent_rsc"
         width="${parent.width}" height="${parent.height}" >
         <handler name="onclick">
-            LzBrowser.loadURL( parent.url, parent.targetframe, parent.windowopts);
+            lz.Browser.loadURL( parent.url, parent.targetframe, parent.windowopts);
         </handler>
     </mybutton>
 </class>

Modified: openlaszlo/trunk/demos/lzpix/classes/photo.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/photo.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/photo.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -221,7 +221,7 @@
         <method name="startDragCheck">
             //info('startDragCheck');
             this._mdtime = LzTimeKernel.getTimer();
-            this.ddcdel.register( LzIdle, "onidle" );
+            this.ddcdel.register( lz.Idle, "onidle" );
             this._ddcxp = this.getMouse( "x" );
             this._ddcyp = this.getMouse( "y" );
         </method>

Modified: openlaszlo/trunk/demos/lzpix/classes/photocollection.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/photocollection.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/photocollection.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -30,7 +30,7 @@
                 r = photopool.pop();
             } else {
                 r = new photoclass( this , { visible : false } );
-                new LzDatapath( r );
+                new lz.datapath( r );
                 r.txt.setAttribute('visible',  false )
             }
             showdel.register( r, "onloaded" );

Modified: openlaszlo/trunk/demos/lzpix/classes/pivotlayout.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/pivotlayout.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/pivotlayout.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -120,7 +120,7 @@
        <method name="updateOnIdle" args="ison" >
             if ( ison ){
                 this.updateDelegate.unregisterAll();
-                coidel.register( LzIdle, "onidle" );
+                coidel.register( lz.Idle, "onidle" );
             } else {
                 this.regUpdateDelegate();
                 coidel.unregisterAll();

Modified: openlaszlo/trunk/demos/lzpix/classes/spinner.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/spinner.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/spinner.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -8,7 +8,7 @@
    
    <class name="spinner" resource="spinner_rsc" onclick="this.play()" visible="false" >
         <attribute name="counter" value="1" />
-        <handler name="onidle" reference="LzIdle" >
+        <handler name="onidle" reference="lz.Idle" >
             if (! this.visible ) return;
             this.setAttribute('counter', ( this.counter + 1)%6);
             if ( this.counter == 0 ) {

Modified: openlaszlo/trunk/demos/lzpix/classes/test/test-dataman.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes/test/test-dataman.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes/test/test-dataman.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -154,4 +154,4 @@
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!-- @LZX_VERSION@     
-   -->
\ No newline at end of file
+   -->

Modified: openlaszlo/trunk/demos/lzpix/classes.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/classes.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/classes.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -26,7 +26,7 @@
                     next = 50;
                     this.onmousestilldown.sendEvent();
                 }
-                LzTimer.resetTimer( this.stillDownDelegate, next );
+                lz.Timer.resetTimer( this.stillDownDelegate, next );
             }
        </method>
 
@@ -38,12 +38,12 @@
             if (!this.stillDownDelegate) {
                this.stillDownDelegate = new LzDelegate( this, "stillDownEventGenerator");
            }
-            LzTimer.addTimer( this.stillDownDelegate, 500 );
+            lz.Timer.addTimer( this.stillDownDelegate, 500 );
         </handler>
         <!--- @keywords private -->
         <handler name="onmouseup">
             this.isMouseDown=false;
-            LzTimer.removeTimer( this.stillDownDelegate );
+            lz.Timer.removeTimer( this.stillDownDelegate );
         </handler>
     </class>
     

Modified: openlaszlo/trunk/demos/lzpix/views/details.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/views/details.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/views/details.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -235,7 +235,7 @@
             <view datapath="infods:/rsp/photo"> 
                 <handler name="onclick">
                     var s = this.datapath.xpathQuery("urls/url/text()"); 
-                    LzBrowser.loadURL( s, "_blank", "toolbar=yes"); 
+                    lz.Browser.loadURL( s, "_blank", "toolbar=yes"); 
                 </handler>
                 <text fgcolor="#324FDB">view on flickr</text>
             </view>

Modified: openlaszlo/trunk/demos/lzpix/views/error.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpix/views/error.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpix/views/error.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -14,7 +14,7 @@
     <mybutton x="260" y="32">
         <text x="8" valign="middle">ok</text>
         <handler name="onclick">
-            LzBrowser.loadURL( "javascript:window.location.href=window.location.href" );
+            lz.Browser.loadURL( "javascript:window.location.href=window.location.href" );
         </handler>
     </mybutton>
 

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/clipboard.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/clipboard.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/clipboard.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -53,7 +53,7 @@
         <attribute name="raisedel" 
                    value="$once{ new LzDelegate( this, 'setRaise' ) }"/>
         <method name="dragStarted">
-            LzTimer.addTimer( raisedel, 250 );
+            lz.Timer.addTimer( raisedel, 250 );
         </method>
 
         <method name="dragFinished" args="sel">

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/clipboardinterior.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/clipboardinterior.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/clipboardinterior.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -1,7 +1,7 @@
 <photocollection name="interior" bgcolor="0xf0f0f0" clip="true"
                  photoclass="lz.clipboardphoto" clickable="true">
     <handler name="oninit">
-        LzTrack.register( this , 'photos' );
+        lz.Track.register( this , 'photos' );
     </handler>
 
     <attribute name="amtrackedover" value="false"/>

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/dataman.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -154,7 +154,7 @@
 
             // TODO: possibly put up some UI here to note that out-of-app authentication will occur
             // then call doAuth() function again
-            LzBrowser.loadURL(url, "_blank");
+            lz.Browser.loadURL(url, "_blank");
         ]]></method>
         <method name="_handleToken"><![CDATA[
             if (global['debugdata']) Debug.write("_handleToken", tokends);

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/draggedphotos.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/draggedphotos.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/draggedphotos.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -13,14 +13,14 @@
 
             ds.setAttribute('applied', true);
 
-            LzTrack.activate( "photos" );
+            lz.Track.activate( "photos" );
             gClipboard.dragStarted();
         </method>
 
         <method name="stopDrag">
             ds.setAttribute('applied', false);
             this.poolAll();
-            LzTrack.deactivate( "photos" );
+            lz.Track.deactivate( "photos" );
             gClipboard.dragFinished( sellist );
         </method>
 

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/favorites.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/favorites.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/favorites.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -99,7 +99,7 @@
                     next = 50;
                     this.onmousestilldown.sendEvent();
                 }
-                LzTimer.resetTimer( this.stillDownDelegate, next );
+                lz.Timer.resetTimer( this.stillDownDelegate, next );
             }
        </method>
 
@@ -111,12 +111,12 @@
             if (!this.stillDownDelegate) {
                this.stillDownDelegate = new LzDelegate( this, "stillDownEventGenerator");
            }
-            LzTimer.addTimer( this.stillDownDelegate, 500 );
+            lz.Timer.addTimer( this.stillDownDelegate, 500 );
         </handler>
         <!--- @keywords private -->
         <handler name= "onmouseup">
             this.isMouseDown=false;
-            LzTimer.removeTimer( this.stillDownDelegate );
+            lz.Timer.removeTimer( this.stillDownDelegate );
         </handler>
     </class>
 ?>    

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/linkbutton.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/linkbutton.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/linkbutton.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -12,7 +12,7 @@
         resource="transparent_rsc"
         width="${parent.width}" height="${parent.height}" >
         <handler name="onclick">
-            LzBrowser.loadURL( parent.url, parent.targetframe, parent.windowopts);
+            lz.Browser.loadURL( parent.url, parent.targetframe, parent.windowopts);
         </handler>
     </mybutton>
 </class>

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/photo.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/photo.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/photo.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -203,7 +203,7 @@
         <method name="startDragCheck">
             //info('startDragCheck');
             _mdtime = new Date();
-            this.ddcdel.register( LzIdle, "onidle" );
+            this.ddcdel.register( lz.Idle, "onidle" );
             this._ddcxp = this.getMouse( "x" );
             this._ddcyp = this.getMouse( "y" );
         </method>

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/photocollection.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/photocollection.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/photocollection.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -32,7 +32,7 @@
                 r = photopool.pop();
             } else {
                 r = new photoclass( this , { visible : false } );
-                new LzDatapath( r );
+                new lz.datapath( r );
                 r.txt.setAttribute('visible',  false )
             }
             showdel.register( r, "onloaded" );

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/pivotlayout.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/pivotlayout.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/pivotlayout.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -115,7 +115,7 @@
        <method name="updateOnIdle" args="ison" >
             if ( ison ){
                 this.updateDelegate.unregisterAll();
-                coidel.register( LzIdle, "onidle" );
+                coidel.register( lz.Idle, "onidle" );
             } else {
                 this.regUpdateDelegate();
                 coidel.unregisterAll();

Modified: openlaszlo/trunk/demos/lzpixmobile/classes/spinner.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/classes/spinner.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/classes/spinner.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -8,7 +8,7 @@
    
    <class name="spinner" resource="spinner_rsc" onclick="this.play()" visible="false" >
         <attribute name="counter" value="1" />
-        <handler name="onidle" reference="LzIdle" >
+        <handler name="onidle" reference="lz.Idle" >
             if (! this.visible ) return;
             this.setAttribute('counter', ( this.counter + 1)%6);
             if ( this.counter == 0 ) {

Modified: openlaszlo/trunk/demos/lzpixmobile/lib/navmanager.lzx
===================================================================
--- openlaszlo/trunk/demos/lzpixmobile/lib/navmanager.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzpixmobile/lib/navmanager.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -76,7 +76,7 @@
             if (this.focused) this.setAttribute('focused', this.focused);
         </method>
         
-        <handler name="onkeyup" reference="LzKeys" args="k">
+        <handler name="onkeyup" reference="lz.Keys" args="k">
             <![CDATA[
             if (this.focused && this.focused['handlekeyup']) {
                 var skip = this.focused.handlekeyup(k);
@@ -85,7 +85,7 @@
             ]]>
         </handler>
         
-        <handler name="onkeydown" reference="LzKeys" args="k">
+        <handler name="onkeydown" reference="lz.Keys" args="k">
             <![CDATA[
             var skip;
             

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/LZProject.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/LZProject.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/LZProject.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -46,46 +46,46 @@
     <!-- This method is called when the context menu item "About OpenLaszlo" is
          selected -->
   <method name="gotoOpenLaszlo"><![CDATA[
-        LzBrowser.loadURL('http://www.openlaszlo.org', 'blank');
+        lz.Browser.loadURL('http://www.openlaszlo.org', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "About OpenLaszlo" is
          selected -->
   <method name="getWhitePaper"><![CDATA[
-        LzBrowser.loadURL('../whitepaper/LZProject-OpenLaszlo4-Blueprint-Application.pdf', 'blank');
+        lz.Browser.loadURL('../whitepaper/LZProject-OpenLaszlo4-Blueprint-Application.pdf', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "Try Laszlo Webtop" is
          selected -->
   <method name="tryLaszloWebtop"><![CDATA[
-        LzBrowser.loadURL('http://www.laszlosystems.com/software/webtop', 'blank');
+        lz.Browser.loadURL('http://www.laszlosystems.com/software/webtop', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "About OpenLaszlo" is
          selected -->
   <method name="downloadOpenLaszlo"><![CDATA[
-        LzBrowser.loadURL('http://www.openlaszlo.org/download', 'blank');
+        lz.Browser.loadURL('http://www.openlaszlo.org/download', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "Show LZXDocs" is
          selected -->
   <method name="showLzxDocs"><![CDATA[
-        LzBrowser.loadURL('lzxdocs/index.html', 'blank');
+        lz.Browser.loadURL('lzxdocs/index.html', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "Show Javadocs" is
          selected -->
   <method name="showJavaDocs"><![CDATA[
-        LzBrowser.loadURL('javadocs/index.html', 'blank');
+        lz.Browser.loadURL('javadocs/index.html', 'blank');
     ]]></method>
 
     <!-- This method is called when the context menu item "Switch runtime" is
          selected -->
   <method name="switchRuntime"><![CDATA[
        if (canvas.runtime == "dhtml") {
-           LzBrowser.loadURL("./LZProject.lzx?lzt=html&lzr=swf8");
+           lz.Browser.loadURL("./LZProject.lzx?lzt=html&lzr=swf8");
        } else {
-           LzBrowser.loadURL("./LZProject.lzx?lzt=html&lzr=dhtml");
+           lz.Browser.loadURL("./LZProject.lzx?lzt=html&lzr=dhtml");
        }
     ]]></method>
 
@@ -545,10 +545,10 @@
     <view align="right" valign="bottom" bgcolor="$once{canvas.bgcolor}" clickable="false" width="15" height="15"
             visible="${parent.hscroll.visible &amp;&amp; parent.vscroll.visible}">
             <handler name="onmouseover">
-                LzCursor.showHandCursor(false);
+                lz.Cursor.showHandCursor(false);
             </handler>
             <handler name="onmouseout">
-                LzCursor.showHandCursor(true);
+                lz.Cursor.showHandCursor(true);
             </handler>
         </view>
 
@@ -561,4 +561,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/ApplicationColors.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/ApplicationColors.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/ApplicationColors.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -8,7 +8,7 @@
          @START_CODE
         <script>
         <![CDATA[
-            var COLORS = new ApplicationColors();
+            var COLORS = new lz.ApplicationColors();
         ]]>
         </script>
          @END
@@ -39,4 +39,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/library.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/library.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/css/library.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -8,4 +8,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ApplicationVisualizer.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ApplicationVisualizer.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ApplicationVisualizer.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -45,10 +45,10 @@
           searchSubnodes("name", "lastMessage").setText(selectedService._lastMessage);
           searchSubnodes("name", "xmlSerialized").setText(selectedService._xmlSerialized);
           // Now get the URL for this REST web service
-          var host = LzBrowser.getLoadURLAsLzURL().host;
-          var path = LzBrowser.getLoadURLAsLzURL().path;
-          var port = LzBrowser.getLoadURLAsLzURL().port;
-          var base = LzBrowser.getLoadURLAsLzURL();
+          var host = lz.Browser.getLoadURLAsLzURL().host;
+          var path = lz.Browser.getLoadURLAsLzURL().path;
+          var port = lz.Browser.getLoadURLAsLzURL().port;
+          var base = lz.Browser.getLoadURLAsLzURL();
           var datasetSrc = selectedService._dsRef.src;
           searchSubnodes("name", "serviceUrl").setText(datasetSrc);
           // Check if we have a connector and a form for the service
@@ -182,4 +182,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendModule.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendModule.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendModule.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -328,4 +328,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendService.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendService.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BackendService.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -135,7 +135,7 @@
         } else {
           this.clearMessageDel.unregisterAll();
         }
-        LzTimer.addTimer( this.clearMessageDel, this.clearDelay);
+        lz.Timer.addTimer( this.clearMessageDel, this.clearDelay);
       }
     </method>
 
@@ -186,4 +186,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BorderedBox.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BorderedBox.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/BorderedBox.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -55,4 +55,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/DynamicApplicationSizer.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/DynamicApplicationSizer.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/DynamicApplicationSizer.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -63,4 +63,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/I18NFlag.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/I18NFlag.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/I18NFlag.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -50,4 +50,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/LoginScreen.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/LoginScreen.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/LoginScreen.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -159,4 +159,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/NewProjectWindow.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/NewProjectWindow.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/NewProjectWindow.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -31,20 +31,20 @@
     <!-- HANDLER & EVENTS -->
     <handler name="onvisible">
       if (this.visible) {
-        LzModeManager.makeModal(this);
-        LzFocus.setFocus(this.searchSubnodes("name", "projectTitle"));
+        lz.ModeManager.makeModal(this);
+        lz.Focus.setFocus(this.searchSubnodes("name", "projectTitle"));
       } else {
-        LzFocus.setFocus(null);
-              LzModeManager.release( this )
+        lz.Focus.setFocus(null);
+              lz.ModeManager.release( this )
       }
     </handler>
 
     <handler name="onmouseout">
-      LzCursor.showHandCursor(true);
+      lz.Cursor.showHandCursor(true);
     </handler>
 
     <handler name="onmouseover">
-      LzCursor.showHandCursor(false);
+      lz.Cursor.showHandCursor(false);
     </handler>
 
     <!-- METHOD SECTION -->
@@ -111,4 +111,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ServiceConnector.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ServiceConnector.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/ServiceConnector.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -81,4 +81,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/Task.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/Task.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/Task.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -77,4 +77,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/TaskCreateEditForm.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/TaskCreateEditForm.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/TaskCreateEditForm.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -161,4 +161,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/UserCreateEditForm.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/UserCreateEditForm.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/UserCreateEditForm.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -164,4 +164,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/library.lzx
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/library.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/modules/library.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -34,4 +34,4 @@
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END *****************************************************
--->
\ No newline at end of file
+-->

Modified: openlaszlo/trunk/demos/noughts/noughts.lzx
===================================================================
--- openlaszlo/trunk/demos/noughts/noughts.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/noughts/noughts.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -363,7 +363,7 @@
             gameOverScreen.setAttribute('visible',  true );
 
             // Prevent the user from clicking anything else
-            LzModeManager.makeModal( this );
+            lz.ModeManager.makeModal( this );
             this.message.setText( message );
         </method>
         <method name="playAgain">
@@ -372,7 +372,7 @@
 
             // Allow the user to click other things (i.e. aside from the 
             // dialog box
-            LzModeManager.release(this); 
+            lz.ModeManager.release(this); 
 
             this.setAttribute('visible',  false );
             gameOverScreen.setAttribute('visible',  false );

Modified: openlaszlo/trunk/demos/weather/weather.lzx
===================================================================
--- openlaszlo/trunk/demos/weather/weather.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/weather/weather.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -85,7 +85,7 @@
             //only animate if weatherContent is visible
             super.open(h, d, weatherContent.visible);
             this.setAttribute("focusable", true);
-            LzFocus.setFocus(this);
+            lz.Focus.setFocus(this);
         </method>
 
         <!-- HANDLERS -->
@@ -271,7 +271,7 @@
                 <edittext id="zipcode" fontstyle="bold" font="Tahoma,Geneva,sans-serif"
                     width="80" x="120" y="5" height="20" text="94403" doesenter="true" >
                     <handler name="oninit">
-                        LzFocus.setFocus(this.field);
+                        lz.Focus.setFocus(this.field);
                     </handler>
                     <method name="doEnterDown" >
                         weatherApp.loadWeather();
@@ -298,13 +298,13 @@
         </view>
         
         <node name="navmanager">
-            <handler name="onkeyup" reference="LzKeys" args="k">
+            <handler name="onkeyup" reference="lz.Keys" args="k">
                 <![CDATA[
                 if(k == 40){
-                    LzFocus.next();
+                    lz.Focus.next();
                 } else if(k == 38){
-                    LzFocus.prev();
-                } else if(k == 13 && LzFocus.getFocus() === weatherApp.topBar){
+                    lz.Focus.prev();
+                } else if(k == 13 && lz.Focus.getFocus() === weatherApp.topBar){
                     weatherApp.hideWeather();
                 }
                 ]]>
@@ -323,7 +323,7 @@
 
         <method name="showWeather">
             topBar.comein.doStart();
-            LzFocus.setFocus(weatherContent.tab1);
+            lz.Focus.setFocus(weatherContent.tab1);
             weatherContent.setAttribute('visible', true);
             weathersplash.setAttribute('visible', false);
         </method>
@@ -334,7 +334,7 @@
             zipBtn.animate('x',0,333,false);
             topBar.goout.doStart();
             zipcode.setText('');
-            LzFocus.setFocus(zipcode.field);
+            lz.Focus.setFocus(zipcode.field);
         </method>
     </view> <!-- END WeatherApp -->
 </canvas>

Modified: openlaszlo/trunk/demos/weatherblox/weather_component.lzx
===================================================================
--- openlaszlo/trunk/demos/weatherblox/weather_component.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/weatherblox/weather_component.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -61,7 +61,7 @@
         x="5" stretches="both" width="${resourcewidth / 2}" 
         height="${resourceheight / 2}">
         <handler name="onclick">
-            LzBrowser.loadURL('http://www.laszlosystems.com', '_blank');
+            lz.Browser.loadURL('http://www.laszlosystems.com', '_blank');
         </handler>
         </view>
 
@@ -225,7 +225,7 @@
     <view resource="assets/poweredby.swf" x="${(parent.width - this.width) / 2}"
     y="${canvas.height - this.height - 5}">
     <handler name="onclick">
-        LzBrowser.loadURL('http://www.blogbox.com', '_blank');
+        lz.Browser.loadURL('http://www.blogbox.com', '_blank');
     </handler>
     </view>
 

Modified: openlaszlo/trunk/demos/youtube/youtube.lzx
===================================================================
--- openlaszlo/trunk/demos/youtube/youtube.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/youtube/youtube.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -31,19 +31,19 @@
 
     <handler name="oninit"><![CDATA[
         var url =
-          LzBrowser.getLoadURLAsLzURL()
+          lz.Browser.getLoadURLAsLzURL()
 
         var param;
-        if ((param = LzBrowser.getInitArg('empty')) &&
+        if ((param = lz.Browser.getInitArg('empty')) &&
             (param != "")) {
             // Start up empty.
-        } else if ((param = LzBrowser.getInitArg('featured')) &&
+        } else if ((param = lz.Browser.getInitArg('featured')) &&
             (param != "")) {
             canvas.videosListFeatured();
-        } else if ((param = LzBrowser.getInitArg('tag')) &&
+        } else if ((param = lz.Browser.getInitArg('tag')) &&
             (param != "")) {
             canvas.videosListByTag(param);
-        } else if ((param = LzBrowser.getInitArg('user')) &&
+        } else if ((param = lz.Browser.getInitArg('user')) &&
             (param != "")) {
             canvas.videosListByUser(param);
         } else {

Modified: openlaszlo/trunk/demos/youtube/youtubeplayer.lzx
===================================================================
--- openlaszlo/trunk/demos/youtube/youtubeplayer.lzx	2008-07-02 12:11:54 UTC (rev 10169)
+++ openlaszlo/trunk/demos/youtube/youtubeplayer.lzx	2008-07-02 13:17:33 UTC (rev 10170)
@@ -1,5 +1,5 @@
 <!-- X_LZ_COPYRIGHT_BEGIN ************************************************
-* Copyright 2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2007-2008 Laszlo Systems, Inc.  All Rights Reserved.         *
 * Use is subject to license terms.                                       *
 * X_LZ_COPYRIGHT_END ************************************************** -->
 
@@ -420,7 +420,7 @@
                     this.idleDelegate = del;
                 }
 
-                LzIdle.onidle.addDelegate(del);
+                lz.Idle.onidle.addDelegate(del);
 
                 this.setAttribute("downy", canvas.getMouse("y"));
                 this.setAttribute("downheight", parent.vlibrarypanel.height);
@@ -435,7 +435,7 @@
                     this.idleDelegate;
                 
                 if (del != null) {
-                    LzIdle.onidle.removeDelegate(del);
+                    lz.Idle.onidle.removeDelegate(del);
                 }
 
                 this.setAttribute("down", false);



More information about the Laszlo-checkins mailing list