Author |
Message |
|
have you tested Java 7 on server side?
Regards
Daniel
|
|
|
yes, it appears just during the animation and it only shows up on tabs with a lot of content.
Regards, Daniel
|
|
|
OK, image is attached.
Regards, Daniel
|
|
|
at the moment it is not possible to upload a file. I will attach it asap.
Kind regards,
Daniel
|
|
|
Hello!
We found some graphic errors when we switch between different TABBEDLINECONTAINERTABs.
See attached file in the red rectangle.
Kind regards,
Daniel
|
|
|
perfect, thank you!
Daniel
|
|
|
Hello CaptainCasa!
We are using the Java class "Nodes" like LABELNode to build our dynamic Views. Some values like width we have stored as int. Every time we want to set the value we have to convert from int into String.
Code:
label.setWidth( String.valueOf( inputLabelWidth) )
label.setWidth( "" + inputLabelWidth )
Maybe it is possible to add an additional method to set params like width and height as int/Integer?
Kind regards,
Daniel
|
|
|
Hello CaptainCasa!
It would be very useful to have a possibility to see the rendered XML.
Like in a browser "right click" on the HTML Page "show HTML code".
Do you think you can implement this as a new feature in CC?
Kind regards,
Daniel
|
|
|
There is still the file setup_4_0_20110502.exe linked
Kind regards,
Daniel
|
|
|
Thanks for the quick solution!
Regards,
Daniel
|
|
|
current version is fine...
Regards,
Daniel
|
|
|
Hello!
We have tried to implement a Log Off Button. Like in the Demo Workplace...
Code:
public void onButtonPressedLogOff( ActionEvent ae )
{
getWorkpageContainer().closeAllWorkpages( false, new Runnable()
{
public void run()
{
HttpSessionAccess.getCurrentHttpSession().invalidate();
}
} );
}
After pressing this button a error page is shown. Server Side Error
Code:
java.io.IOException: Server returned HTTP response code: 500 for URL: <a href="http://localhost:8080/antos-1.0/faces/jsp/workplace/surroundingpage.jsp;jsessionid=a159facae14cd3af0c38da63cd9e" target="_blank" rel="nofollow">http://localhost:8080/antos-1.0/faces/jsp/workplace/surroundingpage.jsp;jsessionid=a159facae14cd3af0c38da63cd9e</a>
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at org.eclnt.client.comm.http.DataTransfer.transferXML(DataTransfer.java:692)
at org.eclnt.client.comm.http.DataTransfer.communicateToServerSynchronous(DataTransfer.java:217)
at org.eclnt.client.page.Page.transferDataRun(Page.java:1021)
Does someone have an idea what could be wrong?
Kind regards,
Daniel
|
|
|
Hello!
If the formattedfield attribute format is set to "string" the filed doesn't flush anymore.
With "int" and "double" it works fine...
Kind regards,
Daniel
|
|
|
with Firefox (3.6.15) it should be fixed...
http://www.heise.de/newsticker/meldung/Firefox-3-6-15-behebt-Problem-mit-Java-Applets-1202936.html
|
|
|
Hello!
With Firefox (3.6.14) we have a strange behaviour.
After open our application a few times in different tabs we get a MalformedURLException in the Java console. The browser screen keeps black...
With IE we couldn't reproduce this.
Did you have a similiar issue? And maybe you have an explenation and/or a solution?
Kind regards,
Daniel
Code:
java.net.MalformedURLException: no protocol: eclnt/lib/eclnt.jar
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.util.GrayBoxPainter.setProgressFilter(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.setupGrayBoxPainter(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.access$600(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Ausnahme: name
java.lang.IllegalArgumentException: name
at sun.plugin2.applet.Applet2ClassLoader.addJar(Unknown Source)
at sun.plugin2.applet.Applet2Manager.loadJarFiles(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Ausnahme: java.lang.IllegalArgumentException: name
|
|
|