icons

No Backend Icons FLUID Powered TYPO3 - wrong path?

空扰寡人 提交于 2020-01-03 05:06:07
问题 after my first steps with FLUID POWERED TYPO3. The latest versions flux 7.1.2 , fluidpages 3.1.2 , fluidcontent 4.1.1 , fluidcontent_core 1.0.2 , vhs 2.1.4 I've got only a small issue ... I don't see my Icons for FLUIDPAGES or FLUX CONTENT ELEMENTS at TYPO3 Backend. This is the Icon Path for Fluidpages-Images from Screenshot: typo3conf/ext/mvz_neuhann/Resources/Public/Icons/Page/Standard.gif I try it with or without baseURL nothing happens. The Icon is visible, when I paste the path into my

virtualtreeview add icon fail

微笑、不失礼 提交于 2020-01-03 03:04:11
问题 here my simple code to add filename and their associated icon to virtualtreeview PFileInfoRec = ^TFileInfoRec; TFileInfoRec = record strict private vFullPath: string; vFileName: string; vFileIcon: hIcon; public constructor Create(const FullPath: string); property FullPath: string read vFullPath; property FileNam : string read vFileName; property FileIcon: hIcon read vFileIcon; end; after i got the icon handle using shGetFileInfo Api procedure TMainFrm.VSTGetImageIndex(Sender: TBaseVirtualTree

virtualtreeview add icon fail

故事扮演 提交于 2020-01-03 03:04:09
问题 here my simple code to add filename and their associated icon to virtualtreeview PFileInfoRec = ^TFileInfoRec; TFileInfoRec = record strict private vFullPath: string; vFileName: string; vFileIcon: hIcon; public constructor Create(const FullPath: string); property FullPath: string read vFullPath; property FileNam : string read vFileName; property FileIcon: hIcon read vFileIcon; end; after i got the icon handle using shGetFileInfo Api procedure TMainFrm.VSTGetImageIndex(Sender: TBaseVirtualTree

JavaFX application hide OSX dock icon

 ̄綄美尐妖づ 提交于 2020-01-02 16:23:10
问题 I need to hide the dock icon of my javafx application. In a normal java application this can be achieved by the following property: System.setProperty("apple.awt.UIElement", "true"); However, this does not seems to work with JavaFX. Thanks! 回答1: Just tried it. You have to modify *.app/Contents/Info.plist and add <key>LSUIElement</key> <string>1</string> Simple example: <?xml version="1.0" ?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

Using FontAwesome 5.x with PrimeFaces 6.2+

自作多情 提交于 2020-01-02 11:05:14
问题 I was checking this question: How to use Font Awesome from webjars.org with JSF ant this question: FontAwesome with PrimeFaces with its answer https://stackoverflow.com/a/33070133/5113188 Hi I want to use the new icons of https://fontawesome.com/changelog/latest 5.5 version In my pom.xml file project... <dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces</artifactId> <version>6.2</version> </dependency> <dependency> <groupId>org.primefaces.extensions</groupId> <artifactId

Getting Icon from ResourceStream

心已入冬 提交于 2020-01-02 07:49:08
问题 I have a Icon.ico and in the Properties the Build Action is "Resource"... I want to load that Icon in the Application.. I did something like this: Icon theIcon = new Icon(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("MyNameSpace.Icon.ico")); that didnt worked (it says " Value of 'null' is not valid for 'stream' .") What can I do? 回答1: try using Application.GetResourceStream method using(Stream stream = Application.GetResourceStream(new Uri("/MyNameSpace.ico"))

Windows 10 NotifyIcon Icon always looks very pixilated

孤者浪人 提交于 2020-01-02 07:04:09
问题 I am having trouble making a NotifyIcon in Windows 10 whose icon resource looks anything but a blurry mess. This happens with both icons from the SystemIcons class, or my own using Properties.Resources . I have tried creating a new instance of the icon with the Icon (Icon original, int width, int height) constructor, and all sorts of other mad things, including this nugget: Icon ico = Icon.FromHandle((new Icon(Resources.InfoIcon, 256, 256).ToBitmap()).GetHicon()); to no avail. Any advice

Android app shows default android icon in some devices

旧巷老猫 提交于 2020-01-02 04:35:09
问题 I upload an app in play store.Now i got a comment that it shows default android icon in some devices (galaxy s4,nexus 5 )instead of app icon.I placed app icon in drawable-ldpi,drawable-mdpi,drawable-hdpi,drawable-xhpdi and drawable-tvdpi. Default android icon is present outside resource folder as ic_launcher-web. While testing it showed the app icon itself in galaxy s4.But when it downloaded from play store it is showing default app icon.What I should do to correct this problem? 回答1: Since

No icon showing in Android Options menu item [duplicate]

一个人想着一个人 提交于 2020-01-02 03:41:10
问题 This question already has answers here : Android options menu icon won't display (3 answers) Closed 4 years ago . I have created an options menu with an icon I made myself (24px x 24px) but it is not showing. The code in my xml (located in res/menu) is the following: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/menu_insert" android:icon="@drawable/menu_add" android:title="@string/menu_insert" /> </menu> The

i3blocks battery script, using font awesome doesn't work with some unicodes

给你一囗甜甜゛ 提交于 2020-01-02 03:40:08
问题 I use font-awesome 4.4.0 and have extended the default i3blocks battery script with the new battery icons. All seem to work correctly but the fa-battery-half Unicode: f242 , which renders the script useless. The unicode also seems to refer to the character  . In the terminal it crashes with: $ perl /usr/share/i3blocks/battery Wide character in print at /usr/share/i3blocks/battery line 65. 28%  (01:02) Wide character in print at /usr/share/i3blocks/battery line 66. 28%  #000000 The script