Ext GWT: Help & Discussion (1.x)

Page 68 of 118 FirstFirst ... 18 58 66 67 68 69 70 78 ... LastLast

+ Post New Thread

  1. force combobox to make a request

    I use three comboboxes CB1 CB2 which are local and CB3 which is remote with paging an setminchars=2. the callback use the choices made in CB1 CB2 and...

    Started by fornac, 18 Dec 2008 10:08 AM
    • Replies: 2
    • Views: 837
    19 Dec 2008 8:15 AM Go to last post
  2. column - not sort

    it's possible I define to my column not sort code example... ColumnConfig column = new ColumnConfig("codigo", App.MESSAGES.codigo(), 70);...

    Started by fother, 19 Dec 2008 5:32 AM
    • Replies: 2
    • Views: 822
    19 Dec 2008 5:42 AM Go to last post
  3. ComboBox - prevent loading Model onExpand

    I am manually loading the ComboBox's Model (proxy/listloader/liststore) by calling the ListLoaders load method. This is though called again when...

    Started by Jose Jeria, 16 Dec 2008 12:42 PM
    • Replies: 8
    • Views: 2,075
    19 Dec 2008 4:06 AM Go to last post
  4. Issue With Grid

    Hi Guys, Iam facing an issue when working with the grid . the issue is when i click on the grid header, as call is going to the server to get back...

    Started by jagadesh, 19 Dec 2008 2:33 AM
    • Replies: 1
    • Views: 757
    19 Dec 2008 2:43 AM Go to last post
  5. Have a validator on MessageBox.prompt

    Hello I have a message box prompt use to choice a title for an element that I create. I wan't to add validator to check the String of...

    Started by Pmithrandir, 18 Dec 2008 7:43 AM
    • Replies: 2
    • Views: 1,429
    19 Dec 2008 1:16 AM Go to last post
  6. Date field with french format

    Hello I wan't to use Date field with french format DD/MM/YYYY in my Date field object. Our application must use I18N to identify the locale and...

    Started by Pmithrandir, 18 Dec 2008 5:34 AM
    • Replies: 1
    • Views: 2,166
    18 Dec 2008 1:43 PM Go to last post
  7. Grid mask

    I call the button that will be save the changes in editor grid. But this call delay 2 minutes.. I should be that the mask appers.. how when I call...

    Started by fother, 8 Dec 2008 5:54 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,328
    18 Dec 2008 12:39 PM Go to last post
  8. [solved] Replicating the BorderLayout Example

    I'm starting a fairly simple GXT project, and I'm using the BorderLayout for my page. I copied the source code for the BorderLayout example in the...

    Started by arosequi, 17 Dec 2008 8:51 PM
    • Replies: 4
    • Views: 1,188
    18 Dec 2008 12:36 PM Go to last post
  9. NumberField with , for decimal separator

    Hello We are french, but our application must recognize any number format. (. for english user and , for french user.) We use the code above to...

    Started by Pmithrandir, 18 Dec 2008 5:28 AM
    • Replies: 4
    • Views: 1,726
    18 Dec 2008 7:35 AM Go to last post
  10. DateField Issue In Grid

    Hi Guys, iam using Editor grid panel. when i double click on the row it is should display DateField in the row to reenter the date.but in my...

    Started by jagadesh, 18 Dec 2008 2:50 AM
    • Replies: 1
    • Views: 1,042
    18 Dec 2008 4:31 AM Go to last post
  11. Issue With Searching Data In Grid

    Hi Guys, I have A grid With Some Rows in it. my requirement is i will get a object with an id and need to check the object with the grid rows. if...

    Started by jagadesh, 18 Dec 2008 2:47 AM
    • Replies: 1
    • Views: 642
    18 Dec 2008 4:24 AM Go to last post
  12. GXT 1.2 Grid reconfigure

    Hi! I am trying to add column configs dynamically to the grid by using the grid.reconfigure method. It all seem to work well except from the fact...

    Started by fredrikhultin, 15 Dec 2008 11:39 AM
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 6,319
    18 Dec 2008 4:19 AM Go to last post
  13. jar + remote service

    I create the projectA and the projectB, in the projectB I put the jar of projectA... in projectA I have a remote service in hosted mode if a...

    Started by fother, 17 Dec 2008 3:14 PM
    • Replies: 4
    • Views: 891
    17 Dec 2008 4:56 PM Go to last post
  14. Issues with Editable Grid

    I've created one screen with Editable Grid based on GXT example. I have four columns. The first one is a live search field (model field) and the...

    Started by luizp.ribeiro, 17 Dec 2008 12:35 PM
    • Replies: 4
    • Views: 2,738
    17 Dec 2008 2:47 PM Go to last post
  15. FCKeditor and GXT?

    Hi! I would like to add one or more FCKeditors on a dialog. Has anyone done this and what would be the best approach? edit: There is...

    Started by pepez, 17 Dec 2008 7:10 AM
    • Replies: 0
    • Views: 1,212
    17 Dec 2008 7:10 AM Go to last post
  16. RequestBuilder RequestData is ignored when using a loader

    I've got some problem with RequestBuilder: The value of the method setRequestData(..) is ignored when I use it for populating a grid. it only...

    Started by TheLord, 17 Dec 2008 6:37 AM
    • Replies: 1
    • Views: 1,960
    17 Dec 2008 6:51 AM Go to last post
  17. Changing default theme

    I have looked at sample of how to change the default theme to something else on start up but cannot get it to work. The following is in my...

    Started by oosthuja, 11 Dec 2008 12:18 AM
    • Replies: 7
    • Views: 5,104
    17 Dec 2008 6:39 AM Go to last post
  18. Grid binding with onMouseOver event

    How can i catch onMouseOver event on a grid? I have to do some action when the row is highlighted (when mouse is over the row) - not clicked or...

    Started by gaudeo, 15 Dec 2008 9:23 AM
    • Replies: 2
    • Views: 1,273
    17 Dec 2008 6:07 AM Go to last post
  19. Sizing issues when using gxt in a div container

    Hi, In my host html page I have a specific <div id="mydiv"> tag where I should put my gxt widgets in. There is an image to the left and to the...

    Started by googelybear, 22 Nov 2008 8:33 AM
    • Replies: 5
    • Views: 1,938
    17 Dec 2008 5:43 AM Go to last post
  20. What composant for drag and drop of INPUT object

    Hello I work on an application who help user to create form. The window has two part. - the left menu is a tree with all INPUT possibility. ...

    Started by Pmithrandir, 11 Dec 2008 2:09 AM
    • Replies: 4
    • Views: 1,687
    17 Dec 2008 3:14 AM Go to last post


Forum Information and Options

Moderators of this Forum