The AltioLive discussion forums provides an informal hub for asking questions about AltioLive and its functionality, sharing information with other Altio customers and searching posts to find help for developing AltioLive solutions.
[Thu, 26 Jun 2008 14:28:45 +0100]
There are 11 replies, with the last one on Jun 26 2008 at 14:28:45 by altio
Quote: Hi,
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.
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.
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.
[Tue, 17 Jun 2008 10:33:35 +0100]
There are 6 replies, with the last one on Jun 17 2008 at 10:33:35 by Miguel
Quote: quote:
Originally posted by altio
I can't reproduce the problem you had with displaying scientific notation, but I can reproduce the problem with the 0 subtraction result.
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:
We reproduce it, for example (there are more cases...):
A.1)Input Fields format: N13.2, Enabled='Y', Editable='Y'
A.2) XML data example: <VALUES N1='12345678.10' N2='12345677.10' />
A.3) On focus the value changes to: 1,23456781E7, 1,23456771E7.
B.1)Input Fields format: (without format), Enabled='Y', Editable='Y'
B.2) Insert values directly in the input fields: N1=12345678.10, N2=1.0
B.3) The result is 1.23456771E7
Miguel.-
[Tue, 27 May 2008 16:14:15 +0100]
There are 1 replies, with the last one on May 27 2008 at 16:14:15 by Admin
Quote: 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
[Tue, 29 Apr 2008 08:57:42 +0100]
Hi,
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.
Please log onto Sun's database and vote for this bug to be fixed!
http://bugs.sun.com/view_bug.do?bug_id=6687962Thanks
[Tue, 11 Mar 2008 13:26:54 +0100]
There are 12 replies, with the last one on Mar 11 2008 at 13:26:54 by altio
Quote: 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.
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 <= 5secs, Altio client will receive update every 5 to 5+pollrate seconds.
Hope this answer helps.