How to Custom my targets

320 byte By JuanPabloRamireza at 2007-9-27 8:07:44
I work with the example idlhelp an it works good, but wha i try to modify the xml filesand hs and jhm to create my help with my targets, and i change some targets . But when i try to see the help after modify , the JEditor panel in the side left , don't shoe my page.i wanna know. what i should ...

Java beans to C++

144 byte By filipe_leitaoa at 2007-9-27 8:12:26
I need to call a function of a C++ aplication, using java beans in a java aplication.can anybody tell me please how can I do this?

Simplify JTable with JavaBeans

1070 byte By charlie76a at 2007-9-27 8:12:54
Here's the problem. It seems like I write the same code over and over when I work with JTables. I have a set of objects that I want to display in a JTable where the columns are their instance members or some subset of them. JTable is very flexible and cool, but it's sooo cumbersome to work ...

jhindexer I/O exception

3516 byte By ky2ninha at 2007-9-27 8:41:14
# pwd/opt/nortel/data/JavaHelp/TThelp# jhindexer *.html./.java_wrapper: No such file or directoryJAVA_HOME=""Running:--/usr/bin/java-Dlax.nl.env.path=/usr/sbin:/usr/dt/bin:/usr/bin:/opt/nortel/3rd_party/netscape/netscape_4.75:/usr/local/bin com.zerog.lax.LAX ...

Cannot find class JPanel

