<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Max Carlson</title><link>http://disqus.com/people/004778eb62e212d9e944d85a80fd88f7/</link><description></description><language>en</language><lastBuildDate>Wed, 31 Oct 2007 22:24:00 -0000</lastBuildDate><item><title>Re: Cuppadev &amp;raquo; Running into Flex Limitations</title><link>http://cuppadev.disqus.com/cuppadev_raquo_running_into_flex_limitations/#comment-2429589</link><description>Hi,&lt;br&gt;&lt;br&gt;FWIW, the limitations you're running into with Flex and OpenLaszlo are due to limitations in the Flash player's transport mechanism.  If you try the DHTML runtime in Laszlo, you'll find these limitations removed, as they're not imposed by browser javascript as a runtime.  This is the beauty of a multi-runtime system - you aren't hindered by the limitations of one specific runtime!&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Max Carlson&lt;br&gt;&lt;a href="http://OpenLaszlo.org" rel="nofollow"&gt;OpenLaszlo.org&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Carlson</dc:creator><pubDate>Tue, 07 Aug 2007 00:33:00 -0000</pubDate></item><item><title>Re: Rotating OpenLaszlo with Webkit</title><link>http://cuppadev.disqus.com/rotating_openlaszlo_with_webkit/#comment-2429660</link><description>Hi James,&lt;br&gt;&lt;br&gt;I couldn't resist :).  There's now support for rotation in trunk.  If you pull down a copy after tonight's build you should be able to use setRotation() in webkit nightlies!&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Max Carlson&lt;br&gt;&lt;a href="http://Openlaszlo.org" rel="nofollow"&gt;Openlaszlo.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;P.S.  Here's the changeset in case you're curious how it works:&lt;br&gt;Author: max&lt;br&gt;Date: 2007-11-02 17:10:39 -0700 (Fri, 02 Nov 2007)&lt;br&gt;New Revision: 7107&lt;br&gt;&lt;br&gt;Modified:&lt;br&gt;openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js&lt;br&gt;Log:&lt;br&gt;Change 20071102-maxcarlson-n by maxcarlson@Plastik on 2007-11-02 12:16:32 PDT&lt;br&gt;in /Users/maxcarlson/openlaszlo/trunk&lt;br&gt;for &lt;a href="http://svn.openlaszlo.org/openlaszlo/trunk" rel="nofollow"&gt;http://svn.openlaszlo.org/openlaszlo/trunk&lt;/a&gt;&lt;br&gt;&lt;br&gt;Summary: Add support for setRotation() for webkit nightlies&lt;br&gt;&lt;br&gt;New Features:&lt;br&gt;&lt;br&gt;Bugs Fixed: LPP-5030 - Add setRotation() support for webkit nightlies&lt;br&gt;&lt;br&gt;Technical Reviewer: ptw&lt;br&gt;QA Reviewer: jcrowley&lt;br&gt;Doc Reviewer: (pending)&lt;br&gt;&lt;br&gt;Documentation:&lt;br&gt;&lt;br&gt;Release Notes:&lt;br&gt;&lt;br&gt;Details: Set capabilities.rotation to true in Safari.  Add setRotation() method that sets the appropriate style per &lt;a href="http://webkit.org/blog/130/css-transforms/" rel="nofollow"&gt;http://webkit.org/blog/130/css-transforms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Tests: &lt;a href="http://localhost:8080/trunk/test/lztest/lztest-view.lzx?lzr=dhtml" rel="nofollow"&gt;http://localhost:8080/trunk/test/lztest/lztest-view.lzx?lzr=dhtml&lt;/a&gt; shows rotation in a recent build of webkit (WebKit-SVN-r27375)!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js&lt;br&gt;===================================================================&lt;br&gt;--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js	2007-11-02 23:50:37 UTC (rev 7106)&lt;br&gt;+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js	2007-11-03 00:10:39 UTC (rev 7107)&lt;br&gt;@@ -303,6 +303,9 @@&lt;br&gt;this.quirks['safari_visibility_instead_of_display'] = true;&lt;br&gt;this.quirks['absolute_position_accounts_for_offset'] = true;&lt;br&gt;this.quirks['canvas_div_cannot_be_clipped'] = true;&lt;br&gt;+            if (Lz.__BrowserDetect.version &amp;gt; 523.10) {&lt;br&gt;+                this.capabilities['rotation'] = true;&lt;br&gt;+            }&lt;br&gt;} else if (Lz.__BrowserDetect.isOpera) {&lt;br&gt;// Fix bug in where if any parent of an image is hidden the size is 0&lt;br&gt;this.quirks['invisible_parent_image_sizing_fix'] = true;&lt;br&gt;@@ -1558,6 +1561,9 @@&lt;br&gt;return this.__contextmenu;&lt;br&gt;}&lt;br&gt;&lt;br&gt;+LzSprite.prototype.setRotation = function(r) {&lt;br&gt;+    this.__LZdiv.style['-webkit-transform'] = 'rotate(' + r + 'deg)';&lt;br&gt;+}&lt;br&gt;&lt;br&gt;if (LzSprite.prototype.quirks.ie_leak_prevention) {&lt;br&gt;LzSprite.prototype.__sprites = {};</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Carlson</dc:creator><pubDate>Wed, 31 Oct 2007 22:24:00 -0000</pubDate></item></channel></rss>