Ext.mask and Ext.unmask(), Ext is a GWT-EXT core class. You could find a working class in my project http://code.google.com/p/ppl-kit
On Thu, Nov 13, 2008 at 10:49 PM, Litty Preeth <[EMAIL PROTECTED]>wrote: > Sorry... I didnt quite understand ur post. You mean you used EXT JS mask > and unmask functions? > > - Litty > > > On Fri, Nov 14, 2008 at 12:07 PM, yunhui song <[EMAIL PROTECTED]>wrote: > >> Hi Litty, I just finished a project to implment LightBox affect. I use >> ext.mask() and ext.unmask(). In my apinion, It's quite good. >> >> http://code.google.com/p/ppl-kit. >> I use gwt-ext and removed the extra files. It's only 40k and 4 support >> resource files. >> >> Hope that helps. >> Sammi >> >> >> On Thu, Nov 13, 2008 at 9:59 PM, Litty Preeth <[EMAIL PROTECTED]>wrote: >> >>> Hi All, >>> >>> Thank you soo much for all your response.... >>> >>> Actually I wanted to use the GWT-EXT mainly for Tree and Modal Popups. I >>> wanted the tree popup menu and the gray out of the screen when modal popups >>> are shown (LightBox effect). >>> >>> Is it worthy enough to use GWT-EXT for these? >>> >>> Regards, >>> Litty Preeth >>> >>> >>> On Fri, Nov 14, 2008 at 6:01 AM, Roger Marin <[EMAIL PROTECTED]> wrote: >>> >>>> After having finished with a fairly large project using GWT-EXT i would >>>> personally advise staying away from it, specially if you are a newbie with >>>> GWT. Why? >>>> * GWT-EXT's programming model != GWT's programming model. GWT-EXT is >>>> basically a JSNI wrapper for the ext-js API >>>> * Very slow performance compared to using pure GWT >>>> * The gwt-ext forums are filled with unanswered questions and very >>>> little answers from the project members. >>>> * If you are planning on using RPC, either be ready to spend 200$ on the >>>> "plus" version or move to GWTX. >>>> * With GWT-EXT your are stuck with ext 2.02 since the license change >>>> fiasco. >>>> >>>> These are some of the reasons why, i could go on with the bashing but >>>> this is not the right place. From now on if i really need eye-candy i'll >>>> probably use flex or pure javascript or ext, most of the widgets that make >>>> GWT-EXT/GXT interesting are already available as part of the >>>> incubator(paging, grids, etc). >>>> >>>> cheers. >>>> >>>> 2008/11/13 posta07 <[EMAIL PROTECTED]> >>>> >>>> >>>>> Take a look at Ext-GWT (GXT) from extjs.com. >>>>> >>>>> It's the same extjs widgets written in pure GWT. >>>>> >>>>> On Nov 13, 9:33 am, Litty Preeth <[EMAIL PROTECTED]> wrote: >>>>> > Hi, >>>>> > >>>>> > I am using simple GWT in my current project. I wanted to use some >>>>> GWT- >>>>> > EXT widgets also. Can anybody tell me if there is anything to take >>>>> > care of when integrating GWT-EXT also to a current GWT project? Are >>>>> > there any clashes which might occur? >>>>> > >>>>> > Thnx n Regards, >>>>> > Litty Preeth >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
