Difference between revisions of "83Plus:BCALLs:4C06"
From WikiTI
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By_Name:Dialog|DialogInit]] [[Category:83Plus:BCALLs:By_Name|DialogInit]] [[Category:83Plus:BCALLs:By_Address|4C06 - DialogInit]] | [[Category:83Plus:BCALLs:By_Name:Dialog|DialogInit]] [[Category:83Plus:BCALLs:By_Name|DialogInit]] [[Category:83Plus:BCALLs:By_Address|4C06 - DialogInit]] | ||
+ | {{missinfo|destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' DialogInit | '''Official Name:''' DialogInit | ||
Line 19: | Line 20: | ||
== 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] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 18:16, 13 April 2008
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
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