-
According to kindalu in another bug Applet and IE 7 he said Applet support IE 8
Regards.
07:48AM UTC on Jul 01 2009 in ZK - Simply Ajax and Mobile
-
Hi kindalu,
I found an workround, to this bug with IE 7.
I am calling System.exit(0); after shutdown operation of JXFS devices.
public void destroy() {
printerManager.shutdown();
System.exit(0);
}
Regards.
07:45AM UTC on Jul 01 2009 in ZK - Simply Ajax and Mobile
-
Interresting to see the same application ported to GWT.
You can try to post GWT code and ZK code then the ZK Team will work over to see what is causing the problem.
It will help us (ZK fans) to have an less memory leak inside ZK.
I have download the attached file and I will try to see what is happening.
Regards.
08:07AM UTC on Jun 30 2009 in ZK - Simply Ajax and Mobile
-
Please see http://docs.zkoss.org/wiki/Performance_tip
We use in our intranet ZK with grid in most case, and our users or our company only use IE 7 actually, really we didn't have memory leak!
So, if you really need performance use native namespace even possible and use Load On Demand.
08:05PM UTC on Jun 29 2009 in ZK - Simply Ajax and Mobile
-
We can try to open an window and that new window create the applet, then you put an RMI connection (port 2XXX for example) but don't close the connection inside the applet, then click the close button.
However, I am trying to resolve other issue from my company, I hope soon have time and create an reproducible code to provide to you.
07:29AM UTC on Jun 23 2009 in ZK - Simply Ajax and Mobile
-
Use Case for: Infinitive progress only in IE 7 (Firefox 3.0.10 is OK)
Teory:
1. Bellow I have already provide the code to reproduce, however, I didn't post the really printForm implementation. So what that printForm do?
2. printForm call an JXFS PrinterManager which will certify an bank check or other documents. however JXFS has an bug when it use some port 2XXX.
3. The bug is after an...
07:24AM UTC on Jun 23 2009 in ZK - Simply Ajax and Mobile
-
Hi kindalu,
ZK 3.6.2 FL 2009-06-19 already has codebase support.
I used IE 7 installed in my machine there is no IETester or IE standalone.
IE 7 really works OK after I modify the code to use pure richlet: the problem was Firefox will not activate applet if it is not visible, but IE activate
always.
BUT, BUT, BUT
I found what is the problem causing IE 7 only not work properly with my...
06:59AM UTC on Jun 23 2009 in ZK - Simply Ajax and Mobile
-
I found an workaround for IE 7, but, there is always an BUT with IE.
Firefox will not activate applet if it is not visible, but IE activate always. So, I created an workaround to create the applet only on click instead of change visible state.
It is working, but after I try to close the windows IE start progress bar infinitive.
11:47AM UTC on Jun 22 2009 in ZK - Simply Ajax and Mobile
-
Feedback after try ZK 3.6.2 FL 2009-06-19.
Firefox is OK
IE 7 NOT WORK. According to my code the applet must be initialized only after an button be clicked, but IE 7 call applet before button was clicked, and it started to infinitive progress bar of zk.
10:08AM UTC on Jun 22 2009 in ZK - Simply Ajax and Mobile
-
Unfortunately, there is only ZK 3.6.2 FL 2009-06-19.
Hope it already contains support of codebase, so I will test with Firefox, IE 6, IE 7 and IE 8 then I will write an feedback here.
08:52AM UTC on Jun 22 2009 in ZK - Simply Ajax and Mobile