icons Questions

2

Solved

When I dynamically change the icon, it does not reflect the change on the page, even though in the markup it was changed. Example: <ul data-role="listview" data-autodividers="true" data-filte...
Tamworth asked 27/2, 2013 at 14:56

1

At Instagrams anniversary the users were possible to change the app icon. Even though this feature isn't available anymore Todoist has a similar working implementation of this feature. I researched...
Consubstantial asked 29/7, 2021 at 12:33

5

I have developed a servlet that generates a .url file and send it to the user. The target is to let the user access to the web application without entering the username and password data, by double...
Siriasis asked 24/9, 2013 at 8:40

2

Solved

How can I just change the icon for the open/close dropdown list? I want to functionality to stay the same. As I tried to add them as endAdornment, the functionality is gone for both remove and open...
Madelon asked 4/10, 2021 at 13:41

4

In Angular project I have Angular Material mat-form-field my icon appears outside left from <input> field with placeholder on the right side: <mat-form-field appearance="fill" cl...
Terrazas asked 9/4, 2021 at 11:30

1

Is there a way to extract the launcher icon of an apk file, even if it is an adaptive icon (vector drawable)? I couldn't find a single batch or python script to achieve this. There are many script...
Westberg asked 1/3, 2019 at 14:43

9

In my project, I am using custom svg files as part of the requirement. I am using [email protected] to achieve this. I looked at the example that is available on the official documentation -> ...
Heliozoan asked 18/4, 2019 at 21:39

6

I'm trying to add an application icon to an application I'm writing, following what is described in https://doc.qt.io/qt-5/appicon.html I'm using Qt Desktop 5.15.2 (64) and 6.1.2 (64) for both MinG...
Bespoke asked 25/7, 2021 at 10:10

3

I'm learning to work with svg icons and now trying to directly extract icons from psd. With adobe photoshop 2017 it's possible to export image as svg code. However in this code instead of tag is ge...
Fortis asked 14/11, 2017 at 20:48

6

When submitting my application using the Application Loader tool, I have the following error: ERROR ITMS-90236: "Missing required icons. The application bundle does not contain an icon in ICNS for...
Toxicogenic asked 18/5, 2015 at 10:47

3

Solved

Jetpack Compose has an Icon composable where I can access an imageVector. See example below. Icon( imageVector = Icons.Rounded.Email, contentDescription = "Email Icon", ) Why can I not...

3

Solved

This is not a big problem but it's bothering me. I've installed it in Program Files (x86), already found many old solutions which didn't work for me. I can't install it in another location. I've tr...
Henriettahenriette asked 22/11, 2017 at 4:52

4

i am using Angular standalone component, version of ionic is 7.1.1 / version of Angular: 17.0.8. this is the html: <div id="container"> <strong>{{ name }}</strong> <div c...
Imperfection asked 28/12, 2023 at 11:29

3

Solved

I am finalising my app and what to set the app icon. However, I fail every time and tried so many app icon generators... I have my app icon which is 3000x3000 and has no background. Whenever I try ...
Turnbuckle asked 20/1, 2019 at 13:50

15

Solved

When I use the command: pyinstaller.exe --icon=test.ico -F --noconsole test.py All icons do not change to test.ico. Some icons remain as the pyinstaller's default icon. Why? All icon change in wi...
Burnt asked 27/3, 2015 at 0:5

7

Solved

Does anyone know how to change the pygame icon? I found a thing on the pygame website that lets you do this, but when I try it, it just makes the pygame window very small.
Osteo asked 21/1, 2014 at 23:16

4

Solved

Sounds like a bit of a silly question but it'd be a nice feature. Does the jQuery UI Icon system have an "empty" icon - one with no image? Am I forced to do some custom styling on a ui-icon-empt...
Sike asked 24/5, 2010 at 21:13

7

Solved

I am trying to change the icon that appears on my tk application for Mac OS. The last time I checked this code worked for windows. The goal is for this solution to work across all platforms. root ...
Fania asked 16/10, 2018 at 1:23

4

Solved

I'm using Win7 but looking for a cross os solution, but this isnt even working in my Win7. I'm trying to change the icon of just the current profile. So what i did was: I created shortcut of fire...
Scoville asked 2/6, 2014 at 22:39

5

Solved

I am having issues with bootstrap 5 not showing certain icons. The bi-search shows perfect, but bi-send does not appear at all. I would normally put this in a code snippet, but the feature does not...
Being asked 26/3, 2022 at 17:24

17

How do you prevent material icon text from showing up when Google's JS fails to convert them to icons? Icons are defined in markup as such: <span class="material-icons">icon_name</span&g...
Tony asked 18/1, 2017 at 3:21

4

I'm working on a React application using FontAwesome icons. When attempting to render icons using the FontAwesomeIcon component from @fortawesome/react-fontawesome, I encountered the following erro...
Daven asked 10/12, 2023 at 7:2

6

I am trying to use feather icons within my react app. So far I have added the following to my index.html file <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js">&lt...
Missioner asked 25/4, 2018 at 14:1

3

I have created a custom marker for use in my google map. The anchor point of the icon should be in the bottom left hand corner. On my map, the anchor points appear to be on the bottom edge in the c...

5

Solved

How can I rotate a marker in leaflet? I will have a lot of markers, all with a rotation angle. I've tried this solution from runanet/coomsie at Leaflet on GitHub, but nothing happens with my marke...
Tryma asked 21/11, 2012 at 13:45

© 2022 - 2024 — McMap. All rights reserved.