<?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: JavaFX custom controls</title>
	<atom:link href="http://blog.sibvisions.com/2015/04/24/javafx-custom-controls/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/comment-page-1/#comment-502</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 21 May 2015 11:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4214#comment-502</guid>
		<description>Ticket has been opened: &lt;a href=&quot;https://oss.sibvisions.com/index.php?do=details&amp;task_id=1393&quot; rel=&quot;nofollow&quot;&gt;Date/Timepicker optimization for fast input&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Ticket has been opened: <a href="https://oss.sibvisions.com/index.php?do=details&amp;task_id=1393" rel="nofollow">Date/Timepicker optimization for fast input</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/comment-page-1/#comment-500</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 18 May 2015 16:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4214#comment-500</guid>
		<description>The dialog won&#039;t be used... It was for the screenshot. It&#039;s a combobox, but you could use the pane &quot;standalone&quot;.

Thanks for your input!
Sure, there are many calendar controls: &lt;a href=&quot;https://www.google.at/search?q=calendar+input&amp;espv=2&amp;biw=1462&amp;bih=912&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ei=VxNaVY3ZFsWBU8XagdgG&amp;ved=0CAYQ_AUoAQ&quot; rel=&quot;nofollow&quot;&gt;Google results&lt;/a&gt;

:)</description>
		<content:encoded><![CDATA[<p>The dialog won't be used... It was for the screenshot. It's a combobox, but you could use the pane "standalone".</p>
<p>Thanks for your input!<br />
Sure, there are many calendar controls: <a href="https://www.google.at/search?q=calendar+input&amp;espv=2&amp;biw=1462&amp;bih=912&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ei=VxNaVY3ZFsWBU8XagdgG&amp;ved=0CAYQ_AUoAQ" rel="nofollow">Google results</a><br />
 <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/comment-page-1/#comment-499</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 18 May 2015 16:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4214#comment-499</guid>
		<description>With that dialog fast input is very much a problem. Imagine how many clicks you have to make if you need to change everything in that control. Ideas depend on what you&#039;re trying to achieve, i. e. something that looks good or something that&#039;s convenient to use. I suggest looking at some of the html 5 calendar controls. They got very good ideas. Example: Instead of the combobox for the month, one could make 2 rows of the months in 3 letter names and highlight the selected month. That way it&#039;s just 1 click to change the month. The year could be something like a combobox, when you click on it you see a larger list of years. The current year mustn&#039;t be the first, it must be in the middle of the list so that you can conveniently change to previous or later years. And you could position the change buttons left/right instead of the small up/down buttons. The time could be some sliders with fixed interval, they could also be positioned vertically to the right. And instead of up/down buttons the time could be changed by hovering over the numbers and using the mouse wheel (but that would be something the user would have to know). In fact, you could have an additional textfield below and change everything via mouse wheel, depending on whether you are over day/month/year, etc. Just some initial ideas :-)</description>
		<content:encoded><![CDATA[<p>With that dialog fast input is very much a problem. Imagine how many clicks you have to make if you need to change everything in that control. Ideas depend on what you're trying to achieve, i. e. something that looks good or something that's convenient to use. I suggest looking at some of the html 5 calendar controls. They got very good ideas. Example: Instead of the combobox for the month, one could make 2 rows of the months in 3 letter names and highlight the selected month. That way it's just 1 click to change the month. The year could be something like a combobox, when you click on it you see a larger list of years. The current year mustn't be the first, it must be in the middle of the list so that you can conveniently change to previous or later years. And you could position the change buttons left/right instead of the small up/down buttons. The time could be some sliders with fixed interval, they could also be positioned vertically to the right. And instead of up/down buttons the time could be changed by hovering over the numbers and using the mouse wheel (but that would be something the user would have to know). In fact, you could have an additional textfield below and change everything via mouse wheel, depending on whether you are over day/month/year, etc. Just some initial ideas <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/comment-page-1/#comment-494</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 18 May 2015 08:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4214#comment-494</guid>
		<description>Fast input isn&#039;t a problem :)

Do you have any ideas. We&#039;re open for everything!</description>
		<content:encoded><![CDATA[<p>Fast input isn't a problem <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you have any ideas. We're open for everything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>https://blog.sibvisions.com/2015/04/24/javafx-custom-controls/comment-page-1/#comment-493</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 18 May 2015 06:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4214#comment-493</guid>
		<description>The FXDateTimePicker looks more like a minesweeper game than something to use for flexible &amp; fast input.</description>
		<content:encoded><![CDATA[<p>The FXDateTimePicker looks more like a minesweeper game than something to use for flexible &amp; fast input.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
