I am trying to avoid having the entire JFrame painted black for the moment after adding the JActiveX component to my panel. Even though it sits in one side of...
... [SNIP] ... Please upload your example to the fle section here, so we can test it too. May be we can find a solution for this mix - JSplitPane is ...
... I have uploaded my example. Set a breakpoint in JActiveX.addNotify() then press the "PRESS ME" button and step into addNotify(). It all turns black and...
An update is available under http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi which addresses possible problems when using more than one...
Hello Barry, i'he checked you example. Tha Active Movie control was showed before it was resized to right size. The latest update uploaded will fix this please...
... Thank you so much, the update fixed the problem! The transition from one screen to another in my application is now very crisp and without flicker. Well...
Hi, I'm working with Tx TextControl ActiveX and i use jacozoom to embed the control in our java application. I need to embed multiple controls inside the...
When my applet is running on Windows Vista on JRE 1.6.0_10, the call to register IzmJniComAx.dll using RegisterActiveXDll() throws an Exception: Exception:...
Hi, please download the latest jacoZoom release. It works on Vista. RegisterActiveXDll is no longer necessary, as long as both DLLs are in the same folder. ...
Hello, new jacoZoom version contains a redesigned JSplitCal with two different ActiveX controls within a Swing application. Plese test your controls with this...
Hi, I tried JSplitCal example as you said and gui freeze only when i have two TextControl, however i don't think it's a control issue because using swt(Eclipse...
Hi, AFAIK SWT is a set of heavyweight components simular to AWT. Did you tests your controls with AWT ? Freeze it with AWT too? The Swing is a lightweight...
Hi, Yes it freeze with awt too. I've tried adding two panel to a frame each panel containing a JActiveX component. This is the link for the control's trial...
Hi Infozoom team I have a Java app where on one of the tab pages I display MS Word and the users enter text and create some tables according to the business. ...
Hi, this error message occurs most likely, if the vtable of a COM component is changed after the wrappers have been generated. Please try regenerating all java...
thanks Stefan it seems to me that I can expect users having different versions of Word. Do I need to provide different wrappers to them or does it mean that if...
Is Word the only COM Server you are using? You should build the wrappers for the lowest supported Word version. Also, you can try using dispatch wrapper...
Hello, ... Yes, i have two news for you. The bad news first. After downoload the TxTextControl it was possible to reproduce your issue with little different...
Hi, Thanks for the replay. If i have understand well the freezing problem is related to a focus issue, the problem is that the controls must share the same COM...
Hi, im my filesection you can find TestMFCCtrl.zip contains - TestMFCCtrl - Folder with MFC C++ project - java sources and Bat-files to compile - two text...
Hello In the method "init(com.inzoom.axjni.event.AxEvent evt)" , when i call getUnmarshalledControlPtr() on my JActiveX, i get the following exeception : ...
Hi ... here a simple program using getUnmarshalledControlPtr import javax.swing.*; import java.awt.event.*; import com.inzoom.axjni.JActiveX; import...
Well I have changed it, to give a flavor of what we do, but the error does not appear. Also something I left out, when we run our application Out of say the 5...
Hello, ... Your changes are not related to functionalty ... We need to reproduce the issue before we can help you. ... and/or alternatively ... May be used...
Hello Marios, ... I'm means java.awt.EventQueue instance. You have to change AxEventListener.init() from public void init(AxEvent evt) { final int ptr =...