This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Color Issues: ForeColor/BackColor being erased upon saving & BackColor on Buttons has no effect #6
Labels
bug
Something isn't working
Below is the .frm code to duplicate this issue.
I will load this .frm file into InForm, and it displays all the colors correctly. The buttons are a bluish background with black letters.
When I save this file or rename it, the colors stay the same except for the buttons. They take on the off-white color, and the code I put in for the ForeColor control disappear.
I have to manually add the
Control(__UI_NewID).ForeColor = _RGB32(0, 0, 0)
back into the .frm file every time I change and re-save the form.Also, I found that I cannot change the BackColor of the Buttons inside of InForm. When I go to each button and change it's value, whether I use the slider or type in the value (and hit return after each R,G,B value) the color on the form in InForm does not change.
To duplicate issue:
Here is the .frm file (I named it leagueStandings.frm)
(George McGinn)
The text was updated successfully, but these errors were encountered: