This means that it is only for text.
Type: Posts; User: jamapag; Keyword(s):
This means that it is only for text.
This code place flow over automatic Scrollable created by Shell.
Try call dumpTree(shell) function without and with this code, and you'll see the difference.
Flow flow = new Flow(getStyle("default"));
flow.setPreferredSize(-100, -100);
Label header = new Label(getStyle("default"), "I am header text");
header.setFlags(VISIBLE|LINEFEED);...
Try POST method
found.
encodeString(String string, String encoding);
Its psible convert String to ByteArray?
_______________________________________________
How about the settings are stored for each user? They remain?
Thanks, render. It help. I chose PHP because it has a syntax highlight in forum ).
How can I get Image object from url, like Picture pic = getPicture(url) ?
I tried to do this:
Picture pic = getPicture(url);
Image im = pic.getImage();
but the image is still not loaded into...
thanks_______________
How can I make that, when updating the widget, it is updated for all users who use the?
whether it is possible to dynamically change the style of a component to another style which is not in widget.xml?
or do something like this:
...
<parameters>
<parameter name="my_color">...