Ext GWT: Help & Discussion (1.x)

Page 59 of 118 FirstFirst ... 9 49 57 58 59 60 61 69 109 ... LastLast

+ Post New Thread

  1. Question BorderLayout and scroll

    Hi, I have a ContentPanel with BorderLayout which has 2 other ContentPanels at center an east. Center panel has a lot of data so it should be...

    Started by makados, 27 Jan 2009 6:44 AM
    • Replies: 2
    • Views: 882
    28 Jan 2009 7:12 AM Go to last post
  2. Grid header spans

    Hi All, Is it possible to spans the headers of the grid? For example i have a column name demographic, which can be divided into population and...

    Started by hida93, 27 Jan 2009 9:48 PM
    • Replies: 1
    • Views: 835
    28 Jan 2009 6:03 AM Go to last post
  3. Listening for field changes in FileUploadField?

    I have a FileUploadField, and I want to listen for changes in the field value as such changes are made. I've added a listener for KeyUp events,...

    Started by gelgey, 27 Jan 2009 4:08 PM
    • Replies: 2
    • Views: 1,134
    27 Jan 2009 5:38 PM Go to last post
  4. Vertical Radio Button Group

    I'm running into trouble with a radio button group. I've set the label align to TOP so the label will be shown above the radio buttons, but all the...

    Started by gtg489w, 26 Jan 2009 6:44 PM
    • Replies: 2
    • Views: 2,377
    27 Jan 2009 3:34 PM Go to last post
  5. Variable Persistance

    I am creating a desktop application and in the main class that handles the user interface I have a private instance variable called User. When a...

    Started by sjzaluk, 27 Jan 2009 12:13 PM
    • Replies: 3
    • Views: 895
    27 Jan 2009 3:07 PM Go to last post
  6. Populating Table column-wise?

    Hi, Is it possible to populate a Table by inserting 'column after column'? I only found a way to populate a Table row-wise (abstraction =...

    Started by googelybear, 26 Jan 2009 10:22 AM
    • Replies: 2
    • Views: 1,259
    27 Jan 2009 1:30 PM Go to last post
  7. ListLoader sort problem

    in which method I can get the info about sort dir and sort field.. because always return NONE and null.. in method load that was override in...

    Started by fother, 27 Jan 2009 10:14 AM
    • Replies: 1
    • Views: 1,282
    27 Jan 2009 10:31 AM Go to last post
  8. Events with Ext GWT - Basic Question

    Hi, seems I have some basic misunderstanding how events work in Ext. What I want to do is to fire a (custom) event with one Component, and receive...

    Started by weazle, 27 Jan 2009 2:00 AM
    • Replies: 7
    • Views: 1,719
    27 Jan 2009 9:40 AM Go to last post
  9. combobox help

    in my application I have one combobox that have ListStore and BasePagingLoader.. but when the page is rendered.. get data of the data base.. and when...

    Started by fother, 27 Jan 2009 5:12 AM
    • Replies: 7
    • Views: 1,003
    27 Jan 2009 7:03 AM Go to last post
  10. Example needed: BeanModelMarker with BaseTreeLoader

    Hi, Has anyone managed to make the new BeanModelMarker interface, introduced in GXT 1.1, work with a BaseTreeLoader? I can't find a way to provide...

    Started by johnstok, 25 Sep 2008 1:52 AM
    • Replies: 2
    • Views: 2,489
    27 Jan 2009 6:03 AM Go to last post
  11. LayoutContainer hide() - potencial bug

    public void onModuleLoad() { final TextField<String> text1 = new TextField<String>(); TextField<String> text2 = new TextField<String>(); ...

    Started by fother, 22 Jan 2009 3:52 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 2,640
    27 Jan 2009 5:23 AM Go to last post
  12. Cool How to render any gxt component in html page

    Hi This is a basic beginner question. Once i have written my gxt code and component, I want to display this in an html or jsp page. My question...

    Started by raj_begood, 27 Jan 2009 4:48 AM
    • Replies: 2
    • Views: 1,588
    27 Jan 2009 5:04 AM Go to last post
  13. TextField events not fired in a CardPanel?

    I have a TextField with a listener attached to validate input as it is typed. This works fine when the TextField is added directly to a container....

    Started by gelgey, 19 Jan 2009 4:41 PM
    • Replies: 7
    • Views: 2,532
    27 Jan 2009 4:31 AM Go to last post
  14. FormLayout for TabItem in Window (uncorrect render and NPE for isValid)

    Hi! I have the following structure: Window |-FormPanel --|-TabPanel ----|-TabItem The first time the Window is rendered, the Fields are...

    Started by jeremia.morling, 1 Nov 2008 11:07 PM
    • Replies: 5
    • Views: 1,753
    26 Jan 2009 8:04 PM Go to last post
  15. Listener for Collapse on BorderLayout

    Can some please tell me on what object and for what event I need to listen for a collapse on one of the ContentPanels in a BorderLayout?

    Started by LINEMAN78, 26 Jan 2009 9:05 AM
    • Replies: 1
    • Views: 1,240
    26 Jan 2009 1:16 PM Go to last post
  16. problem with shadow

    public void onModuleLoad() { ContentPanel panel = new ContentPanel(); panel.setHeight(300); panel.setHeading("panel"); new...

    Started by fother, 23 Jan 2009 8:25 AM
    • Replies: 8
    • Views: 1,549
    26 Jan 2009 9:38 AM Go to last post
  17. Remote filtering with paging

    Hi, I've read gxt would have remote filtering since 1.1... Apparently, not. I guess it could be done by coupling triggerfield and overriding...

    Started by seb2nim, 26 Jan 2009 7:04 AM
    • Replies: 1
    • Views: 923
    26 Jan 2009 7:12 AM Go to last post
  18. Mouse Events for FormPanel

    Hi, I am trying to implement MouseDown, MouseOver and MouseOut Events for FormPanel. I understand that broweser events are received on Component...

    Started by user4, 26 Jan 2009 5:32 AM
    • Replies: 2
    • Views: 1,579
    26 Jan 2009 5:49 AM Go to last post
  19. TextArea auto scroll

    Hello, I'm updating a TextArea with a timer and would like to have it scroll down to the bottom, so the newest messages (at the bottom) are...

    Started by hordur, 20 Jan 2009 4:43 PM
    • Replies: 6
    • Views: 6,198
    26 Jan 2009 5:33 AM Go to last post
  20. load treetable with combobox - need click into a treetable to render the data

    package com.extjs.gxt.samples.client.examples.tree; import java.util.ArrayList; import java.util.List; import...

    Started by fother, 26 Jan 2009 4:45 AM
    • Replies: 2
    • Views: 2,541
    26 Jan 2009 5:08 AM Go to last post


Forum Information and Options

Moderators of this Forum