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
oxy_button transparent property
-
- Posts: 793
- Joined: Wed Nov 16, 2005 11:11 am
Re: oxy_button transparent property
Hi Johann,
I don't reproduce this behavior. I tested the 21.1.0.2 SDK with some simple samples:
Can you send me a screenshot and some sample files?
Best regards,
Alex
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>
Best regards,
Alex