|
|
| Re: MessageDialog default button [message #763277 is a reply to message #763079] |
Fri, 09 December 2011 08:40   |
 |
Lakshmi Shanmugam Messages: 271 Registered: July 2009 Location: India |
Senior Member |
|
|
Hi,
MessageDialog belongs to Jface, you could try asking this in Eclipse JFace or RCP forum.
I haven't tried this, but looks like using the MessageDialog constructor and ordering the labels in dialogButtonLabels array would let you order the buttons in the button bar --> MessageDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex)
Lakshmi P Shanmugam
|
|
|
| Re: MessageDialog default button [message #764485 is a reply to message #763277] |
Mon, 12 December 2011 04:32  |
Sathya Messages: 5 Registered: February 2011 |
Junior Member |
|
|
Thank you Lakshmi for the reply.
I have tried changing the order in the array. It has no effect though.
I will take your suggestion and ask the same in Eclipse JFace or RCP forum.
|
|
|
Powered by
FUDForum. Page generated in 0.01754 seconds