Just guessing, but I think maybe the class designer is not writing
explicit settings when they are the default setting.
That is, when I have a text box in a grid sizer and I set it's sizer
property HAlign to 'Left' the class designer won't put it explicitly in
the xml file. The program will work ok but next time, when I load the
form into the class designer it will find no HAlign and will align the
controls in the center. Same thing happens with VAlign = 'Top'.
If I put my controls with HAlign = 'Right' the property will get written
in the '.cdxml' file, the program will run as expected (controls to the
right) and when I reload the form it will display correctly (to the
right). The only way I've found to get the controls to the left when I
reload the form in the designer is to set them to the right and then
manually change the '.cdxml' file.
I think it would be better that the designer puts all settings, even
default ones, just in case they change in the future.




_______________________________________________
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]

Reply via email to