Where to set the game icon? - icons

I don't know how or where to set the game icon. I see there is the Assets folder, but I'm not sure what I'm supposed to put in or where to find the information on what to use. While running, the game has no icon on the title bar or in the taskbar.

Drag your Icon to Assets folder the double click on Package.appxmanifest and you will see the following content, here you can add Icons for Tiles:

In order to use custom icon in the taskbar, We can open the Package.appxmanifestselect in the Solution Exploer. And select Visual Assets then select Square 44x44 Logo, choose one image to set in the 24 x 24 px.
There is a samilar case you can check with UWP app icon on taskbar.
To set the icon to the title bar, we can use Window.SetTitleBar method to set the image to the title bar. There is a official Title bar sample, in Scenario2 it extend the view into the title bar.

Related

Where can I find all App Maker button icons?

Is there a list of button icons that can be used in App Maker? E.g. when you set the HTML text field of a button to 'Edit' and choose 'Icon' as button style, App Maker conveniently provides me an icon with a pencil on it.
Right now I'm looking for a dropdown arrow icon, but a list of icons would be so useful to make my UIs more clean.
App Maker uses material font:
https://material.io/icons/
So it took me some time re-reading the comments and trying to understand how to do it. This is for future readers:
Go to https://material.io/icons/ and in the search bar on left, type the icon you are looking for. e.g. I am looking for left arrow.
Scroll the page down, and hover over the icon you are looking for and check the exact name of the icon. Copy it.
On your page/page fragment/popup, click on Widgets icon on top left.
Type button, and drag Button on your page (or fragment or popup).
On top left, right beside the Widgets icon, click the drop down and select "Icon".
Ensure your icon is selected on your page. In the property editor on the right,paste the exact name of the icon e.g. "keyboard_arrow_left".
The button will update with the icon of your choice.
Hope it helps.

Auto-size home icon bar

I'm using an app for add video support to Wagtail: wagtail-embed-videos.
This app add a new icon in the icon bar but is not properly sized, i mean,
icon isn't in the same line, is putted in the botton.
I want icon in the same line, like this:
In order to put all icons in the same line we can change the width value; make permanent this change require recompile statics, ok.
My question is, have we make it by own hand or you can add support for more
than three icons in the icon bar?
Thank you!

Setting a different title on tap as on header of a QDockWidget

I'm currently writing an application in PySide where I want to have multiple DockWidgets available for the user to move around freely.
In the title of my DockWidget I want to have a solid black line and no text, but in the case of having some DockWidgets tabified I want them to show a title on the tabs and only on the tab bar.
For the normal header I used a widget which has just one background color (set in a css file...).
Does anyone know of a simple way to get this done?
Thanks in advance!

How to add icons to tabbar items via the GUI designer

I have an iOS6 iPhone application, with a Tabbar and tabbar buttons. These buttons need icons and that's where the trouble starts. Added one icon to the project, double clicked on a button in the designer and associated the (questionmark) icon via the image combobox to the button. When I run the app on my iPhone, I do indeed see that the button now does indeed display a gradient-gray square, which turns into a gradient light-blue square, but the questionmark icon is not shown. The icon is a .png and the size is width 40, height 51. I changed nothing in the code.
I solved my problem to the extent that I can work with it: you need so called 'transparent icons'.

Adding icon to Flex color picker

I want to add an icon to the color picker component which will have the value of no color (a blank rectangle) . is ther a way to do it ?
Thanks
you can make image's of whatever you'd like as icon.
Right mouse button the src map - new - CSS file to create a new CSS file in your source map, or where you want it.
Double click the CSS file and go to design mode. Right mouse button on the stage or press the +style button on the top of the contentfield.
choose your component (colorpicker) - change the color in the right column, if you still can't get what you want press the skin button in the right column and select "image files" from the list and insert your images.
In short:
- make images of what you want
- make css file
- add css to the colorpicker component
- choose skin from right menu
- choose image files from the list
- insert the images you made
ow and don't forget to add your css file in the application.

Resources