Re: ValueChangeEvent is not fired in IE9

2012-08-17 Thread Joey
I tested textBox, it works fine.
but datebox.getTextBox() does not work in IE9. it works in other browser 
though, Chrome, FF.

On Friday, 17 August 2012 18:57:30 UTC-4, Dennis Haupt wrote:
>
> no problem here. are you doing anything special? 
>
> Am 18.08.2012 00:31, schrieb Joey Li: 
> > I tried to add a ValueChangeHandler to textbox. 
> > In IE 9, I found that the event is not fired at all. But it works fine 
> > in Chrome and FF. 
> > I google it and some said the changeHandler event is not fired as well. 
> > Anyone has workaround for it? 
> > 
> > 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/-/tl1QS3whUDEJ. 
> > To post to this group, send email to 
> > google-we...@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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/z5ic6TKxCVsJ.
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: ValueChangeEvent is not fired in IE9

2012-08-17 Thread Joey Li
Actually I am using DateBox. and I tried to add the valueChangeHandler to 
the DateBox.getTextBox().
The following is my code:

dateBox.getTextBox().addValueChangeHandler(new ValueChangeHandler() 
{
@Override
public void onValueChange(ValueChangeEvent event) {
  // do things here. but the event is not fired 
in IE9 so codes inside here is not executed at all.
 }
});

On Friday, 17 August 2012 18:57:30 UTC-4, Dennis Haupt wrote:
>
> no problem here. are you doing anything special? 
>
> Am 18.08.2012 00:31, schrieb Joey Li: 
> > I tried to add a ValueChangeHandler to textbox. 
> > In IE 9, I found that the event is not fired at all. But it works fine 
> > in Chrome and FF. 
> > I google it and some said the changeHandler event is not fired as well. 
> > Anyone has workaround for it? 
> > 
> > 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/-/tl1QS3whUDEJ. 
> > To post to this group, send email to 
> > google-we...@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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/k87x5FfsIt4J.
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: ValueChangeEvent is not fired in IE9

2012-08-17 Thread Joey Li
Actually I am using DateBox. and I tried to add the valueChangeHandler to 
the DateBox.getTextBox().
The following is my code:

toDate.getTextBox().addValueChangeHandler(new ValueChangeHandler() {
@Override
public void onValueChange(ValueChangeEvent event) {
  // do things here. but the event is not fired 
in IE9 so codes inside here is not executed at all.
 }
});


On Friday, 17 August 2012 18:57:30 UTC-4, Dennis Haupt wrote:
>
> no problem here. are you doing anything special? 
>
> Am 18.08.2012 00:31, schrieb Joey Li: 
> > I tried to add a ValueChangeHandler to textbox. 
> > In IE 9, I found that the event is not fired at all. But it works fine 
> > in Chrome and FF. 
> > I google it and some said the changeHandler event is not fired as well. 
> > Anyone has workaround for it? 
> > 
> > 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/-/tl1QS3whUDEJ. 
> > To post to this group, send email to 
> > google-we...@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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/EIJHypMPN0AJ.
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: ValueChangeEvent is not fired in IE9

2012-08-17 Thread Dennis Haupt
no problem here. are you doing anything special?

Am 18.08.2012 00:31, schrieb Joey Li:
> I tried to add a ValueChangeHandler to textbox.
> In IE 9, I found that the event is not fired at all. But it works fine
> in Chrome and FF. 
> I google it and some said the changeHandler event is not fired as well. 
> Anyone has workaround for it?
> 
> 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/-/tl1QS3whUDEJ.
> 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.



ValueChangeEvent is not fired in IE9

2012-08-17 Thread Joey Li
I tried to add a ValueChangeHandler to textbox.
In IE 9, I found that the event is not fired at all. But it works fine in 
Chrome and FF. 
I google it and some said the changeHandler event is not fired as well. 
Anyone has workaround for it?

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



req;Senior Technical Consultant (Spanish Speaking)

2012-08-17 Thread prasanna bvr
*
Senior Technical Consultant (Spanish Speaking)*

Location: Toronto, Canada with travel to Mexico City as needed
Duration: 09/17/2012 – 12/31/2013
Hourly Rate: $DOE/hr


