Search found 59 matches

by kea_
Fri Apr 09, 2010 9:29 am
Forum: Component Writing
Topic: wxMDIParentFrame menu item window
Replies: 1
Views: 2078

Solved my little problem.
I just removed the window menu.

Create(NULL, wxID_ANY, "My Endurance Diary 3.0", wxDefaultPosition, wxDefaultSize, wxRESIZE_BORDER | wxMINIMIZE_BOX | wxMAXIMIZE_BOX | wxSYSTEM_MENU | wxFRAME_NO_WINDOW_MENU);

Greetings kea_
by kea_
Fri Apr 09, 2010 5:54 am
Forum: Component Writing
Topic: wxMDIParentFrame menu item window
Replies: 1
Views: 2078

wxMDIParentFrame menu item window

Hello together,
I like to create a program with the wxMDIParentFrame.
If I create a menu there is a menu item with the text Window.
I like to change the text of this window an the position. Is there a possibily?

Thank you for your answer.
kea_
by kea_
Thu Nov 19, 2009 6:19 am
Forum: C++ Development
Topic: Scrolling width SetTargetWindow
Replies: 3
Views: 1531

Thank you for your answer. No, this was not the solution. But I found the solution. Added just the SetScrollbars() at the end of the constructor. And it work's. But why do they take such a complicated example? Anyway it works... Great Greeting kea_ coBasicView::coBasicView(wxWindow *wParent, wxWindo...
by kea_
Wed Nov 18, 2009 2:50 pm
Forum: C++ Development
Topic: Scrolling width SetTargetWindow
Replies: 3
Views: 1531

Scrolling width SetTargetWindow

Hello together, I like to have a scrollbar over 2 windows and just scroll the right side one. See the picture below. The scrollbars appears if I resize the wxScrolledWindow width the mouse. But if I set the SetTargetWindow() the scrollbars will not appear anymore. coBasicView::coBasicView(wxWindow *...
by kea_
Fri Oct 09, 2009 11:30 am
Forum: C++ Development
Topic: wxGrid over write the EVT_KEY_DOWN
Replies: 3
Views: 1177

It works...
I don't know why but it works.
great thank you.

kea_
by kea_
Fri Oct 09, 2009 10:03 am
Forum: C++ Development
Topic: wxGrid over write the EVT_KEY_DOWN
Replies: 3
Views: 1177

wxGrid over write the EVT_KEY_DOWN

Hello together,
I over write the key event 'EVT_KEY_DOWN' on wxGrid.
If I press a key and like to write text it doesn't work.
I have to double click the cell for that.

But before I have over written the EVT_KEY_DOWN it did work.
How can I solve this problem?

Thank you for your answers.
kea_
by kea_
Thu Sep 10, 2009 6:26 am
Forum: C++ Development
Topic: Application Icon in Windows
Replies: 2
Views: 1548

Thank you for your answer.

I solved the problem. I included the .ico (#include "bla.ico") thats wrong.
Now it works.

Greetings kea_
by kea_
Thu Sep 10, 2009 5:59 am
Forum: C++ Development
Topic: Application Icon in Windows
Replies: 2
Views: 1548

Application Icon in Windows

Hello together, I try to set a icon (.ico) for my Windows-Application. I have read the tutorials but get everytime an error. this is my .rc file: aaaa ICON "wx/msw/std.ico" #include "wx/msw/wx.rc" this the frame file fmMyEnduranceDiary::fmMyEnduranceDiary(csConfig *cfg, csDatabas...
by kea_
Tue Aug 11, 2009 6:53 pm
Forum: Compiler / Linking / IDE Related
Topic: wxWidgets 2.8.10 on Windows 7
Replies: 2
Views: 991

MinGW-5.1.4

I solved the problem.
Every thing works in the way I like it.
Thank you for asking.

kea_
by kea_
Sat Aug 08, 2009 3:49 pm
Forum: Compiler / Linking / IDE Related
Topic: wxWidgets 2.8.10 on Windows 7
Replies: 2
Views: 991

wxWidgets 2.8.10 on Windows 7

Hello, I like to install wxWidgets 2.8.10 on Windows 7 for compiling one big exe file. But unfortunatelly it doesn't work. It's possible to compile for dll use. But that's not what I like. The 2.8.10 works for me on Windows XP but not for Windows 7 has anybody maked the same experience like me? Gree...
by kea_
Thu Jun 18, 2009 5:06 am
Forum: Component Writing
Topic: 2 ScrolledWindows on a ScrolledWindow no resize
Replies: 2
Views: 2352

Yes you have right it has no sense for a scrolledwindow in a scrolledwindow. I will take a wxPanel for that. For the second. If you put a wxSizer to a top Window (wxFrame) the set size works. You can change the height of a sizer. This must have to do something width the top level window. Thank you f...
by kea_
Wed Jun 17, 2009 2:01 pm
Forum: Component Writing
Topic: 2 ScrolledWindows on a ScrolledWindow no resize
Replies: 2
Views: 2352

2 ScrolledWindows on a ScrolledWindow no resize

Hello together, I have a wxScrolledWindow (Base) as a base and in this I have a wxBoxSizer in the BoxSizer I have two wxScrolledWindow (Win1 and Win2). That works fine. But if I like to change the size of the Win1 the wxSizer does not Recalc the size. See the examples below. This is the source for t...
by kea_
Fri May 29, 2009 1:24 pm
Forum: C++ Development
Topic: No data shown width printf and UniCode
Replies: 2
Views: 838

Thank you for your answer.

I will read this site.

kea_
by kea_
Fri May 29, 2009 9:18 am
Forum: C++ Development
Topic: No data shown width printf and UniCode
Replies: 2
Views: 838

No data shown width printf and UniCode

Hello together, I have installed the wxWidget (UniCode) and Code::Blocks on my Ubuntu System. So I've done a litle example just for a test. #include <iostream> #include <wx/string.h> using namespace std; int main() { wxString s = _T("Hello"); char const *sOut = s.mb_str(wxConvUTF8); printf...
by kea_
Sat May 16, 2009 8:15 am
Forum: C++ Development
Topic: wxGrid::SetScrollLineX doesn't work.
Replies: 2
Views: 914

hello,
thank for your answer.
It doesn't work but it doesn't matter I'm doing it in a other way (for me a better way).

Greeting kea_