Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxSmith problem with menus inside xrc
byo:
--- Quote from: Russell on March 11, 2007, 08:36:20 pm ---hi, anything happening? ;)
--- End quote ---
Currently I have limited access to pc and internet, next week should be much more promising :)
Russell:
cool, looking forward to it :)
Russell:
I found an improvement that could be made.
If you create a new empty file with codeblocks and then save it as xrc, it gets put under resources.
However, if you try to open the xrc with wxSmith, it won't, because there is no data in the file.
Autogenerating some simple data for it, for example
--- Code: ---<resource>
<object class="wxDialog" name="Dialog1">
</object>
</resource>
--- End code ---
anwender4711:
--- Quote from: Russell on March 04, 2007, 06:32:51 am ---3) Cut/copy/paste operations via ctrl-c/ctrl-v/ctrl-x don't work (I think this is an actual cb problem though)
--- End quote ---
I noticed the same. I assigned the appropiate shortcuts to the edit menu via the keyboard shortcuts plugin. It generally works , but the problem is, if i cut or copied a control, I can only paste it on top of the actual form. The insertion point I can choose on the right side of the wxSmith workspace is not recognized.
klight:
--- Quote from: Russell on March 04, 2007, 06:32:51 am ---4) Would it be a good idea to move controls around via the object inspector/resource tab thing aswell?
--- End quote ---
I miss this feature. I always wind up adding or moving controls around other controls inside sizers. Changing the order of controls inside a sizer becomes a challenge in the GUI if there is not a way of changing the order in the tree. I've been editing the wxSmith files to achieve this effect, so I do have a work-around.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version