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 2413 - 2442 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2413
Stefan, 1. It is a in-Process (dll) ActiveX Server. The registry entry indicates: InprocServer32 and Threading Model as Both. 2. The code snippet is: ...
sanjaws
Offline Send Email
May 2, 2005
6:21 am
2414
Should I be using the com.inzoom.comjni.Dll.useApartmentThreadingModel() method call? Thanks ... of ... but ... in ... Hostname ... Side ... Hostname ... Side ...
sanjaws
Offline Send Email
May 2, 2005
7:55 am
2415
Hi, I assume the COM Server relies on a Windows message loop to pump the events. Would it be possible for you to give me a halfway running sample then I could...
szschocke
Offline Send Email
May 2, 2005
9:13 am
2416
Stefan, Do you want me to email it to you? You will be able to see the code but not actually run it- as it requires actual hardware. But s I mentioned earlier...
sanjaws
Offline Send Email
May 2, 2005
1:10 pm
2417
Hi, send it to me by email. Including the simulator. Or a link where to download the simulator. And the working VB sample. Stefan ... code ... working. ... ...
szschocke
Offline Send Email
May 2, 2005
1:14 pm
2418
Stefan, I will email all to your email- jacoZoom@.... Pls confrim the address. As stated the simulator has differnt com object ( a .exe). Thanks ...
sanjaws
Offline Send Email
May 2, 2005
1:39 pm
2419
Stefan, I have sent 3 emails + one as confirmation. 1. VB app 2. Java app 3. Simulator Let me know how it goes or if you need more instructions. Thanks Sanjay ...
sanjaws
Offline Send Email
May 2, 2005
2:35 pm
2420
I tried com.inzoom.comjni.Dll.useApartmentThreadingModel() - it does not work. If I give it before com.inzoom.comjni.Dll.start - it throws exeption: ...
sanjaws
Offline Send Email
May 2, 2005
6:27 pm
2421
I also have this problem on my XP workstation: exception messages from a COM object show up in Java as empty strings (""). This happens both in debug builds...
jeffpeeler
Offline Send Email
May 2, 2005
6:31 pm
2422
Hi, I want to pass parameters to a ActiveX rendering engine. Using a vendor supported C++ API, I could do something like that: myactivex.SetHyperText("Some...
wilee14
Offline Send Email
May 2, 2005
9:38 pm
2423
Hi, I want to pass parameters to a ActiveX rendering engine. Using a vendor supported C++ API, I could do something like that: myactivex.SetHyperText("Some...
wilee14
Offline Send Email
May 2, 2005
9:40 pm
2424
If you are using jacozoom everything is in the conext of jacozoom- including your ActiveX object. HTH...
sanjaws
Offline Send Email
May 2, 2005
10:09 pm
2425
... Yes, I am using jacoZoom. So, there's no way to call or access the ActiveX related method from jacoZoom? Thanks, Will...
wilee14
Offline Send Email
May 2, 2005
10:12 pm
2426
Hello Will, ... jacoZoom doesn't support C++ API, but COM API. Check vendor documentation to get started COM API. I assume the activeX will be have some custom...
Hermann Scheibe
h_scheibe
Offline Send Email
May 3, 2005
8:48 am
2427
I have an application that uses a browser implemented with jacozoom to display various web pages. The browser works fine with pages served up from a web...
jjacksonsmc
Offline Send Email
May 3, 2005
11:50 am
2428
Hi, I just tested it by modifying the JWeb example: changed the line , cstrURLNG="http://groups.yahoo.com/group/jacozoom/" to ,...
szschocke
Offline Send Email
May 3, 2005
1:13 pm
2429
Most probably you can generate wrappers for your control with jacoZoom. One of these wrappers should contain an interface declaration with the method...
szschocke
Offline Send Email
May 3, 2005
1:16 pm
2430
Does jacoZoom supports Dynamic Data Exchange for JAVA? This would allow JAVA to communicate with programs that are written to receive DDE information. Note: We...
curmas2003
Offline Send Email
May 3, 2005
1:46 pm
2431
We are getting hotspot errors as below when we shutdown (close the containing window, which calls removeNotify) the JActiveX Web Browser control. I noticed...
misstarahbyte
Offline Send Email
May 3, 2005
7:59 pm
2432
Hello, macros of our customers are stored in text-files. Therefore we would like to transfer a makro to word and excel. Afterwards it has to be executed. Is...
curmas2003
Offline Send Email
May 4, 2005
4:35 am
2433
Hi! The [Browse for File] Button does not work. Is this a known problem? regards, josh....
Josch (oder doch nich...
arittner
Offline Send Email
May 4, 2005
7:49 am
2434
... AFAIK it's possible. Excel.Application object has VBE property and give us access to VBProjects stored within a Excel-Document. Create VB-Functions(Subs)...
Hermann Scheibe
h_scheibe
Offline Send Email
May 4, 2005
9:12 am
2435
... [SNIP] You are right, AFAIK it's not enough release calls before removeNotify call maded. removeNotify will shutdown ActiveX and free native resources. On...
Hermann Scheibe
h_scheibe
Offline Send Email
May 4, 2005
9:36 am
2436
... Hello! I've some problems with release() too. I think, I need some instructions about releasing ActiveX-Objects, Unknown-Objects and Listener. Here is a...
Josch
arittner
Offline Send Email
May 4, 2005
12:02 pm
2437
... [SNIP] ... I've inject some comments with [HS] ... [HS] block #1 changed ... [HS] from jax.getUnknown() call returned IUnknown reference is't released My...
Hermann Scheibe
h_scheibe
Offline Send Email
May 4, 2005
2:50 pm
2438
... We are utilizing done(), however it is not that simple because the ptrs to interfaces are all over our code :( I'm trying to wade through something that I...
misstarahbyte
Offline Send Email
May 4, 2005
11:45 pm
2439
First time "poster" .... I have a Jacozoom browser object inside of a JFrame, the browser object is then loading an applet. The applet has a KeyListener...
odberks2000
Offline Send Email
May 6, 2005
4:49 pm
2440
... convertComPtrTo<Interface> calls QueryInterface on the comPtr passed in, thus the returned interface-wrapper needs to be released. If releaseComPtr = true...
szschocke
Offline Send Email
May 6, 2005
6:02 pm
2441
Stefan, Any feedback. I think this has to be setup as an STA- how? Thanks Sanjay ... the ... <S.Zschocke@i...> ... loop ... registry ... no ... see ... The ......
sanjaws
Offline Send Email
May 6, 2005
8:21 pm
2442
Hi, we have just released a new version and added a new class com.inzoom.axjni.STAThread. This class generates a native STA-Thread with a windows message loop....
szschocke
Offline Send Email
May 9, 2005
8:14 am
Messages 2413 - 2442 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