<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- RSS generation done by Snitz Forums 2000 on Nov 21 2008  18:46:36 -->
<rss version="2.0">
<channel>
<language>en-us</language>
<lastBuildDate>Fri, 21 Nov 2008 18:46:36 +0100</lastBuildDate>
<webMaster>developer@altio.com</webMaster>
<ttl>60</ttl>
<title>Altio Forums</title>
<link>http://www.altio.com/forums/</link>
<description>Altio Forums</description>
<image>
<link>http://www.altio.com/forums/</link>
<url>http://www.altio.com/forums/rss.gif</url>
<title>Altio Forums RSS Feed</title>
<width>150</width>
<height>67</height>
</image>
<item>
<title>jdbc connection to microsoft sql server express</title>
<author>esco</author>
<link>http://www.altio.com/forums/topic.asp?TOPIC_ID=1231</link>
<category>General Discussion</category>
<pubDate>Tue, 18 Nov 2008 19:52:23 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1231</guid>
<description><![CDATA[ I have not been able to successfully create a jdbc service connection to microsoft sql server express.  I suspect I am not setting the url correctly.<br /><br />in driver I put <br />sun.jdbc.odbc.JdbcOdbcDriver<br />in url i have tried:<br /><br />jdbc:odbc:SQLEXPRESS:frodo.orl.lmco.com/YesDb<br />jdbc:odbc:trainingdsn<br />jdbc:odbc://frodo.orl.lmco.com/YesDb<br /><br /><br />where SQLEXPRESS is my SQL Server instance,<br />frodo.orl.lmco.com is the server<br />YesDb is the database<br />trainingdsn is a dsn on the server which connects me to the database.<br /><br />Can you please provide an example of what the url should look like for a connection to microsoft sql server express.<br /><br />El Jefe]]></description>
</item>
<item>
<title>Execute processDataXML in custom control</title>
<author>oscar</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1228&amp;REPLY_ID=2914</link>
<category>General Discussion</category>
<pubDate>Thu, 30 Oct 2008 22:48:03 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1228</guid>
<description><![CDATA[There are 11 replies, with the last one on Oct 30 2008 at 22:48:03 by oscar<br><b>Quote:</b><br> Hi,<br /><br />The app works fine with <br /><br />appletAltio.processDataXML("&lt;DATA/&gt;");<br /><br />The context is created and windows are opened with the right context. We have changed the hidden Text for a property Data Source in the Custom control (the same as you say but all in one control for simplicity) and in the  method onDataUpdate() it launch the trigger CONTEXT_OK.<br /><br />Thanks a lot for your help.<br /><br />O.Arnáiz]]></description>
</item>
<item>
<title>Bug in 5.2 with Static Data?</title>
<author>altio</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1230&amp;REPLY_ID=2905</link>
<category>General Discussion</category>
<pubDate>Tue, 07 Oct 2008 20:45:10 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1230</guid>
<description><![CDATA[There are 5 replies, with the last one on Oct 07 2008 at 20:45:10 by altio<br><b>Quote:</b><br> We couldn't reproduce this problem.<br /><br />If you could provide more details (file format, size, etc..) we will investigate this issue further.<br /><br />Thanks.]]></description>
</item>
<item>
<title>&quot;Paint focus on panel&quot; property</title>
<author>garyt</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1229&amp;REPLY_ID=2904</link>
<category>General Discussion</category>
<pubDate>Tue, 07 Oct 2008 20:25:15 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1229</guid>
<description><![CDATA[There are 2 replies, with the last one on Oct 07 2008 at 20:25:15 by garyt<br><b>Quote:</b><br> This feature will be available in Altio 5.2.2,  scheduled for release mid-October]]></description>
</item>
<item>
<title>Window Active property</title>
<author>garyt</author>
<link>http://www.altio.com/forums/topic.asp?TOPIC_ID=1227</link>
<category>General Discussion</category>
<pubDate>Tue, 05 Aug 2008 14:04:53 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1227</guid>
<description><![CDATA[ Hi,<br /><br />During the final testing of Altio 5.2 we have found inconsistency in how the Window property Active is implemented. <br /><br />According to the documentation if Active=N then a Window should behave as if it is read-only, in Altio 4.x it was not consistent.<br /><br />In Altio 5.2 we plan to make all controls read-only e.g. TextBox, Check boxes etc. The only controls that would be active are panels.<br /><br /><br />Is anyone is using the functionality? If yes, what is the use case?<br />Will the proposed 5.2 functionality cause any Altio users issues?<br />]]></description>
</item>
<item>
<title>Problems with Altio5.1.5</title>
<author>altio</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1224&amp;REPLY_ID=2895</link>
<category>General Discussion</category>
<pubDate>Thu, 26 Jun 2008 14:28:45 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1224</guid>
<description><![CDATA[There are 11 replies, with the last one on Jun 26 2008 at 14:28:45 by altio<br><b>Quote:</b><br> Hi,<br /><br />I have finally managed to reproduce this problem here, and there's nothing wrong with the v4 JARs as such - the problem here was a custom control, SwingTextField, constructing its own caption control internally and then adding that control to the panel directly. Our panel then tried to call a method on that control, presuming it was a new Altio v5 control and found that it wasn't, it was an old control and it had the wrong method signature, which is when the problem happened.<br /><br />The bad news is that this requires a change to the core product to deal with this situation, but the good news is that Altio 5.2 is in final testing, so I will add this fix in now and I will let you know as soon as a 5.2 release is available for you.<br /><br />Meanwhile you might be able to work around the problem by removing the CAPTION property from your custom controls - creating auto captions was causing the problem here.]]></description>
</item>
<item>
<title>IEEE754 &amp; Xpath?</title>
<author>Miguel</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1226&amp;REPLY_ID=2894</link>
<category>General Discussion</category>
<pubDate>Tue, 17 Jun 2008 10:33:35 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1226</guid>
<description><![CDATA[There are 6 replies, with the last one on Jun 17 2008 at 10:33:35 by Miguel<br><b>Quote:</b><br> <blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by altio</i><br />I can't reproduce the problem you had with displaying scientific notation, but I can reproduce the problem with the 0 subtraction result. <br /><hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"><br /><br />Perhaps the 0 result is a difficult combination of Locale, format numbers so it doesn't matter to us, but other results (scientific notation,...) are important for us to solve them:<br /><br />We reproduce it, for example (there are more cases...):<br />A.1)Input Fields format: N13.2, Enabled='Y', Editable='Y'<br />A.2) XML data example: &lt;VALUES N1='12345678.10' N2='12345677.10' /&gt;<br />A.3) On focus the value changes to: 1,23456781E7, 1,23456771E7.<br /><br />B.1)Input Fields format: (without format), Enabled='Y', Editable='Y'<br />B.2) Insert values directly in the input fields: N1=12345678.10, N2=1.0<br />B.3) The result is 1.23456771E7<br /><br /><br /><br /><br />Miguel.-]]></description>
</item>
<item>
<title>Problem with Altio 4.4 on SuSE</title>
<author>Admin</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1225&amp;REPLY_ID=2881</link>
<category>General Discussion</category>
<pubDate>Tue, 27 May 2008 16:14:15 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1225</guid>
<description><![CDATA[There are 1 replies, with the last one on May 27 2008 at 16:14:15 by Admin<br><b>Quote:</b><br> Sorry you are having problems with your application. Please check that you do not have multiple datapools delivering similar data. If this does not work you can send us your application<br /><br /> ]]></description>
</item>
<item>
<title>Vote for Sun fixing a bug</title>
<author>jimcro</author>
<link>http://www.altio.com/forums/topic.asp?TOPIC_ID=1223</link>
<category>General Discussion</category>
<pubDate>Tue, 29 Apr 2008 08:57:42 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1223</guid>
<description><![CDATA[ Hi,<br /><br />The new Sun JRE release 6 update 10, currently in beta, has introduced a bug into Swing that affects AltioLive versions 5.0 to 5.14. Altio works around the issue in release 5.1.5 onwards. The bug prevents AltioLive List controls working in this JRE.<br /><br />Please log onto Sun's database and vote for this bug to be fixed!<br /><br /><a href="http://bugs.sun.com/view_bug.do?bug_id=6687962" target="_blank"><a href="http://bugs.sun.com/view_bug.do?bug_id=6687962" target="_blank">http://bugs.sun.com/view_bug.do?bug_id=6687962</a></a><br /><br />Thanks]]></description>
</item>
<item>
<title>Exception throws when calling java service</title>
<author>altio</author>
<link>http://www.altio.com/forums/topic.asp?whichpage=-1&amp;TOPIC_ID=1219&amp;REPLY_ID=2877</link>
<category>General Discussion</category>
<pubDate>Tue, 11 Mar 2008 13:26:54 +0100</pubDate>
<guid>http://www.altio.com/forums/topic.asp?TOPIC_ID=1219</guid>
<description><![CDATA[There are 12 replies, with the last one on Mar 11 2008 at 13:26:54 by altio<br><b>Quote:</b><br> Datapool pollrate is a setting specific for DATAPOOL with POLLING protocol.  It indicates how often datapool polls for new updates.  The "Poll rate" in designer's "View settings" is also for POLLING protocol(HTTP-POOL), but is the frequency of Altio client making request to APS for new updates. <br /><br />If there is always update from your backend, your DATAPOOL pollrate is 5secs and your client uses streaming connection, Altio client will receive update every 5secs.  If your client uses POLLOING connection with pollrate &lt;= 5secs, Altio client will receive update every 5 to 5+pollrate seconds.<br /><br />Hope this answer helps.<br />]]></description>
</item>
</channel></rss>