[Pgui-devel] PIM question

2002-04-15 Thread Mark and Janice Juszczec
Hi folks Here's another question ;-( Its in the swap() routine, again ;-( determined to get this working Mark main(){ pgInit(); pgRegisterApp(); pgEnterContext(); // context 1 create some buttons and pgBind 1 of them to entryList pgEventLoop(); pgLeaveContext(); // context 1 }

[Pgui-devel] PIM question

2002-04-10 Thread Mark and Janice Juszczec
Hi folks Today I wanna ask about context management. Here's a pseudocode skeleton of the code I'm working on. The question is in the swap() routine. inching ever closer to success Mark main(){ pgInit(); pgRegisterApp(); pgEnterContext(); // context 1 create some buttons and pgBind