1. ATTN: Tone Skoda
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 23, 2004
- 426 views
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
2. Re: ATTN: Tone Skoda
- Posted by Tone Škoda <tskoda at email.si> Sep 23, 2004
- 420 views
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 >