Ext GWT: Discussion

Page 98 of 280 FirstFirst ... 48 88 96 97 98 99 100 108 148 198 ... LastLast

+ Post New Thread

  1. Views: 265
    25 Apr 2013
  1. HorizontalLayout inside VerticalLayout

    I try to create a vertical layout that includes horizontal layouts. Horizontal layouts must have one element with constant width and another with...

    Started by Alona Oz, 3 Nov 2010 8:06 AM
    • Replies: 4
    • Views: 1,084
    14 Nov 2010 7:32 AM Go to last post
  2. GWT 2.1 and GXT 2.2.1 - Increased compile size

    Hi, Yesterday I went through the process of upgrading the GWT and GXT libraries to 2.1 and 2.2.1 respectively. In the process I decided to re-run...

    Started by Algiano, 13 Nov 2010 12:30 PM
    • Replies: 0
    • Views: 1,040
    13 Nov 2010 12:30 PM Go to last post
  3. How to be sure rendering is complete? (onRender race condition)

    In the main container class for my GXT app, after initializing a number of panels, I set up a browser history listener and fire the current history...

    Started by patniemeyer, 12 Nov 2010 9:45 AM
    onrender
    • Replies: 5
    • Views: 1,369
    13 Nov 2010 11:57 AM Go to last post
  4. Load mask not shown on initial load

    Solution provided by sven in post http://www.sencha.com/forum/showthread.php?58833-Load-mask-not-shown-on-initial-load&highlight=grid+loading+mask...

    Started by lhanusiak, 25 Oct 2010 11:44 PM
    • Replies: 9
    • Views: 1,227
    13 Nov 2010 5:52 AM Go to last post
  5. Question Loading Data from grid to a form problems

    When I loaded the data(especially numbers) to a form,the numbers loaded from the grid shows in decimal format,how can I handle it? eg: In grid I...

    Started by prabhathkesav, 13 Nov 2010 4:21 AM
    • Replies: 3
    • Views: 721
    13 Nov 2010 4:56 AM Go to last post
  6. Exclamation Validator for comparing and validating two numbers

    How can I compare two numbers and vlaidate it using Validators?

    Started by prabhathkesav, 12 Nov 2010 9:58 PM
    • Replies: 3
    • Views: 1,467
    13 Nov 2010 4:54 AM Go to last post
  7. GroupingView help

    So I'm working with a GroupingStore object and I'm trying to make one of the sub-trees start out already collapsed. I know this is done in...

    Started by Snuggi3, 12 Nov 2010 11:26 AM
    • Replies: 1
    • Views: 554
    12 Nov 2010 8:43 PM Go to last post
  8. Tree Grid DND reordering does not update logical TreeModel

    I was attempting to perform a mass update on an editortreegrid. Basically the update is, if you change the indent # of a parent, it should increment...

    Started by mdomingo, 11 Nov 2010 2:00 PM
    dnd, drag and drop, reordering, treegrid, treemodel
    • Replies: 5
    • Views: 1,225
    12 Nov 2010 7:25 AM Go to last post
  9. How to prevent selecting a row when clicking on a link that is inside that row?

    Hello GXT users and developers, I am using GXT's com.extjs.gxt.ui.client.widget.grid.Grid for representation of my business objects. And...

    Started by SunSeaAndPalms, 10 Nov 2010 1:16 AM
    checkboxselectionmodel, gxt 2.1 grid, hyperlink, hyperlinks, renderer
    • Replies: 6
    • Views: 1,926
    12 Nov 2010 1:07 AM Go to last post
  10. TextField's label is don't show in FieldSet.

    I am placing TextField in FieldSet. My ploblem is TextField's FieldLabel don't displayed. My App struecture constructed chain shape. ...

    Started by yh800701, 11 Nov 2010 9:56 PM
    • Replies: 3
    • Views: 1,097
    11 Nov 2010 10:45 PM Go to last post
  11. ComboBox missing scrollbars

    in 2.2.0, I have lost scrollbars on my ComboBox Fields. Even when I put this chunk of code into one of my screens (basically the code from the...

    Started by hulseware, 18 Sep 2010 1:39 PM
    • Replies: 6
    • Views: 1,458
    11 Nov 2010 7:04 PM Go to last post
  12. Need some help for grid column .

    Here are some pics in my app. And each grid has this extra ColumnConfig-like thing. And I don't know how to remove it. Plz help! Ps.Sorry for...

    Started by ituren, 10 Nov 2010 7:52 AM
    • Replies: 3
    • Views: 707
    11 Nov 2010 3:11 PM Go to last post
  13. Red face Events in Grid

    Hi, I have 5 columns in the grid, i am hiding the column, but want to unhide it if there is any duplicate data. i already have the flag if the...

    Started by sathishb, 11 Nov 2010 10:53 AM
    • Replies: 4
    • Views: 701
    11 Nov 2010 11:52 AM Go to last post
  14. Multiple Entrypoints

    Hello: This is a more GWT question but here we go. I want to have several EntryPoints. My first idea was that having code separate in several...

    Started by blay, 11 Nov 2010 9:55 AM
    • Replies: 2
    • Views: 837
    11 Nov 2010 11:11 AM Go to last post
  15. Lightbulb Changing Style for a Draggable Object

    Suppose to have a Draggable Object and a 'Drop' Container ...... Draggable draggable = new Draggable(Component component);...

    Started by alexoffspring, 11 Nov 2010 12:29 AM
    • Replies: 6
    • Views: 924
    11 Nov 2010 8:18 AM Go to last post
  16. How to scroll down a TextArea?

    I already tried: textArea.setValue( newValue ) ; textArea.setCursorPos( newValue.length() ); textArea.getElement().setScrollTop(...

    Started by Evgeny Fisher, 10 Nov 2010 10:08 PM
    • Replies: 4
    • Views: 1,176
    11 Nov 2010 6:12 AM Go to last post
  17. Exclamation TabItem(added in TabPanel) loosing data, when the penultimate TabItem is closed.

    Hi, I am facing some strange issue. My code flow is like this : 1. have TabPanel object, 2. add 2 TabItems(having data added as contentpanel to...

    Started by kmi1177, 10 Nov 2010 3:56 AM
    kmi1177-tabitemblank
    • Replies: 2
    • Views: 639
    11 Nov 2010 5:34 AM Go to last post
  18. Paging Grid getting data from Database

    Hello: I wanna load data from a database into my paging Grid. I think I have some idea about how to do it but I´m not sure, so here is what I...

    Started by blay, 11 Nov 2010 4:29 AM
    • Replies: 4
    • Views: 957
    11 Nov 2010 4:53 AM Go to last post
  19. Exclamation panel looses initial position when other panels are resized

    Hi everybody, I have a problem and I would sure want to get some help with it. The problems is that I have a couple of contentpanels (with...

    Started by sempervivo, 18 Oct 2010 5:11 AM
    panel loose position
    • Replies: 5
    • Views: 911
    11 Nov 2010 4:06 AM Go to last post
  20. RowExpander Doesn't Collapse

    Hi All, I am facing a problem with the RowExpander grid plugin on IE8 as well as Firefox. The RowExpander appears and expands successfully but it...

    Started by aabdelraouf, 11 Nov 2010 1:04 AM
    rowexpander, template
    • Replies: 1
    • Views: 548
    11 Nov 2010 3:11 AM Go to last post


Forum Information and Options

Moderators of this Forum