Changes

Jump to: navigation, search

OOP344 20103 Framework Dialog and Label Tester

81 bytes added, 14:00, 8 November 2010
no edit summary
{{OOP344 Index | 20103}}
 
<big><syntaxhighlight lang="cpp">
// V1.0
int i = 0;
iol_init();
FWBorder FWDialog App;
FWDialog D(&App, 5, 10, 50, 15, true, "+-+|+-+|");
FWLabel L("A Non-dynamic Label goes here",5, 4);
 
App<<new FWLabel("Dialog and Label Tester", 0, 0);
 
D.add(new FWLabel("Testing Read Only Dialog",1, 12));
D << new FWLabel("Another Dyanmic label goes here, and I want to make sure it will be trimmed", 3, 3, 45) << L;

Navigation menu