First  |  Prev |  Next  |  Last
Pages: 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
wxXmlResource::Unload() does not unload archives
Is this a feature or a bug? If you look at the below code (found in src/xrc/xmlres.cpp) you can see that if it's a archive (.zip or .xrs) that the flag gets set to true, but no unload ever happens. #if wxUSE_FILESYSTEM if ( isArchive ) { if ( m_data[i].File.StartsWith(fnd) ) ... 31 Aug 2006 12:52
Report to Sender
Incident Information:- Database: d:/lotus/domino/data/mail.box Originator: wx-users(a)lists.wxwidgets.org Recipients: isaid.aouae(a)choueirigroup.com Subject: DELIVERY FAILED Date/Time: 08/30/2006 01:48:35 AM The file attachment / embedded you sent to the recipients listed above was infected with the W32... 29 Aug 2006 18:13
/wx/msw/wx.rc:43: parse error before `BEGIN'
Good morning, I have a question for you. I hope you can help me, because in none forum i found the reply. How to put an icon on a program application? I use SetIcon(wxIcon) for the frame icon, but what about the program's icon? I use : wxWindows 2.4.2 in a Windows XP PROFESSIONAL with Cygwin. I include... 29 Aug 2006 22:59
wxMac 2.6.3 and XCode Issue
Hello, I have a wxWidgets based application running perfect on CW 8.3, Now i need to convert it to a universal binary. I am using XCode version 2.3 for this. First i tried to build a universal binary for minimal sample and it works perfect. But when I use the same project with some changes in Product name & P... 6 Sep 2006 00:21
wxAccelerator Control vs Command?
Hi Ryan thank you for pointing out this issue Today I was playing with wxAcceleratorTable. The wxBook(p.180) says: "Note that on OS X, a shortcut specification involving Ctrl will actually use the Command key" I tested this assertion out, and proved it false! no the sentence is correct, in ... 28 Aug 2006 11:12
Seperate Event Handler
Hi, I want to seperate event handling from gui. Thus I have, class FileEventHandler :public wxEvtHandler{ public: //ctor public: //My events DECLARE_EVENT_TABLE() }; Now I want to call this event in the FileMenu , which extends wxMenu also in FileToolBar So I bind them like, BEGIN_E... 28 Aug 2006 09:35
Problem with wxStaticText and sizers
I have a problem with the folowing source code: DoubleInputDialog::DoubleInputDialog( wxWindow *parent, const wxString& caption, const wxString& message ) : wxDialog( parent, wxID_ANY, caption, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) { wxBoxSizer *up; up = new wx... 22 Aug 2006 17:23
IEHtmlWindow
Per section 16.3.4 of the wxPython book, I tried the following modification of listing 16.3 import wx import wx.lib.iewin class MyHtmlFrame(wx.Frame): def __init__(self, parent, title): wx.Frame.__init__(self, parent, -1, title, size=(600,400)) html = wx.lib.iewin.IEHtmlWindow(self, paren... 4 Sep 2006 16:25
wxAuiMultiNotebook - catching tab closure
wxWidgets 2.7.0 Windows XP Pro SP2 Visual C++ 2005 Hi, I'm trying to use the new wxAuiMultiNotebook class and have a number of tabs for which I need to prevent closure. I'm trying to catch the EVT_AUINOTEBOOK_PAGE_BUTTON event when the user hits the close button so I can check what is being closed and veto i... 22 Aug 2006 08:45
Re[2]: wxArt2D fails to compile with wxWidgets 2.7.0-1
On Fri, 18 Aug 2006 21:37:27 +0200 "klaas.holwerda" <kholwerd(a)xs4all.nl> wrote: k> > F:\cvs\private\wxArt2D\wxArt2D\modules\editor\src\fontdlg.cpp(63) : k> > error C2039: 'Node' : is not a member of 'wxPathList k> > k> Yes me to, somehow the wxWidgets developers changed the internals of k> wxPathList (list to ... 22 Aug 2006 08:13
First  |  Prev |  Next  |  Last
Pages: 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452