CC-GNU LGPL
This software is licensed under the CC-GNU LGPL.

GWT Widget Library

Tuesday, June 13, 2006

 

GWT-WL Now On SourceForge

I am moving the GWT Widget Library project over to SourceForge, which has some pretty nice tools for managing the project. The GWT Widget Library will now include a browsable subversion repository, bug and feature tracking, multiple distribution types, and a website for project documentation and JavaDocs. It should allow me to manage things a little better and give me somw web space for things that I can't put up on the blog.

SourceForge Project:
http://sourceforge.net/projects/gwt-widget

Project Home Page (needs work):
http://gwt-widget.sourceforge.net

Personal Blog (occasional GWT articles)
http://roberthanson.blogspot.com

Feedback on the new setup and features is welcome.

Comments:
Very nice! I like it. south dakota state university
 
I am trying to use the Effect class of GWTWidgets to scale down a panel. So far I have been unsuccessful. I tried fading and it works. The code follows :

JsGraphicsPanel canvas = new JsGraphicsPanel("map");
RootPanel.get().add(canvas);
canvas.drawImage("logo.png", 100,100, 50,50);
canvas.drawImage("logo.png", 200,200, 50,50);

canvas.drawLine(125,125,225,225);
canvas.paint();


Effect.scale(canvas, new EffectOption[] {new EffectOption("scaleX","true"),new EffectOption("scaleY","true"),
new EffectOption("scaleMode","box"),new EffectOption("duration",3),new EffectOption("scaleContent","true"),
new EffectOption("scaleFrom",100.0),new EffectOption("scaleTo",50.0), new EffectOption("scaleFromCenter","true")});
canvas.paint();
 
http://www.moasif.com/16845-taillefer.html
http://www.moasif.com/8710-jaz.html
http://www.moasif.com/15232-s_pour.html
http://www.moasif.com/5253-des_petits.html
http://www.moasif.com/13823-porcelaine_de.html
http://www.moasif.com/14924-robe_chinoise_100_soie.html
http://www.moasif.com/2576-cafe.html
http://www.moasif.com/7074-figurine_batman.html
http://www.moasif.com/9445-la_grotte.html
http://www.moasif.com/6844-facon.html
http://www.moasif.com/5912-e_m.html
http://www.moasif.com/13278-petit_gilet.html
http://www.moasif.com/5269-des_ta.html
http://www.moasif.com/10358-lopez.html
http://www.moasif.com/14810-revue_camera_video_et_multimedia.html
http://www.moasif.com/8365-ia_me.html
http://www.moasif.com/16523-superbes_mules.html
http://www.moasif.com/17573-trompette.html
http://www.moasif.com/798-angelusval_superbe.html
http://www.moasif.com/17204-tissot.html
http://www.moasif.com/4059-cpa_anima.html
http://www.moasif.com/13087-pays.html
http://www.moasif.com/3578-cochon.html
http://www.moasif.com/10520-love_strass_creux_des.html
http://www.moasif.com/472-agneau.html
http://www.moasif.com/17418-tra_s_rare.html
http://www.moasif.com/17843-vds_2.html
http://www.moasif.com/10196-liebig_sa.html
http://www.moasif.com/15116-rox.html
http://www.moasif.com/16508-superbe_sg.html
http://www.moasif.com/14564-rare_renault.html
http://www.moasif.com/11212-metal_15x21_pub.html
http://www.moasif.com/5729-du_nouveau.html
http://www.moasif.com/9616-lacoste_taille.html
http://www.moasif.com/1224-au_pays.html
http://www.moasif.com/9644-lamp.html
http://www.moasif.com/17056-tgp.html
http://www.moasif.com/11426-mode_taille.html
http://www.moasif.com/17067-that.html
http://www.moasif.com/13653-plateau_de.html
http://www.moasif.com/12082-neuf_a_saisir.html
http://www.moasif.com/18521-zeus.html
http://www.moasif.com/1630-batterie_compatible.html
http://www.moasif.com/16104-special.html
http://www.moasif.com/18092-visages.html
http://www.moasif.com/9791-le_coq.html
http://www.moasif.com/4625-de_ba.html
http://www.moasif.com/7661-germaine.html
http://www.moasif.com/17813-van_helsing.html
http://www.moasif.com/6745-ex.html
http://www.moasif.com/3161-charnia.html
 
Hello,
I downloaded "gwt-widgets-0.0.4.jar". I tried to use in together with GWT 2.3, but got a GWT-Compiler error:

[ERROR] [jstest] - Errors in 'jar:file:/C:/Users/sandro/the/jee/jstest/jstest/lib/gwt-widgets-0.0.4.jar!/org/gwtwidgets/client/ui/FormPanel.java'
[ERROR] [jstest] - Line 90: The return type is incompatible with FlowPanel.add(Widget)
[ERROR] [jstest] - Line 94: Cannot return a void result

I had to delete FormPanel.java and FormPanel.class.
 
Post a Comment



<< Home

Archives

May 2006   June 2006  

This page is powered by Blogger. Isn't yours?