1. wxEuphoria Bug
I think the reason my code isn't working correctley, because there is a bug
in wxEuphoria 0.10.0 I have gone over my code and I have made the improvements
and suggestions and I still get problems, so I beleive there is a bug.
2. Re: wxEuphoria Bug
Andy wrote:
>
> I think the reason my code isn't working correctley, because there is a bug
> in wxEuphoria 0.10.0 I have gone over my code and I have made the improvements
> and suggestions and I still get problems, so I beleive there is a bug.
OK. Please post a *minimal* code sample that reproduces the bug.
Matt
3. Re: wxEuphoria Bug
- Posted by Andy <videogamefreak101 at hotmail.c??>
Aug 03, 2007
-
Last edited Aug 04, 2007
OK well just go through my old code, which I posted a couple of days and go
and run it and then go over my code and you'll see that I have done everything
right, but still have problems getting the items to display correctley. Its in
the wxnotebook control and has to deal the tab events and stuff
4. Re: wxEuphoria Bug
Andy wrote:
>
> OK well just go through my old code, which I posted a couple of days and go
> and run it and then go over my code and you'll see that I have done everything
> right, but still have problems getting the items to display correctley. Its
> in
> the wxnotebook control and has to deal the tab events and stuff
Did you read my previous response? I told you what the error was.
Matt
5. Re: wxEuphoria Bug
- Posted by Andy <videogamefreak101 at hot?ail.co?>
Aug 05, 2007
-
Last edited Aug 06, 2007
Yeah I read over your other response and I did what you said, but I still got
problems, so the only conclusion I can come to is that it is a bug
6. Re: wxEuphoria Bug
Andy wrote:
>
> Yeah I read over your other response and I did what you said, but I still got
> problems, so the only conclusion I can come to is that it is a bug
So please post a *minimal* demonstration of the bug. I'd expect this to
look like one frame with a wxNotebook with some tabs and some controls.
Nothing else. Also include a statement saying what you expect the code
to do, and what the code actually does. This is pretty standard for bug
reports. Then we can take a look and get it fixed.
So far, you've given a bunch of code that had obvious errors in it. It
may be that I just don't understand what you expect the code to do. But
in any case, I can't really help you until you post an updated version,
along with what you've done.
Also, it would be helpful to me if you'd leave in enough of the previous
messages to maintain context in the thread.
Matt