Dialogs in Panels Question
Publicado: Mar Ago 01, 2006 6:32 pm
In FiveWin, I could assign a child dialog to a TPanel object
programmatically. When the user switches context in my program, I could
"End" one non-modal dialog and create another. Furthermore, I could work on
all these child dialogs and their various edit controls independently in
Borland's Resource Editor.
Is this possible in Xailer? Can a TPanel have a child dialog? If not, how
can I edit a TPanel/TBevel or TPages control without a Form container and
then assign it to a Form container at runtime. I don't want to copy and
paste from prg to XFM just to edit the data entry screen.
I have so many data entry screens in our application that I cannot create
them all at once using hidden panels or TPages. It is not memory or time
efficient.
Thanks
programmatically. When the user switches context in my program, I could
"End" one non-modal dialog and create another. Furthermore, I could work on
all these child dialogs and their various edit controls independently in
Borland's Resource Editor.
Is this possible in Xailer? Can a TPanel have a child dialog? If not, how
can I edit a TPanel/TBevel or TPages control without a Form container and
then assign it to a Form container at runtime. I don't want to copy and
paste from prg to XFM just to edit the data entry screen.
I have so many data entry screens in our application that I cannot create
them all at once using hidden panels or TPages. It is not memory or time
efficient.
Thanks