1. ATTN: Tone Skoda

Hi Tone,
I've received your emails (and I'm working on the issues you mentioned),
but when I've tried to reply to your emails, I'm getting them bounced
back as unknown receipient (tskoda at email.si).

On Wed, 22 Sep 2004 00:41:48 +0200, you wrote:

> I have to modify getClientRect() so that it returns rectangle without
> statusbar area.
> 
> change this:
> if statusbar --and ((vWinMainState = kNotStarted) or call_func(r_isVisible,
> {statusbar}))
>                            then
> 
> to this (just remove --):
> if statusbar and ((vWinMainState = kNotStarted) or call_func(r_isVisible,
> {statusbar}))
>                            then

Thanks again. I've managed to now optimize this line (and the toolbar one) 
to ...

 if (call_func(r_isVisible,{id})=call_func(r_isVisible,{statusbar})) then


Also, I'm writing a much more flexible File Open/Save dialog routine.

I'll look at the TreeView stuff in the next day or two.

-- 
Derek Parnell
Melbourne, Australia

new topic     » topic index » view message » categorize

2. Re: ATTN: Tone Skoda

Ok. I need to change my email then.

Derek Parnell wrote:
> 
> Hi Tone,
> I've received your emails (and I'm working on the issues you mentioned),
> but when I've tried to reply to your emails, I'm getting them bounced
> back as unknown receipient (tskoda at email.si).
> 
> On Wed, 22 Sep 2004 00:41:48 +0200, you wrote:
> 
> > I have to modify getClientRect() so that it returns rectangle without
> > statusbar area.
> > 
> > change this:
> > if statusbar --and ((vWinMainState = kNotStarted) or call_func(r_isVisible,
> > {statusbar}))
> >                            then
> > 
> > to this (just remove --):
> > if statusbar and ((vWinMainState = kNotStarted) or call_func(r_isVisible,
> > {statusbar}))
> >                            then
> 
> Thanks again. I've managed to now optimize this line (and the toolbar one) 
> to ...
> 
>  if (call_func(r_isVisible,{id})=call_func(r_isVisible,{statusbar})) then
> 
> 
> Also, I'm writing a much more flexible File Open/Save dialog routine.
> 
> I'll look at the TreeView stuff in the next day or two.
> 
> -- 
> Derek Parnell
> Melbourne, Australia
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu