... what du you mean? I don't understand this. ... manipulate and ... frame ... new one, ... problematic ... pid=1592, ... Here is the full error.log # # An...
Hi, I have an application where i have to invoke one fitnesse tool from Mercury Quality center.For that i have to use jacozoom from MQc. Please suggest how i...
... Yes, you are right here - I checked my log files and nearly all calls that wasn't served are "do something" (nearly all are about creating some event...
... Yes, you are right here - I checked my log files and nearly all calls that wasn't served are "do something" (nearly all are about creating some event...
... You have a problem with reference counting. Lifetime of a COM object defined by a reference counter montained by object itself und manipulated over all...
Hello ... I'm not a specialist for Mercury Quality center. AFAIK Mercury Quality center supports J2EE environment, so can consult the vendor documentation how...
Hello ... FillListener(null)); ... Assume jacoZoom have problem with system resources, so we got the exception on any call served by jacoZoom. This is't the...
I've made tests to count errors with different system calls - because before now I relied on my eyes and log reading which can be inaccurate (especially when...
I was able to suppress right click mouse events for my window. The effect is to hide the required Flash context menu. It was a 3 step process: 1. Get the HWND...
Hi All, I am currently evaluating jacoZoom for use in a project. We have some simple code that connects to a dll using jacoZoom. The same code is working fine...
Dear All, i've sent my application to the customer with izmcomjni.jar and izmjnicom.dll files for beta testing the application. the files are copied in a...
Hi, I implemented an interface, which can call a macro. Now I want to be able, to call a private sub routine. The next step should be that this sub routine is...
Hello, ... May be your component ( FKPCalcEngine.Calculator ) is a STA component. In this case COM Library does try to instantiate a marshaller to access STA...
Hello ... We can only register COM Server's with regsvr32. izmjnicom.dll is't a COM server. Only izmjnicomax.dll needs to be registed. Only yif your...
Hi Hermann, I don't understand why I would need to change Java Code, this dll is running fine on another machine. Is it possible that we've got differnt...
I have one more problem and I don't know what is the fault. I recreated new wrappers for next version of X-Trader API and in one of methods I get an error...
Hello ... <SNIP> ... What is about access rights? May be the problem is to access typelibaries? Licenses ? Check you can create object instance on the machine...
Hello ... The private sub can be called only from module itself on can't be exported. So you can only call public subs. ... If you have a object reference, you...
We use JOLEDocument for integration with MS Office in our Java project. MS Office XP, 2003 versions integration works without any problems. Standart method...
I am using JacoZoom to embed the IE browser inside a swing app. A Web page that has a few JavaScript functions is loaded into the IE browser. I need to call...
Hello, ... In my file section you can find JWordDocTest.zip example. This one i was used to reproduce your issue. After start the application change the...
In my ActiveX control, I have several enums defined in the ODL file. I tried re-generating my wrapper classes with the latest jacoZoom, and the enum classes...
Hello Tracy, ... I the type library developer don't got a name for a enum the IDL compile will generate one. You can see generated names with oleview tool, all...
Hello - I am trying to upgrade to the April 2007 release of jacoZoom. I re-generated the wrapper classes and compiled everything. I made sure I am using the...
Hello ... Yes, i can send it to your private email at eiStream.com. ... The IDispatch interface pointer is invalid( may be was released before). Call invalid...
Hermann - Thanks. My eistream.com e-mail is no longer operative. You can use the spammotel.com e-mail. Thanks again, Tracy Brown ... to ... a ... It ... ...
Hermann - I call the same method several times using the same variant. Is it possible the variant is getting freed up between calls? For example: Variant...
I am evaluating jadozoom as a way to connect to a database from ImageJ, an image analysis program that supports Java-based plugins. I have a plugin that works...