416 byte By polleua at 2007-9-27 8:44:42
Hi,Im trying to use swing for almost the first time.I changed my system to Linux and installed J2sdk 1.4.When I write a classe.g.import javax.swing.*;import java.awt.*;etc...class Test extends JPanel {I receive an error message "Cannot find class "JPanel""Can anyone help ? Maybe I didnt install ...

Problem with installation Java Help

243 byte By SALVIANDREAa at 2007-9-27 9:02:03
At the end of installation javahelp1_1-win-no_rt.exe, I receive this error message:"Reinstall JVM or replace JVM used by application".Why ?This message is a translation from Italian.I am sorry for my English.

into a Bean ?

669 byte By khalsaji99a at 2007-9-27 9:09:10
If I might make my question any clearer...I plan to query all columns ( select * for Lot ID = <%=request.getParameter("LOT_ID") %> )for a particular 'Lot_ID' at page 1. Hence, the subsequent pages will display "certain" selected information( not the whole columns!). So, to achieve this ...

JavaBeans to write into Excel.

198 byte By kmandavia at 2007-9-27 9:12:42
Hi,Is it possible to write a JavaBean which would open a new excel file and write into it.If yes, can somebody point me to some example/documentation.ThanksKavitha

How about it: An imaginative adventure game with simple graphics...

3087 byte By Kepler222a at 2007-9-27 9:22:31
Hello there,I'm an author and philosopher and programmer. I made a Kings Quest engine a couple of years ago, more precisely it was in 1999. I chose the language BASIC because this was my first programming language a long time ago and because speed is no problem. The resolution is very bad ...

gifs not found from jhall.jar in java webstart

502 byte By sangeeta_bga at 2007-9-27 9:23:32
hello everybody,i've implemented javahelp in my application which is working fine but when i try the same thing in webstart it works fine as far as functionality part is concerned but does not display the gifs for menus like index,toc,previous,next etc.instead it dispalys unknown at that ...

Enabling JavaHelp to open Acrobat for PDF links

672 byte By neertjea at 2007-9-27 9:30:14
I currently have a working help set which has one or two href links to pdf files.When clicked, JavaHelp tries to render these and I get a stream of text - obviously the mime type is not being picked up and the file is being treated as an html.I have read about the setKeyData etc. methods which ...

Why This error ?

1115 byte By khalsaji99a at 2007-9-27 9:31:47
Hello People. I had 3 errors ! My page.jsp is located at :-/export/home/opt/jakarta-tomcat-4.0.3/webapps/summary/devMy newbean.java and newbean.class is at :-/export/home/opt/jakarta-tomcat-4.0.3/webapps/summary/dev/WEB-INF/classes/mybeans***********************************************Generated ...

Everything but Search working - bad URL problem

1827 byte By robinsara at 2007-9-27 9:40:51
Ok, well I've got all the help up and running, in both a Jar and on my hard drive. My goal is to distribute this application will the help in a Jar. When I try a search in the application I get the following exception:Failed to create URL from ...

When will Bug ID 4636986 be back?

888 byte By uhilgera at 2007-9-27 9:42:00
Hi everybody,I was notified some time ago that Bug ID 4636986 has been closed. The bug ID was requesting inclusion of JavaHelp in a future version of the Java Runtime Environment. The request was in progress for quite a while and a lot of users voted for it to be fulfilled (I did too, which is ...

Why javabean must be implements Serializable ?

170 byte By ofen2002a at 2007-9-27 9:49:16
Why javabean must be implements Serializable ?i would like to know what is difference betweenimplements Serializable and not implements Serializable.

How to get context sensitive help in JSP Pages

241 byte By joseph_abraham4a at 2007-9-27 10:04:10
Is it possible to display context sensitive help in JSP Pages when I press the tab key on the keyboard base on the key focus. I don抰 want to use any applet or Swing components, because it抯 a web page viewed on the browserThanks

Some help please!!!

175 byte By krishm_73a at 2007-9-27 10:24:15
Hi java GurusCan anyone suggest me where can I learn java beans thoroughly? I will await the answers. Thanks in advance. Best RegardsAmba...

Startup time is too long

418 byte By mikegrea at 2007-9-27 11:05:50
We have many help pages and therefore the creation of the HelpSet object lasts a long time and therefore the start of the application lasts long. I would like to move this creation time to the moment where someone needs help the first time. The problem I see is that I need this object to ...

bound properties in java beans

459 byte By jag_dasa at 2007-9-27 11:20:02
Can the property binding in javabeans work if the bean doesnt have a "PropertyChange" method implemented in it. If yes, then how ?Similarly, how does a bean handle the case of multiple bound properties. This question arises because, there is only one "propertyChange" method in a bean and it ...

findHelpSet returns null or error

833 byte By waldoora at 2007-9-27 11:28:10
Just starting to strugle with the javahelp stuff.Wrote (copy and pasted...) the following code:String UrlString = new String("D:\\MyDir\\Help\\MyOwn_Helpset.hs");try {ClassLoader loader = this.getClass().getClassLoader();URL hsURL = HelpSet.findHelpSet(loader, UrlString);hset = new ...

toc tree expansion

375 byte By wanschuraa at 2007-9-27 11:44:26
I integrated JAVA help into our application.If I jump to a help set page via context sensitive help,the TOC tree does not expand to the selected topic,which is very unconvenient if you want to viewrelated pages.Has anyone found a solution for this problemORit is just my problem ...

what's the advantage of JavaBean?

114 byte By ringo208a at 2007-9-27 12:05:08
Hi. I'm new to java bean and I would like to know what the advantage of JavabBean is. Thank you.Cal

Newbie - Cant run demos

263 byte By parabjita at 2007-9-27 12:12:03
HelloDownloaded the javahelp 1.1.3 on NT4.0 and tried to run one of the demos using jdk1.4java -jar demo.jar, i get the following error:"Failed to load Main-class manifest attribute from object.jar" Any ideas.thxPK

Javahelp for web based application

99 byte By parabjita at 2007-9-27 12:13:19
HelloCan javahelp be used for a web based application? If so how ?thxPK

Merging helpsets (static merging)

830 byte By gswartzla at 2007-9-27 12:23:54
Good day,I'm trying to statically merge jar'ed helpsets as (sort of) explained in the Javahelp User Guide.I have a main helpset and two subhelpsets. At the end of the main helpset, just before the </helpset> tag, I have the following two instructions:<subhelpset ...

Java Help - Memory could not be read.

446 byte By jajay2ka at 2007-9-27 12:33:18
Hi all,I'm have downloaded the newest version of JavaHelp and installed it and have the everything setup as what it says in the release notes. system:Window Professional 2000Jdk1.2.2Javahelp 1.1.3and give me this problem "memory could not be read".i have try numerous time to install and ...

Property Editor for a collection property

367 byte By ssettea at 2007-9-27 12:37:33
Hi,i have developed a bean that has a collection property.(a class that implements a type-safe collection)I need to create a property editor for this property.Is it possible to do ?Where can i find documentation/examples on how to write property editors/customizers for property of custom types ...

Getting Value from JavaBean to be displayed in JSP paga

2056 byte By ganesh15a at 2007-9-27 12:44:30
Below is my JavaBeanI have a jsp page which set the value of staffid in the setStaffid method.The doGetName() supposed to retrieve the name of staff from database according the staffid and set to setStaffname method so that I can get the value from JSP page using <%= staffbean.getStaffname() ...

More JHINDEXER problems

354 byte By DerGeista at 2007-9-27 12:58:43
Hi,I have run jhindexer on my help files and it seems to have been succesful. JSEARCH finds my query words without anu problems. When I try to search for words using the viewer it does not display any files. Both windows remain blank. The hourglass does not appear so I'm pretty certain that it ...

error when I print !!!

291 byte By nurvasia at 2007-9-27 13:16:36
Hi,I use javahelp 1.1.3 with IBM virtual machine and when I going to print give me a java.exe error (can磘 read XXXXXX...)!!! can I change this buttons? if I don磘 want have this buttons? and can I change the toolTipText of the previous... buttons? Plesea help me!!!Thanks

JavaHelp for JDK1.1

223 byte By Louisem at 2007-9-27 13:31:21
Does anyone know where I could get a copy of the version ofJavaHelp which is JDK 1.1.7 compatible? I know it's really old, but I'm stuck with using it. I'd really appreciate any helpwith this!

Using the Javabeans Bridge ActiveX

366 byte By cristao at 2007-9-27 13:33:02
Hello! Can anyone explain me how I use the Javabeans bridge in the Java Plugin? I've downloaded the Plugin 1.4.0_1, but when I execute the command:java sun.beans.ole.PackagerIt fails and return me a error message saying that it can't found the sun/beans/ole/Packager... Need I do the download ...

Cross-references between jarred helpsets

270 byte By DerGeist at 2007-9-27 13:34:03
Hello,I have a Help system that uses several merged HelpSets. I am wondering if it is possible to create cross-references between files that are in different jarred helpsets. If it is possible, what would the syntax look like.ThanksTim

I have to make my ejb's BMP

425 byte By kellyhanthorn at 2007-9-27 14:11:31
Hi, In my bean implementations I have to extract certain fields from finder methods to put them in to ejb-ql's (I want to use CMP). eg; findByProductDefinitionAndRetrievalDate( ProductDefinition productDefinition, Calendar retrievalDate ) in this finder I have to extract atributes using ...

"JavaBeans Migration Assistant for ActiveX" Download Don't work

160 byte By harkbrw at 2007-9-27 14:37:06
I need to download the "JavaBeans Migration Assistant for ActiveX"but the link don't work.someone know any alternative link?

GenericBeanInfo

441 byte By tiefling at 2007-9-27 14:37:49
The following code:Label label = new Label("Hello, world!");System.out.println(Introspector.getBeanInfo(label.getClass()).getClass().getName());produces the output:java.beans.GenericBeanInfoWhy is it that the class GenericBeanInfo doesn't exist in the JDK documentation, or in the src code for ...

How to render Table of Contents Tree?

220 byte By rejimani at 2007-9-27 14:40:34
Hello,I would like to know how to render the Table of Contents or Index tree in JavaHelp navigator window?Please reply with some sample code, if u have any.Thanks in advance,Reji

JavaBeans discontinued?

878 byte By nalbion at 2007-9-27 14:42:53
Is there any point in doing any bean development?I want to create some controls that I can use in a Java (J)applet or application (not sure which, possibly both). To be able to use the controls in a VC++ application would be nice, but that's not a priority.I'm not sure whether I should bother ...

JavaBeans or EJB choice ?

596 byte By lluck at 2007-9-27 14:56:35
Hello. I have following problem:I have to create web application (using JSP) with complex business logic so i've decided to separate business logic from JSP pages into components. What kind of components should I use ? JavaBeans or Enterprise Java Beans ?. Components in my application do not ...

How can I call another map target from HTML file?

155 byte By rejimani at 2007-9-27 15:12:26
Hi,I would like to know, is there any way to give links to another target within helpset from the HTML file?Thanks,Reji

ResultSet from bean to jsp

483 byte By cristianch at 2007-9-27 15:18:12
hi to all..i have a code javabeans that return a "Resultset" to jsp, but the problem is that i need display the data from this "Resultset" in jsp but is not posible.examplein java....public Resultset runQuery(){ code to connect to database... return (rset);}in JSP...<%= ...

JClass JChart Beans on forte 4.0

696 byte By jldarby at 2007-9-27 15:18:39
In forte CE 3.0 jdk1.3.1 on windows 2000 or windows nt 4.0 Sitraka JChart beans work fine. In forte 4.0 jdk1.4.0 forte property editor only responds to the first change to a JClass 6.0 bean property (e.g. changing a JChart chart type) and does not update source code to reflect subsequent ...

Gif files takes long time to load..!!

534 byte By rejimani at 2007-9-27 15:18:45
Hi,I found the gif/jpg files takes long time ( more than 5 or 6 seconds depends on size ) to render on JavaHelp viewer EditorPane.. I am using JDK 1.3 / Win 2000 / 256 MB / 1 GHz Pentium. Also found JVM uses 90% of the system resources while loading the pic files. I have noticed it as a JDK 1.3 ...

start Jgenerated JavaHelp

376 byte By hans1233 at 2007-9-27 15:20:37
Hi!I want to execute my JavaHelp generated with doc-to-help 2000. I don磘 want to use doc-to-help directly. I try the command java -jar helpfile.jar and the following message is shown:"Failed to load Main-Class manifest attribute from example.jar"Who knows how I can start my generated JavaHelp ...

Stand Alone Help Set - Executable/JAR

441 byte By zmroberts at 2007-9-27 15:36:01
I have created my HelpSet and it is working perfectly through the hsviewer. Now, what I am having trouble figuring out is, if I want my HelpSet to be a standalone executable or clickable JAR application, what do I do? Really, I would like to put my HelpSet on a CD-Rom and when the CD-Rom is ...

looking 4 id of index

314 byte By mdxyz at 2007-9-27 15:39:20
hi there,i got the following code:helpBroker.enableHelpOnButton(menuHelp, XXX , helpSet)where XXX stands for a help id string for a specific topic to open.now i want the help index to be displayed, not the overview (id:"toplevel").could anybody help me?micha ...

contextsensitive JavaHelp

260 byte By hans1233 at 2007-9-27 15:42:13
Hi!Can anyone tell me how I can create a contextsensitive JavaHelp? Maybe using Id磗, map numbers or something like that!? Is there in option to start my generated Help with a contextsensitive Content? I must working with doc-to-help 2000.

New to JavaHelp; "trouble in HelpActionListener"

1730 byte By murtikins at 2007-9-27 15:43:15
I decided that as a quick start using JavaHelp in my application, I'd have it reference the helpset which comes with the IDE demo.I added jh.jar and idehelp.jar to my application classpath and added the basics to my code, i.e.HelpSet hs = null;try {ClassLoader cl = ...

Setting help IDs on objects other than components

250 byte By Louisem at 2007-9-27 15:43:40
Has anyone tried to set helpIDs on objects other than components? I want to set helpIDs on a number of nodes of a tree and I wondered if anyone had any idea how to write a class to do it? (I use JDK1.1.8)Many thanks,Louise

opening help from a modal dialog

272 byte By mdxyz at 2007-9-27 15:48:23
i've got a button in this dialog which i enable like this: helpBroker.enableHelpOnButton(button_help,"toplevel",helpSet);the dialog is modal, so when i click the button the opened help window is not acessible.how can i get it acessible?