Re: Initial download size

2011-10-29 Thread morteza adi
Thanks Andrei

i did a lot of research on GXT before starting the project but never thought
of problems like this !!
just a single GXT gridview without any implementation is more than 1mb !!!
fortunately i can easily migrate to GWT.
thanks again !!


Truly yours,
Morteza Adi


On Sat, Oct 29, 2011 at 6:08 PM, Andrei vol...@spiraluniverseinc.comwrote:

 I built an app with 10 very complex views. Each view has a table with
 data or a form, and a few popup dialogs. Plus, each view has several
 paragraphs of text. There are 5 different services supporting these
 views, and about 20 types of complex data entities. Total download
 size: 550kB.

 The biggest difference, I guess, is that I use pure GWT - no GXT.

 Note that many packages that you see (like AbstractHashMap) are used
 by GWT components themselves. This is why they are included. You can
 trace each package to its source Ina compile report.

 --
 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.



-- 
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 Developer Plugin for Firefox 7

2011-10-27 Thread morteza adi
Thanks Joel !

it worked for me very well !




Truly yours,
Morteza Adi


On Wed, Oct 26, 2011 at 6:41 PM, Joel glatap...@gmail.com wrote:

 Thank you very much :-)

 On Oct 25, 5:14 pm, Alan Leung acle...@google.com wrote:
  Sometimes this week.
 
  It seems to be pretty stable.
 
  -Alan
 
 
 
 
 
 
 
  On Tue, Oct 25, 2011 at 7:31 AM, Ivan Dimitrijevic dim...@gmail.com
 wrote:
   Works regular for me on Mac OS X 10.7.2
   64bit
 
   --
   S postovanjem,
   *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
   d...@dnjcompany.com d...@dnjcopmany.com
  http://dimi.dnjcompany.com
 
   On Tue, Oct 25, 2011 at 16:29, Joel glatap...@gmail.com wrote:
 
   It seems to work for me as well, under Firefox 7.0.1 with Windows 7
   x64.
 
   When is the deployment planned ?
 
   On Oct 10, 6:27 pm, Alan Leung acle...@google.com wrote:
For those who had experienced a crash on 32bit Linux, would you mind
   doing
me a favor by trying the attached xpi file?
 
Thanks!
 
-Alan
 
On Mon, Oct 10, 2011 at 3:15 PM, Michael Vogt 
 vmei...@googlemail.com
   wrote:
 
  works perfectly on my Ubuntu 64 bit
  Linux N53SV 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25
 UTC
   2011
  x86_64 x86_64 x86_64 GNU/Linux
  FF 7.0.1
 
 Yes works also on my ThinkPad with Ubuntu 11.04 64-bit and Firefox
 7.0.1 at home.
 
 --
 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-dev-plugin.xpi
4080KViewDownload
 
   --
   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.
 
--
   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.

 --
 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.



-- 
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.



Initial download size

2011-10-27 Thread Morteza Adi
I'm using GXT/GWT in  a project.  with help of  code splitting i could 
reduce initial download size to 2232796 bytes.
However i think it is still too big for initial download.
after inspecting compile reports i found that there are some classes 
/packages in jre and gwtlang
like java.util.AbstractHashMap or java.lang.Math
i've never used them in my project. there are also some gwt / gxt classes 
i've never used but they got loaded in initial download. 

i have some questions and i would be so thankful if anyone help me out.
is gwt compiler compiles every packages in jre or just compiles those which 
are implemented ??
i have just a simple login page which is split from rest of the code. how 
much the minimum initial download size do you expect i can reach(what is 
the normal download size for a simple project)?

thanks 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Qpa3qoUaNxgJ.
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 Developer Plugin for Firefox 7

2011-10-25 Thread morteza adi
I'm new here  !!

where can i download gwt-dev-plugin.xpi for ff7 ? can you please provide a
link.


Truly yours,
Morteza Adi


On Wed, Oct 26, 2011 at 12:52 AM, Ivan Dimitrijevic dim...@gmail.comwrote:

 Also works fine from Win7 64bit.
 --
 S postovanjem,
 *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
 d...@dnjcompany.com d...@dnjcopmany.com
 http://dimi.dnjcompany.com


 On Tue, Oct 25, 2011 at 23:14, Alan Leung acle...@google.com wrote:

 Sometimes this week.

 It seems to be pretty stable.

 -Alan

 On Tue, Oct 25, 2011 at 7:31 AM, Ivan Dimitrijevic dim...@gmail.comwrote:

 Works regular for me on Mac OS X 10.7.2
 64bit

 --
 S postovanjem,
 *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc
 d...@dnjcompany.com d...@dnjcopmany.com
 http://dimi.dnjcompany.com



 On Tue, Oct 25, 2011 at 16:29, Joel glatap...@gmail.com wrote:

 It seems to work for me as well, under Firefox 7.0.1 with Windows 7
 x64.

 When is the deployment planned ?

 On Oct 10, 6:27 pm, Alan Leung acle...@google.com wrote:
  For those who had experienced a crash on 32bit Linux, would you mind
 doing
  me a favor by trying the attached xpi file?
 
  Thanks!
 
  -Alan
 
  On Mon, Oct 10, 2011 at 3:15 PM, Michael Vogt vmei...@googlemail.com
 wrote:
 
 
 
 
 
 
 
works perfectly on my Ubuntu 64 bit
Linux N53SV 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25
 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
FF 7.0.1
 
   Yes works also on my ThinkPad with Ubuntu 11.04 64-bit and Firefox
   7.0.1 at home.
 
   --
   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-dev-plugin.xpi
  4080KViewDownload

 --
 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.


  --
 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.


  --
 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.


  --
 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.


-- 
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: Focus-Issue with RichTextArea inside TabPanel

2008-11-21 Thread Adi

I have a similar issue, although I am not using Tab panel.
My application creates (and removes) multiple RichTextAreas held in a
combination of VerticalPanel and HorizontalPanel objects.
Clicking once inside the RichTextArea works fine, the text is editable
as usual. When another RichTextArea is created it is not-editable, and
neither are any of regular TextBoxes. Any subsequent TextBoxes
RichTextAreas are also non-editable.
I am using the RichTextToolbar from the KitchenSink demo. Clicking on
one of the RichTextToolBar buttons (such as 'bold' for example)
enables the RichTextArea.
This issue occurs in version 1.5.3 of GWT. It did not occur in 1.4.6.
The issue occurs only in IE7. Chrome and FireFox 3 work fine.

Adi

On Nov 11, 1:46 pm, Schimki86 [EMAIL PROTECTED] wrote:
 We implemented a main dialog which provides 3 dialogs and a navigation to
 switch between those.

 *Dialog1:* It's the first (initial) dialog. TabPanel with RichTextArea on
 the first tab (you will see this after start up the application)
 *Dialog2 + Dialog3:* Dialogs with TextBox widgets

 If you start the app and switch to Dialog2 or Dialog3 without any other
 interaction then you can't focus and edit any TextBox.
 But when you click first anywhere in Dialog1 after start up and then switch
 to one of the other Dialogs you can use TextBoxes as usual.
 It occurs only if the TextArea is inside a TabPanel.

 We have not found a workaround for this...
 *
 See attachment* (It's an Eclipse project which demonstrates the issue)

  RichTextAreaIssue.zip
 8KViewDownload

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---