Re: [Harbour] Debugger and class hidden scope

2008-04-23 Thread Lorenzo Fiorini
On Wed, Apr 23, 2008 at 12:33 AM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: > Try after: >2008-04-22 04:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > > It will work. Please remember that if you have classes with multiple > ... > In Harbour scopes are still active and you do

Re: [Harbour] Debugger and class hidden scope

2008-04-22 Thread Przemyslaw Czerpak
On Thu, 17 Apr 2008, Lorenzo Fiorini wrote: Hi Lorenzo, > We told about this time ago. > This is what we get inspecting a tbrowse object: > Error BASE/41 Scope violation (hidden): TBROWSE:ACELLCOLORS > Called from TBROWSE:ACELLCOLORS(0) > Called from __OBJSENDMSG(0) > Called from __OBJGETVALUELI

Re: [Harbour] Debugger and class hidden scope

2008-04-18 Thread Przemyslaw Czerpak
On Thu, 17 Apr 2008, Przemyslaw Czerpak wrote: Hi Phil, > The debugger is executing .prg functions which change execution context > and classes code forbids to access hidden and protected messages. > To really resolve the problem (without disabling scoping) we will need > some mechanism to change

Re: [Harbour] Debugger and class hidden scope

2008-04-17 Thread Przemyslaw Czerpak
On Thu, 17 Apr 2008, Phil Krylov wrote: > On 17/04/2008, Lorenzo Fiorini <[EMAIL PROTECTED]> wrote: > > We told about this time ago. > > This is what we get inspecting a tbrowse object: > > Error BASE/41 Scope violation (hidden): TBROWSE:ACELLCOLORS > > Called from TBROWSE:ACELLCOLORS(0) > > C

Re: [Harbour] Debugger and class hidden scope

2008-04-17 Thread Phil Krylov
Hi, On 17/04/2008, Lorenzo Fiorini <[EMAIL PROTECTED]> wrote: > We told about this time ago. > > This is what we get inspecting a tbrowse object: > Error BASE/41 Scope violation (hidden): TBROWSE:ACELLCOLORS > Called from TBROWSE:ACELLCOLORS(0) > Called from __OBJSENDMSG(0) > Called from __O

[Harbour] Debugger and class hidden scope

2008-04-17 Thread Lorenzo Fiorini
We told about this time ago. This is what we get inspecting a tbrowse object: Error BASE/41 Scope violation (hidden): TBROWSE:ACELLCOLORS Called from TBROWSE:ACELLCOLORS(0) Called from __OBJSENDMSG(0) Called from __OBJGETVALUELIST(170) Called from HBDBOBJECT:NEW(84) ... Any workaround? best reg