Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is it possible to change title of PreferenceDialog ?
Is it possible to change title of PreferenceDialog ? [message #452259] Wed, 16 March 2005 06:09 Go to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Thanks in advance,


Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452265 is a reply to message #452259] Wed, 16 March 2005 13:24 Go to previous messageGo to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Setya wrote:

> Thanks in advance,


> Setya

Anybody ?

If it's not possible I'm afraid I have to implement dialog that fulfill my
needs from scratch.


Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452268 is a reply to message #452265] Wed, 16 March 2005 14:01 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
You will probably get a better response to this question in the
eclipse.platform newsgroup:

news://news.eclipse.org/eclipse.platform

"Setya" <jsetya@yahoo.com> wrote in message
news:d19c1u$c2m$1@www.eclipse.org...
> Setya wrote:
>
>> Thanks in advance,
>
>
>> Setya
>
> Anybody ?
>
> If it's not possible I'm afraid I have to implement dialog that fulfill my
> needs from scratch.
>
>
> Setya
>
Re: Is it possible to change title of PreferenceDialog ? [message #452279 is a reply to message #452259] Wed, 16 March 2005 19:44 Go to previous messageGo to next message
John Arthorne is currently offline John ArthorneFriend
Messages: 176
Registered: July 2009
Senior Member
Try PreferenceDialog.getShell().setText(yourTitle)
--

Setya wrote:
> Thanks in advance,
>
>
> Setya
>
Re: Is it possible to change title of PreferenceDialog ? [message #452290 is a reply to message #452268] Thu, 17 March 2005 02:18 Go to previous messageGo to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Veronika Irvine wrote:

> You will probably get a better response to this question in the
> eclipse.platform newsgroup:

> news://news.eclipse.org/eclipse.platform

> "Setya" <jsetya@yahoo.com> wrote in message
> news:d19c1u$c2m$1@www.eclipse.org...
>> Setya wrote:
>>
>>> Thanks in advance,
>>
>>
>>> Setya
>>
>> Anybody ?
>>
>> If it's not possible I'm afraid I have to implement dialog that fulfill my
>> needs from scratch.
>>
>>
>> Setya
>>

Veronika,

Thanks a lot for the link, since PreferenceDialog is part of SWT/JFace I
intuitively post to this newsgroup.

Regards,

Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452291 is a reply to message #452279] Thu, 17 March 2005 02:22 Go to previous message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
John Arthorne wrote:

> Try PreferenceDialog.getShell().setText(yourTitle)
> --

> Setya wrote:
>> Thanks in advance,
>>
>>
>> Setya
>>

Thank a lot for the response,

Yes, your suggestion works, actually I've tried this before but the call
PreferenceDialog.getShell() always returns null and that's because I
called it before I call PreferencesDialog.create(). If I call it after
calling PreferenceDialog.create(), it works like a charm.

My mistake ..., again thanks a lot.

Regards,


Setya
Previous Topic:Field editors in org.eclipse.jface.preference
Next Topic:Fast way to delete TreeItems?
Goto Forum:
  


Current Time: Wed Apr 24 16:56:23 GMT 2024

Powered by FUDForum. Page generated in 0.02729 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top