OokEek
OokEek
The error here isn't telling you that the child doesn't exist, its telling you that the tab doesn't exist.
#3 isn't going to happen, open a browser from the callback if you want to.
added nounderline style.
Provisionally fixed. The text displayed when transparent can have some odd artefacts depending on the background. Working on something better.
try using notheme
fixed the item updating issue, but the drawing is still not right when scrolling etc.. As a quick fix try xdialog -b $dname +tyx to enable composited style, this has...
Here is some example code that does most of what you want, except the the dialog will still float over the text area. ``` alias xdock_test { if ($window(@xdock_test)) window...
This is cause by the `alpha` style being used, this style is broken in treeview atm & is being worked on. The solution is to simply remove that style for...
The dcxml/cla part runs fine when not docked. As a side note when using dcxml you must wait for the dcxml `ready` event before doing anything further to the dialog....
Its unlikely the colorcombo will change to be a grid layout as this would need a complete rewrite of the combo control that its based on. The control as it...