Displaying 2 results from an estimated 2 matches for "id_notifi".
Did you mean:
did_notify
2007 Jul 04
5
loading menu using XmlResource
...9;wxMenuBar'') not found!'' trying to load a
menu bar.
Here is my xml:
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxFrame" name="ID_NOTIFIER" subclass="notifier">
<style>wxCAPTION|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX</style>
<size>300,300</size>
<title>wxnc</title>
<object class="wxMenuBar" name="ID_MENUBAR">...
2008 Aug 12
1
xrc panels using xrcise
...facing a problem generating base classes using xrcise.
i''ve this xrc layout:
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxFrame" name="ID_NOTIFIER" subclass="notifier">
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
<size>300,400</size>
<title>wxnc</title>
<object class="wxMenuBar" name=&quo...