|
The BSTRuntime controls looks as follows at runtime.
Values are stored in an ini file and applied when starting the window. Buttons call up the standard Windows Color Dialogue and Font Dialogue. Default will load the original design fonts and colors and save them to the ini. Apply will apply the current selections to the Listbox, for the current session, but not save them. Save Settings will save the current settings to the ini for this and further uses of the Listbox. You can delete the color control or font control if you only want to give the user partial functions. You can, of course move the controls individually as needed to position. The only prompts you need to fill are which Listbox to control, and the ini file to use. It defaults to .\BST.INI so as not to affect the main ini for the app.
BSTRuntime places the controls in a group for easy placement on the screen designer.
It is enclosed in a group, for moving the entire group at once. Select any control in the group other than the group handle, and delete, selecting delete the control template, and they will all be deleted at once. if you don't select the delete control template, you can delete individual controls if you do not want to allow end user to control that feature at runtime.
Prompts for the BSTRuntime
All you have to fill in is which instance of the BSTSchedule or BSTMonthSched that the Controls are supposed to update, and they are listed above the drop down list. You can go back to the list and right click it to get the name if you need to. |