You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Load .frm file into InForm
Save Project or Save Project As (both does the same thing)
Open the form again, and the original color of the buttons disappear and take on the ForeColor of the screen.
Here is the .frm file (I named it leagueStandings.frm)
I changed the CANCEL button manually to make the background of the button the same color as the form background, but it seems that it is being ignored.
Replace the CANCEL button code with the code below to duplicate:
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)
The text was updated successfully, but these errors were encountered: