Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-05-2008, 08:35 AM
Member
 
Join Date: Dec 2008
Posts: 7
Rep Power: 0
mwalstra is on a distinguished road
Default ActiveX Control in netbeans
Hi there,

I currently have an active X control that i use in my webpages, i would like to know if there are any plugins or something like that available in java that would enable me to utilize the same control but in the netbeans environment.

Thanks in advance.
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 12-05-2008, 09:31 AM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 1,018
Rep Power: 3
Nicholas Jordan is on a distinguished road
Default
That's sorta mixing two differing things. You could write one, nobody is to stop you but for one thing, Net Beans is for writing code, ActiveX is a decent implementaion of client-side display tools.....

Kinda like boats and ariplanes, okay neither is wheatfield technology, but you can put floats on a plane and have something.

Difference here is that Net Beans is for writing code, ActiveX is for driving ... displaying ?... it's just two different things.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 12-05-2008, 09:36 AM
Member
 
Join Date: Dec 2008
Posts: 7
Rep Power: 0
mwalstra is on a distinguished road
Default
Hi Nicholas,

The ActiveX control i am using in my webpages interacts with a scanner, basically i create an object referencing the CAB file, but i would like to know if this is possible in java.
Or would i have to recompile the ActiveX component to be a "dll" (im not sure of the equivalent in java) and then import that?

(Sorry for my lack of understanding, i'm actually a web developer, but my company would like me to try get a java version working)
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 12-09-2008, 11:03 AM
Member
 
Join Date: Dec 2008
Posts: 7
Rep Power: 0
mwalstra is on a distinguished road
Default
Hi,

It seems i am not getting any new replies on this:

Basically i currently use the following code on a webpage,
<object width=350 height=350
classid="CLSID:74F4F118-91E6-4AFC-B8D2-04066781F239"
id="eztwain"
name="eztwain"
codebase="$CAB#Version=1,56,0,12"
standby="Loading Fica">
<param name="wmode" value="transparent">
<param name="EnableLogging" value="True">
<param name="AppTitle" value="FWApp">
<param name="LicenseKey" value="1619579093">

I would like to know if i am able to use the same CAB file in JAVA
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 12-09-2008, 05:20 PM
xcallmejudasx's Avatar
Senior Member
 
Join Date: Oct 2008
Location: Houston, TX & Flint, MI
Posts: 472
Rep Power: 1
xcallmejudasx is on a distinguished road
Send a message via AIM to xcallmejudasx
Default
Ya you can create an object reference to the file but I think it might better to actually use the file. Are you pulling data from the file?

I'm still a little unsure of what you want to do with this file but read up on FileInputStream, Runtime.exec()
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 12-09-2008, 10:02 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 1,018
Rep Power: 3
Nicholas Jordan is on a distinguished road
Lightbulb interfacing Java and AX
Stay with him xcallmejudasx, I'm busy right now. A .cab file in java is .... well, dot cab in cs in win proprietary for a compressed file. dot zip is somewhat not as winnie, we have dot war as Web Archive, ( Look into it xcallmejudasx - help him with it ) and as well we have what is called .gzip - the defacto standard for open-standards in file compression routines.

In Java, we use what is called .jar - which is acronm for Java Archive. Though using several compression algorithms, we have a short intro study just examining the various compression schemes used in the differing file format.

Start by google for LZW - both of you work on it awhile while I am busy on some preliminary concepting for a compiler.....

Additional information: interfacing ActiveX and Java
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor

Last edited by Nicholas Jordan; 12-10-2008 at 12:43 AM. Reason: Additinoal information
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java NetBeans IDE 6.1 Desing out of control, help needed!!! Please... equattro NetBeans 0 10-05-2008 07:35 PM
Control on exe jazz2k8 New To Java 3 08-14-2008 02:06 PM
Control audio sound Masuka Sun Java Wireless Toolkit 0 08-05-2008 10:24 AM
OLE and ActiveX example which gets events from IE control Java Tip SWT 0 07-25-2008 02:34 PM
control app width based on certain control thebillybobjr SWT / JFace 0 05-15-2008 04:52 PM


All times are GMT +2. The time now is 04:17 PM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org