First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
wxAnimation and wxANIM_TYPE_ANY [wxMSW 2.8.0]
Hi! I was playing a litte with wxAnimation and wxAnimationCtrl in wxWidgets 2.8.0. Does it have a reason why the enum value wxANIM_TYPE_ANY (see %WXDIR%include\wx\animdecod.h) is encapsulated in #if wxUSE_STREAMS #endif ? I think, wxAnimation could be well used without wxUSE_STREAMS being defined. At least... 24 Nov 2006 15:46
wxRichTextCtrl printing problem
I have been playing with the wxRichtextCtrl sample, and if you start deleting portions, at somepoint the print preview stops working. -ashish ashish wrote: I am trying to print from the richtextctrl. I can print from the richtext sample with the default loaded data, but When I created my own xml fil... 28 Nov 2006 14:55
wxDbTable with arrays
Hello I'm using PostgreSQL with wxDb classes. But I don't know how to define the columns in the method wxDbTable::SetColDefs. In PostgreSQL I define the table in the next form: CREATE TABLE sal_emp ( name text, schedule text[] ); .. so any idea how to define the variable ... 20 Nov 2006 20:18
wxsheet and wxMSW2.8.0 rc incompatible
Hello, I tried to compile wxSheet with the latest wxMSW 2.8.0rc with VC++ 6.0 and i get compile errors wxsheet_2006_04_28\wxsheet\src\sheetspt.cpp(50) : error C2039: 'RemoveChild' : is not a member of '`global namespace'' wxsheet_2006_04_28\wxsheet\src\sheetspt.cpp(50) : error C2660: 'SetFocus' : function does... 20 Nov 2006 10:49
When can you trust a window size?
Vadim Zeitlin wrote: I usually use EVT_IDLE handler if I need to do something "soon after" window is shown on screen. It's not ideal and I'd welcome any better ideas but this is what we have for now. Excellent tip. Certainly belongs in the faq http://www.wxwidgets.org/docs/faq.htm if it isn't already ther... 16 Nov 2006 10:18
problem with wxThread between wxGTK and wxMSW
I'm launching a thread with a click on a button "encadrer" If the user wants to cancel the operation, he clicks on a button "annuler" (cancel) to ask the (joinable) thread to terminate. The code is at the end of the message. When this code is running under Linux: no problem But when running under Windows there is a... 9 Nov 2006 15:20
ANN: wxWidgets 2.7.2 released - linking problem with MSYS (mingw)on Windows XP
Julian Smart a ?crit : 8th November 2006: wxWidgets 2.7.2 (a development release) is now available for download via http://www.wxwidgets.org/downloads. The main changes since 2.7.1 are listed below; also, Core Graphics support for wxMac has been radically improved. f:\msys\1.0\mingw\bin\..\lib\gcc\min... 9 Nov 2006 09:00
Get Desktop folder
Hello, I'm looking for a plattform independent way, to examinate the path of the user's current desktop folder. The background: My application has to create a shortcut desktop icon automatically. On Linux ::wxGetUserHome() extended with "Desktop" should works with Gnome and KDE, but within windows I'm very ... 7 Nov 2006 09:05
Building wxMac2.6.3 CW8.3 (or fail trying to)
I know the wxWidgets support team is not using Metrowerks CodeWarrior anymore, but maybe someone in the community could help me. I am trying to build wxMac2.6.3 using CW8.3 on a PowerMac G5 with MacOSX10.4.8, using the CW setting OS X Volume = /Developer/SDKs/ MacOSX10.3.9.sdk. Apple apparently made some... 7 Nov 2006 19:36
regex 2.7.0-1 compilation errors in VC++ 6
I'm trying to compile wxWidgets 2.7.0-1 using Visual C++ 6 on Windows I get compile errors as follows: --------------------Configuration: wxregex - Win32 Release-------------------- Creating ..\..\lib\vc_lib\msw\wx\setup.h 1 file(s) copied. Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h genrcdefs.h Com... 3 Nov 2006 13:44
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27