Search found 79 matches

by armink
Thu Jul 27, 2006 9:15 am
Forum: C++ Development
Topic: c++ documentation of function use
Replies: 9
Views: 2478

Thanks, I will also try this ...
by armink
Thu Jul 27, 2006 7:30 am
Forum: C++ Development
Topic: c++ documentation of function use
Replies: 9
Views: 2478

wow, looks good, I try goin that way

Thanks !
by armink
Thu Jul 27, 2006 7:11 am
Forum: C++ Development
Topic: c++ documentation of function use
Replies: 9
Views: 2478

Are you sure ? I used doxygen but I dont remember it generating in the doccumentation something like " who calls me " ... or "used in line ..."
by armink
Thu Jul 27, 2006 6:44 am
Forum: C++ Development
Topic: c++ documentation of function use
Replies: 9
Views: 2478

Thank you but I use code::blocks with mingw/gcc ... I m looking for a free available tool ...
by armink
Thu Jul 27, 2006 6:23 am
Forum: C++ Development
Topic: c++ documentation of function use
Replies: 9
Views: 2478

c++ documentation of function use

Hello does anybody know a c++ investigation tool which can tell me where in the projects cpp and h files all the classes and their declared methods are used ? e.g. like __________________________ wxString::Replace(...) used in: a.cpp, line 234 b.cpp, line 333 .... wxString::foo() used in unused ...
by armink
Tue Jul 25, 2006 1:36 pm
Forum: C++ Development
Topic: wxdatetime and monthame language
Replies: 4
Views: 1374

well ... I solved the problem now with

Code: Select all

...
monthname=dt.GetMonthName(dt.GetCurrentMonth());
        			monthname.Replace("Januar","January");
        			monthname.Replace("Februar","February");
        			monthname.Replace("M
by armink
Tue Jul 25, 2006 12:59 pm
Forum: C++ Development
Topic: wxdatetime and monthame language
Replies: 4
Views: 1374

All my application messages are in english since some colleages are from UK and US. For the german ones I set in OnInit() a translation catalog ... int syslang = wxLocale::GetSystemLanguage(); switch ( syslang ) { case wxLANGUAGE_GERMAN: m_locale.Init(wxLANGUAGE_GERMAN); m_locale.AddCatalog(wxT(&quo...
by armink
Tue Jul 25, 2006 12:32 pm
Forum: C++ Development
Topic: wxdatetime and monthame language
Replies: 4
Views: 1374

wxdatetime and monthame language

Hello,

I'm working on a german computer and use wxdatetime to get the month name.

The problem is I
by armink
Wed Jun 21, 2006 4:29 pm
Forum: Platform Related Issues
Topic: wxTreeCtrl Freeze()/Thaw() doesnt work under wxGTK ...
Replies: 0
Views: 694

wxTreeCtrl Freeze()/Thaw() doesnt work under wxGTK ...

Hello, made an app with a wxtreectrl which works fine on winxp but makes trouble in wxGTK. It reads in an xml file, and displays the tree in a wxtreectrl. Before filling the tree I call tree->Freeze(), when finished I call tree->Thaw(); With the wxGTK version, the tree isnt frozen and I can watch th...
by armink
Mon May 29, 2006 2:59 pm
Forum: C++ Development
Topic: a simple question about wxString
Replies: 5
Views: 1306

or simply

Code: Select all

...
dialString.Replace("\"","");
...

by armink
Wed Mar 01, 2006 1:01 pm
Forum: Compiler / Linking / IDE Related
Topic: wxformbuilder and wxnotebook
Replies: 2
Views: 5827

wxformbuilder and wxnotebook

Hi, just playing around with wxformbuilder, i noticed that i can add a wxnotebook, but how can I add a page to this notebook. In the tutorial is stated that things added by hand will be overwritten when saving next time, so can anybody give a hint ? PS: Sorry sorry, just added a panel ... It s OK no...
by armink
Wed Mar 01, 2006 10:57 am
Forum: wxCode
Topic: wxtreectrl and popups
Replies: 2
Views: 1722

well nothing happens ... same as before.

I made a workaround opening the popup when an item is double-clicked until theres a solution.

Thanks
by armink
Wed Mar 01, 2006 9:54 am
Forum: wxCode
Topic: wxtreectrl and popups
Replies: 2
Views: 1722

wxtreectrl and popups

In my app I had a wxTreeListCtrl on which appeared a popupmenu when right clicked on. Now I switched to wxtreelistctrl and it doesnt appear anymore. Her the relevant code parts: In header file : class MyViewTree : public wxTreeListCtrl{ ... In constructor ... PopUp = new wxMenu; ... Then the on ... ...
by armink
Thu Feb 23, 2006 4:23 pm
Forum: wxCode
Topic: wxtreelayout ?
Replies: 7
Views: 2757

wxTreeCtrl for devel testing, but for end application still looking around ...
by armink
Mon Feb 20, 2006 6:07 am
Forum: Platform Related Issues
Topic: SetBackgroundColour not working with KDE/SUSE?
Replies: 3
Views: 1433

Where is the workaround ?

To anybody:Please help ....


Thanks