Dear szschocke, i could call teh getFields() method but after when i try to convert it to SafeArray i received the following error: what can be the problem? ...
Hi, try determining the vartype of the variant after getFields: v[0].getVt(); What happens if you call getFields with (Java code): Variant[] v = new...
Dear szschocke, unfortunatelly i have a bad news: it's also not working in pure java: but it is working in vba, and in python therefore i assume that there is...
Hi, what I meant is: Variant[] v = new Variant[]{ new Variant(), new Variant(), new Variant(), new Variant(), }; oPMS.getFields(v); for(int i = 0; i <...
Dear szschocke, here is the output of your code: D:\alco\java\APITest\class>java pmsapiTest 8 wg_code 0 0 0 and this is the vb code: Sub pmsapitest() Set sa =...
Hi, we will run a test with VFP and give you feed-back later. Stefan ... can ... it ... jyton ... com.inzoom.comjni.ComJniException.eVConvertError ... ...
Ciao szschocke, thank you very much! if you need my code i can send you ... Monday, July 4, 2005, 9:44:15 AM, you wrote: s> Hi, we will run a test with VFP and...
Hi, try: Variant[] v = new Variant[] { new Variant(new SafeArray (com.inzoom.comjni.enums.VarType.VARIANT,4),false) }; obj.getFields(v); SafeArray a =...
Ciao szschocke, thank you very much!! it works in Java as well as Jython!!! Monday, July 4, 2005, 1:22:29 PM, you wrote: s> Hi, s> try: s> Variant[] v = new...
Stefan, Well, the "loading it early" workaround worked! (by calling in com.inzoom.win.Util.getFocusOwnerHWND() in the Frame constructor) On the other hand,...
Dear Expert, i'm new to use jacoZoom, therefore from the following was the question that need some advice or consilt from yours. Please kindly to take a look...
Hi, 1. + 2. Help and samples: Install jacoZoom.msi, then check the Help Index and Samples Index (Start->Programs->jacoZoom 1.5) 3. Yes 4. Note that JActiveX is...
Hello, I have a small problem by generating wrappers. For some tlbs, the generated package name will be uppercase, for some it will be lowercase. For some...
Hi, this is strange, the folders are supposed to have the same name as the packages, including upper/lower case. You can explicitly define the package names by...
JDialog contained JScrollPane, JScrollPane contained JPanel. JPanel contained JActivex, JActivex contained IE Activex. I have two problems, help me!! The...
... IMHO IE ActiveX Control does manage scrollbar automaticaly. ... I will test this issue. I you have a small example or demo please upload to file section. ...
Hi, Hermann. Thank you, your reply. ... JActivex have setAutoscrolls(false) method. but not work. In VC++, get HTMLDocumnet and set scroll=no. I can't get...
... I will see IE Automation API and try to extend your sample with setAutoscrolls(false) call. ... I download your test code and got it running, so i can see...
Ciao jacoZoom, i've got again a problem ... now i would like to call a method in my COM object. this method receives an array as variant data type. the COM...
... setAutoscrolls(false)[ ? the default value is already 'false' ?] method is in the JComponent base class of JActiveX and does handle dragging operation. See...
Hi, first you need to create and fill a SafeArray, using one of the SafeArray ctors, then put it into a Variant,then call your method: SafeArray sa = new...
Ciao szschocke, thank you very much, your examples are working in Java. but unfortunatelly i'm using Jython, and in there i don't have success. here is the...
Hi, I see 2 possible causes: 1. v, the parameter to setArray must be an array of 1 variant, so it should possibly be v = array[Variant(sa,false)] I don't know...
Ciao Stefan, what i figured out in the meantime the following code is working: sa1 = SafeArray(enums.VarType.VARIANT, [0, 0], [3, 5]) sa1.setVariant([0,0],...
Hi I get an error during compilation, saying that a generated wrapper class is clashing with the com.inzoom.comjni.NativeMemory class when I try to generate...
Hi, in order to find out what is wrong here, I need to know the typelibrary you are trying to wrap - at least the method declaration. If you have oleview.exe...
... As mentioned in prior message (http://groups.yahoo.com/group/jacoZoom/message/2589) IHTMLDocument interface is declared in the Microsoft HTML Object...
Dear Stefan, did you receive this e-mail? i know that you cannot help me in jython, if you think this will never work, please tell me, i will pass a string...