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 4217 - 4246 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4217
I am trying to avoid having the entire JFrame painted black for the moment after adding the JActiveX component to my panel. Even though it sits in one side of...
barrysvee
Offline Send Email
May 12, 2008
2:19 pm
4218
... [SNIP] ... Please upload your example to the fle section here, so we can test it too. May be we can find a solution for this mix - JSplitPane is ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 13, 2008
9:13 am
4219
... I have uploaded my example. Set a breakpoint in JActiveX.addNotify() then press the "PRESS ME" button and step into addNotify(). It all turns black and...
barrysvee
Offline Send Email
May 13, 2008
2:55 pm
4220
An update is available under http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi which addresses possible problems when using more than one...
Stefan Zschocke
szschocke
Offline Send Email
May 16, 2008
9:53 am
4221
Hello Barry, i'he checked you example. Tha Active Movie control was showed before it was resized to right size. The latest update uploaded will fix this please...
Hermann Scheibe
h_scheibe
Offline Send Email
May 16, 2008
10:57 am
4222
... Thank you so much, the update fixed the problem! The transition from one screen to another in my application is now very crisp and without flicker. Well...
barrysvee
Offline Send Email
May 16, 2008
1:53 pm
4223
Hi, I'm working with Tx TextControl ActiveX and i use jacozoom to embed the control in our java application. I need to embed multiple controls inside the...
giampaolopaderno
giampaolopad...
Offline Send Email
May 20, 2008
11:02 am
4224
When my applet is running on Windows Vista on JRE 1.6.0_10, the call to register IzmJniComAx.dll using RegisterActiveXDll() throws an Exception: Exception:...
tjbrownnh
Offline Send Email
May 20, 2008
4:29 pm
4225
Hi, please download the latest jacoZoom release. It works on Vista. RegisterActiveXDll is no longer necessary, as long as both DLLs are in the same folder. ...
Stefan Zschocke
szschocke
Offline Send Email
May 20, 2008
5:57 pm
4226
Please download the latest jacoZoom version. We recently fixed this bug. Stefan ... controls ... registered successful"); ... already loaded"); ... ...
Stefan Zschocke
szschocke
Offline Send Email
May 20, 2008
5:58 pm
4227
Hi, I've just tried the new jacozoom version (regenerated wrappers and new dll) but i still have the same problem....
giampaolopaderno
giampaolopad...
Offline Send Email
May 21, 2008
12:29 pm
4228
Hello, new jacoZoom version contains a redesigned JSplitCal with two different ActiveX controls within a Swing application. Plese test your controls with this...
Hermann Scheibe
h_scheibe
Offline Send Email
May 21, 2008
1:08 pm
4229
Hi, I tried JSplitCal example as you said and gui freeze only when i have two TextControl, however i don't think it's a control issue because using swt(Eclipse...
giampaolopaderno
giampaolopad...
Offline Send Email
May 21, 2008
1:40 pm
4230
Hi, AFAIK SWT is a set of heavyweight components simular to AWT. Did you tests your controls with AWT ? Freeze it with AWT too? The Swing is a lightweight...
Hermann Scheibe
h_scheibe
Offline Send Email
May 21, 2008
2:26 pm
4231
Hi, Yes it freeze with awt too. I've tried adding two panel to a frame each panel containing a JActiveX component. This is the link for the control's trial...
giampaolopaderno
giampaolopad...
Offline Send Email
May 21, 2008
3:17 pm
4232
Hi Infozoom team I have a Java app where on one of the tab pages I display MS Word and the users enter text and create some tables according to the business. ...
Alexandru
stetiu
Offline Send Email
May 23, 2008
3:15 pm
4233
Hi, this error message occurs most likely, if the vtable of a COM component is changed after the wrappers have been generated. Please try regenerating all java...
Stefan Zschocke
szschocke
Offline Send Email
May 23, 2008
3:37 pm
4234
thanks Stefan it seems to me that I can expect users having different versions of Word. Do I need to provide different wrappers to them or does it mean that if...
Alexandru
stetiu
Offline Send Email
May 23, 2008
4:14 pm
4235
Is Word the only COM Server you are using? You should build the wrappers for the lowest supported Word version. Also, you can try using dispatch wrapper...
Stefan Zschocke
szschocke
Offline Send Email
May 23, 2008
5:07 pm
4236
Any news? ... <http://www.programurl.com/siteclick.php?a=0&b=1&url=/siteclick.php?a=0&\...
giampaolopaderno
giampaolopad...
Offline Send Email
May 26, 2008
12:36 pm
4237
Hello, ... Yes, i have two news for you. The bad news first. After downoload the TxTextControl it was possible to reproduce your issue with little different...
Hermann Scheibe
h_scheibe
Offline Send Email
May 27, 2008
7:06 pm
4238
Hi, Thanks for the replay. If i have understand well the freezing problem is related to a focus issue, the problem is that the controls must share the same COM...
giampaolopaderno
giampaolopad...
Offline Send Email
May 28, 2008
8:02 am
4239
A jacoZoom update which addresses the task of embedding 2 ActiveX Control on the same STA thread is available. ...
Stefan Zschocke
szschocke
Offline Send Email
May 28, 2008
11:24 am
4240
Hi, im my filesection you can find TestMFCCtrl.zip contains - TestMFCCtrl - Folder with MFC C++ project - java sources and Bat-files to compile - two text...
Hermann Scheibe
h_scheibe
Offline Send Email
May 28, 2008
1:11 pm
4241
Hello In the method "init(com.inzoom.axjni.event.AxEvent evt)" , when i call getUnmarshalledControlPtr() on my JActiveX, i get the following exeception : ...
condoreagletalon
condoreaglet...
Offline Send Email
May 29, 2008
10:57 am
4242
Hi ... here a simple program using getUnmarshalledControlPtr import javax.swing.*; import java.awt.event.*; import com.inzoom.axjni.JActiveX; import...
Hermann Scheibe
h_scheibe
Offline Send Email
May 30, 2008
8:35 am
4243
Well I have changed it, to give a flavor of what we do, but the error does not appear. Also something I left out, when we run our application Out of say the 5...
Marios Moutzouris
condoreaglet...
Offline Send Email
May 30, 2008
9:25 am
4244
Hello, ... Your changes are not related to functionalty ... We need to reproduce the issue before we can help you. ... and/or alternatively ... May be used...
Hermann Scheibe
h_scheibe
Offline Send Email
May 30, 2008
11:26 am
4245
Hello Hermann, Can you explain a little bit how to use, Queue.invokeLater() thanks ... wait...
condoreagletalon
condoreaglet...
Offline Send Email
Jun 2, 2008
8:29 am
4246
Hello Marios, ... I'm means java.awt.EventQueue instance. You have to change AxEventListener.init() from public void init(AxEvent evt) { final int ptr =...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 2, 2008
1:04 pm
Messages 4217 - 4246 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