.exe icon changing to default when "(BETA v0.1)" is added to filename - icons

For some reason when I specifically add "(BETA v0.1)" to my installer .exe name it changes my icon to the default icon:
Icon changes with file name
Its not really a huge deal but does anyone have any idea why this might be happening?
I tried every variation of "(BETA v0.1)", "Beta v0.1", "(BETA)", etc. and its only "(BETA v0.1)" with no space before that changes the icon in explorer.

Related

Powerbuilder resource file with spaces in icon names

I created a Powerbuilder app that uses picture buttons. Some icons have names with spaces in them ('icon 1.png'). Now I created a resource file (.pbr). Rebuild goes thrue without problems, however when I ran the app, the picture buttons with icons that have spaces in the title show a white image. It works fine for buttons without spaces ('icon2.png').
Is there a way to make a valid .pbr with spaces? I tryed editing icon paths with ",',~b but I get errors during rebuild.
Yes, it is possible to use spaces in the icon file names. I am already using in Powerbuilder 11.5. What version do you use?

PyInstaller attaches 2 icons to exe

I use PyInstaller to get a single file executable from my python script.
as seen in this thread : Pyinstaller setting icon
it is not that complicated to add a icon to the .exe file.
Except that it adds 2 icons :
* when I show "Medium icons" (or bigger) in the windows explorer, then I see the standard PyInstaller icon
* when I show "small icons" (or smaller, like in "details view") then I get the icon I specified.
With a "iconviewer" I can see that the default icon is mine, but the PyInstaller icon has ID=1
is there a method to get avoid this second (ID=1) icon ?
My icon is already 256x256 big...
According to this answer https://stackoverflow.com/a/3244679/4316500 Windows 7 does not need bigger icons.
It seems that the problem solve itself alone...
The day (and a reboot) after my long time search on that problem, the icon was OK.
Perhaps the Windows cache for icons where preventing me to see the right icon.
Still not clear because I'm also sure that my iconviewer saw 2 different icons. Now, I have twice the same (and wanted) icon. It's twice too much, but nobody sees it.

Summernote tooltip icon not showing

In my summernote editor I have the problem that the font icon isn't working while I see it back in the html. I am wondering how to fix this issue?
Thanks!
I faced this problem a while ago and solved by:
The fonts used by summernote is not the bootstrap one. They have their own font directory. One can check the console (Ctrl+Shift+I) in web browser for any error. One may have to edit the summernote.css file if they are not located in the default folder for Summernote like adding "../" in front of all the font references at the top of the css file.For my application, I had put it under /static/css/font for the server to find it.
To check whether the server is able to find the directory, one can also check the network by right click -> Inspect element-> change to network tab:

changing content type icons in Plone with Sunburst theme

I'd like to change the default icons for the Folder and Document types. Running Plone 4.2 with Sunburst. I tried customizing the portal_skins/plone_images/folder_icon.png to hold the file myfolder.png but this had no effect.
I've also tried setting the Icon property on the Folder type to point to an alternate file following what I see in the Icon property of other types, ${portal_url}/myfile.png. If I then go to http://mysite.com/myfolder/myfile.png, I see the icon, but it does not show up in contents listings -- next to the text "myfolder" there is still the normal folder icon.
I also tried going in and changing the URL in a custom copy of the sunburst theme where it is using a url of contenttypes-sprite.png, but that just made the icons go away.
I would be pulling my hair out if there were any left.
Make a copy of the 'contenttypes-sprite.png', edit it with an image-manipulation-program of your choice (mine is GIMP) to 'overpaint' the folder-icon right in the sprite and put it in a skins-folder of your product (or in the ZMI's custom-folder). Clear browsercache when reloading.
With Plone-4.2.0 this works perfectly fine, oddly with Plone-4.2.1 I needed to adjust the background-positions slightly.

Is it possible to add custom icon to hta

Is it possible to add custom icon to hta? What I mean is change the default hta file icon, which is "System Application Icon". Can it be done without assigning new icon to the extension, and not using shortcuts to the file ?
Like this
WinRAR can help you do that.
Package your hta & icon file to exe;
In options,
a. select "silent" extract;
b. set extract path;
c. create extract path and then put that icon file there, select icon in this path.
d. set run your hta(c:\your_path\your.hta) after exe file extracted.
(i could not provide more detail because i don't have WinRAR installed right now, it's a common way to add icon for hta.)
Every time user run the exe you created, it will just extract hta, icon to the path you specified, and then run your hta. the exe file will have the icon display, even copy to another computer.
If you get all work done correctly, you will get a exe file with the icon you defined.
BTW, you can also try google: hta exe icon
Good luck!
Yup, you sure can: this. You embed the icon in the hta file
Better You use Exescript Software
It's Good because ease of its use and add icon to resource file (which appears on top border of hta)
After that add icon in settings menu to Exe File and build the project
U will get a exe file with custom icon.

Resources