ToolTip Position

0
0

Hello,

in TheameBuilder, in the ToolTip section, there is a “PlacementBelow” state.

How can I assign such state to the tooltip of some (but not all) buttons ?

 

TIA

Mirko

  • You must to post comments
0
0

Thanks Julie,

 

when you say copy/paste you mean in the theme builder tree ?

 

And if I set the AppearenceKey of a PB to be myCustToolTip wont it loose all its pb properties ?

 

TIA

Mirko

  • Julie
    • Julie
    • Mar 19, 2025 - 2:29 pm
    Yes, copy/paste in the theme builder tree. If you go in the theme builder and click on “editor” you would copy and paste it there- it’s the JSON file. The goal is that you would change the placemntbelow part of myCustomToolTip to be what you want, so that it has all the properties. Basically we are creating a custom part of the theme and using AppearanceKey to apply it only to a specific control (as opposed to editing the original tooltip property which would change it for all).
  • You must to post comments
0
0

Create a custom themed toolTip- copy/paste the tooltip part of the theme and name it something like myCustomToolTip.

For the buttons that you want to theme, set the AppearanceKey to myCustomToolTip.

For more information on AppearnceKey, see https://docs.wisej.com/theme-builder/theme-elements/appearances

This works for all controls by the way, not just tooltip!

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.