wxWidget Programming Software Development by clutchkiller So as far as ive been able to tell, wxWidget basically allows for multi OS functionality and offers a few extra ways to handle things, other then that, is there a reason why you WOULD NOT want to use wxwidget? Re: wxWidget Programming Software Development by Salem > is there a reason why you WOULD NOT want to use wxwidget? As opposed to the dozens of other UI toolkits out there, with more or less portability. If you already know another UI toolkit, and are happy with it's level of portability, then why bother with another one? Re: wxWidget Programming Software Development by Nick Evan [QUOTE=clutchkiller;783476]is there a reason why you WOULD NOT want to use wxwidget?[/QUOTE] I remember it being a pain in the ass to install. Other then that, I'm very happy with it. wxwidget Building error Programming Software Development by el33t Hi, I'm am very new to wxwidget. After reading certain guides, I finally managed to set it … Re: wxWidget Programming Software Development by clutchkiller anyone have any input on the subject? Win32 VS WxWidget? Programming Software Development by Orion2k …'t need .NET framework and and lower level compare with Wxwidget and QT so it's not much easy to programming… like .NET framework? so which one is better? I tried Wxwidget and it produces around 3.0MB GUI executable even with… which one they use for that? obviously it may not Wxwidget or QT or is there any other toolkits which is… how to use wxwidget in c++ Programming Software Development by nuhendra i have done a c++ project in banking application in a 16 bit machine but i have told to do it in a 32 bit machine . i have decided to use wxwidget but dont know how i can use . can somebody help me to change my 16 bit application into 32 bit using wxwidget..???? HELP.!! Visual Studio 2010 and Wxwidget.!!! Programming Software Development by Orion2k … whole yesterday night I figured out how to configure the Wxwidget for Visual Studio 2010 but it didn't work and… Re: HELP.!! Visual Studio 2010 and Wxwidget.!!! Programming Software Development by Orion2k well I said don't suggest alternative library files like QT. that's what I said. I use the Visual Studio 2010 Professional Version. NOT THE EXPRESS VERSION. I don't think the version is an essential question cause the way to configure the Wxwidget is same for Express to Ultimate. so plz don't ask question from me try to give me some suggestions. :( Qt or Win32 or wxWidget or.... Programming Software Development by lima01 … my search, I ran onto few choices, Qt, Win32 api, wxWidget and by most forums the Qt is the better choice… wxWidget using the wxTextCtrl Programming Software Development by jk_bscomp Does anyone here knows how to make application in c++ using the wxwidgets for i am having trouble in getting the value in the wxTextCtrl.Could you please help me on how to get the value on the wxTextCtrl and display it in an another textctrl....pls..help.. your help is highly appreciated!!!!! Re: wxWidget using the wxTextCtrl Programming Software Development by ~s.o.s~ Asking it [URL="http://wxforum.shadonet.com/"]here[/URL] would be more like it. wxWidget layers Programming Software Development by vic huebner I'm attempting to learn wxPython by writing a card game. After reading the excellent tutorials here as well as wxPython in Action, I still don't know how to put over-lapping objects in the right order. The biggest problem is in correctly stacking playing card images (StaticBitmaps) as in PySol. It appears that each type of widget is assigned a … Re: wxWidget layers Programming Software Development by ZZucker You may want to use a Device Context widget like the one used in: [url]http://www.daniweb.com/forums/showpost.php?p=688718&postcount=74[/url] Re: how to use wxwidget in c++ Programming Software Development by Salem Start reading [url]http://www.wxwidgets.org/docs/tutorials.htm[/url] Re: HELP.!! Visual Studio 2010 and Wxwidget.!!! Programming Software Development by Ancient Dragon Which version of Visual Studio 2010 are you using? >>well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot With a statement like that you are likely to not get any advice at all. Re: HELP.!! Visual Studio 2010 and Wxwidget.!!! Programming Software Development by Ancient Dragon >>plz don't ask question from me try to give me some suggestions Ok -- you're ignored. Re: Qt or Win32 or wxWidget or.... Programming Software Development by gerard4143 I'm starting out with Qt4 and so far I'm impressed with the libraries and supporting tools/IDE like Qt Designer, Qt Creator, Kdevelop. WxWidgets - Changing texbox from a file other than the main one Programming Software Development by crankyslap … because "somefunction()" is not part of the wxWidget class, and I don't want it to be. …The wxwidget class is created in "wxQuestionMain.h". wxQuestionMain.…quot;textCtrl1" without adding "somefunction()" to the wxWidget class? CodeBlocks auto generated 2 other files, not sure if… Today is the most Important day in my life Community Center Geeks' Lounge by NicAx64 …. This laptop is really amazing to learn win32 programming and wxWidget. I have already downloaded and installed mingw developer environment . Now… banking application in wxwidgets Programming Software Development by new_divine i am making a banking application in wxwidget using gcc complier code-blocks. i made a administrator login form now i am having a problem in event handling using buttom i don't no how create a open new window/form through buttons. it would be great if anyone can provide me the code of event using both static eent handling or connect . wxwdiget version conflict Programming Software Development by mehdi0016 hi currently on my ubuntu i have both wx-2.6-gtk2-unicode & wx-2.8-gtk2-unicode installed, but when i use this code in python 2.6 : [CODE]import wx[/CODE] always wxwidget 2.6 was imported. is there any solution to have both or it's better to uninstall version 2.6 ? thanks making banking application using wxwidget in code-blocks Programming Software Development by new_divine whenever i compile in code-blocks for wxwidgets following error is generated but when i priview the wxform it shows the form . i really don't know what is this. ||=== banking, Debug ===| WxWidgets.org\wxMSW-2.8.10\wxMSW-2.8.10\include\wx\platform.h|196|wx/setup.h: No such file or directory| WxWidgets.org\wxMSW-2.8.10\wxMSW-2.8.10\include\… Re: making banking application using wxwidget in code-blocks Programming Software Development by mvmalderen Are you sure that you've compiled the wxWidgets libraries ? Try some of the things listed in this thread: [url]http://forums.codeblocks.org/index.php?topic=6645.0[/url] Re: making banking application using wxwidget in code-blocks Programming Software Development by bnekolny Have you tried building any of the WxWidgets provided sample codes or demos? I just recently learned a bit of wxWidgets, and they had proved very useful in figuring out some rudimentary things. So my reccomendation would be to see if you can get one of the samples to build, and if you can't then try re-building the libraries. Also, if you don't … Need Help to start wxWidget with C++ Programming Software Development by logicslab Hi Friends, I am new to C++ wxwidgets world . I plan to study same, I am basically from web programming but I like to study this new technology come in C++(I am newbie there too!). I have 2 types of C++ distributions installed in my PC with Windows XP (SP3)... 1) DEV-C++ Version 4.9.9.2 from Bloodshed.net 2) Microsoft Visual C++ 2010 … Re: Need Help to start wxWidget with C++ Programming Software Development by SgtMe [url]http://www.wxwidgets.org/docs/tutorials/hello.htm[/url] Re: Having trouble with library in dev-c++ (wxWindows) Programming Software Development by vegaseat … compile the program. I am not using wxWidget, btw what is that?[/QUOTE] The wxWidget IDE ties Dev-C++ and wxWindows together… Re: need a little help with the solution to my problem Programming Software Development by Gribouillis This seems to be a fix in the C++ source code of wxWidget. If you want to use this fix, you must recompile wxWidget yourself. This is not normally a solution for the end user. If this link really describes your problem, you will have to wait that the fix is included in wxPython. Make sure you have the latest version. Re: wxWidgets in practice! Programming Software Development by NicAx64 … libraries?[/QUOTE] No no no , I told you to compile wxWidget using the X11 option . Then it will work under the… never tried that option before. There are GDK libraries that wxWidget default using as I know. But then how that it…