11.8.2 Specifying window parameters for Oracle Help
Mif2Go puts Oracle Help for Java window descriptions into the .hs file when you provide parameters in the following section:
; Windowname = height,width,xpos,ypos,textcolor,linkcolor,background,
; The first window listed becomes the default window.
Main = 50%,240,100,100,000000,0000ff,ffffff,c000,Main Help Window
List window properties in the order indicated, separated by commas. Table 11-4 describes the properties you can specify for each window.
Table 11-4 Oracle Help for Java window properties
Height of window, in pixels or percent (indicated by suffix %) |
|
Width of window in pixels or percent (indicated by suffix %) |
|
Horizontal screen coordinate of upper left corner, in pixels |
|
Do not define pop-up windows here
Window name popup is a reserved name that identifies the window as a pop-up window; see §7.8 Creating pop-up topics for Help systems. Do not include an entry in [OracleHelpWindows] for a pop-up window, unless you really do not like the Oracle Help default yellow “sticky note” that pops up over the center of the parent window. A secondary window defined in [OracleHelpWindows] replaces the parent window.
> 11 Generating JavaHelp or Oracle Help > 11.8 Defining windows for JavaHelp or Oracle Help > 11.8.2 Specifying window parameters for Oracle Help