C2025-031 - Added Tool Tip text for button on V button. Code fix for DotNetBar Visual UI rendering #550

Merged
mschill merged 1 commits from C2025_031_OptionsTooltips_Cleanup into Development 2025-05-13 16:09:26 -04:00
Owner

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.

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.
jjenko added 1 commit 2025-05-13 16:03:40 -04:00
jjenko requested review from mschill 2025-05-13 16:03:59 -04:00
djankowski was assigned by jjenko 2025-05-13 16:04:16 -04:00
mschill was assigned by jjenko 2025-05-13 16:04:16 -04:00
mvickers was assigned by jjenko 2025-05-13 16:04:16 -04:00
Author
Owner

Here's the Source Control Document

Here's the Source Control Document
mschill approved these changes 2025-05-13 16:07:04 -04:00
mschill left a comment
Owner

looks good. Ready for QA.

looks good. Ready for QA.
Owner

looks good. Ready for QA.

looks good. Ready for QA.
mschill closed this pull request 2025-05-13 16:07:23 -04:00
mschill reopened this pull request 2025-05-13 16:08:57 -04:00
mschill merged commit 0c17d9abc2 into Development 2025-05-13 16:09:26 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#550
No description provided.