Page 1 of 1

oxy_button transparent property

Posted: Thu Sep 26, 2019 12:17 pm
by Johann
Hello,

It seems that in the 21.1.0.2 SDK version, the oxy_button transparent property does not work anymore. When we put that property at true, we still have an opaque rectangle on the button.

Do you reproduce this issue ?

Johann

Re: oxy_button transparent property

Posted: Fri Sep 27, 2019 10:12 am
by alex_jitianu
Hi Johann,

I don't reproduce this behavior. I tested the 21.1.0.2 SDK with some simple samples:

Code: Select all

button {
    content: oxy_button(action, oxy_action(
          name, 'Insert', 
          description, 'Insert an element after the current one', 
          operation, 'InsertFragmentOperation', 
          arg-fragment, '<element></element>',
          arg-insertLocation, '.',
          arg-insertPosition, 'After'
)
, transparent, true);
}

Code: Select all

<root><button></button></root>
Can you send me a screenshot and some sample files?

Best regards,
Alex