-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revised Build VS2022 version Agriculture card played first is not displayed properly on tableau #2
Comments
As we were discussing you changed font size and that didn't fix it, you talked about Transparent... The image above showing old and new shows it is a Transparency issue in multiple place: Top Left Card Display, Meld Board in the middle and player hand. This might be a subtle interaction with forms and visual studio? |
Another possibly related issue is mouse events are not working? When moving over a card in your hand or on your meld area/tableau it should show the details of the card in the top left but the update never happens. A stackoverflow question mentions the mouse events and the background color (not sure if related to this or not): https://stackoverflow.com/questions/50832670/vb-net-mouseenter-and-mouseleave-event-not-working |
I think the mouse enter events are no longer being caught. If you can find out the name of that event in .NET I can fix it. |
Oh it might not be transparency? Could it be coloring of the textbox? |
On Wed, Jun 8, 2022 at 1:35 PM Frank Kannemann ***@***.***> wrote:
Oh it might not be transparency? Could it be coloring of the textbox?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKJB7JG4OLB2QH6ZZF543VODKVNANCNFSM5XXMQDIQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
I think the string is too long, and the background is spilling over--
Jeff Sparkes
***@***.***
|
Yes the tableau images might have that problem but I thought you tried changing the font sizes and that didn’t fix anything? In image above both Card Images in the top left of the form/window/ui show the text fitting inside but the text window isn’t transparent….? I think that might VS designer item? I have resized the UI and elements and icons to the build in 2 places. Also I updated the title image I’ll be doing a PR shortly with these updates… |
I fixed the white squares. The label for the title was two wide, I changed it from 137 to 105 and the overwiting no longer occurs. I also changed the title font size from 12 to 10 to stop truncating some longer titles. |
This comment was marked as resolved.
This comment was marked as resolved.
By avoiding the use of transparency (as it is now using the main form hence the grey) and changing the text Color to match the background images seems to have fixed most of the issues. But either this change: efa3ed2 or this one c9f7473 seems to have some artifacts for the yellow (wrong yellow and image isn’t overlaid?) and purple tableau card’s text is grey and for the AI player’s purple display (its grey) see image |
This comment was marked as outdated.
This comment was marked as outdated.
Purple issues were my typos.... fixed in code 117 for rGb value not 171 and fixed in in VS designer (not sure if that is required?) correction was just pushed.... [Yellow card is still weird after 2nd card is melded ontop the card looks right. So the first meld is not working right just for tableau card 0] Might be working |
Purple looks good. Can't see the problem with yellow on my end,
…On Mon, Jun 27, 2022 at 11:28 PM Frank Kannemann ***@***.***> wrote:
Purple issues were my typos.... fixed in code 117 for rGb value not 171
and fixed in in VS designer (not sure if that is required?) correction was
just pushed....
Yellow card is still weird after 2nd card is melded ontop the card looks
right. So the first meld is not working right just for tableau card 0
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKJBYRTGBAG4SHTUR376LVRJWPTANCNFSM5XXMQDIQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
Jeff Sparkes
***@***.***
|
Yellow problem only occurs when agriculture is first card in yellow stack it’s really weird set of conditions |
Now I've seen it once. No clue how to fix it.
…On Wed, Jun 29, 2022 at 7:50 PM Frank Kannemann ***@***.***> wrote:
Yellow problem only occurs when agriculture is fist card in yellow stack
it’s really weird set of conditions
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKJBZM23KJBUI35GIOEM3VRTOLFANCNFSM5XXMQDIQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
Jeff Sparkes
***@***.***
|
There is a white square with error text that isn't readable. It might be related to color id warning/error messages?
The card display in top left have the text with matching card displayed correctly.
The text was updated successfully, but these errors were encountered: