[SOLVED] Application.mixin.theme

Answered
0
0

Hi!

I need to modify some UI issues using Application.mixin.theme, but I’m having some difficulties.

– Change AlertBox font and image
– Change ErrorProvider Tooltip font and image
– Increase the Textbox SVG icon size (Tools property)
– Change ShowLoader GIF (not startup)
– Reduce the NavigationBar title text (is not working)
– Increase the SVG icon of the NavigationBar items

May you help me, please?

Thanks,
Ulisses.

  • Ulisses
    Change MessageBox font and image too…
  • You must to post comments
Good Answer
0
0

Hi Ulisses,

These changes can be made in the Wisej.Themebuilder application.

– Change AlertBox font and image

  • For font, you can add a property called “font” to “Alertbox” (attached screenshot)
  • For the images, you can edit them “messagebox-error”, “messagebox-information”, etc. in “Editor” under “Images” in the ThemeBuilder (attached screenshot)

– Change ErrorProvider Tooltip font and image

  • The fonts and images are available the same way as explained above, I’m attaching a screenshot of the Helptip icon location as well
  • The images are available under “images” in the editor, let me know if you have any issues or need clarification.

– Increase the Textbox SVG icon size (Tools property)

– Change ShowLoader GIF (not startup)

  • There is an image called “ajax-loader” in ThemeBuilder that is used when processes take longer than normal.  You can replace this to get your desired behavior/image.
  • You can also try adding a loader.gif image in the project’s root directory to change the loader icon.

– Reduce the NavigationBar title text (is not working)

– Increase the SVG icon of the NavigationBar items

  • Same as above

If you have any other questions please feel free to reach out!

Best regards,

Levie

  • Ulisses
    Thanks, Levie!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.