|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Retrieving data from widgets
I know that wxWidgets is a cross-platform system system. My question only refers to the windows implementation. I wrote a program which retieves data from other programs (www.wolptec.de) but it can't handle programs written with wxWidgets yet. Where in the documentation can I find out which messages are used fo... 9 Aug 2010 13:26
Nnative widgets overlapping custom control with gradient background in wxPython
I've tried to create a panel with gradient background and place a staticBox and a button on it. Unfortunately when I placed them onto panel the width and height of DC used by OnPaint method changed so that part of the window on the right of rightmost widget (in my case staticBox) get not drawn. To solve it I've cr... 12 Jul 2010 10:41
Scrolling to the bottom of a wxHtmlWindow
On 2010-05-14, Razvan Cojocaru <razvanco(a)gmx.net> wrote: Hello, I'd like to scroll to the bottom of a HTML page displayed in a wxHtmlWindow-derived UI component. My quick-and-dirty solution was this: GetVirtualSize(&x, &y); GetScrollPixelsPerUnit(&xUnit, &yUnit); Scroll(0, y / yUnit); It d... 3 Jul 2010 07:58
Updated Eclipse CDT MSYS/MinGW Guide for wxWidgets - Xerces-Cadded
If anyone uses Xerces-C, I have added another guide on the wxWiki to build that with what I call "EMMe" - the Eclipse (CDT) MSYS MinGW environment: http://wiki.wxwidgets.org/Building_Xerces-C%2B%2B_XML_Parser_for_EMMe ... 16 Jun 2010 11:02
One more suggestion regarding the wiki Eclipse Guide
For file uploads, would it be okay to unlock uploading for file extensions .txt, .reg and maybe some script formats like .py, .sh, .vbs? I am thinking of providing file downloads for registry tweaks, as well as an installer script for MSYS/MinGW that someone posted in the MinGW mailing list (python). Or is ... 16 Jun 2010 09:55
Suggestion regarding the wiki Eclipse Guide
I have started testing additional library configurations in my preferred build environment of Eclipse CDT + MSYS + MinGW (+ wxWidgets). Namely - for the time being - support for * Xerces C, and * boost Those are not really related to wxWidgets, so I wanted to ask if everyone of the devs is okay with me putt... 16 Jun 2010 08:50
SourceForge blocking access to users from "unwanted countries"
Since all wxWidgets downloads are hosted on SourceForge, I think this is very very important for everyone involved to read: it only just came to my attention (via MinGW users mailing list) and I think as many open-source developers and users as possible should know about it: SourceForge apparently has started ... 3 Jul 2010 18:59
Updated Eclipse CDT MSYS/MinGW Guide for wxWidgets
Hey everyone! I just finished updating the Eclipse CDT setup guide for wxWidgets with the confusing manual installations of MSYS and MinGW. http://wiki.wxwidgets.org/Eclipse,_CDT_%26_MingW_%26_MSYS_Setup_Guide I would like to know if anyone has any suggestions as to how better keep track of MSYS & MinGW ve... 14 Jun 2010 11:45
SOLVED: MinGW + MSYS + Eclipse CDT shared libs: The application failedto initialize properly (0xc0000005).
http://article.gmane.org/gmane.comp.gnu.mingw.user/33137/ http://article.gmane.org/gmane.comp.gnu.mingw.user/33216/ Apparently, one of the recent binutils versions was not compatible with gnu c++ programs anymore in the default configuration: You needed to add '-Wl,--enable-runtime-pseudo-reloc-v2' to the g++ ... 14 Jun 2010 09:31
Warning: MinGW + MSYS + Eclipse CDT shared libs: The applicationfailed to initialize properly (0xc0000005).
Okay, I have tracked this down to be a MinGW problem, after using the MinGW 5.1.6 installer to build wxWidgets 2.8.11 stable release, wxWidgets sampleMinimal runs perfectly fine. So in summary, I will move this thread into the MinGW mailing lists, and would like to issue a WARNING to everyone considering to us... 14 Jun 2010 06:15
Solved: Trying to build wxWidgets 2.9.0 development snapshot
Lars Uffmann wrote: I am currently trying to see if the other problem I posted here is in any way reproducible or not with 2.9.0 - so I am building that on a virtual machine with win XP SP3, on a Debian system 2 GHz CPU (I don't know how much of that my Debian VirtualBox OSE gives to the VM), and wit... 3 Jul 2010 14:34
MinGW + MSYS + Eclipse CDT shared libs: The application failedto initialize properly (0xc0000005).
Lars Uffmann wrote: Hey everyone! I am currently working on updating the Eclipse guide for wxWidgets in the wiki to the latest software versions. I have documented my MSYS and MinGW installation process in this guide: http://wiki.wxwidgets.org/HowTo:_Install_MSYS_and_MinGW_for_use_with_Eclipse_C... 10 Jun 2010 09:59
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11