<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/gui4j/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/gui4j/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Oct 2006 10:19:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gui4j/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>placeTp.background doesn't work</title><link>https://sourceforge.net/p/gui4j/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;lt;placeTp background="getBackgroundColor" [...] /&amp;gt;&lt;br /&gt;
doesn't work, background is always gray/opaque.&lt;/p&gt;
&lt;p&gt;Controller.getBackgroundColor() returns e.g. Color.RED&lt;/p&gt;
&lt;p&gt;&amp;lt;placeTp foreground="getBackgroundColor" [...] /&amp;gt; works&lt;br /&gt;
perfectly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Wied</dc:creator><pubDate>Thu, 05 Oct 2006 10:19:23 -0000</pubDate><guid>https://sourceforge.net725017e6b816171c35f50000a7eec89e6716b978</guid></item><item><title>cardLayout can't find default component</title><link>https://sourceforge.net/p/gui4j/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;lt;cardLayout default="a"&amp;gt;&lt;br /&gt;
&amp;lt;placeCl condition="~t" id="a"&amp;gt;&lt;br /&gt;
&amp;lt;label text="'test'" /&amp;gt;&lt;br /&gt;
&amp;lt;/placeCl&amp;gt;&lt;br /&gt;
&amp;lt;/cardLayout&amp;gt;&lt;/p&gt;
&lt;p&gt;Throws an error which tells that the component with the&lt;br /&gt;
id = "a" could not be found&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 09 Sep 2006 14:02:05 -0000</pubDate><guid>https://sourceforge.net276dc82daa9677ece278fbecd37198d5ca034907</guid></item><item><title>(h|v)box: "(h|v)Alignment" not yet implemented???</title><link>https://sourceforge.net/p/gui4j/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;aligment for box elements appears not implemented!&lt;/p&gt;
&lt;p&gt;org.gui4j.exception.Gui4jUncheckedException$ResourceError:&lt;br /&gt;
Ressource error in /.../ui/XxxGUI4j.xml: Exception&lt;br /&gt;
while parsing resource: Error on line 61 of document&lt;br /&gt;
file:///.../ui/XxxGUI4j.xml : Attribute "hAlignment"&lt;br /&gt;
must be declared for element type "hbox". Nested&lt;br /&gt;
exception: Attribute "hAlignment" must be declared for&lt;br /&gt;
element type "hbox".&lt;/p&gt;
&lt;p&gt;I added the missing (I suppose) line:&lt;br /&gt;
"hAlignment (right|left|leading|center|trailing) #IMPLIED"&lt;br /&gt;
into view.dtd, so exceptions is never thrown, but&lt;br /&gt;
elements alignment remains always on the left..&lt;/p&gt;
&lt;p&gt;Is this feature not yet implemented or what??&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Francesco&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Vadicamo</dc:creator><pubDate>Sat, 04 Mar 2006 14:20:48 -0000</pubDate><guid>https://sourceforge.net76a4613ca8fbbbb342d000bc9c1befce41d9d01f</guid></item><item><title>comboBox - "stringConvert" required but not always necessary</title><link>https://sourceforge.net/p/gui4j/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I didn't known if "~f" is the default value of &lt;br /&gt;
"editable" comboBox attribute so I used "editable=~f" &lt;br /&gt;
in all my views... &lt;br /&gt;
but with this release (v1.2.3) "stringConvert" is &lt;br /&gt;
required when the combobox content is not of type &lt;br /&gt;
String and "editable" field is used... but in my case &lt;br /&gt;
"editable" is setted to false and "stringConvert" is &lt;br /&gt;
unnecessary for me.. I don't think it is a real bug &lt;br /&gt;
but is possible to isolate cases in which editable is &lt;br /&gt;
always false (=~f)?! &lt;br /&gt;
Thanks in advance, &lt;br /&gt;
Francesco &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Vadicamo</dc:creator><pubDate>Tue, 22 Nov 2005 15:37:23 -0000</pubDate><guid>https://sourceforge.net426a60c474fe356bbdfaa8800b84cafaf2962a97</guid></item><item><title>table: "automaticRefresh" causes row selection to disappear</title><link>https://sourceforge.net/p/gui4j/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In &amp;lt;table&amp;gt; component: When using&lt;br /&gt;
automaticRefresh="true" and rowSelectionAllowed="true",&lt;br /&gt;
after editing a cell value the row selection disappears.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kay Krüger-Barvels</dc:creator><pubDate>Mon, 25 Jul 2005 18:43:36 -0000</pubDate><guid>https://sourceforge.net0da13f3dcf95a2ea6e972cf5380fe9c9762085ba</guid></item><item><title>Gui4JWindow.maximize(maxWidth, maxWeight) bug</title><link>https://sourceforge.net/p/gui4j/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 1.1&lt;br /&gt;
Gui4JWindow.maximize(maxWidth, maxWeight) does not work&lt;br /&gt;
as expected, dimension settings are ignored.&lt;br /&gt;
solution: remove maximizeWindow() call at&lt;br /&gt;
Gui4jWindowImpl.applySettings() line 298.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 13 Jul 2005 11:19:16 -0000</pubDate><guid>https://sourceforge.net41edbbe828a180872e141000bcc682b957b65970</guid></item></channel></rss>