Archive for January, 2007

Alfresco 2.0 preview

January 29th, 2007

The new version of Alfresco (CMS and WCM) is available for preview. First impression : the whole user interface as been reworked with a new theme, ajax and a navigation tree which was really missing in the previous releases.
The web content management feature, which was before a separate download is now included in this release.

Great.

http://www.alfresco.com

SWT Full screen

January 27th, 2007

The best way to achieve this is to open a shell and fill the screen :

	Shell shell = new Shell(SWT.NO_TRIM | SWT.ON_TOP);
	shell.setLayout(new FillLayout());
	shell.setBounds(Display.getDefault().getPrimaryMonitor().getBounds());

This works great on Win32 and Linux. On OSX, you can’t get rid of the dock and the menu bar. See : this bug report on Eclipse bugzilla.

Homonyme

January 26th, 2007

Je suis tombé sur une photo de mon homonyme.

CE N’EST PAS MOI. :-)
Photo
Le blog

De plus, on trouve un de ses projets en premier résultat sur google lorsqu’on lance une recherche avec mon nom : http://fromelard.free.fr/Scripts/projetCBatailleNavalle/ANNEXES.pdf

Exemple d’utilisation du widget SWT Gallery

January 25th, 2007

Cela donne ça : la liste des images apparait sur la gauche quand la souris se rapproche du bord de l’écran.
ShareMedia Plein écran

GalleryWidget – Widget Java SWT
Sharemedia – Gestion et partage de photos multiplateformes open source

Committer Eclipse

January 25th, 2007

Je suis maintenant committer sur le projet Eclipse Nebula :-)