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 ...
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?
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 ...
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 ...
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 ...
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.
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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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 ?i would like to know what is difference betweenimplements Serializable and not implements Serializable.
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
Hi java GurusCan anyone suggest me where can I learn java beans thoroughly? I will await the answers. Thanks in advance. Best RegardsAmba...
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 ...
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 ...
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 ...
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 ...
Hi. I'm new to java bean and I would like to know what the advantage of JavabBean is. Thank you.Cal
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
HelloCan javahelp be used for a web based application? If so how ?thxPK
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 ...
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 ...
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 ...
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() ...
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 ...
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
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!
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 ...
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
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 ...
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?
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 ...
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
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 ...
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 ...
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
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...<%= ...
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 ...
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 ...
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 ...
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 ...
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 ...
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.
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 = ...
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
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?