On Wednesday, 22 June 2016 at 17:50:53 UTC, Mike Wey wrote:
"Type T wraps should match the type of the data"
Does string match the type of the data? What is the type of
the data?
How do i tell the function that i want the Array as a string
array? I am
not familiar with Types and what 'TC' or
On 06/22/2016 05:16 PM, TheDGuy wrote:
On Wednesday, 22 June 2016 at 13:47:01 UTC, Gerald wrote:
On Wednesday, 22 June 2016 at 12:57:51 UTC, TheDGuy wrote:
widget.getStyleContext().listClasses() to get a list of all classes
assigned to the widget. If you just want to see if a specific class
is
On Wednesday, 22 June 2016 at 13:47:01 UTC, Gerald wrote:
On Wednesday, 22 June 2016 at 12:57:51 UTC, TheDGuy wrote:
widget.getStyleContext().listClasses() to get a list of all
classes assigned to the widget. If you just want to see if a
specific class is assigned to the widget you can use
wid
On Wednesday, 22 June 2016 at 12:57:51 UTC, TheDGuy wrote:
widget.getStyleContext().listClasses() to get a list of all
classes assigned to the widget. If you just want to see if a
specific class is assigned to the widget you can use
widget.getStyleContext().hasClass()
Thanks a lot for your an
widget.getStyleContext().listClasses() to get a list of all
classes assigned to the widget. If you just want to see if a
specific class is assigned to the widget you can use
widget.getStyleContext().hasClass()
Thanks a lot for your answer. Do you know how i can get the first
classname as stri
On Wednesday, 22 June 2016 at 08:08:20 UTC, TheDGuy wrote:
Hello,
i would like to know if it possible to get the CSS-class which
is asigned to a button (for example)? I didn't find any
documentation about this, just the function
"getStyleContext().getProperty()", my current attempt:
Value va
Hello,
i would like to know if it possible to get the CSS-class which is
asigned to a button (for example)? I didn't find any
documentation about this, just the function
"getStyleContext().getProperty()", my current attempt:
Value value;
bArr[0].getStyleContext().getProperty("Class",StateFlag