The focus of this role is to help with technical development, ABAP
programming modifications, SAP Netweaver enhancements, etc. The project
involves moving all the Mexico factories into our SAP D35 system.  We need
a developer who will modify the ABAP programs since the factories are on
4.6C and we are on ECC6.0.  Also, we need a developer to help with data
migration, and creation of reports.

Required Technical skills:
- Bilingual (English / Spanish)
- ABAP4
- SQL
- Java
- Java Script
- WebDynPro
- VB Script
-- 

*Thanks & Regards,*
*
*
*Lakshmi*
*JEEYAR SOLUTIONS, LLC.*
*179 Sandiego Dr, Suite # D*
*Columbus, OH, 43213*
*Phone - (614)-525-9161*
*Email**:* *laks...@jsgateway.com* 
*www.jsgateway.com *
*
*
Email is the Best way of communication.

-- 
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: Editable CellTable with password column

2012-08-17 Thread Juan Pablo Gardella
You must write a custom EditTextCell.

2012/8/17 Kanagaraj M 

> I have CellTable with password as one column. I want the password column
> to be editable.
>
> I have used EditTextCell to make the password as editable, but the problem
> is, the password is shown as plain text.
>
> As like we have PasswordTextBox, do we have any alternative for
> EditTextCell? or i need to write my own by extending EditTextCell?
>
> Can anyone please help me in this?
>
> --
> 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/-/v_owA6X5h1wJ.
> 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.



Editable CellTable with password column

2012-08-17 Thread Kanagaraj M
I have CellTable with password as one column. I want the password column to 
be editable.

I have used EditTextCell to make the password as editable, but the problem 
is, the password is shown as plain text.

As like we have PasswordTextBox, do we have any alternative for 
EditTextCell? or i need to write my own by extending EditTextCell?

Can anyone please help me in this?

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



req;Oracle Consultant

2012-08-17 Thread prasanna bvr
*Title: Oracle Consultant*
*Location: Aurora, CO*
*Duration: through 9/3/2014*
*Hourly rate : $DOE/hr*
*
*
*Manager notes:*
Equipment interfaces with backend systems. Build database to measure
performance of the products.
DBA to monitor and manage database and create ad-hoc reporting from the
database and ongoing reporting.  Modifications and additions to the data
fields.
DB will be in production functional and operational. DO need someone with
DBA experience.  Admin take lower tier on day to day responsibilities.

Expectations:
Skillset high in informatica.  BI and analysis.  Strong SQL
Build reports generated systematically.
Flexible enough and familiar enough with the data, so when they're called
for specific data that is needed, they can deliver
Add additional fields to the database in a development environment and work
with onsite IT BA/ DW team in Boca to implement
changes.
Onboarding in Boca to learn procedures with the team.  Procedures are iron
clad.

Oracle OBIEE---
Size of team---based in Aurora--reporting structure where they would report
to Derrick Booth.
Onboarding in Boca---Spend initial time in Aurora--when it comes time to
actually get into policies and procedures,
and how everything functions, they'll requested to go to Boca 1-2 weeks
head down with Boca team learning everything they need
to know to come back to Aurora to be successful.  Aurora mandated.  Boca
Raton a 5% option but they'd highly prefer a Denver
resource.

Expenses not reimburseable in relation to relocation.
Not Top Secret--Levels of clearance when dealing with government
information.  Clearance below secret.  Cleared and able to review
information sensitive to the United States.
* *
*Description:*
*Senior Oracle BI DBA Assignment:*

   - The successful candidate will be responsible for leading business
   intelligence, progressive trend modeling, ad-hoc and in-depth data
   reporting development, and Oracle database administration

*Requirements:*

   - Must have a minimum of 3 years Oracle DBA experience and clear
   understanding of Oracle Databases including current 10g/11g
   - Hands on experience with Oracle BI applications/tech stack/database
   upgrades, cloning, patching, Catalog/Repository Migrations, and
   backups/recovery
   - Good understanding & exposure on Storage, Network, server technology,
   operating systems
   - Good interpersonal, communication and documentation skills
   - Oracle DBA relevant experience supporting Oracle E-Business
   applications and Database systems in fast paced environment
   - Ability to administer, troubleshoot, backup, restore, move, upgrade,
   patch & tune Oracle application databases
   - Extensive experience with Informatica / ECL
   - Experience in learning and adhering to established IT BI DW standards,
   policies, and procedures

