( |
|
|
|||
Adds iPhone standard bottom button bar to HansaWorld window. Used inside WindowBegin/EndWindow block. Used with iOS GUI. |
event DefineWindows begin SetLangMode(LangEnglish,"IDENG",0); WindowBegin("Reports",RsWClass,CGother,RcType); SetWRect(0,0,320,418); CloseOnCancel; Sizeable(-1,-1,0,0); iPhoneTopBar; iPhoneFilterBar; StringList(0,44,-16,-1); iPhoneBottomBar; EndWindow; return; end;
Related topics: |