Questions tagged as 'ui'

2
answers

With CSS is it possible to merge two Images?

I saw this and wondered if it would be possible to merge two images with only CSS. Isthereanywaytocontrolthispartialtransparencyofoneimageoveranother,orofanimageoverabackgroundortext? Itriedwithopacity,butitdidnotevencomeclosetothedesiredeff...
asked by 13.12.2018 / 11:50
1
answer

How to make an animation in CSS starting from one side in the Hover and ending on the other when the Hover comes out?

I have an animation where an element appears entering from left to right when I do the :hover in the .box , however I would like that when I take the mouse out of .box the element would exit right now. The idea is like thi...
asked by 16.11.2018 / 15:22
2
answers

What is and what is br clear="all"?

I remember that it used to be common to see this <br clear="all"> in source codes. But I've always wondered why this clear all ? What's the difference from <br> to <br clear="all"> ? When should I use on...
asked by 07.12.2018 / 11:51
3
answers

Unity 3d: Move information from one scene to another

Dear, I did a search to find problem solution that I could not find in another source found in google. The idea is when a user fills the information in a scene identified as scene1 that contain UI object, such as access authentication screen cas...
asked by 26.12.2017 / 11:14
0
answers

How to maintain the source in Qt5 when DPI increases

I'm having problems when I pass my UI to a user who has a different windows visual configuration than mine. If the user's display is at 125 or 150% my UI gets huge fonts in the labels while the other widgets become standard. I wanted to keep the...
asked by 11.05.2018 / 16:13
1
answer

Changing button color dynamically on Android

I have a menu, with 3 buttons, and I need to change their color dynamically in code. I'm currently doing this: mDrawable.setColorFilter (0xff0099cc, PorterDuff.Mode.SRC_IN); What happens is that it correctly applies the color button, but...
asked by 08.03.2018 / 14:25