Changeset 3216 in Sophya
- Timestamp:
- Apr 12, 2007, 3:51:08 PM (18 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piapplgen.cc
r3215 r3216 62 62 :topcont(NULL), menubar(NULL), mState(0) 63 63 { 64 puts("DBG-PIApplicationGen::PIApplicationGen() ");65 64 curapp = this; 66 65 } -
trunk/SophyaPI/PI/piapplx.cc
r3215 r3216 114 114 mStop = true; 115 115 116 puts("PIApplicationX::PIApplicationX()_info : Appel topwdg = new PIWdgX(narg, arg);");117 116 118 117 topwdg = new PIWdgX(narg, arg); 119 puts("PIApplicationX::PIApplicationX()_info : topwdg OK ");120 118 121 119 int msx,msy; … … 123 121 msy+=5; 124 122 topwdg->SetSize(sx, sy+msy); 125 printf("PIApplicationX-DBG:: Size=%d %d \n", topwdg->XSize(), topwdg->YSize());123 //DBG printf("PIApplicationX-DBG:: Size=%d %d \n", topwdg->XSize(), topwdg->YSize()); 126 124 127 125 intcont = new PIContainerX((PIMsgHandler *)this, topwdg, "MBCont", … … 143 141 sx, sy, 0, msy); 144 142 MBCont()->Show(); 145 printf("PIApplicationX-DBG2:: MBContSize=%d %d \n", MBCont()->XSize(), MBCont()->YSize());143 //DBG printf("PIApplicationX-DBG2:: MBContSize=%d %d \n", MBCont()->XSize(), MBCont()->YSize()); 146 144 147 145
Note:
See TracChangeset
for help on using the changeset viewer.