Re: WxWidgets (not sure where to put this one) Programming Software Development by daviddoria … GUI system. Here is an example: [url]http://www.wxwidgets.org/docs/tutorials/hello.htm[/url] You have to run [… wxWidgets Help? Programming Software Development by steventaal I am learning wxWidgets to break free of console programming. I use Dev-C++, … wxWidgets Help... Programming Software Development by steventaal … to learn the Win32 API... And I want to do wxWidgets... But Please, please help me. -Stev Re: wxWidgets Help... Programming Software Development by allq Hi there! CrazyDieter I have the same problem, I've installed wxWidgets 2.8.11 - but it didn't work... So what now ? wxWidgets in practice! Programming Software Development by crioto …! Last few days i was interested in one question: Does wxWidgets working well in KDE? Windows? [I]I know[/I], that… i can read official wxWidgets site for posted issues, but actually i want to know… that i don't meet major bugs if i use wxWidgets. Any opinions are welcome! wxWidgets vs. VB Programming Software Development by clutchkiller From people who know what wxWidgets is, I always here a lot of grief about how … what do you guys think? Ive only ever worked with wxWidgets for a short period of timebut thougt it was very… the c++ thread cause everyone ive seen talk low of wxWidgets were c++ guys. Re: wxWidgets vs. VB Programming Software Development by Nick Evan … not a programming language? I've used wxWidgets in the past and found it to be an excellent … easier to program a (simple) windowsapplication in VB. C++ and wxWidgets are more powerfull however and they still have my personal… Re: WxWidgets (not sure where to put this one) Programming Software Development by LevyDee I have used wxWidgets before, and my suggestion would be to learn win32 API because it is very similar, also knowledge in win32 will look 10 times better on a resume then wxWidgets. wxWidgets basically copies the syntax and purpose of win32. wxwidgets App: how to get external socket input? Programming Software Development by markmcwiggins … that was working 90% and go back to C++ with wxWidgets. I have it working functionally, but integrating with the company…. I did look at the 'how to integrate MFC with wxWidgets' section in The Book but (erroneously?) thought this would be… Re: wxWidgets in practice! Programming Software Development by NicAx64 [quote]Does wxWidgets working well in KDE? [/quote] KDE means a desktop environment. yes true there are some GTK dependencies under the KDE. But you can compile it using the wxX11 option and make it use the underlaying X windows system instead of GTK. configure --with-x11 --with-universal when you configure. Re: wxWidgets in practice! Programming Software Development by NicAx64 These are the supported ports and environments that wxWidget runs. [url]http://docs.wxwidgets.org/trunk/page_port.html#page_port_wxx11[/url] Re: wxWidgets or QT? Programming Software Development by Stefano Mtangoo [QUOTE=tux4life;849191]Maybe wxWidgets as it matches with your avatar :P ...[/QUOTE] Hahaha! That avatar represent wxpython, the python bindings for wxWidgets. I will try both, but starting with wxWidgets, since it have been my default in python. Just curious question(though I will post it in python in due time) have also pyQT went to LGPL? wxWidgets - Delete it? Programming Software Development by Stefano Mtangoo After building wxWidgets, I need to free space for any unneeded files. Should I uninstall wxWidgets after buidling? and what exactly building does? Re: wxWidgets - Delete it? Programming Software Development by Ancient Dragon >>Should I uninstall wxWidgets after buidling? Not unless you never want to use it … then there are other files that should be removed before wxWidgets, such as all the compiler-generated files. If you are… Re: wxWidgets - Delete it? Programming Software Development by Hiroshe …]My assumption was wrong. I thought that after building, the wxWidgets library are being put somewhere and then you can delete… be a completely different question. After you build and install WxWidgets, you can remove the directory that you built it on… WxWidgets (not sure where to put this one) Programming Software Development by SCoder1 … know where to put this but how does one use WxWidgets with c++. I just need to know the syntax or… structure of it. For example: What would wxwidgets equivalent be for the native code... [CODE] #include <iostream… Re: WxWidgets (not sure where to put this one) Programming Software Development by daviddoria I'm not familiar with wxWidgets, but I suggest you weight your options before diving in. I have chosen Qt. There are other options too, particularly if you're developing for Windows. If you've already chosen wxWidgets, maybe someone else here can help. wxWidgets with C++ in XCode Programming Software Development by BobTheLob … where I need to create a GUI. I'm using wxWidgets, which is cross platform compatible. Now I know that Cocoa… Mac, but I need to do this with C++ and wxWidgets. Now I have everything setup to get the form working… Re: wxwidgets, getting started... Programming Software Development by jesseb07 yes, I apologize, I wasn't aware that wxwidgets had their own set of forums (I do now). Oddly ….php[/url] With nice wiki's here: [url]http://wiki.wxwidgets.org/Main_Page[/url] Thanks for the nudge :) ~J Re: wxWidgets or QT? Programming Software Development by NicAx64 [QUOTE]I suggest to follow some tutorials for WxWidgets, QT and GTKmm (the OOP-brother of GTK) and decide … technologies. Side is GUI programming , and the technologies are win32 , wxWidgets ,GTK, QT, MFC ... etc. I think that's the special… Re: wxWidgets events Connect or event table? Programming Software Development by jesseb07 … than that, here's explaining the subtle differences: [url]http://wxwidgets.blogspot.com/2007/01/in-praise-of-connect.html[/url…] Also, another interesting bit of info is that in my wxwidgets book, written by the creators, all of their examples (that… Re: wxWidgets - Delete it? Programming Software Development by Stefano Mtangoo My assumption was wrong. I thought that after building, the wxWidgets library are being put somewhere and then you can delete that folder. Thanks for the answers :) Re: wxWidgets with C++ in XCode Programming Software Development by daviddoria There is nothing magic about compiling something with a GUI. You simply have to link to the GUI library (in your case Wx) that you want to use. You can see the setup with CMake here: [url]http://programmingexamples.net/index.php?title=CPP/WxWidgets/Basic[/url] wxwidgets, getting started... Programming Software Development by jesseb07 Hey, I've been trying to work with wxwidgets so I can start learning GUI's, problem is, it … wxWidgets - RichTextCtrl - Is ther one? Programming Software Development by MaxVK … it yet and the RTF Demo that came with the wxWidgets does not actually load or save RTF files. So, is… [wxWidgets] wx.Toolbar & SetToolBitmapSize Programming Software Development by Bart6114 Hello, I'm using wxwidgets under linux. When I use the wx.Toolbar I wraps … wxWidgets or QT? Programming Software Development by Stefano Mtangoo Just a curious Question. What do you prefer, QT or wxWidgets? How do compare the two in terms of: 1. Nativity 2. Easiness to learn 3. Documentation 4. Weight (The size in MB) 5. Licencing 6. Any other factor(AOF) Thanks all! Re: wxWidgets or QT? Programming Software Development by scru …. That depends 5. Both have LGPL licenses, though I think wxWidgets has some extra restrictions lifted, not sure. 6. I don… Re: wxWidgets or QT? Programming Software Development by Stefano Mtangoo … prefer wxpython in Python but any of two (QT or wxWidgets) is ok for me, provided it fulfills what I need… Re: wxWidgets or QT? Programming Software Development by tux4life I think there are written lots of books about QT ... Linux desktop environment KDE is also QT-powered ... But personally I think wxWidgets is easier to learn, actually you should just try both of them, and stay with the one you feel yourself most comfortable with :) ...