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 4259 - 4288 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4259
Hello Paul ... Yes, all samples distributed with jacoZoom in folder Samples runs fine. So you can start with copy of TestExcel.java to get feel how jacoZoom...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 1, 2008
6:05 pm
4260
Hello ... Search this NG for keywords ... ... Yes. You can find the javadoc in stefan folder in the file section here. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 1, 2008
8:46 pm
4261
... by ... Is ... Well . . . no. "memory leak" was probably the wrong label. What I would get would be various exceptions from ComJniException. Not ...
paulmarfia
Offline Send Email
Jul 2, 2008
8:27 am
4262
One more thing, if your not too busy... In this MODI Library I'm working on, I came across Collection Objects. For convenience, I ended up adding the same...
paulmarfia
Offline Send Email
Jul 2, 2008
8:53 am
4263
... The ComJniExceptions give us the object reaction of a method call in form a HRESULT values It may be a reserved COM error value or value defined by COM...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 2, 2008
10:25 am
4264
... COM defines for collections IEnumXXX interface family, so the COM object developer can support enumeration interface to get COM object programmers...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 2, 2008
11:11 am
4265
Hello - Any ideas on this issue? Is there any way to register my OCX from my Java applet on Vista? using RegisterActiveXDll(filePath, true), I get this...
tjbrownnh
Offline Send Email
Jul 2, 2008
12:56 pm
4266
... Sorry for being dense... I found the get_NewEnum() in the interface and then I checked all the sample files and messages and couldn't find any examples for...
paulmarfia
Offline Send Email
Jul 2, 2008
3:09 pm
4267
Hi, In my application i need to drag something inside several ActiveX controls. I'm using drag & drop mechanism provided by swing and i noticed a strange...
giampaolopaderno
giampaolopad...
Offline Send Email
Jul 3, 2008
1:26 pm
4268
Hi, I would greatly appreciate any help with the following function call: BOOL LucamTakeSnapshot(HANDLE hCamera, LUCAM_SNAPSHOT *pSettings, BYTE *pData); ...
Anthony Oganesian
aoganesi
Online Now Send Email
Jul 4, 2008
1:44 am
4269
Hi, We are getting following exception: com.inzoom.comjni.ComJniException: code=com.inzoom.comjni.enums.HResult.E_NOINTERFACE Type= ...
vakil_rdin
Offline Send Email
Jul 4, 2008
4:09 am
4270
Hi, On Vista, jacozzom doesn't load a license correctly. This is the dll path on Vista. C:\Users\qtian\AppData\LocalLow\MY_COMPANY_NAME\lib\izmjnicom.dll After...
Jihwan Kim
kimjihwan
Offline Send Email
Jul 4, 2008
5:34 pm
4271
Hi, I am embedding excel in applet. i have my own com excel addin. Its working well. But sometime I am not getting the addin from the following call- ...
sujitgoswami_cs
Offline Send Email
Jul 8, 2008
5:45 am
4272
Hello make sure your java.library.path property of JVM does point to the location of izmjnicom.dll. Whats happens if you omit runRoyaltyFree call ? Do you see...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 10, 2008
2:42 pm
4273
Hello Tracy, did the problema appears only if runned from applet ? Can you register your OCX with jacoZoom as from standalone program ? Im my file section you...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 10, 2008
4:50 pm
4274
Is this a bad time to get some information from this forum? 9 days ago I asked for an example using the get_NewEnum() method in working with Collections. I...
paulmarfia
Offline Send Email
Jul 11, 2008
4:47 pm
4275
Hello Paul, your are right, we have many things to do and no time left. In my file section you can find a example for IEnumVARIANT and _NewEnum (...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 11, 2008
11:23 pm
4276
I downloaded all the files and found one example in the last file WordBookmarks.zip. Is this what you're referring to? What I see is about 60 lines of code...
paulmarfia
Offline Send Email
Jul 12, 2008
12:35 pm
4277
Hello, ... two samples can be found for demonstation of using COM enumeration interfaces. WordBookmarks - will use custom COM interfaces to get IEnumVARIANT ...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 14, 2008
8:23 am
4278
Hi, ... pointer to ... data. ... Take a look inside com.inzoom.comjni.NativeMemory class. You can allocate a lot of memory with NativeMemory nm =...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 14, 2008
8:53 am
4279
Hello, ... As i've understand your issue occurs only first time you call QueryInterface for your custom interface. After reload the applet all thing runs fine...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 14, 2008
9:34 am
4280
Hello ... Also getPtr() method returns 0 so we don't have any pointer to QueryInterface() for ExcelAddin interface and objExcelAddin will be null reference. I...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 14, 2008
10:45 am
4281
Whilst attempting to load and start the dll libraries I get the above warning dialog. It appears and I press 'OK' and carrys on working fine but my problem is...
katrinaokane2
Offline Send Email
Jul 14, 2008
11:00 am
4282
Hi, only trial version of jacoZoom software present a messagebox, the lizensed version come without any dialogs. Please don't forget to call runRoylityFree in...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 14, 2008
5:18 pm
4283
Hi, Can anyone answer my question please? Thanks ... JActiveX("Amovie.ActiveMovieControl.2"); ... ...
giampaolopaderno
giampaolopad...
Offline Send Email
Jul 16, 2008
10:19 am
4284
Hi, We make use of the Windows COMDLG32.OCX file to bring up a standard Windows file chooser dialog at various places in the application. It seems that the...
ph4946
Offline Send Email
Jul 16, 2008
1:51 pm
4285
Hello Paul, ... Feel you free to post a demo for the issue, so we can reproduce the problem. If the application hang then we can attach debugger and get the...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 16, 2008
4:05 pm
4286
I am getting the following exception: com.inzoom.comjni.ComJniException: FreeformBuilder (unknown member) : Object does not exist. in Microsoft Office...
armandlek
Offline Send Email
Jul 16, 2008
4:15 pm
4287
Hello it was possible to compile and run your example. It seems to be impossible to realize Drag&Drop between AWT and ActiveX in the current jacoZoom version. ...
Hermann Scheibe
h_scheibe
Offline Send Email
Jul 16, 2008
4:27 pm
4288
Hi, Thanks for the explanation, i'll try to explore other ways to get d&d working... thanks Giampaolo ... ActiveX ? ... control. The ... the app...
giampaolopaderno
giampaolopad...
Offline Send Email
Jul 17, 2008
8:31 am
Messages 4259 - 4288 of 4588   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