aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: XRC file for testing purposes  (Read 4173 times)

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
XRC file for testing purposes
« 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:
Code: [Select]
<object class="wxStaticText"                         <label>eD2k Link: </label>
                    </object>
Note the missing '>' and line break and the additional spaces.
Logged

greek

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 128
Re: XRC file for testing purposes
« Reply #1 on: July 12, 2008, 01:26:33 PM »

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...
Logged