Search found 86 matches

by Mungo1981
Thu Nov 21, 2019 1:38 pm
Forum: C++ Development
Topic: Little Help with PaintDC needed
Replies: 5
Views: 856

Re: Little Help with PaintDC needed

Thank you,
then I would take the way you suggest

A happy,
Mungo1981
by Mungo1981
Wed Nov 20, 2019 3:45 pm
Forum: C++ Development
Topic: Little Help with PaintDC needed
Replies: 5
Views: 856

Re: Little Help with PaintDC needed

Ok, I try to do it now. But a set of stupid Questions: 1.) must I build a new Class for every as Custom-Widget used Panel. 1a.) Or can I realise the Function to paint this Panel in a superset Panel which holds this Panel as Member in his Class. Ok.:) Ok, News: I Get the Error that above should not r...
by Mungo1981
Wed Nov 20, 2019 3:31 pm
Forum: C++ Development
Topic: What is the Correct Begining of a Function tio handle EVT_NOTEBOOK_PAGE_CHANGED
Replies: 3
Views: 640

Re: What is the Correct Begining of a Function tio handle EVT_NOTEBOOK_PAGE_CHANGED

Oh sorry,
but I in a stupid Situation.:
I'm not in order to find this sample.:
So can you pleace send me the belonging Line of that Code or the Code as same.
I will be you thankful for ever !!!
by Mungo1981
Wed Nov 20, 2019 2:10 pm
Forum: C++ Development
Topic: What is the Correct Begining of a Function tio handle EVT_NOTEBOOK_PAGE_CHANGED
Replies: 3
Views: 640

What is the Correct Begining of a Function tio handle EVT_NOTEBOOK_PAGE_CHANGED

Dear Community, And I bet: Dear Doublemax, Now I have a silly short Question. What's the declaration, Something like func( int a, int b); of Functions to handle EVT_NOTEBOOK_PAGE_CHANGED Events. I need only this beginning of this function, and I'm too silly to point this out by my self. A silly Mung...
by Mungo1981
Sun Nov 17, 2019 9:53 pm
Forum: C++ Development
Topic: Little Help with PaintDC needed
Replies: 5
Views: 856

Re: Little Help with PaintDC needed

Thanks,
I will try it tomorrow,
Just it is 22:52 in Germany, So I have to sleep a little bit.
by Mungo1981
Sun Nov 17, 2019 6:56 pm
Forum: C++ Development
Topic: Little Help with PaintDC needed
Replies: 5
Views: 856

Little Help with PaintDC needed

Dear Community, I swore to come back with a stupid question.... ... And I'm back. Little Problem with Draw Events. What is to do to have a Drawing on a Panel permanent. What I have is, a Algorithm with PaintDC to paint simple my Picture. But what I want is: It so that even I rescale the main Window ...
by Mungo1981
Sat Nov 16, 2019 8:55 pm
Forum: C++ Development
Topic: Little Confusion with Bind Command for Panel is clicked
Replies: 5
Views: 1013

Re: Little Confusion with Bind Command for Panel is clicked

Thank you Doublemax,
Now it runs all to my greatest success.

A very happy,
Mungo1981
in greatest thanks until the next stupid question :D =D> :D
by Mungo1981
Sat Nov 16, 2019 5:54 pm
Forum: C++ Development
Topic: Little Confusion with Bind Command for Panel is clicked
Replies: 5
Views: 1013

Re: Little Confusion with Bind Command for Panel is clicked

Hello back again. Here I'm thinking are the Important Files: The Errors https://forums.wxwidgets.org/download/file.php?mode=view&id=5701 The Cpp Files with the most changes: https://forums.wxwidgets.org/download/file.php?mode=view&id=5700 The corresponding .h File: https://forums.wxwidgets.o...
by Mungo1981
Sat Nov 16, 2019 5:23 pm
Forum: C++ Development
Topic: Little Confusion with Bind Command for Panel is clicked
Replies: 5
Views: 1013

Re: Little Confusion with Bind Command for Panel is clicked

Ok, Thanks for the Ansers on Ponit 2.) and 3.) To Point 1.): This Bind is in a Constructor of a superordinate wxPanel. The Typ of the Object before ->Bind is a wxPanel, in Because of: It is the Panel which should letter process a Drawing Action. In moment it should display a Message that it has rece...
by Mungo1981
Sat Nov 16, 2019 4:42 pm
Forum: C++ Development
Topic: Little Confusion with Bind Command for Panel is clicked
Replies: 5
Views: 1013

Little Confusion with Bind Command for Panel is clicked

Dear Community, As Everyday the same procedure. I still standing on the tube, and I knew no way to do what I wont. I have to bind the Left Click on my Mouse on a Panel, to call a Procedure. So far I am: TrackAmp->Bind( wxEVT_LEFT_UP, &TrackControl::OnGenTrack); This Should: 1.) Bind the Command ...
by Mungo1981
Sat Nov 16, 2019 4:32 pm
Forum: C++ Development
Topic: Little Confusion with #include <wx/msgdlg.h>
Replies: 5
Views: 946

Re: Little Confusion with #include <wx/msgdlg.h>

Ok, I have try so me said, But it will still not run correctly. So I have trying the same on another Laptop. So there it will run already correctly. I think I have done some incorrectly by my trying to install wxWidgets. So I have tryed to install by the Software-Center on Linux Ubuntu Mint. There a...
by Mungo1981
Fri Nov 15, 2019 3:33 pm
Forum: C++ Development
Topic: Little Confusion with #include <wx/msgdlg.h>
Replies: 5
Views: 946

Re: Little Confusion with #include <wx/msgdlg.h>

Thank for try to help me :D Thank to yours. 1.) I have now #include <wx.wwh> 2.) By the way I have fixed a missing ; But: The Problem are still there. So I will give to yours the first Part of my Error-Message: In file included from /usr/include/wx-3.0/wx/strconv.h:17:0, from /usr/include/wx-3.0/wx/...
by Mungo1981
Thu Nov 14, 2019 7:35 pm
Forum: C++ Development
Topic: Little Confusion with #include <wx/msgdlg.h>
Replies: 5
Views: 946

Little Confusion with #include <wx/msgdlg.h>

Dear Community, I have some trouble with a little include declaration: #include <wx/msgdlg.h> It will ever try more Errors than I can write here down So I think can it be that there is a little differences of the last Versions of wxWidgets. Or has anybody else some Ideas I doing wrong. In hope of an...
by Mungo1981
Thu Oct 31, 2019 4:47 pm
Forum: C++ Development
Topic: How to access a Parent of a Panel in this Panel
Replies: 2
Views: 734

Re: How to access a Parent of a Panel in this Panel

Little bit stupid !!!
I wrote this question and new I will find the Solution by self.
by Mungo1981
Thu Oct 31, 2019 4:32 pm
Forum: C++ Development
Topic: How to access a Parent of a Panel in this Panel
Replies: 2
Views: 734

How to access a Parent of a Panel in this Panel

Dear Community, I have a little Problem with access of a Panel in another Panel. I'm trying to write that one Panel should repeated be inserted in another Panel. So far so good. This Works. But now the User should be posible to remove this Panel. So far so good. Just there in the Places of the Old P...