[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: SWT and Mac OSX problem
|
- From: Andre Weinand <Andre_Weinand@xxxxxxx>
- Date: Tue, 29 Apr 2003 01:16:31 +0200
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Microsoft-Entourage/10.1.1.2418
On 28.4.2003 21:03 Uhr, in article b8jtt7$f8d$1@xxxxxxxxxxxxx,
"javadesigner" <javadesigner@xxxxxxxxx> wrote:
>
>>> Creating a simple shell (with SWT.SHELL_TRIM) results in
>>> a window that is:
>>>
>>> a) *not* resizable
>>> b) *not* draggable/moveable.
>>
>>
>> Please read this entry from the SWT FAQ:
>> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/fa
>> q.html#carbonapp
>
> That FAQ only talks about mac apps not showing up in the dock/activated. It
> does not talk about why SWT windows (creating with SHELL_TRIM) are not
> resizable/draggable/etc., even though SHELL_TRIM means that they should
> be all of the above. Of course the phrase'not activated' used in the FAQ
> could mean not resizable etc., but then the FAQ should maybe explicitly
> state this ?
>
> Best regards,
>
> --j
>
How do you launch your application?
Do you package is as an application bundle?
If not then most likely the issue described in the FAQ is your problem.
--andre