I am curious to where the XFCE4 Applications Menu applet directory is located. I would like to edit the applet so that vertical text on top of a graphic is displayed alongside the left hand side of the applet (kind of like Windows 95). Any ideas?
Related
working on Macbook.
I'm learning JavaFX and can't understand the concept of main menu.
There are many tutorials on a youtube, showing how to create a menu in JavaFX application. But when I expand my JavaFX application, it's menu does not integrated in main menu of MacOS. I.e. I see JavaFX's menu, and when I move my mouse to the top of the screen, MacOS menu appears separately.
Is it possible to integrate JavaFX menu into MacOS? Like in all other applications - when you see apple icon in the left side, and all other buttons belong to currently open program.
Kind regards,
Gennadiy
I've set various Visual Assets in my Package.appxmanifest i.e.
Square 71x71 Logo
Square 150x150 Logo
Square 310x310 Logo
Square 44x44 Logo
Store Logo
I don't have any images defined for Wide 310x150 Logo and for the Badge Logo.
When installed on the phone, it displays the logo as expected when the app is listed in the application list and when pinned to the start screen.
When installed on my laptop, it displays the logo as expected when the app is pinned to the Start menu.
And yet when I run this on my laptop the app in desktop mode, it displays the default square with a cross in my taskbar (or when using alt-tab).
Do I have to set up an icon somewhere else or do I need to setup another visual asset that's not listed?
Thanks.
UPDATE:
See Bart's answer below for solution but here are a few useful links I found:
Guidelines for tile and icon assets
Tile and toast visual assets (Windows Runtime apps)
How to generate and manage app visual assets for Windows AND Windows Phone with ease using Photoshop actions
If you used the default Windows 10 UWP template, these assets are added.
The Square44x44Logo.targetsize-24_altform-unplated.png icon is shown in the taskbar and when switching between apps. If you remove this file, Windows normally falls back to the Square44x44Logo.png file (at least on my machine).
I'm working on Qt. I have an application in which a web page appears. Is there any way that on the website comes out, you can put a filter or image that can highlight, for example, only the buttons that appear on the website?
Thank you very much and greetings.
I've created a XAF web application. However, each time I run it and log in, the following icon is shown in the top left corner of the web page
how do I remove it or replace it with my own logo?
Please refer to the How to: Apply a Client's Logo to XAF Applications topic.
I have developed an application in Qt for symbian.
Now i need to set the application icon. not the one showed on the application windows on the top left side. I need to set the icon which will be displayed in the menu of the symbian device! somebody pls help me on this.
I searched in here and found the ways to set the application icon but not the way i needed. All of them showed how to set the icon which will be displayed on the top left in the application window, as i said earlier this is not what i want.
Just add this into Symbian specific section of your .pro file:
symbian {
ICON = ./resources/appIcon.svg
}