<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extending the JHeadstart 10.1.3 Application Generator using Custom Templates &#8211; Generate Table Overflow Style: Bubble</title>
	<atom:link href="http://technology.amis.nl/2006/09/23/extending-the-jheadstart-1013-application-generator-using-custom-templates-generate-table-overflow-style-bubble/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/09/23/extending-the-jheadstart-1013-application-generator-using-custom-templates-generate-table-overflow-style-bubble/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extending-the-jheadstart-1013-application-generator-using-custom-templates-generate-table-overflow-style-bubble</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/09/23/extending-the-jheadstart-1013-application-generator-using-custom-templates-generate-table-overflow-style-bubble/#comment-3839</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sun, 01 Oct 2006 18:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1338#comment-3839</guid>
		<description><![CDATA[Of course you are right that using the MouseOver had some hazards: it may fire far more frequently than is the intention. However, I do not have the situation with the single button to show additional details: the icon in the last column for each record will trigger the popup. The same risk exists, that if you move the mouse over all these icons, the mouse over event fires even if you do not feel like it. And if your mouse continues to hover over an element, it may easily refire the event. So yes, caution is advised, and to be honest: I have used the onclick after the onmouseover gave me some headaches myself.

regards,

Lucas]]></description>
		<content:encoded><![CDATA[<p>Of course you are right that using the MouseOver had some hazards: it may fire far more frequently than is the intention. However, I do not have the situation with the single button to show additional details: the icon in the last column for each record will trigger the popup. The same risk exists, that if you move the mouse over all these icons, the mouse over event fires even if you do not feel like it. And if your mouse continues to hover over an element, it may easily refire the event. So yes, caution is advised, and to be honest: I have used the onclick after the onmouseover gave me some headaches myself.</p>
<p>regards,</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Bors</title>
		<link>http://technology.amis.nl/2006/09/23/extending-the-jheadstart-1013-application-generator-using-custom-templates-generate-table-overflow-style-bubble/#comment-3838</link>
		<dc:creator>Luc Bors</dc:creator>
		<pubDate>Mon, 25 Sep 2006 16:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1338#comment-3838</guid>
		<description><![CDATA[Great post again. However, I have one question... I&#039;m always troubled by the &quot;mouseover&quot; event because it can have some unpleasant effects. For instance imagine this situation: &quot;your page is exactly the same as described in this post, meaning that the mouseover will set the currentrecord. Besides this you have ONE button to display additional information about the current record. This button is located above the table.&quot; In order to click the button you have to move your mouse to this button. If you go straight up to the button, a mouseover event will be triggered on every row that you pass during the way up...... meaning that you will get the additional information of the FIRST record. As far as i know, the only way to circomvent this behaviour is to navigate to the button using keys or to move your mouse outside the table and go up to the button. I prefer to use the onclick event which will set the current record. The user is in full control and not bothered by the unpleasant effects of the mouseover. Please correct me if I&#039;m wrong, and please suggest any solutions... Thank for the post, which is (again) very usable. Luc Bors]]></description>
		<content:encoded><![CDATA[<p>Great post again. However, I have one question&#8230; I&#8217;m always troubled by the &quot;mouseover&quot; event because it can have some unpleasant effects. For instance imagine this situation: &quot;your page is exactly the same as described in this post, meaning that the mouseover will set the currentrecord. Besides this you have ONE button to display additional information about the current record. This button is located above the table.&quot; In order to click the button you have to move your mouse to this button. If you go straight up to the button, a mouseover event will be triggered on every row that you pass during the way up&#8230;&#8230; meaning that you will get the additional information of the FIRST record. As far as i know, the only way to circomvent this behaviour is to navigate to the button using keys or to move your mouse outside the table and go up to the button. I prefer to use the onclick event which will set the current record. The user is in full control and not bothered by the unpleasant effects of the mouseover. Please correct me if I&#8217;m wrong, and please suggest any solutions&#8230; Thank for the post, which is (again) very usable. Luc Bors</p>
]]></content:encoded>
	</item>
</channel>
</rss>
