I have tried it and it appears to have no effect.
I have looked in the Help, including the Dynatext books. It just describes
it as:
>>
ClientEdge Boolean Specifies whether the client area of the window appears
sunken within the frame. · True - Client area appears sunken· False - Client
area does not appear sunken
<<
I have searched Google PowerBuilder Groups and found no discussion of it.
I have searched Google WWW wide and found no discussion of it.
Does anyone have any clues about it?
Thanks
--
Andrew Giulinn
Software Engineering Consultant
Daniel Systems Australia
The things I need to check are:
Is the problem inherent in the PFC resize service?
If not then is the problem caused by our additions to the of_SetResize()
method? These additions are essentially a rubberbanding technique to resize
the window to just fit around the objects on it (using
of_getminmaxpoints()).
Is there anything else in our framework that might be causing the problem?
When we get a chance to look into these, I will try your suggestion too.
Cheers
Andrew
<Steve_Katz_[TeamSybase]> wrote in message
news:D9900568689361B1006711E285256D3A.0008199585256D39@webforums...
> >>Further info: I have just tried resizing one of our windows, with
> ClientEdge set to TRUE - although the window opens without the ClientEdge,
> as soon as you start resizing it, the ClientEdge appears.
> <<
>
> If you do this in the Open event, it will work (even though it shouldn't
be
> necessary).
>
> this.Post Resize (this.Width, this.Height)
>
> BTW, this is not a PFC application that I am testing with.
>
> steve
> [TeamSybase]