| 0000B3 | ~Choose | ( ::Appl $Title ::Convert {} offset → {}' T )
 ( ::Appl $Title ::Convert {} offset → ob T  )
 ( ::Appl $Title ::Convert {} offset → F     )The return value is a list if checkfields are
enabled, otherwise it is just the selected
object.  Only
 FALSEis returned when the user
presses CANCEL.
 --<REF>TEXT:Browser48
 | 
| 0050B3 | ~ChooseMenu0 | (  → {} )Menus with "OK".
 
 --<REF>TEXT:Browser48
 | 
| 0060B3 | ~ChooseMenu1 | (  → {} )Menus with "CANCL", "OK".
 
 --<REF>TEXT:Browser48
 | 
| 0070B3 | ~ChooseMenu2 | (  → {} )Menus with "CHK", "CANCL", "OK".
 
 --<REF>TEXT:Browser48
 | 
| 0660B3 | ~ChooseSimple | ( $title {items} → ob T )
 ( $title {items} → F    )Simple interface to the HP48 choose engine.
On the HP49G, calls
 ^RunChooseSimple.
 --<REF>TEXT:Browser48
 | 
| 0150B3 |  (~BBMoveTo) | ( # →  )Moves selection to line and updates display.
 
 --<REF>TEXT:Browser48
 | 
| 0190B3 |  (~BBRecalOff&Disp) | ( flag →  )Recalculates offset of selected item in page,
and redraws lines if the flag is
 TRUE.
 --<REF>TEXT:Browser48
 | 
| 0220B3 |  (~BBRunEntryProc) | (  →  )Sends message 85 to ::Appl, thus running the
user-defined start-up procedure.
 
 --<REF>TEXT:Browser48
 | 
| 0230B3 |  (~BBReReadPageSize) | (  →  )Re-reads the size of the page (message 57).
 
 --<REF>TEXT:Browser48
 | 
| 0240B3 |  (~BBReReadHeight) | (  →  )Re-reads the height of the browser line
(message 58).
 
 --<REF>TEXT:Browser48
 | 
| 0250B3 |  (~BBReReadCoords) | (  →  )Re-reads the coordinates of the browser box
(message 63).
 
 --<REF>TEXT:Browser48
 | 
| 0260B3 |  (~BBReReadWidth) | (  →  )Re-reads the width of the browser line
(message 59).
 
 --<REF>TEXT:Browser48
 | 
| 0280B3 |  (~BBRunENTERAction) | (  →  )Sends message 96 to ::Appl, thus running the
OK action. It does not check the value
returned and never exits.
 
 --<REF>TEXT:Browser48
 | 
| 0290B3 |  (~BBRunCanclAction) | (  →  )Sends message 91 to ::Appl, thus running the
CANCEL action. It does not check the value
returned and never exits.
 
 --<REF>TEXT:Browser48
 | 
| 02F0B3 |  (~BBReDrawBackgr) | (  →  )Redraws the background.
 
 --<REF>TEXT:Browser48
 | 
| 0370B3 |  (~BBGetNGrob) | ( #n → grob )Returns nth element as a grob.
 
 --<REF>TEXT:Browser48
 | 
| 0380B3 |  (~BBGetNStr) | ( #n → $ )Returns nth element as a string.
 
 --<REF>TEXT:Browser48
 | 
| 03B0B3 |  (~BBRereadChkEnbl) | (  →  )Re-reads whether checkmarks are
enabled. (Message 61).
 
 --<REF>TEXT:Browser48
 | 
| 03C0B3 |  (~BBRereadFullScr) | (  →  )Re-reads whether to use full-screen
mode. (Message 60).
 
 --<REF>TEXT:Browser48
 | 
| 03D0B3 |  (~BReReadMenus) | (  →  )Re-reads the menu. (Message 83).
 
 --<REF>TEXT:Browser48
 | 
| 03E0B3 |  (~BBReReadNElems) | (  →  )Re-reads the number of elements. (Message
62).
 
 --<REF>TEXT:Browser48
 | 
| 03F0B3 |  (~BBGetN) | ( #n → ob )Returns nth element.
 
 --<REF>TEXT:Browser48
 | 
| 04B0B3 |  (~BBIsChecked?) | ( #n → flag )Returns whether the given element is
checked.
 
 --<REF>TEXT:Browser48
 | 
| 0520B3 |  (~BBUpArrow) | (  → grob )Returns up arrow as grob
 
 --<REF>TEXT:Browser48
 | 
| 0530B3 |  (~BBDownArrow) | (  → grob )Returns down arrow as grob
 
 --<REF>TEXT:Browser48
 | 
| 0540B3 |  (~BBSpace) | (  → grob )Returns a space as grob.
 
 --<REF>TEXT:Browser48
 | 
| 0590B3 |  (~BBPgDown) | (  →  )Go down one page.
 
 --<REF>TEXT:Browser48
 | 
| 05A0B3 |  (~BBPgUp) | (  →  )Go up one page.
 
 --<REF>TEXT:Browser48
 | 
| 05B0B3 |  (~BBEmpty?) | (  → flag )Returns
 TRUEif the browser has no elements.
 --<REF>TEXT:Browser48
 | 
| 05C0B3 |  (~BBGetDefltHeight) | (  → # )Returns height of lines based on the font
that will be used. This value is the default
height of the browser.
Equivalent to FPTR 2 64.
 
 --<REF>TEXT:Browser48
 | 
| 0100E0 | ~BRbrowse |  | 
| 0120E0 | ~BRoutput |  | 
| 0180E0 | ~BRRclC1 | (  →  )
 :: LAM 'BR5 ; | 
| 0170E0 | ~BRRclCurRow | 
 :: LAM 'BR3 ; | 
| 0030E0 | ~BRStoC1 | 
 :: ' LAM 'BR5 STO; |