Search found 115 matches

by Chr
Fri Mar 31, 2006 4:30 pm
Forum: General Development
Topic: (Idea?)More gui wrappers
Replies: 11
Views: 3639

qt = quicktime, do you mean, the 'kde-qt' or apple-quicktime?
by Chr
Mon Mar 20, 2006 3:54 pm
Forum: General Development
Topic: wxWidgets presentation: need help to spread wxWidgets!
Replies: 9
Views: 2169

by Chr
Sun Mar 05, 2006 12:10 pm
Forum: Announcements and Discoveries
Topic: wxIFM 1.0.5 - docking library for wxWidgets
Replies: 93
Views: 39656

wxifm has a plugin-architecture, wxaui hasn't. wxAUI has some features which wxIFM hasn't and wxIFM has features which wxAUI hasn't. But wxAUI is still under active developpement, and big features are planned, look at the roadmap: http://www.kirix.com/en/community/opens ... admap.html
by Chr
Tue Feb 07, 2006 3:34 pm
Forum: Open Discussion
Topic: Vista Support?
Replies: 9
Views: 3042

Re: Vista Support?

Will wxWidgets provide support for Vista specific things in future. There are some really cool features that the application may need to use on Vista, but will not be available on Linux for next 10 years. So, do the developers have to wait or the core Developers will provide support for Vista too, ...
by Chr
Thu Jan 12, 2006 2:37 pm
Forum: The Code Dump
Topic: wxDownloadFile
Replies: 17
Views: 27887

maybe you can put it in wxCode?
by Chr
Tue Jan 10, 2006 1:30 pm
Forum: General Development
Topic: wxWindows EVENT handling
Replies: 4
Views: 1499

I don't think ->connect-method is old or depreciated. In the wxWidgets Book it is described as an alternative, maybe if you need Dynamic event-handling (if something is true this button should do that) or you only don't like the syntax of event-tables.
by Chr
Fri Jan 06, 2006 6:14 pm
Forum: C++ Development
Topic: show Unicode codes directly?
Replies: 1
Views: 1318

show Unicode codes directly?

hi,
I want to make a program which shows all/
is it possible in wxwidgets to give unicode codes directly to wxWidgets like "263B" for a smilie or something like that?
Can you write wxXXX.SetText(_T(263B));
Thank you
by Chr
Sun Dec 18, 2005 9:08 pm
Forum: C++ Development
Topic: Convert numbers to a wxString and storing it in a listctrl
Replies: 2
Views: 981

Convert numbers to a wxString and storing it in a listctrl

Hi,
I've a number between 0-400. Can I convert it to a wxString, for inserting it in a wxListCrtl?
Thank you
by Chr
Sun Dec 18, 2005 8:56 pm
Forum: C++ Development
Topic: draggable & dockable toolbars with wxIFM
Replies: 7
Views: 2296

can you share the code?
by Chr
Thu Dec 15, 2005 7:44 pm
Forum: General Development
Topic: signals and slots
Replies: 22
Views: 9702

if it is not that difficult to use signals/slots with wxWidgets, it maybe could be introduced as another event handling mechanism?
by Chr
Tue Dec 13, 2005 2:07 pm
Forum: C++ Development
Topic: wxWidgets dialogs outside of wxApp
Replies: 13
Views: 3378

what about:
To clean up wxWidgets, call wxApp::OnExit followed by the static function wxApp::CleanUp. For example, if exiting from an MFC application that also uses wxWidgets
by Chr
Fri Nov 11, 2005 7:07 pm
Forum: General Development
Topic: Tutorial for use of XML ?
Replies: 2
Views: 1709

is wxXml2 supporting unicode?
by Chr
Thu Nov 10, 2005 7:36 pm
Forum: C++ Development
Topic: How to add a menu in a toolbar???
Replies: 7
Views: 1960

by Chr
Thu Nov 10, 2005 7:20 pm
Forum: Compiler / Linking / IDE Related
Topic: VS 2003 intelliSense: 'No additional information availale'
Replies: 3
Views: 1902

I installed wxWidgets 2.6.2 using that installer:
http://www.upcase.de/wxinstaller.html
and intellisense is working for me