<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>OpenLaszlo Developers Forums</title>
		<link>http://forum.openlaszlo.org//</link>
		<description>This is a discussion forum for OpenLaszlo powered by vBulletin. To find out about OpenLaszlo, goto http://www.openlaszlo.org/.</description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 21:11:31 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.openlaszlo.org/images/misc/rss.jpg</url>
			<title>OpenLaszlo Developers Forums</title>
			<link>http://forum.openlaszlo.org//</link>
		</image>
		<item>
			<title>OpenLaszlo community space at Assembla.com</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14742&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 10:07:45 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I've created an Assembla team space for the community, which has chat 
and discussion functionality, wiki pages, team and file management....]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I've created an Assembla team space for the community, which has chat<br />
and discussion functionality, wiki pages, team and file management. We<br />
can add SVN/GIT, bug tracking and other features, if we ever need<br />
them.<br />
<a href="http://www.assembla.com/spaces/openlaszlo-community/start" target="_blank">http://www.assembla.com/spaces/openl...ommunity/start</a><br />
<br />
The chat tool provides a searchable history, and can be found at this URL:<br />
<a href="http://www.assembla.com/spaces/openlaszlo-community/chat_tool" target="_blank">http://www.assembla.com/spaces/openl...nity/chat_tool</a><br />
<br />
The space name and URL can be changed at a later point in time, if we<br />
ever decide to fork OpenLaszlo.<br />
<br />
If you want to become a member, send me an email to rajubitter [at] googlemail.com, and I'll send out an invitation to you.<br />
<br />
Best,<br />
Raju</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>rajubitter</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14742</guid>
		</item>
		<item>
			<title>proper way to set font of floatinglistbox in datacombobox</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14741&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 14:56:37 GMT</pubDate>
			<description><![CDATA[Setting the font attribute of the datacombobox doesn't set the font of the list elements in it's floatinglistbox. 
 
What is the proper way to set...]]></description>
			<content:encoded><![CDATA[<div>Setting the font attribute of the datacombobox doesn't set the font of the list elements in it's floatinglistbox.<br />
<br />
What is the proper way to set this attribute without editing the laszlo foundation source code?</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>oneirosis</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14741</guid>
		</item>
		<item>
			<title>custom cursor broken in html5 OL5.0?</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14740&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 04:27:52 GMT</pubDate>
			<description>Is the custom cursor functionality broken in OL 5.0 html5 mode?  
 
I couldnt get a simple example to work... then I realized that the Laszlo...</description>
			<content:encoded><![CDATA[<div>Is the custom cursor functionality broken in OL 5.0 html5 mode? <br />
<br />
I couldnt get a simple example to work... then I realized that the Laszlo Explorer custom cursor examples only display the custom cursor for Flash builds and not HTML5.</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>oneirosis</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14740</guid>
		</item>
		<item>
			<title><![CDATA[[beginner] access Object datapath]]></title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14739&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 20:23:35 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I want to access *data* of "c1" *value*. 
<item c1="*2012074*" 
 
Please look at picture "debug.png" for understanding.:) 
 
Data from XML:...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I want to access <b>data</b> of &quot;c1&quot; <b>value</b>.<br />
&lt;item c1=&quot;<b>2012074</b>&quot;<br />
<br />
Please look at picture &quot;debug.png&quot; for understanding.:)<br />
<br />
Data from XML:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;uneLigne&gt;&lt;item c1=&quot;2012074&quot; c2=&quot;20120504&quot;&nbsp; c3=&quot;20120704&quot; c4=&quot;Clermont&quot; ...........<br />
&lt;/uneLigne&gt;</code><hr />
</div><br />
I have this code :<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;ligne id=&quot;l1&quot; datapath=&quot;donnees:/uneLigne/item/&quot; &gt; <br />
&lt;attribute name=&quot;nomEquipeDomicile&quot; <b>value=&quot;${l1.data}&quot;</b> type=&quot;string&quot;&nbsp; /&gt;<br />
.......<br />
&lt;/ligne&gt;</code><hr />
</div><font color="red">WORKOUT : <br />
ligne is a extends of &lt;view&gt;<br />
ligne have &quot;l1&quot; as id</font><br />
<br />
I don't know how to access it.<br />
If I type :eek:<br />
<font color="red">-l1.data@c1   is wrong</font><br />
<font color="red">-l1.data['c1']  is wrong</font><br />
<br />
I need help. (Excuse me for my bad english)<br />
<br />
Thanks.<br />
Marc</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forum.openlaszlo.org//images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forum.openlaszlo.org//attachment.php?attachmentid=1485&amp;d=1336507558" target="_blank">debug.png</a> (3.9 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>junior2</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14739</guid>
		</item>
		<item>
			<title><![CDATA[[Beginner] Import data from csv file to array ?]]></title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14738&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 22:06:20 GMT</pubDate>
			<description><![CDATA[Hello,:) 
 
I have a csv file, I want to export data to a dataset or array.  
Is that possible ? 
 
I don't know what method for taking data from a...]]></description>
			<content:encoded><![CDATA[<div>Hello,:)<br />
<br />
I have a csv file, I want to export data to a dataset or array. <br />
Is that possible ?<br />
<br />
I don't know what method for taking data from a file.:confused:<br />
(I know it do with data in a database Mysql but not with a file.)<br />
<br />
I looking for a script or a example very simple so that read in a file.<br />
<br />
Best regards.Hope to read you.:cool:<br />
<br />
Marc</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>junior2</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14738</guid>
		</item>
		<item>
			<title>Clear dataset</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14737&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 17:13:53 GMT</pubDate>
			<description>Hello everyone! 
 
How do I clear the information contained in a dataset?</description>
			<content:encoded><![CDATA[<div>Hello everyone!<br />
<br />
How do I clear the information contained in a dataset?</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>jorgeferes</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14737</guid>
		</item>
		<item>
			<title>Keyboard events</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14736&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 12:28:23 GMT</pubDate>
			<description>Hello everybody! 
 
I think I posted something similar before. Need to identify when the user is enabled with the CAPSLOCK key in the password field...</description>
			<content:encoded><![CDATA[<div>Hello everybody!<br />
<br />
I think I posted something similar before. Need to identify when the user is enabled with the CAPSLOCK key in the password field in my login screen. I could use LzIdle to capture the moment when he presses the button, but if the user already enters the progam with the key pressed, it does not address that.<br />
<br />
And there's a problem that is LzIdle in their area. I can not make it work ONLY within the EditText, whenever I use the whole canvas has focus which triggers the event.<br />
<br />
Does anyone have a solution?</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>jorgeferes</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14736</guid>
		</item>
		<item>
			<title>Problemas com chamada JSP</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14735&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 12:25:15 GMT</pubDate>
			<description>Hello, everyone! 
 
I have a problem when performing a method of accessing the database. My situation is as follows: 
 
I have a module on my system...</description>
			<content:encoded><![CDATA[<div>Hello, everyone!<br />
<br />
I have a problem when performing a method of accessing the database. My situation is as follows:<br />
<br />
I have a module on my system that manages the inventory of a clinic. After modifying the database, the program runs four searches to see if one of the quantities of the following has changed:<br />
<br />
  - Product below the minimum inventory<br />
  - Missing product<br />
  - Product expiration date for the next 45 days<br />
  - Product expiration date<br />
<br />
To determine whether a change has brought some of these rules, I have a JSP that is invoked four times (once for each rule), updating four independent datasets. These datasets are linked to 4 edittexts (through the event Ondata) that update, make visible or invisible (through the event OnChanged) 4 warnings that have on the screen informing the user the status of the stock.<br />
<br />
My problem is: when I call the method that the bank will count the items that fit the rules, my program starts to act strangely. If I comment the call to this method, it works correctly. I believe it is a conflict, but everything seems OK. Could anyone help me?<br />
<br />
This is the method, it works correctly:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &lt;method name=&quot;atualizaAvisos&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataBaixa, 'baixa');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataFalta, 'falta');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataVencendo, 'vencendo');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataVencidos, 'vencidos');<br />
&nbsp; &nbsp; &lt;/method&gt;<br />
<br />
&nbsp; &nbsp; &lt;method name=&quot;popularDatasets&quot; args=&quot;dataset, itens&quot;&gt;&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;![CDATA[&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; var p=new LzParam();<br />
&nbsp; &nbsp; &nbsp; &nbsp; p.addValue(&quot;itens&quot;, itens, true);<br />
&nbsp; &nbsp; &nbsp; &nbsp; dataset.setQueryString(p);<br />
&nbsp; &nbsp; &nbsp; &nbsp; dataset.doRequest();<br />
&nbsp; &nbsp; &nbsp; &nbsp; ]]&gt;<br />
&nbsp; &nbsp; &lt;/method&gt;</code><hr />
</div>Does anyone know if tell me Openlaszlo supports multiple accesses to the JSP nearly simultaneously?</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>jorgeferes</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14735</guid>
		</item>
		<item>
			<title>Results of the OpenLaszlo survey 04/2012 available</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14734&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 11:07:53 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
of the "25.000 member" former members of the  OpenLaszlo community 
(those were number which Laszlo has been circulating a while ago) 43...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
of the &quot;25.000 member&quot; former members of the  OpenLaszlo community<br />
(those were number which Laszlo has been circulating a while ago) 43<br />
have filled out the survey, and I'm glad that we got more than 40<br />
people participating. Thanks to all of you!<br />
<br />
Just a few results of the survey to get you interested in downloading the PDF:<br />
<br />
Members per country:<br />
United States 14<br />
Germany 8<br />
United Kingdom 4<br />
China 3<br />
Italy 2<br />
Japan 2<br />
Argentina 1<br />
Belgium 1<br />
Canada 1<br />
Chile 1<br />
Finland 1<br />
France 1<br />
Netherlands 1<br />
Portugal 1<br />
Romania 1<br />
Sweden 1<br />
Singapore 1<br />
<br />
More than 56% / 25 community members have started using OpenLaszlo in<br />
2006 or earlier, with 16% or 7 people coding OpenLaszlo since 2009 or<br />
later.<br />
<br />
Versions used by the community:<br />
61% use 4.9, 41% use 5.0 trunk by now. But there are still people<br />
using 3.3, 3.4 or 4.0 and 4.1 (probably existing apps which will be<br />
upgraded at some in time - something which a few people seem to be<br />
doing right now).<br />
<br />
Runtimes used:<br />
dhtml  70.5%<br />
swf10  65.9%<br />
swf8  22.7%<br />
mobile (dhtml) 15.9%<br />
swf9  11.4%<br />
<br />
Most wanted future runtime/deployment target:<br />
Android app  59.1%<br />
iOS App  56.8%<br />
Mobile runtime (tablets)  54.5%<br />
SWF11  47.7%<br />
...<br />
<br />
Why people are using OpenLaszlo?<br />
LZX language 69.8%<br />
OSS 65.1%<br />
Multi-runtime support 58.1%<br />
<br />
Most popular editor / IDE:<br />
Eclipse with Spket plugin 37.2%<br />
<br />
OSS, contribution, committing<br />
44.2 % have contributed to an OSS project in the past, and 44.2 % have<br />
never done that. 11.6% have worked as committers on OSS projects.<br />
<br />
Forums are the main communication platform, with 81.4% using the forums,<br />
<br />
77% of the community have never personally met anyone from Laszlo.<br />
<br />
Read the rest of the PDF for yourself I want to point your attention<br />
to the user comments starting on page 27 of the PDF file, some of them<br />
are very interesting. One company has developed an internal OpenLaszlo<br />
IDE, and they might be willing to contribute that to the community!<br />
<br />
Thanks again to all of you! Best regards,<br />
<br />
Raju</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forum.openlaszlo.org//images/attach/pdf.gif" alt="File Type: pdf" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forum.openlaszlo.org//attachment.php?attachmentid=1483&amp;d=1335956833">SurveySummary_05022012.pdf</a> (159.8 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>rajubitter</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14734</guid>
		</item>
		<item>
			<title>Cannot disable hand cursor</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14733&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 20:24:47 GMT</pubDate>
			<description><![CDATA[The showhandcursor property seems to be broken in SWF10: 
 
 
Code: 
--------- 
<canvas width="100%" height="100%" proxied="false" debug="false"> 
 
...]]></description>
			<content:encoded><![CDATA[<div>The showhandcursor property seems to be broken in SWF10:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;canvas width=&quot;100%&quot; height=&quot;100%&quot; proxied=&quot;false&quot; debug=&quot;false&quot;&gt;<br />
<br />
&nbsp; &lt;class name=&quot;TestDlg&quot; extends=&quot;modaldialog&quot; title=&quot;Test&quot; width=&quot;250&quot; height=&quot;235&quot; showhandcursor=&quot;false&quot;&gt;<br />
&nbsp; &nbsp; &lt;button y=&quot;145&quot; align=&quot;center&quot; width=&quot;100&quot; isdefault=&quot;true&quot; onclick=&quot;parent.close()&quot; text=&quot;OK&quot;/&gt;<br />
&nbsp; &lt;/class&gt;<br />
&nbsp; <br />
&nbsp; &lt;button onclick=&quot;(new lz.TestDlg).open()&quot;&gt;Show Dialog&lt;/button&gt;<br />
<br />
&lt;/canvas&gt;</code><hr />
</div>When this code is compiled to SWF10 in OL 4.9, the hand cursor displays over the entire dialog even though I have showhandcursor set to false.<br />
<br />
When compiled to SWF8, it's only a hand cursor when floating over the button. Otherwise, it's a normal arrow cursor as it's supposed to be.</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>kbriggs</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14733</guid>
		</item>
		<item>
			<title>Hyperlinks in text no longer work</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14732&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 18:23:18 GMT</pubDate>
			<description><![CDATA[Upgrading a 4.1 SWF8 app to 4.9 SWF10 and I noticed that hyperlinks using the <a> tag in a text element no longer work despite what it says in the...]]></description>
			<content:encoded><![CDATA[<div>Upgrading a 4.1 SWF8 app to 4.9 SWF10 and I noticed that hyperlinks using the &lt;a&gt; tag in a text element no longer work despite what it says in the docs:<br />
<br />
<a href="http://www.openlaszlo.org/lps4.9/docs/developers/tutorials/text-tutorial.html#d0e11086" target="_blank">http://www.openlaszlo.org/lps4.9/doc....html#d0e11086</a><br />
<br />
The example shown has &quot;OpenLaszlo&quot; as a link. But clicking on it does not launch a web page unless you compile it for HTML, not Flash.<br />
<br />
Is there some workaround?  I have a dialog box that has user-submitted content like a newsletter and it needs the ability for them to insert links in various places as needed.</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>kbriggs</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14732</guid>
		</item>
		<item>
			<title>mouse events in loaded SWF app inside OL</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14731&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 05:39:11 GMT</pubDate>
			<description><![CDATA[I'm using OpenLaszlo for a project since 4 years. 
The last version I used was lps-4.9.0 before I tried 
lps-trunk, provided by Raju recently (thanks...]]></description>
			<content:encoded><![CDATA[<div>I'm using OpenLaszlo for a project since 4 years.<br />
The last version I used was lps-4.9.0 before I tried<br />
lps-trunk, provided by Raju recently (thanks again!).<br />
I was able to load a full Flex application swf into the <br />
OL app, which was not possible before. It works<br />
in Flash 10 as well as in 11. When I compile and/or modify<br />
the Application such that I get an SWC similar to the<br />
Google Map approach, then it doesn't work. But that's no<br />
problem for me if the SWF way works.<br />
<br />
The problem:<br />
<br />
OpenLaszlo seems to capture or block certain mouse events.<br />
When I add the SWF into <br />
<br />
myWindow.content.sprite (myWindow is instance of window class)<br />
<br />
, most mouse actions work (e.g. Flex buttons), but some don't.<br />
I observed further that when I add the SWF to <br />
<br />
myView.sprite (myView is an instance of view)<br />
<br />
, then the SWF does not react to ANY mouse events. That means <br />
window is somewhat better, but not enough. I'm using <br />
<br />
flash.display.Loader <br />
<br />
for loading the SWF.<br />
<br />
Does anybody know how to get all mouse events working for<br />
the SWF?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>Waterbottle2</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14731</guid>
		</item>
		<item>
			<title>Button bug #1009</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14730&amp;goto=newpost</link>
			<pubDate>Sat, 28 Apr 2012 18:28:46 GMT</pubDate>
			<description><![CDATA[I'm converting a SWF8 app compiled in OL 4.1 to a SWF10 app compiled in OL 4.9.  I'm down to just a few minor bugs. Having trouble with this one that...]]></description>
			<content:encoded><![CDATA[<div>I'm converting a SWF8 app compiled in OL 4.1 to a SWF10 app compiled in OL 4.9.  I'm down to just a few minor bugs. Having trouble with this one that displays in the debugger at runtime:<br />
<br />
ERROR @lz/button.lzx~95: TypeError: Error #1009<br />
<br />
I have a button on a form with the isdefault property set to true. If I click the button directly there is no error displayed. It's only when I press Enter on the form that triggers the error. Even if I tab the focus to the button before pressing Enter or Space, the error displays. In either case, the button's onlick handler fires and everything works properly. I only know of the error because the debugger is running.<br />
<br />
Line 95 in button.lzx points to a method called &quot;showUp&quot;. I doubt the problem is in there, otherwise it would be happening to everyone.  Although I did notice this line:<br />
<br />
if (this.style) this. _title.setAttribute(&quot;fgcolor&quot;, this.style.textdisabledcolor);<br />
<br />
There's a space between &quot;this.&quot; and &quot;_title&quot;.  Is that allowed? I removed the space and recompiled but it made no difference.</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=30">OpenLaszlo Debugging</category>
			<dc:creator>kbriggs</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14730</guid>
		</item>
		<item>
			<title>Problems with dataset</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14729&amp;goto=newpost</link>
			<pubDate>Thu, 26 Apr 2012 20:19:30 GMT</pubDate>
			<description>Hello again! 
 
I have the following situation: I have 4 and 4 edittexts datasets (each EditText connected to a dataset using the parameter...</description>
			<content:encoded><![CDATA[<div>Hello again!<br />
<br />
I have the following situation: I have 4 and 4 edittexts datasets (each EditText connected to a dataset using the parameter 'datapath'). At times, my program must update the datasets, thus changing the information in each field. The problem is that the field is only getting the return of the dataset only once, even if I call again the method that updates the dataset does not change the field. Could you help me?<br />
<br />
fields and datasets:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &lt;dataset name=&quot;dataBaixa&quot; request=&quot;false&quot; src=&quot;datasets/getQtdeRegistros.jsp&quot; type=&quot;http&quot;/&gt;<br />
&nbsp; &nbsp; &lt;dataset name=&quot;dataFalta&quot; request=&quot;false&quot; src=&quot;datasets/getQtdeRegistros.jsp&quot; type=&quot;http&quot;/&gt;<br />
&nbsp; &nbsp; &lt;dataset name=&quot;dataVencendo&quot; request=&quot;false&quot; src=&quot;datasets/getQtdeRegistros.jsp&quot; type=&quot;http&quot;/&gt;<br />
&nbsp; &nbsp; &lt;dataset name=&quot;dataVencidos&quot; request=&quot;false&quot; src=&quot;datasets/getQtdeRegistros.jsp&quot; type=&quot;http&quot;/&gt;&nbsp;  <br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &lt;edittext name=&quot;qtdeBaixa&quot; datapath=&quot;dataBaixa:/contagem/registros/text()&quot; width=&quot;200&quot; x=&quot;300&quot; y=&quot;10&quot; <br />
&nbsp; &nbsp; onchanged=&quot;parent.mostraAviso(this, canvas.barraLateral.containerGadgets.groupInformacoes.avisoEstoqueBaixo, ' abaixo da quantidade mínima.')&quot;/&gt;<br />
&nbsp; &nbsp; &lt;edittext name=&quot;qtdeFalta&quot; datapath=&quot;dataFalta:/contagem/registros/text()&quot; width=&quot;200&quot; x=&quot;300&quot; y=&quot;40&quot;<br />
&nbsp; &nbsp; onchanged=&quot;parent.mostraAviso(this, canvas.barraLateral.containerGadgets.groupInformacoes.avisoEstoqueFalta, ' em falta.')&quot;/&gt;<br />
&nbsp; &nbsp; &lt;edittext name=&quot;qtdeVencendo&quot; datapath=&quot;dataVencendo:/contagem/registros/text()&quot; width=&quot;200&quot; x=&quot;300&quot; y=&quot;70&quot;<br />
&nbsp; &nbsp; onchanged=&quot;parent.mostraAviso(this, canvas.barraLateral.containerGadgets.groupInformacoes.avisoProdutoVencendo, ' a vencer nos próximos 45 dias.')&quot;/&gt;<br />
&nbsp; &nbsp; &lt;edittext name=&quot;qtdeVencidos&quot; datapath=&quot;dataVencidos:/contagem/registros/text()&quot; width=&quot;200&quot; x=&quot;300&quot; y=&quot;100&quot;<br />
&nbsp; &nbsp; onchanged=&quot;parent.mostraAviso(this, canvas.barraLateral.containerGadgets.groupInformacoes.avisoProdutoVencido, ' com data de validade vencida.')&quot;/&gt;</code><hr />
</div>method that updates the dataset:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &lt;method name=&quot;atualizaAvisos&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Debug.write('atualizaAvisos() chamado!');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataBaixa, 'baixa');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataFalta, 'falta');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataVencendo, 'vencendo');<br />
&nbsp; &nbsp; &nbsp; &nbsp; popularDatasets(this.dataVencidos, 'vencidos');<br />
&nbsp; &nbsp; &lt;/method&gt;</code><hr />
</div>This method is called in the canvas oninit and every change in my database.</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>jorgeferes</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14729</guid>
		</item>
		<item>
			<title>DHTML performance tip</title>
			<link>http://forum.openlaszlo.org//showthread.php?t=14728&amp;goto=newpost</link>
			<pubDate>Wed, 25 Apr 2012 09:38:25 GMT</pubDate>
			<description>Disabling GPU accelerated compositing on the browser may actually improve the performance of your application.  GPU compositing acceleration is...</description>
			<content:encoded><![CDATA[<div>Disabling GPU accelerated compositing on the browser may actually improve the performance of your application.  GPU compositing acceleration is enabled by default in Chrome.<br />
<br />
My laptop has an Intel GMA gpu which is notoriously dodgy in performance and after disabling it (add --disable-accelerated-compositing to the command line on Chrome) my laszlo app became impressively slick. :D</div>

]]></content:encoded>
			<category domain="http://forum.openlaszlo.org//forumdisplay.php?f=29">General OpenLaszlo Programming</category>
			<dc:creator>oneirosis</dc:creator>
			<guid isPermaLink="true">http://forum.openlaszlo.org//showthread.php?t=14728</guid>
		</item>
	</channel>
</rss>

