#12020: Make wxHtmlWindow::ScrollToAnchor public instead or protected
The wxHtmlWindow::ScrollToAnchor is a useful function and I don't think it has any reason to be protected, I'm using wxLua and it doesn't expose it because it isn't public. I did modified my own...
View Article#4398: [2.8] wxGTK wxComboBox doesn't support wxCB_SORT
I defined a wx.ComboBox() as: self.vcomp = wx.ComboBox(self, wx.ID_ANY, size=wx.Size(150, 25), style=wx.CB_DROPDOWN|wx.CB_SORT| wx.TAB_TRAVERSAL|wx.RAISED_BORDER) The appended strings in the drop-down...
View Article#9977: wxMSW - wxFileDialog conflic with TortoiseSVN SetFileDirectory
I am using the latest SVN version of wxWidgets compiled with Visual Studio 2008 on a Windows Vista x86. I also use SVN for one of my personal projects and TortoiseSVN (1.5.3 and older) as a client....
View Article#13051: Application hung (infinite loop) if the same class-name is used twice...
Notes and references The bug + patch is also available with Ubuntu bug https://launchpad.net/bugs/735462 What you expected to happen The wxwidgets should check for duplicate insertion into the event...
View Article#12092: Standard IDs does not work in Mac OS X menubar
I just started running tutorial on wxPython (2.8.11) and noticed that by using standard IDs menu bar is not working. I have Mac OS X 10.6 (64-bit, latest updates), Python came with Mac, no updates...
View Article#10378: Transparent wxSlider issue
Dear Sir/Madam, I have tried wxMS_Developer forum, search google, tried many different approach, and I still can not figure out how to get wxSlider to show properly on top of an image background on...
View Article#13102: wxFileDialog::ShowDialog fails
Hi all. I need to work with wxFileDialog in win32 (Windows XP SP3) with Visual C++ 2008 Express SP1. Compiling dialogs example in Unicode Debug gives runtime error 0xC0000008. The library fails at...
View Article#12915: compile wxWidgets on HP-UX 10.20
When i compile wxwidgets with : --enable-gtk --disable-gtktest --disable-sdltest CFLAGS= I have the error when i would like to link: Error cannont convert int to tm* Can someone help me, thanks
View Article#10805: Application direction issue on RTL desktop
A while ago a bug on GTK that cased direction of applications without translation to right to left (no translation = not necessary to change direction) was fixed....
View Article#10502: RichEdit property explosure
Hello, I am working on text reader for a small form factor display. I have to know exactly how much lines I can display, because the text will be scrolled only using keyboard events and for a lot of...
View Article#12987: 2.8.12 RC 1: Please update install-cocoa.txt and install-mac.txt
This issue is for wxWidgets-2.8.12-rc1 In these two files install-cocoa.txt install-mac.txt Please add the following sentence as the first line: Build instructions for Carbon and Cocoa are available...
View Article#12775: wxWidgets-2.8/samples/internat regression with unicode build [PATCH]
Hello, the following compiler (g++-4.4.1,Ubuntu,32-Bit) error appars when compiling the internat-sample from wxWidgets-2.8: wxWidgets-2.8/samples/internat$ make -f makefile.unx g++ -c -o...
View Article#11991: wxGridBagSizer returns wrong number of columns/rows untill Layout()...
If one adds widgets in the columns and rows of a wxGridBagSizer, GetRows() and GetCols() return 0 and 1 untill Layout() is called after which they return the true numbers: wxGridBagSizer* gridBagSizer...
View Article#12988: Improvements to FAQ for wxMac
The attached patch improves the FAQ for wxMac improves the build instructions puts the modern stuff (Mac OS X and Xcode) before the older stuff (OS 9 and Codewarrior The patch is against...
View Article#4111: wxFileName::IsFileReadable fails under Windows 98
I am developing an application which is now working under RedHat ES3 w/ GTK, Mac OS X 10.4, and Windows XP. But on Windows 98, wxFileName::IsFileReadable returns false for a file that is in fact...
View Article#12494: .xrc File cannot be saved if encoding is set
when setting the encoding attribute of a GUI description XRCed cannot save the .xrc file anymore. The bug is in ALL versions (tested current stable version 2.8 and devel 2.9)
View Article#12455: wxDateTime::Format(): buffer overflow (time zone %Z access on broken...
Hello, Issue persists on current SVN. wx 2.8.10 Valgrind 3.5.0 traces (plus some program log output): after COPTime_HumanReadable2wxDateTime: <0x1dc61460> time "0084-08-07 00:00:00...
View Article#12451: wxDateTime::Format(): infinite loop bug
Forgive me, but in trunk src/common/datetimefmt.cpp, this part: default: // is it the format width? fmt.Empty(); while ( *p == wxT('-') *p == wxT('+') *p == wxT(' ') wxIsdigit(*p) ) { fmt += *p; }...
View Article#12986: 2.8.12 RC 1: Improved installation instructions for Mac OS X for...
The attached patch is intended for http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH I submitted a separate patch #12985 for trunk. Please apply this patch to the 2.8 branch only....
View Article