[lazarus] Debug class
Shane Miller
SMiller1 at stvgb.org
Tue Jul 6 17:05:18 EDT 1999
Correct. I placed it in gtkint.pp which contains all the GTK stuff.
Shane
>>> <michael at tfdec1.fys.kuleuven.ac.be> 07/06 3:32 PM >>>
On Tue, 6 Jul 1999, Michael A. Hess wrote:
> Shane Miller wrote:
> >
> > Where is DoDispatchStr supposed to be? I know someone replied saying
> > it should be in guiapp but then why the calling convention
> > TControl(data).DoDispatchStr? Should it be
> > TObject(data).DispatchStr();? Why notr just call TObject's
> > dispatchStr from here?
>
> Just create another method in TControl called
>
> procedure TControl.DoDispatchStr(message : string)
> begin
> DispatchStr(message);
> end;
Once more, I don't think that this belongs in the TControl Class.
It is gui dependent; so it must go in guiapi (or whatever you called it)
If I understood correctly, TControl is GUI independent; so it should not
have the DoDispatchStr().
But then I haven't seen any of your code :( so I cannot really tell.
Just some theoretical rambling here...
Michael.
>
> The reason I did it this way is because I was thinking that maybe it
> could be used then as a way to send messages to other controls. Maybe it
> is from the dept. of reducancy dept. but hey, I was coding on the fly
> and as you noticed and as I mentioned somethings weren't totally done
> yet. :-)
>
> What I sent you was just to give you and idea of what I was doing and
> not to really start to implement it yet. However, it appears that you
> are starting to add it in so that's OK with me. :-)
>
> What point are you at? Are you going to commit stuff to CVS so that I
> can help with coding some of the CVS code?
>
> By the way Shane I am back in my own office now so we can have a phone
> conversation anytime the rest of the evening. :-)
>
> --
> ==== Programming my first best destiny! ====
>
> Michael A. Hess Miracle Concepts, Inc.
> mhess at miraclec.com http://www.miraclec.com
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.miraclec.com/list_archives/lazarus
>
_________________________________________________________________
To unsubscribe: mail lazarus-request at miraclec.com with
"unsubscribe" as the Subject
archives at http://www.miraclec.com/list_archives/lazarus
More information about the Lazarus
mailing list