I'm doing a program that user interface requires displaying at the same time both Low level and high level user interface. Low level for decorating and drawing, high level for display list and commands....
Anybody how to do that, until now if i display
at startApp(){ display.setCurrent(...); } only one of them will appear at
the startApp() ...so confusing!!

Reply With Quote


