Re: History implementation and Kitchen sink example

2009-05-21 Thread mcasanke...@gmail.com

Hi Salvador,

  you wrote about line 211 of Showcase.java...

But where to find this showcase.java...
Plz help me I am stuck in history management]

plz help

  I


On May 17, 3:23 pm, Salvador Diaz diaz.salva...@gmail.com wrote:
 Hi imgnik,

 HistoryListener (the class that contained the onHistoryChanged method)
 is deprecated as ofGWT1.6.4, the new event system introduced the new
 ValueChangeHandler and its onValueChanged method, which do the same
 thing.

 Take a look at line 211 of Showcase.java, that's where you'll find 
 thehistorymanagement implementation.

 Hope that helps,

 Salvador

 On May 16, 7:39 pm, imgnik ytbr...@gmail.com wrote:

  and one more thing, i cannot find the onHistoryChanged in the showcase
  app.

  why is this so ? and why is it not needed?

  On May 16, 6:45 pm, imgnik ytbr...@gmail.com wrote:

   I don't understand how did theHistory.fireCurrentHistoryState()
   works.

   when i press the back button what actually happen?

   can someone advise me ?

   On May 16, 12:32 pm, 0710 ytbr...@gmail.com wrote:

Isee! thanks sumit. will check it out the showcase!

On May 13, 7:05 pm, Sumit Chandel sumitchan...@google.com wrote:

 Hiimgnik,
 That's right, the Mail sample application doesn't supporthistory, 
 however,
 the Showcase sample application, as mentioned in my last post, does.

 You can find the online Showcase sample application demo 
 here:http://gwt.google.com/samples/Showcase/Showcase.html

 The source code for the application will be in the samples/ directory 
 of
 yourGWTdistribution.

 Hope that helps,
 -Sumit Chandel

 On Wed, May 13, 2009 at 6:31 AM,imgnikytbr...@gmail.com wrote:

  i mean the online demo 
  herehttp://gwt.google.com/samples/Mail/Mail.html

  On May 13, 3:26 pm,imgnikytbr...@gmail.com wrote:
   Thank you for your reply Sumit.

   I check out the Mailbox app. Tried the online demo here but it 
   doesn't
   seems to havehistorymanagement as stated.

   I tried looking for thehistoryclass in mailbox source code but
   cannot find.

   did anyone else have this problem?

   regardsytbryan
   On May 12, 1:01 am, Sumit Chandel sumitchan...@google.com wrote:

Hiytbryan,
The KitchenSink sample application, previously used inGWT1.4 and
  prior to
showcase theGWTwidgets, has been replaced by the more 
appropriately
  named
Showcase sample application that serves the same purpose. You 
should be
  able
to find the Showcase sample application in yourGWTdistribution, 
which
  also
supportsbrowserhistory.

If the Showcase sample application isn't enough to get you 
started on
  the
   Historyimplementation for your application, please feel free to 
   post
  up
about any difficulties you encounter on the forum.

Hope that helps,
-Sumit Chandel

On Fri, May 8, 2009 at 7:49 AM,ytbryanytbr...@gmail.com wrote:

 hi all,

 I have problem implementinghistoryon mygwtapplication.

 i wanted to download thekitchensink but cannot find it in the
 website or thegwtdistribution. can someone kindly give me the 
 link
 to download the source code?

 many thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



ProjectName.nocache.js

2009-05-12 Thread mcasanke...@gmail.com


Hi All,

I am developing a large enteprise application in GWT.
As far as I know the browser loads three javascripts.

   1. ProjectName.nocache.js  (10 KB)
   2. ext-base.js (35 KB)
   3. ext-all.js  (More than 500KB)

  I want to know as my project size increses the
ProjectName.nocache.js will be increse ?
and if so then is there any way to overcome this problm.

Thank you...
Keep :-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Reducing GWT Generated javaScript file size

2009-05-11 Thread mcasanke...@gmail.com

Hi all,

  I am developing very large enterprise application...
  I am facing the file size problem generated by the GWT compiler
  I want to know how to reduce the generated javascript file size
(Generated by the GWT Compiler)?
  I also want to know that is GWT good choice for Large Application...


Thank you all :-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT + Applet

2009-05-11 Thread mcasanke...@gmail.com

Thanks Mars for ur sweet reply

On May 11, 1:49 pm, mars1412 martin.trum...@24act.at wrote:
 first you should try to get your applet run in a plain html-file

 if this works:
  * pay attention to 
 this:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
  * and if you still think, it doesn't work: provide more details,
 about what's happening

 BTW: usingnew HTML(APPLET)

 directly in my GWT code works fine for me

 On May 8, 7:39 am, mcasanke...@gmail.com mcasanke...@gmail.com
 wrote:

  Hi All,

    In my application I want ot use applet. I have tried lot to intigr8
  applet wit GWT but can't.
  Now i am tryin to put the applet tag (applet /applet) directly
  into the main html file of GWT.
  and give the paht code=My compiled class file.. but it is also not
  workin

  Thank you so much...
  keep :-)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT + Applet

2009-05-11 Thread mcasanke...@gmail.com

Hey thanks marks
 I got


On May 11, 1:49 pm, mars1412 martin.trum...@24act.at wrote:
 first you should try to get your applet run in a plain html-file

 if this works:
  * pay attention to 
 this:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
  * and if you still think, it doesn't work: provide more details,
 about what's happening

 BTW: usingnew HTML(APPLET)

 directly in my GWT code works fine for me

 On May 8, 7:39 am, mcasanke...@gmail.com mcasanke...@gmail.com
 wrote:

  Hi All,

    In my application I want ot use applet. I have tried lot to intigr8
  applet wit GWT but can't.
  Now i am tryin to put the applet tag (applet /applet) directly
  into the main html file of GWT.
  and give the paht code=My compiled class file.. but it is also not
  workin

  Thank you so much...
  keep :-)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT + Applet

2009-05-08 Thread mcasanke...@gmail.com

Hi All,

  In my application I want ot use applet. I have tried lot to intigr8
applet wit GWT but can't.
Now i am tryin to put the applet tag (applet /applet) directly
into the main html file of GWT.
and give the paht code=My compiled class file.. but it is also not
workin


Thank you so much...
keep :-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---