>
> I also tried to implement a variation of what John suggested but this line:
>
> pn = dabo.ui.dPageFrame(self) produces a segmentation fault.
>
> I'm running: Platform: GTK
> Python Version: 2.6.5 on linux2
> Dabo Version: Version 0.9.3; Revision ~6020
> UI Version: 2.8.11.0 on wxGTK (gtk2)
>
> Regards, Jim
>
>
Try using it in a class
class MainPanelFrames(dabo.ui.dPanel):
def afterInit(self):
self.Sizer = vs = dabo.ui.dSizer("v")
pageFrame = pgf = dabo.ui.dPageFrame(self)
pgf.RegID='FormPF'
pgf.appendPage(pgCls=GridPanel, caption="Web Registered ")
pgf.appendPage(pgCls=StudentPanel, caption="Student ")
vs.append1x(pgf)
Of course you do not have too. It could be used in the main form or where
ever it's needed.
Johnf
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]