On 02.08.16 18:28, Philip Race wrote:
Ok, so when you wrote :
 - On OSX validateWithBounds() intentionally was changed to
setBoundsPrivate() as on other platforms.

where should I see that change ?

In the CViewEmbeddedFrame we have two methods setBoundsPrivate() and validateWithBounds(). Currently on OSX the SWT library use CViewEmbeddedFrame.validateWithBounds() (this method also validate the frame and make it visible). In the jawt api I use setBoundsPrivate() and skip validateWithBounds, so validate+setVisible should be called by the client of jawt API. (like on other platforms win/lin). I am actually not sure that it is necessary to call validate here.

--
Best regards, Sergey.

Reply via email to