I am starting my first DDT application. I am building
a "work day" calendar in PB that is intended
to display a calendar with Sundays, Saturdays, and
work holidays (read from a btrieve database) grayed.
I am having difficulty changing the attributes of my buttons.
I can mark a hidden button visible, but rehiding a button is
apparently impossible, and I am not able to mark buttons
as disabled after they are created. I have even tried
storing location and size and killing and adding a control,
and the changes are not displayed. What would be the
proper technique for changing attributes of existing controls?
------------------
a "work day" calendar in PB that is intended
to display a calendar with Sundays, Saturdays, and
work holidays (read from a btrieve database) grayed.
I am having difficulty changing the attributes of my buttons.
I can mark a hidden button visible, but rehiding a button is
apparently impossible, and I am not able to mark buttons
as disabled after they are created. I have even tried
storing location and size and killing and adding a control,
and the changes are not displayed. What would be the
proper technique for changing attributes of existing controls?
------------------
Comment