C2025-031 - Added Tool Tip text for button on V button. Code fix for DotNetBar Visual UI rendering #550
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2025_031_OptionsTooltips_Cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C2025-031
Added Tool Tip text for the Options, Exit, Manage Security, Reset Security, Update Formats, and Administrative Tools. Also adjusted the tool tip text for the Reset Options button (on the Options window) to be left justified instead of right justified.
Developer’s Note:
Besides this minor code change, I first needed to fix an issue with Dot Net Bar’s Visual User Interface Editor. Two Public Encapsulation string variables were added to the DisplayTags.cs Volian Control to populate the height and width text boxes for Image sub-step types (on the Step Properties Pannel). Dot Net Bar’s automatic code generator was adding the encapsulated string variables to the automatically generated frmVEPROMS designer file. The when Dot Net Bar’s Visual User Interface Editor tries to render, it got confused and errored out.
To resolve this, I created a function (method) that will update the height and width text boxes on the step properties page and removed the two encapsulation variables from DispayTags.cs.
Here's the Source Control Document
looks good. Ready for QA.
looks good. Ready for QA.