Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> JDeveloper 9.1problem with building a custome BaliWIzard
I am working on the project to create custom wizard by using
BaliWizard implementation in JDevloper9i. I have two problems that I
really need someone's help.
I am having trouble resizing the Wizard window height by using setPreferredSize() and setSize() functions. I have tried to change the size from Wizard object, WizardDialog object and Panel Object. But none of the function seems to work.
Also, I am having a problem adding a custom help in the wizard by using OHJ files(so the user can see my help instead of default Orcale Help). I followed the "Accessing the Help System" documentation in the Oracle Help.
In the panel class which is implemented as BaliWizardPanel, I added a line:
Ide.getHelpSystem().registerTopic( my_panel, "my_topicid" );
In the jdev-ext.xml file I added:
<helpURL>TestHelp.jar!/TestHelp.hs</helpURL>
I created *.idx and *.hs file for OHJ jar file by using "Oracle Help
for Java".
OHJ *.jar file is added in the wizard project.
According to the documentation, that is all I need to do.
Any help is appreciated! Thank you.
Shizuka Received on Fri Nov 22 2002 - 13:12:34 CST
![]() |
![]() |