Re: How to Constrain the Width of a FlexTable

2011-01-21 Thread JAppetta
of each column to an exact value. Thanks, John LaBanca jlaba...@google.com On Wed, Jan 19, 2011 at 9:30 AM, JAppetta jennifer.appe...@sas.com wrote: I am attempting to limit the size of a FlexTable and its cell. However, whenever an exceptionally large piece of text is added

How to Constrain the Width of a FlexTable

2011-01-19 Thread JAppetta
I am attempting to limit the size of a FlexTable and its cell. However, whenever an exceptionally large piece of text is added to the cell, the table grows to accommodate this. Not a desirable action. I want to limit the size of the table and have additional text be displayed on following lines

How to Close the Application/Panel programmatically from a button press

2010-09-20 Thread JAppetta
Hello: I have a user request to have a Cancel button on my app for closing the application (similar to what you would expect by clicking the x to dismiss the panel). I've looked through the GWT API and can't find a call similar to Window.close(). Is there a GWT call(s) that can do this? I've

Customizing The SuggestBox to Change Background Color/Border

2009-11-30 Thread JAppetta
I would like to change the light blue background color (or is it a border?) that surrounds the dropdown items in a SuggestBox. I've tried changing the .gwt-SuggestBox and .gwt-SuggestBoxPopup options in my .css file but with no luck. What suggestBox rule controls this property? I am using GWT

Re: question from a novice in GWT

2009-09-18 Thread JAppetta
Hello: I have a similar situation to @nyankov in that I need to have some areas in my panel remain fixed while others scroll. However, the difference is that I am doing all of the activity in a GWT application. Using a combination of posts above, I was able to get the application working so

FlexTable and RowSpan

2009-07-24 Thread JAppetta
Using the FlexTable and CSS, is there a way to achieve the effect of rowspan? I have a 4 column table, where (for 99% of the time), the first two columns have the same data, only the data in the last two columns will differ Col1 Col2 Col3 Col4 aa

Re: Simulating Java CardLayout Panel in GWT

2009-06-25 Thread JAppetta
Thanks, Thomas -- these suggestions work well for what I'm doing! Jennifer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

CSS And Restyling TabBar

2009-06-25 Thread JAppetta
I have a TabPanel and would like to restyle the TabPanel so that the tabsextends the entire width of the TabPanel and can resize when the TabPanel is resized. I was playing around with the margin and padding settings on /*.gwt-TabBar .gwt-TabBarItem { margin-left: 6px; padding: 3px 6px 3px

Simulating Java CardLayout Panel in GWT

2009-06-18 Thread JAppetta
Hi: I would like to swap various panels into one container panel based on button selection. Looks like I could do containerPanel.remove and containerPanel.remove and swap in the various panels as called for. Being new to GWT, I thought that I would present this to the group and ask if there was

Simulating Java CardLayout Panel in GWT

2009-06-18 Thread JAppetta
Hi: I would like to swap various panels into one container panel based on button selection. Looks like I could do containerPanel.remove and containerPanel.remove and swap in the various panels as called for. Being new to GWT, I thought that I would present this to the group and ask if there was

TabPanel -- How to Customize So That Tabs Are the Same Height

2009-06-01 Thread JAppetta
Hello: I am new to GWT and CSS, creating my first UI. I added a TabPanel and noted to my dismay, that the Tabs were of different height depending on the text for the tab ... How can I customize the Tabs so that they are the same height? I've looked through the doc but possibly I'm missing

New to GWT -- Having Eclipse PlugIn Installation Problems

2009-05-20 Thread JAppetta
Hello All: I am a new GWT user who is having problems with installation. I installed the Eclipse plugin by extracting the zip file (per the instructions in the FAQ). I restarted Eclipse and did a File-New Web Application Project and the New Web Application Project dialog appeared. I noticed