On 5/13/10 1:41 PM, Ed Leafe wrote: > On May 13, 2010, at 4:33 PM, Martinecz Miklós wrote: > >> I'm not strong in programming, so mostly I rely on the Class Designer. I >> started my application using the CD but I cannot find dPageStyled among >> Paged Controls. I guess, I would need to recreate my current form out of the >> CD in order to be able to use the dPageStyled class. >> Or can it be used within the Class Designer too? > > > It was never added to the Class Designer, as dPageStyled came after the > Class Designer was written. I'll see about adding it ASAP.
But also, it should be possible to add a non-cdxml based class to a cdxml-based form at runtime. It would just be done in code launched from frm.afterInitAll(). You could even have each page designed and saved as separate cdxml files (dPage instances) and load them up in pageFrameStyled.afterInit() I know you probably don't want to go down this road right now, and I don't have any sample code, but I wanted to stress that you are free to code portions of your UI directly, and other portions in the class designer, and you can mix and match at runtime as needed. So you aren't painting yourself into a corner by using the Class Designer. Paul _______________________________________________ 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]
