Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » The title of the dialog message does not appear ?
The title of the dialog message does not appear ? [message #1231896] Wed, 15 January 2014 17:34 Go to next message
faath claude is currently offline faath claudeFriend
Messages: 4
Registered: January 2014
Junior Member
Create a new plug-in project.
Templates Hello, World Command.
Run Eclipse Application.

public class HandlerUn extends AbstractHandler {
...
public Object execute(ExecutionEvent event) throws ExecutionException {
IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindowChecked(event);
MessageDialog.openInformation(
window.getShell(),
"Plugin 582", // *
"Test du plug-in 582");
return null;
}
}

SYSTEME : Linux x86_64 3.2.0-4-amd64 wheezy { debian-7.1.0-amd64 }
IDE : eclipse-standard-kepler-SR1-linux-gtk-x86_64.tar.gz
JAVA : java version "1.6.0_45"

* The title of the dialog message does not appear?

File Attachments Plugin 582.png | index.php/fa/17258/0/
Re: The title of the dialog message does not appear ? [message #1233677 is a reply to message #1231896] Mon, 20 January 2014 09:05 Go to previous messageGo to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
On 16/01/2014 15:05 FAATH Claude ha scritto:

> SYSTEME : Linux x86_64 3.2.0-4-amd64 wheezy { debian-7.1.0-amd64 }
> IDE : eclipse-standard-kepler-SR1-linux-gtk-x86_64.tar.gz
> JAVA : java version "1.6.0_45"
>
> * The title of the dialog message does not appear?


If you are using Gnome3 try to uncheck this option using dconf-editor:

org.gnome.shell.overrides.attach_modal_dialogs

Regards,
Marco.
Re: The title of the dialog message does not appear ? [message #1233761 is a reply to message #1231896] Mon, 20 January 2014 12:18 Go to previous message
faath claude is currently offline faath claudeFriend
Messages: 4
Registered: January 2014
Junior Member
GNOME 3.4.2 : OK
The title appears in MessageDialog with org.gnome.shell.overrides : attach-modal-dialogs : FALSE.
Thank you for the information.
Previous Topic:plugin for adding cvs modified files to default working set
Next Topic:Should I set ScrolledComposite content twice? How to use ScrolledComposite correctly?
Goto Forum:
  


Current Time: Tue Apr 23 07:18:59 GMT 2024

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

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

Back to the top