Oracle Apex User Icon Change to image - oracle

I am trying to change the user icon image on Desktop navigation bar. Is there a way to change it? The image to use is not available in FA(Font Apex) default.
I also tried to use the below but once save and run, icon was removed and the image was not appearing.

Normally, if you are using Universal Theme, you would rely on the FA icons you have available in APEX.
Then, to change this
Shared Components --> Navigation Bar List --> Desktop Navigation Bar
Press in &APP_USER ( sequence 10 ) and you will enter this section
Select the picture you want ( in my example I would select the fa-user-clock ), save your changes and run the application.
However, if you want to use a custom image, you need to be sure that the picture fits exactly in the same space within the desktop bar. If that is not the case, Apex will remove automatically the image and will show nothing.

Related

SAPUI5 Icon in Image Control

We are using sap.ui.commons.Image control in our project and we need to set a font icon as the source.
The sap.ui.commons.Image is used in multiple places and are used in composite controls as well. However, we need to use icon-fonts as the source to the control. We could set SVG/PNG to the source and it works fine. However, we need to use icon-font.
Can anyone help?
<c:Image src='sap-icon://add' />
You will either have to download the icon and store it in your project
Or use a control that has an icon property for example a button or icon tab

CKEDITOR Image Properties Browse Button

I have found a neat plugin for CKEDITOR called bgimage that allows a user to select a section of text and wrap said text within div and apply the background image style attribute (Background Image plugin should use Selected Text.).
I was wondering how can I replace the Image URL with Image Browse button as found within Image Properties?
Do I need to add an additional button to the vbox then make the necessary connections between FileBrowser and the associated Button? (I can't seem to find the relevant Developer Docs, regarding this problem).
The complete documentation for adding the file browser to your dialog is actually available here: Adding File Manager to a Dialog Window.

Sitecore: Sublayout with preview image

Can anybody tell me how to add a preview image when i am selecting a rendering while adding a component in the Page Editor? I just still have there a default sublayout icon. I have the Nicam demo site from Sitecore and there are some images, but I am not able find where I can select that.
When you go to your Sublayouts (/sitecore/Layouts/Sublayouts or Renderings) you can select yours, go to the Appearance section and go to the Thumbnail field. Click the Take Screenshot button there.
You can then select the page you want the thumbnail to be taken from in the Item field, which device to use and click Take Screenshot. After this the page will show up where you can select a section of the page to be used as the screenshot
[Update]
I decided to write a blogpost on this: Read it here

Why are icons in property sheets rendered with so few colors?

I am creating a property sheet shell extension and want to have a little icon to set off my property tab from the standard system tabs. Unfortunately, my icon is being rendered almost entirely in grey.
Original image:
In the property sheet tab:
At first I thought this was somehow my problem, but then I saw that TortoiseSVN appears to have the same problem:
This happens in both Windows 7 and Windows 8.
Does anyone know why these images are appearing so muted? Also, does anyone have any hints on how to make the icon look good in spite of this colorlessness?
The PropertySheet function initialises its tab control with a 16 color (ILC_COLOR) ImageList and copies the supplied icon for each page into it. There doesn't seem to be a way to override this and supply your own ImageList (or to specify the bit depth of the created ImageList). Presumably this is a legacy of the original Windows 95 code that never got updated as things moved on.
Instead of Property Sheets, you can use Tab Control, which makes tabs management more flexible and clear. And of course you can use any type of icons, because you have to create your own ImageList.
Here you can read about Tab Controls:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb760548(v=vs.85).aspx
And here you can access example usage of Tab Controls:
Icons in Win32 Property Pages are ugly - 4 bit icons

Icon not displaying when exe is created in VB 6.0

For the exe generated, the Icon is not displayed. I added the Icon in the project Properties --> Make tab --> Application --> Icon. I am using Vb 6.0
I can see the icon in the project properties. but the same is not displayed when the exe is generated.
I added the icon in the resource file too. But its not displayed.
I added the image for it.
Any ideas on displaying the icon for the exe generated?
We've had problems with that in the past. I'm pretty sure it has to do with your icon dimensions being out of scope. Hack workaround - add a dummy form (frmIconHolder) with the 32x32 icon you want as the icon for that form. Then in the project Properties --> Make tab --> Application --> Icon, set it to this new form.
There are 2 methods to setting your exe's icon:
1: Set your Main Form's icon to the icon you want to use for the exe. On the make tab, from the Application Icon drop-down, select your form that has the icon you want to use. Compile.
2: Using a resource file. To do this, check out this forum post. Using this method, you have to use icons with max 256 colors.
The empirically-found boundaries for VB6 icons are: ICO format on ly, 48x48 in size, 16/24-bit colours
Make sure that your Icon does not exceed 256 colors and it has both 16x16 and 32x32 images in it.

Resources