Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Eclipse on OS X 10.2 Developer Preview

That is the joy of working with window systems. Typically, what happens is that the size of some struct, or the semantics of some method, or the order of some set of operations, or the phase of the moon has changed since the last time you built your port, and it exposes something you got wrong in the platform interface. Remember, the Mac port is *early* (and for that matter so is 10.2 ;-)). I'm sure it won't be too hard to figure out what's going on once there's an official 10.2 to play with. From your description it sounds like a layout problem of some kind.

McQ.

On Monday, June 17, 2002, at 06:43 PM, majik wrote:

FYI:

I recently saw Eclipse F1 running (using the term lightly) on OS X 10.2 developer preview, and the UI was completely smashed against the top of the window rendering it totally unusable. You can not even see the edit pane. I'm not sure if this is a bug in OS X 10.2 or not, but other apps seem NOT to be affected with similar issues, and the same executable does not show this behavior in OS X 10.1.5.


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top