First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
wxScroll events from wxScrolledWindow
How do I respond to scrolling events in a wxScrolledWindow? I would like to respond with some code (paint related) when the user starts dragging, continues to drag and stops dragging the scrollbars from wxScrolled window. TIA, Regards. ... 16 Apr 2008 16:26
/usr/local/include/wx-2.8/wx/string.h:226: multiple definition of `tray_misalign'
I got this as I was trying to port some code. 'tray_misalign' is my variable. My .h files are all #ifndef protected. Line 226 of /usr/local/include/wx-2.8/wx/string.h bool IsEmpty() const { return (nRefs == -1); } What gives? The compiler isnt even reporting the correct thing? Things were compling f... 16 Apr 2008 15:38
hostname validator?
Hi All, Can anyone recommend a good way to validate a hostname then can either be a FQDN or IP address? This would be good ;-) hostname_text_ctrl->SetValidator( wxTextValidator( wxHOSTNAME ) ); Thanks. ... 16 Apr 2008 14:50
Problem with wxMenu in release vs debug
Hi, I have a odd problem with menus in release mode that works fine in debug mode. I am using wxwidgets 2.8.7 on windows xp using devstudio 2008. If I have any menu items that I set bitmaps to in debug mode everything works fine, but in release mode the drop down menu shows up with just up and down arrow... 16 Apr 2008 15:38
wxHtmlListBox Not Refreshing on Resize
Hi. I've got a class derived from wxHtmlListBox that tries to align three fields in each list entry. Each entry is a table with 100% width, and the cells have widths of 20%, 40%, and 40%. It is my goal to have the entries expand and have their fields be perfectly aligned as the control gets wider. However, the ... 17 Apr 2008 03:35
Print preview and print scaling
Hey guys, I'm a little confused about the printing framework. I have a graphic thats been created in A3 size. When I import it into my program I scale it to fit the size of my panel. However I want to print the image off to an A3 printer from my software. I want to be able tp print preview it and see the entire ... 16 Apr 2008 10:49
using wxScrolledWindow with wxSimpleHtmlListBox
Hi!! I'm trying to using a wxScrolledWindow with a wxSimpleHtmlListBox in my app, but the problem is that when I change the size window and it's enough big to contain all elements, and the HScrollBar set to disabled, there's no way to enabled the HScrollBar again. I've inside the wxScrolledWindow a wxBoxSizerH, and... 16 Apr 2008 10:01
Re[2]: Hybrid GUI/Console App
c> Vadim, if you think this would make a good sample, I'm happy to make c> any changes to get it to a presentable state. Yes, I think this is a useful example and I'd be favourable to adding it as a new sample. I haven't tried this code, but when I once tried to create such an app I was told that it's ... 16 Apr 2008 05:48
Problem saving application settings when system is shut down
On 14 Kwi, 21:48, Vadim Zeitlin <va...(a)wxwidgets.org> wrote:         void wxApp::OnEndSession(wxCloseEvent& WXUNUSED(event))         {                 // Windows will terminate the process soon after we                 // return from WM_ENDSESSION handler anyhow, so make                 // sure we at ... 16 Apr 2008 05:01
Add button control on upper part splitter window?
is it possible to add button control on upper part of splitter window.If yes please suggest some idea. -- View this message in context: http://www.nabble.com/Add-button-control-on-upper-part-splitter-window--tp16717554p16717554.html Sent from the wxWidgets - Users mailing list archive at Nabble.com. ... 16 Apr 2008 03:26
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30