Difference between revisions of "83Plus:BCALLs:4C06"
From WikiTI
Line 19: | Line 19: | ||
== Comments == | == Comments == | ||
* Use [[83Plus:BCALLs:4C03|StartDialog]] to start Dialog | * Use [[83Plus:BCALLs:4C03|StartDialog]] to start Dialog | ||
− | * Use with the other Dialog BCALLs. | + | * Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]] |
− | * | + | * [[83Plus:OS:Dialog_context|Info on how to use the Dialog BCALLs]] . |
* [http://brandonw.net/calcstuff/ddemo.zip example program] | * [http://brandonw.net/calcstuff/ddemo.zip example program] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:56, 12 April 2008
Synopsis
Official Name: DialogInit
BCALL Address: 4C06
Initializes the dialog context at appData.
Inputs
- HL: is address of parser callback for any numbers entered.
- A: is page of parser callback for any numbers entered (must be non-zero).
- appData: menu structure.
Outputs
- Initializes the dialog context.
Destroys
- unknown
Comments
- Use StartDialog to start Dialog
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs .
- example program