*Key job functions include but not limited to:*

   - Configuration, patching and upgrades of Oracle Core technology
   products Database, Application servers, Middleware and Security Management
   - Support the efforts of the infrastructure planning, environments
   sourcing during plan, design, build, test, deployment phases
   - Support performance test plan, design and execution activities
   - Responsible for creating business intelligence tools, systems and
   reports, including design, development and management of a data warehouse
   environment used for analytics and reporting
   - Identify opportunities to optimize the ETL environment, implement
   monitoring, quality and validation processes to ensure data accuracy and
   integrity
   - Conduct or coordinate tests to ensure that intelligence is consistent
   with defined needs
   - Synthesize current business intelligence or trend data to support
   recommendations for action
   - Maintain and update business intelligence tools, databases,
   dashboards, systems, or methods
   - Creating schema data models, performing ETLs and validating results
   with business representatives
   - Supporting implemented BI solutions by: monitoring and tuning queries
   and data loads, addressing user questions concerning data integrity,
   monitoring performance and communicating functional and technical issues
   - Work closely with the IT BI DW team to ensure that the data warehouse
   is tuned for optimal performance
   - Responds to problems quickly and provides both short and long term
   resolutions
   - Provides business stakeholder support including business queries and
   requests

*Required Skills:*

   - Must have excellent analytical problem solving skills and be able to
   dig into details and summarize trends to provide critical business
   intelligence
   - Working knowledge of Oracle development tools and languages such as
   PL/SQL, and SQL Plus
   - Experience working with project stakeholders to define business
   enhancing strategy modeling and reporting, design, develop and maintain
   business objects, universes, and reports
   - Advanced interpersonal skills and primary bu

Re: can put id in the ?

2012-08-17 Thread Joseph Lust
You shouldn't use id's in GWT widgets as a general principle. It might 
compile today, but is expected to be deprecated in the near future. Why 
can't you use a classname?


Sincerely,
Joseph

-- 
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/-/To9E2PJig_kJ.
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: Iframe takes more time to load local html page in IE

2012-08-17 Thread David
Try using RequestBuilder.java instead of the iframe.

On Wednesday, August 15, 2012 9:04:44 PM UTC-4, mathews wrote:
>
> Iframe is taking more time to load local html page in IE when compared to 
> Firefox. if we add iframe in new dialog/window, it is a taking more time to 
> load the page in IE, is there any way to speed up the Iframe page load in 
> IE.
>
> 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/-/yfIOI_IqfQwJ.
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: Paging HTML viewer

2012-08-17 Thread dhoffer
Yeah, I understand your point.  I think in my case scrolling is the
most natural behavior.  Your right the scrollbar thumb stops
shrinking...although not ideal so they don't get a visual feedback of
how large the real message queue is...I think I can live with that.
It's a lot better than the browser crashing because it can't handle
the DOM size.  (Some sort of a virtual/custom scrollbar could solve
this.)

I have the HTML DOM element caching working quite well...its
configurable but I default to start the cache at 2x the visible
size...then as they scroll up I slowly pop the cache back on the
DOM...then put back in the cache on the way back down.  In all ways
(except one) scrolling is seem-less, including using the mouse
scrollwheel, you can't tell I'm adding/removing from the DOM...the
exception is if your moving the scrollbar thumb directly...then that
will be a bit jumpy...especially if a large message was added/removed
from the DOM.  I'm not sure how to handle this case...if I can at all.

The only thing I haven't figured out yet is how to handle mouse
selection ranges.  They could make a large text selection where I have
moved some of the DOM entries in their selection to the cache.  I just
posted another message about this.  Basically I need a way to clear
their first click point in the HTML widget.

