[Gambas-user] Stumped by .99
Craig Packard
cpackard at ...626...
Mon Sep 20 13:44:52 CEST 2004
On Sun, 19 Sep 2004 16:19:02 +0200, Benoit Minisini
<gambas at ...1...> wrote:
> On Sunday 19 September 2004 03:47, Craig Packard wrote:
> > I seem to be having a lot of trouble doing things in .99 that I could
> > do in .97.
>
> Which distribution do you use ?
>
Fedora Core 1
> >
> > 1. I can't get the 'watch' window to work at all. I can't even get
> > the window to 'undock' from the project window? This makes it very
> > difficult to read the current value of the varable(s) I'm watching.
> > Can I make this a seperate window still? Everything I try to watch
> > just tells me: "ERROR: Cannot load class 'TextBox5: Unable to load
> > class file" When I watch TextBox5.Text or for that matter any
> > textbox. . . Is anyone else using the watch window?
>
> This is a problem with the included debugger. He thinks that an identifier is
> a class if it begins with an uppercase letter! So as a workaround type
> "textBox5.Text", it should work.
I'll try that tonight thanks! I just can't work with out the watch window! :)
> > 2. I also have the 96 resources unfreed (or whatever it is) error that
> > others have reported.
>
> These are 96 memory allocations. So you are using a RedHat ?
Fedora
>
> MoveTo is a method, so you must use braces and not brackets.
>
Thanks I'll try that!
More information about the User
mailing list