More answers
23-Feb-94 09:14:16
Sb: #85694-More answers
Fm: Martin Enthed 100277,1272
To: Jonas Ruikis [ADESK] 73172,1351
>Well, because the Dialogue structure is navigated as a heirarchy, there is no
>index around during the do_dialogue phase. One could be derived from the base
>address of the array minus the address of the current structure, divided by
>the size of Dialog structure. You could also identify the unique dialog from
>its x,y location.
I used the current structure adress minus the base adress divided by
the size of the dialog, and it works fine. Thanks !!!