aMule Forum
English => Skins & GUI => Topic started by: wuischke on July 11, 2008, 11:54:38 AM
-
If you don't understand what this is about, don't worry and ignore the following.
Export the XRC as usual with wxDesigner (use today's tarball) and replace the xrc file by the one I attached here. wxDesigner will sometimes generate invalid lines and I fixed this in the attached file.
Example:
<object class="wxStaticText" <label>eD2k Link: </label>
</object>
Note the missing '>' and line break and the additional spaces.
-
I am trying to use wxFormBuilder, but I cannot generate the code. The problem is that it complains about missing subwindows of wxSplitterWindow. I think there are two of them, one in transferDlg and the other in serverListDlg. It seems that a lot of the gui is implemented somewhere in the code, instead of the interface...