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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3221 - 3251 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3221
Hi Stefan, Is there a way to have ActiveX controls with Swing to work WITHOUT registering the IzmJniComAx.dll? What is the purpose of registering this dll?? It...
paul_kent2
Offline Send Email
Apr 3, 2006
6:17 am
3222
Stefan Zschocke wrote: "We are still investigating another solution to it, may be we can say more tomorrow." Do you already know more about this solution? ... ...
subultura
Offline Send Email
Apr 3, 2006
6:46 am
3223
hi did you have any chance to test my sample and figure out anything that could be helpful for me? ... ComJniException ... ...
attilagyorfi123
Offline Send Email
Apr 4, 2006
2:25 pm
3224
Hi, with WebStart you can register the izmjnicomax.dll from your java code. This works as long as the user has sufficient rights for registry access. See the...
Stefan Zschocke
szschocke
Offline Send Email
Apr 4, 2006
4:25 pm
3225
Hi, I have uploaded a slightly modified sample from you. You can get it from http://groups.yahoo.com/group/jacoZoom/files/OfficeWord.java. I have tested it...
Stefan Zschocke
szschocke
Offline Send Email
Apr 4, 2006
4:49 pm
3226
Hi, I have taken the test file which Hermann has tested before. As it didn't work I slightly modified it and now it works without problems. I tested with...
Stefan Zschocke
szschocke
Offline Send Email
Apr 4, 2006
5:06 pm
3227
I have a strange problem when automating with outlook 2003. If oulook isn't started, the interaction doesn't work correctly. In case of calendar items, I can...
curchk
Offline Send Email
Apr 5, 2006
6:40 am
3228
Hi, please post your code so I can test it Stefan ... oulook ... When ... create a ... Method) ... (IUnknownJCW.java:75) ... ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 5, 2006
7:01 am
3229
I have managed to successfully create an SWT app with OleClientSite but would prefer to do this with JacoZoom. I can bridge the components to SWT but am having...
vk_er2k2
Offline Send Email
Apr 5, 2006
10:47 am
3230
Hello ... Hmm , JWinDoc sample does show the toolbars on my installation. Your not? Also we have toolbars enable/disable issue(JOleDocument.setToolbarbool()...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 5, 2006
11:49 am
3232
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File :...
jacoZoom@yahoogroups....
Send Email
Apr 6, 2006
2:49 pm
3233
Hi, the problem is fixed. Please download the latest jacoZoom and regenerate the wrappers. The downnload link is ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 6, 2006
3:00 pm
3234
Hi, this code fails, but I have no idea why. The control embedded in the ActiveX canvas should definitely be a ViewCtl, but the conversion back from IUnknown...
hermann_roescheisen
hermann_roes...
Offline Send Email
Apr 7, 2006
1:12 pm
3235
Hi, you must give the control time to start running. Use the AxEventListener interface to wait for the init event before communicating with the control Stefan ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 8, 2006
9:49 am
3236
Hi Stefan, thank you for your quick response. Using the event listener also doesn't work, it fails with the same exception. Any ideas? The source code: private...
Hermann Röscheisen
hermann_roes...
Offline Send Email
Apr 10, 2006
7:19 am
3237
Hi Stefan, using the listener and replacing this line: ViewCtl.getViewCtlFromUnknown(unknown); by these two lines works: IDispatch dispatch = ...
Hermann Röscheisen
hermann_roes...
Offline Send Email
Apr 10, 2006
8:08 am
3238
Thank you for your reply. That would be good if there was a solution that does not require registration of the dlls. Keep up the good work! Paul ... for ... ...
paul_kent2
Offline Send Email
Apr 10, 2006
1:28 pm
3239
Hi, this might be a threading problem. If the control you are using has an interface without the appropriate marshalling information in the registry, then COM...
Stefan Zschocke
szschocke
Offline Send Email
Apr 10, 2006
4:56 pm
3240
Hello NG, two weeks ago i was wrote about prb run JActiveX with jdk1.4.2_11. The prb report is yet public on the SUNs bug database site[0]. Regards Hermann [0]...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 11, 2006
7:26 am
3241
Hi Stefan, Solution #1 (calling the control in the STA thread) finally did it. Thank you very much! Hermann....
Hermann Röscheisen
hermann_roes...
Offline Send Email
Apr 11, 2006
8:33 am
3242
Hi I'm having a problem when i use jacoZoom to add the activex control into my java application. The activex control is inside the VAPGDecoder.dll file with...
marekwong
Offline Send Email
Apr 14, 2006
7:10 am
3243
Hi, 1. did you try to connect to the control in its STA thread? See the JWebSTA sample which comes with jacoZoom for details on calling the control from the...
Stefan Zschocke
szschocke
Offline Send Email
Apr 15, 2006
8:11 am
3244
Hi Stefan, Thx for yr reply. For the 1st suggestion, i've modified the code in JWebSTA sample. However, there was error in the line:"((VaPgCtrl) ...
marekwong
Offline Send Email
Apr 16, 2006
3:59 pm
3245
Hi, you mean you did it just like in the JWebSTA sample: got the unmarshalled unknown pointer, then inside the STACaller.synch Runnable thread attached it to...
Stefan Zschocke
szschocke
Offline Send Email
Apr 19, 2006
9:18 am
3246
Hi, I did follow the JWebSTA sample. Here are few lines of code inside the STA thread: IUnknown unk = IUnknownJCW.getIUnknownFromComPtr(m_staPtr,false); ...
marekwong
Offline Send Email
Apr 19, 2006
1:27 pm
3247
Hi, this is strange. Is it possible to get a test case from you with this ActiveX Control? Then we can debug and see where it goes wrong. Stefan ... the ... ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 19, 2006
2:15 pm
3248
Hi, pls download the file from this link: http://personal.ie.cuhk.edu.hk/~kfwong3/VAPGDecoder.zip The zip file include the activex dll and the modified...
marekwong
Offline Send Email
Apr 19, 2006
3:12 pm
3249
Hello Marek i was - download file - extract all files - register dll - create JCW's - compile - run without E_NOINTERFACE exception. E_NOINTERFACE may signal a...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 20, 2006
1:23 pm
3250
Hi Stefan, i reregisterd the dll, created the wrapper and compiled it, but the problem presists. I made a screen capture of jacozoom, link: ...
marekwong
Offline Send Email
Apr 20, 2006
5:44 pm
3251
Hello Marek, i was retested my configuration, this was different from you so after regenerate JCW's i have the prb too. Will check and post response ASAP. ...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 21, 2006
7:26 am
Messages 3221 - 3251 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