(We will handle real text searching differently...we will auto store
these message streams to a database and support full text searching.
But that's out of scope for now.)

Thanks,
-Dave



On Aug 15, 9:26 am, Jens  wrote:
> I don't know your app and requirements but if you have so many log entries
> to show, does scrolling still makes sense? I mean at some point the
> scrollbar does not shrink anymore and scrolling becomes a pain if you have
> so many items in your list. As an user I would never search through them
> using scrolling but instead expect and use a search/filter widget to get
> the log information I am looking for. Or you make your live log viewer only
> contain the last 100 items and provide a CellTable/DataGrid which is no
> live log view but instead displays all logs since now() and uses paging so
> you can easily go back in time.
>
> Nevertheless, in my list I have used an AbsolutePanel inside the
> ScrollPanel and set its height to  *  and
> while scrolling I have calculated absolute positions for the items. Without
> fixed height you have to wait until an item is rendered to get its offset
> height which would cause bad performance I think.
>
> -- J.

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



How to reset/clear browser's start selection point?

2012-08-17 Thread dhoffer
I'm using the HTML widget wrapped with vertical scrollbars to tail
incoming messages and then so the DOM doesn't get too big I remove old
messages off the DOM unless they scroll up then I put them back.  The
only problem now is that if the scroll up and Click someplace then
scroll down and Shift-Click to select that range to copy, I might have
removed some of those old DOM entries so the copy will be short
messages.

It seems the perfect solution is to clear/reset their first click
which marked the start of the selection range, but how can I do this?
I've seen a few examples of disabling text selection completely but
that isn't what I want to do, I usually want to support that just not
when I know I have removed some DOM entries.

I'd just like to clear their first click if that's possible to do.  If
that's not possible then possibly disabling range selection when they
do Shift-Click might work, or possibly just changing the Click
location to be the same as the Shift-Click location might be good
second options.

Thanks,
-Dave

-- 
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/GXT File-Upload Example

2012-08-17 Thread Sascha Hoffmann
I copied the sourcecode in my project and it works fine, but if I try to 
read the header in my servlet its nothing there.
Where is my mistake?
here is my servlet:
import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import org.apache.commons.fileupload.FileItem;

public class FileServiceImpl extends HttpServlet {

private static final long serialVersionUID = 1L;

private FileItem uploadedFileItem;
 
@Override
protected void service(final HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {

@SuppressWarnings("rawtypes")
java.util.Enumeration e = request.getParameterNames();
java.io.PrintWriter pw = response.getWriter(); 
String attrib;

while (e.hasMoreElements()) {
pw.print(
(attrib = (String) e.nextElement())
+ " : "
+ request.getParameter((String) attrib)
+ ""
);
}
 
pw.print("Fertig!");
}
}


Am Mittwoch, 15. August 2012 16:42:53 UTC+2 schrieb Chak Lai:
>
> Have you try using FileUpload object from GWT?
>
>
> http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/client/ui/FileUpload.html
>  
>
>
> On Wednesday, August 15, 2012 5:13:52 AM UTC-4, Sascha Hoffmann wrote:
>>
>> Hi everybody
>>
>> I have only a little question. Is anybody here who knows a good example 
>> how to upload a file with gwt oder gxt? I found two in the net but they 
>> don't work. I would apreciate it if someone could help me.
>>
>> Sascha
>>
>

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



can put id in the ?

2012-08-17 Thread Senyuan, Wang
Hi, I have a question that can we put some id, like #id {...} just like the 
normal css in the , and refer it in the ui binder xml file?

-- 
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/-/gHvi_91KxecJ.
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: ScrollPanel.scrollToBottom has no effect

2012-08-17 Thread Paul Robinson
One of the nice things about SuperDevMode in chrome is that as you step through 
it in the chrome debugger, you can see exactly what the browser does and when 
because the browser display updates as you step through your code. In other 
words, if you want to know what's actually happening, you can use SuperDevMode 
and step through it.

You should be able to work out how many rows are visible after you've rendered 
it by getting the element for each row and finding its Y position compared to 
the Y position of the scroller. Look at 
com.allen_sauer.gwt.dnd.client.util.WidgetArea for clues as to how to do this 
(this is a part of gwt-dnd here: http://code.google.com/p/gwt-dnd/)

Paul

On 17/08/12 04:27, Magnus wrote:
> Hello Paul,
>
> this works fine! Thank you very much!!!
>
> When I first saw your posting, I thought, that this would produce an unwanted 
> flicker effect, because the list would first be drawn and then be scrolled. 
> But this doesn't seem to be the case. I wonder, why? Does GWT "wait" with 
> redrawing until all scheduled procedures have been processed?
>
> However, scrolling down would not be needed if I were able to tell, how much 
> rows of the CellTable fit in the visible area. But I think this cannot be 
> done, can it?
>
> Thanks again,
> Magnus
> -- 
> 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/-/grlm2VIpWVEJ.
> 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.