There is a title attribute..
Took me a while to find it myself..
Gimme 5 Ill dig it up.
EDIT... riiight...
http://xforms-toolkit.org/doc/xforms_6.html
Quote:
Window fl_show_form(FL_FORM *form, int place, int border,
const char *name);
|
And from that I extrapolated the two places to dump in the new titles.
so yeah grep -R "fl_show_form" ./* shows us two of them in main.c ?
(I think that was the name)
(This is all from my flakey memory btw so check it)
amend the last param to be L:A_N:Application_ID:whatevers_O:R_PC:N
my version runs on the Dialog layer which has no concept of rotation BUT can modally lock out the background - hence no accidental clicks on the Amazon Framework...
Hope that helps.