lars.saalbach Posted February 27, 2013 Share Posted February 27, 2013 Hey Unigine, if I'm adding Editlines or edittext into my GUI .H-File and want to remove the background with -> background="0" It doesn't work: <editline export="0" background="0" width="500">YourMessage</editline> If I export the Widget and call function .setBackground(0) it works. At all: I thought the -> background="0" command could be wrong but with a button it works with no problems: <button background="0" width="100"><text>Send</text></button> PS: I'm using latest SDK. Greetings Lars Link to comment
frustum Posted February 27, 2013 Share Posted February 27, 2013 "background" is an unknown tag for editline and edittext widgets in the latest SDK. You should see a "unused argument" warning in the console. This argument will be added in the next SDK. Link to comment
lars.saalbach Posted February 27, 2013 Author Share Posted February 27, 2013 Hey Frustrum, thanks fine :) Isn't that important but just wanted to make sure that all will work properly. Greetings Lars Link to comment
Recommended Posts