Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

UI anomalies #43

Closed
gitfool opened this issue Oct 15, 2014 · 7 comments
Closed

UI anomalies #43

gitfool opened this issue Oct 15, 2014 · 7 comments
Assignees
Milestone

Comments

@gitfool
Copy link

gitfool commented Oct 15, 2014

I'm playing around with UI elements. First I made a WPF app so I can interactively prototype the layout. Then I tried to do the same thing with the Paradox engine:

WPF screenshot:
image

Paradox screenshot:
image

Quite close, but there are some subtle anomalies. Not all the button text is rendered the same way and this is affected by the BackgroundColor and Opacity properties.

e.g. comment out BackgroundColor = Color.Black:
image

e.g. comment out Opacity = 0.6f:
image

The same anomalies appear on Android, although different letters were missing! (Note that I'm yet to test this on iOS.)

Also, note that the button background in WPF is actually black and is using opacity, although that's hard to notice in the screenshot - hovering over or clicking the button lightens the colors, so this is more obvious. I don't really get a black button background with Paradox.

@xoofx
Copy link

xoofx commented Oct 15, 2014

Actually, that's a feature. When opacity is changed, text character selection is randomized.

@xoofx
Copy link

xoofx commented Oct 15, 2014

Just kidding, :D we are looking at it, really weird indeed, thanks for the report

@xenux xenux added the bug label Oct 15, 2014
@xenux xenux self-assigned this Oct 15, 2014
@gitfool
Copy link
Author

gitfool commented Oct 15, 2014

Oops, you might want to comment out my fake delay - I was also playing around with handling delays when loading 'screens'.

@xen2
Copy link
Contributor

xen2 commented Oct 17, 2014

BTW, just letting you know, with newly released beta01, you might need to recreate UIImage assets (they are now in "sprite-sheet" groups).

@xenux
Copy link

xenux commented Oct 20, 2014

I fixed the problem. It will be working correctly from beta02. Thanks for the report.

@xenux xenux closed this as completed Oct 20, 2014
@xen2 xen2 reopened this Oct 20, 2014
@xen2
Copy link
Contributor

xen2 commented Oct 20, 2014

Reopened until release of beta02.

@xen2 xen2 added this to the beta02 milestone Oct 20, 2014
@xen2 xen2 added the fixed label Oct 20, 2014
@xen2
Copy link
Contributor

xen2 commented Oct 22, 2014

Fixed in newly released beta02.

@xen2 xen2 closed this as completed Oct 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants