<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/echo/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/echo/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/echo/support-requests/</id><updated>2004-08-09T19:26:02Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>XHTML</title><link href="https://sourceforge.net/p/echo/support-requests/3/" rel="alternate"/><published>2004-08-09T19:26:02Z</published><updated>2004-08-09T19:26:02Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta42a4a6b9a4ce53f98502e1394d001ac5ff3691f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you so much for your app!&lt;br /&gt;
My question is regarding XHTML (Strict) /CSS. Do you&lt;br /&gt;
support that? If I want to create a fully W3C-Complaint&lt;br /&gt;
app, can I do that? Does it validate correctly?&lt;br /&gt;
Thank you in advance!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>TextField focus; Tab Order; Hotkey</title><link href="https://sourceforge.net/p/echo/support-requests/2/" rel="alternate"/><published>2003-03-11T20:32:09Z</published><updated>2003-03-11T20:32:09Z</updated><author><name>Petra Leonhardt</name><uri>https://sourceforge.net/u/pleonhardt/</uri></author><id>https://sourceforge.netb56473eaa6339d902e370caf70cce945ae645101</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to define a TextfField in such a way,&lt;br /&gt;
that it has the focus (cursor inside) immediately when&lt;br /&gt;
the whole site is shown? &lt;/p&gt;
&lt;p&gt;Is it possible to define a tab order for a group of&lt;br /&gt;
TextFields like tabindex in HTML?&lt;/p&gt;
&lt;p&gt;Is it possible to define a hotkey for a button, so that&lt;br /&gt;
the button action is executed when the short key is&lt;br /&gt;
pressed?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Show clock for long running task</title><link href="https://sourceforge.net/p/echo/support-requests/1/" rel="alternate"/><published>2003-03-11T20:07:06Z</published><updated>2003-03-11T20:07:06Z</updated><author><name>Petra Leonhardt</name><uri>https://sourceforge.net/u/pleonhardt/</uri></author><id>https://sourceforge.net9c45ba589f440cb25573289a904f87beee3730ee</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible, within a actionPerformed method, to&lt;br /&gt;
show components immediately but remaining within the&lt;br /&gt;
method to do further work.&lt;/p&gt;
&lt;p&gt;For example&lt;/p&gt;
&lt;p&gt;Label label = new Label(clock);&lt;br /&gt;
aPanel.add(label);&lt;br /&gt;
aPanel.update();&lt;br /&gt;
//...&lt;br /&gt;
// do the real work (long running task around 5-10 Seconds)&lt;br /&gt;
//...&lt;br /&gt;
aPanel.remove(label);&lt;br /&gt;
return;&lt;/p&gt;
&lt;p&gt;The above sample dosn't work, because the update method&lt;br /&gt;
will not show the components immediately, even if it is&lt;br /&gt;
described so. So is there a way to do the thinks in&lt;br /&gt;
this way?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>