Wisej.Web.Ext.Bubbles.dll question about mixin theme override

0
0

Hi
I have bubblenotification control from Wisej.Web.Ext.Bubbles.dll (i want to change some colors, values… overriding mixin theme in dll)
Adding new values (colors…) to current project mixin theme, seems that doesn’t override old values set in dll file (the embeded BubbleNotifications.mixin.theme).

In other words, how to override embeded mixin theme defined in a *.dll?

In wisej doc pages says
https://docs.wisej.com/theme-builder/theme-elements/elements#mixins
“Wisej discovers the mixins dynamically from the embedded resource of all referenced assemblies and the /Theme folder in the running application. The mixins are applied in alphabetical order”
I tried it too, but no success. And i guess in documentation should be “/Themes” and not “/Theme”, because i see only “/Themes” folder in wisej examples

I add and change in themebuilder buble properties to mixin theme.
Something like
“colors”:
{
“activeCaption”: “#3FBF5F”,
“bubble-color”: “white”,
“bubble-alert”: “#FF6D6D”,
“bubble-warning”: “#FF8C00”,
“bubble-critical”: “Orchid”
},
“appearances”:
{
“bubble”:
{
“states”:
{
“default”:
{
“styles”:
{
“backgroundColor”: “bubble-alert”,
“radius”: [8, 8, 8, 8],
“width”: [1, 1, 1, 1],
“color”: “bubble-alert”
},
“properties”:
{
“cursor”: “pointer”,
“textColor”: “bubble-color”,
“font”: “bubble-small”,
“padding”: [2, 6, 2, 6],
“margin”: [0, 0, 0, -16]
}
},
“warning”:
{
“styles”:
{
“backgroundColor”: “bubble-warning”,
“color”: “bubble-warning”
}
},
“critical”:
{
“styles”:
{
“backgroundColor”: “bubble-critical”,
“color”: “bubble-critical”
}
}
}
}

….

Thanks in advance!

  • Ser Gar
    In other words, how to override embeded mixin theme defined in a *.dll
  • You must to post comments
0
0

Hi Sergio,

WJ-8421 is fixed in the latest Wisej release (1.4.24).

Best regards
Frank

  • You must to post comments
0
0

Hi Sergio,

you´re right, overriding mixins in referenced assemblies it´s not yet possible due to an issue we logged as WJ-8421.

Before it´s fixed, you can try using the BubbleNotification source code and apply your changes there.

In any case, we´ll inform you when WJ-8421 is fixed.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.