Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3512 - 3542 of 4591   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3512
The com.inzoom.comjni.Font interface setSize function takes a long parameter and the getSize function returns a long. This seems to get passed through to the...
tjbrownnh
Offline Send Email
Aug 3, 2006
3:59 pm
3513
Hello, access violation are typically throwed if a object is already released and a programm will call a object metod. Please check you code to make sure the...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 9, 2006
2:57 pm
3514
Hello Tracy, i was test your issue with as simple ATL COM Object what does support IFont interface. But all things works fine. Please check you COM Object...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 9, 2006
4:02 pm
3515
Hi, i get a variant of the ADO type 131(NUMERIC). I've read (MySQL homepage) that i should convert it in an "java.math.BigDecimal". Is this correct? How can i...
Ingo Siebert
ingosiebert75
Offline Send Email
Aug 11, 2006
4:08 pm
3516
Hi, please be more specific, as com.inzoom.ado.Field has a getDouble method as well as com.inzoom.comjni.Variant. I assume the 131 you get from...
Stefan Zschocke
szschocke
Offline Send Email
Aug 11, 2006
5:41 pm
3517
Hi Stefan! ... Sorry, if i wasn't specific enough. No, i get get an "com.inzoom.comjni.Variant" and getVt() returns the value 131. The problem is, that...
Ingo Siebert
ingosiebert75
Offline Send Email
Aug 14, 2006
7:40 am
3518
This is strange, because 131 is not a valid vartype. Variant has a getDecimal method, did you try it? Stefan ... getDouble ... the ... to ... (double...
Stefan Zschocke
szschocke
Offline Send Email
Aug 14, 2006
9:19 am
3519
... Why is 131 not a valid type? ... My version is a little older, is it possible that this method has been added in a newer version? Must i re-generate...
Ingo Siebert
ingosiebert75
Offline Send Email
Aug 14, 2006
9:24 am
3520
Hermann - I have checked the COM interface. lpFontInterface->get_Size() returns a CY. When I set the font size to 160000 (int) in my applet, the Lo value in...
tjbrownnh
Offline Send Email
Aug 16, 2006
3:07 pm
3521
The code just copies the long (8 byte) value from the JNI jlong type to the parameter stack of the vtable method. I guess the COM marshalling layer changes the...
Stefan Zschocke
szschocke
Offline Send Email
Aug 16, 2006
4:14 pm
3522
Hello Tracy I was tested your issue again with using STA : threading was changed from 'both' to 'apartement' in FntCY.h. I can see the marshaller...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 17, 2006
2:56 pm
3523
Stefan, I found that the driver returns records properly if the cursorlocation is set to client side. What value does jadozoom set the cursorlocation to when...
ajay_parab
Offline Send Email
Aug 17, 2006
11:32 pm
3524
you can call ((com.inzoom.jdbcado.IStatement) stmt).setDefaultCursorLocation(3); before calling stmt.execute(Query) Stefan ... the ... result ... have ... ...
Stefan Zschocke
szschocke
Offline Send Email
Aug 18, 2006
7:10 am
3525
Hi , Is jacoZoom compatable with MS VM in the browser ?? I have an applet use jacoZoom and the second it hits the = new STAThread() it dies. meaning it...
Sethu Karthy M
sethu_manic
Offline Send Email
Aug 23, 2006
5:38 pm
3527
Sorry, my last reply was intended for somebody else.. No, it does not work with the MS VM. MS have built-in support for ActiveX controls. Stefan ... ...
Stefan Zschocke
szschocke
Offline Send Email
Aug 24, 2006
7:31 am
3528
Hi Friends, I get the following exception in my java code. com.inzoom.comjni.ComJniException: code=com.inzoom.comjni.enums.HResult.TYPE_E_CANTLOADLIBRARY Type=...
ajit_kdcv
Offline Send Email
Aug 24, 2006
9:44 am
3529
Hi, make sure that the OTAClient.dll is correctly installed and registered. Run regsvr32.exe with the dll Stefan ... class...
Stefan Zschocke
szschocke
Offline Send Email
Aug 24, 2006
9:58 am
3530
Thanks Stefan, The code is working now. ... Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business....
AJIT VERMA
ajit_kdcv
Offline Send Email
Aug 25, 2006
8:58 am
3531
Hi Stefan, Have any ideas to resolve this error. I get this at the statement, staThread = new STAThread(); This line is after Dll.runRoyaltyFree() and I get...
Sethu Karthy M
sethu_manic
Offline Send Email
Aug 28, 2006
3:13 pm
3532
I need to load an image of a file or from memory and to put it in a Picture object to add it to a button of a toolbar of Office. How I can do it? Thanks...
linocg
Offline Send Email
Aug 30, 2006
3:09 pm
3533
Cómo cargar una imagen desde disco a un objeto Picture? Cualquier sugerencia sería bien recibida. gracias...
linocg
Offline Send Email
Aug 30, 2006
3:10 pm
3534
I have posted an updated jacoZoom installation which contains the method com.inzoom.comjni.ComLib.oleLoadPictureFile This should help you achieve your goal. ...
Stefan Zschocke
szschocke
Offline Send Email
Aug 30, 2006
4:57 pm
3535
No idea. Can you post a sample which reproduces this? The AxCreator COM object is defined in izmjnicomax.dll. Stefan ... only in the browser....
Stefan Zschocke
szschocke
Offline Send Email
Aug 30, 2006
5:03 pm
3536
Thanks for your help. I have other problem, please help... ... // new Toolbar CommandBar cbToolBar = application.getCommandBars().add(new Variant("New...
linocg
Offline Send Email
Aug 30, 2006
5:42 pm
3537
Do you have a working VBA sample for this? Please post corresponding VBA code in order to find out what the problem is Stefa...
Stefan Zschocke
szschocke
Offline Send Email
Aug 30, 2006
5:57 pm
3538
Sub Macro1() CommandBars.Add(Name:="new ToolBar").Visible = True Dim cbc As CommandBarButton Set cbc = CommandBars("new ToolBar").Controls.Add _ ...
linocg
Offline Send Email
Aug 31, 2006
8:20 am
3539
This code only runs inproc with Word, that is from VBA when you start VBA from word. If you run it for example from a VB application it fails same as with...
Stefan Zschocke
szschocke
Offline Send Email
Aug 31, 2006
2:26 pm
3540
Hi, I used the library for four months and it works perfectly, included on various computers. I found recently two machines on which the Control cannot be...
michel_koenig
Offline Send Email
Sep 5, 2006
12:12 pm
3541
Can you please post the stacktrace of the exception, too? Thx, Stefan ... included ... the...
Stefan Zschocke
szschocke
Offline Send Email
Sep 5, 2006
12:53 pm
3542
Hi Stefan, I put several displays in my code : public class Mapper extends javax.swing.JPanel implements com.inzoom.axjni.event.AxEventListener // ...
michel_koenig
Offline Send Email
Sep 7, 2006
7:21 am
Messages 3512 - 3542 of 4591   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help