Ext GWT: Q&A

Page 16 of 20 FirstFirst ... 6 14 15 16 17 18 ... LastLast

+ Post New Thread

  1. Views: 305
    25 Apr 2013
  1. Unanswered: GXT Column Layout does not work in IE7

    I am having issue with ColumnLayout in IE7. Does anyone else have encountered same problem before. I tried something similar to example here ...

    Started by atlanta.peter, 7 Nov 2011 6:47 PM
    • Replies: 2
    • Views: 1,198
    8 Nov 2011 1:48 PM Go to last post
  2. Question Answered: Setting icon to toggle button greater than 16x16

    Hello, How can I change icon in toggle button to be greater than 16px x 16px ? I'm setting the icon by style background:...

    Started by denu, 8 Nov 2011 7:11 AM
    • Replies: 1
    • Views: 1,163
    8 Nov 2011 7:22 AM Go to last post
  3. Answered: Wrong display DateField

    Hi guys, I try to display some Fields<> into an LayoutContainer() with FormLayout() like here: formData = new FormData("90%"); ...

    Started by catalin.ciobanu, 7 Nov 2011 8:41 AM
    • Replies: 5
    • Views: 827
    8 Nov 2011 1:05 AM Go to last post
  4. Answered: Does GXT Radio or Radio Group support "Others" Text Field?

    In many case, there is an "Others" option in the multiple choice. Besides the "Others" radio button, there should be Text Field after it and allow...

    Started by poporogue, 26 Oct 2011 7:17 PM
    • Replies: 3
    • Views: 1,447
    7 Nov 2011 12:09 AM Go to last post
  5. Answered: Issue with Grid Data

    I have a Grid in Accordian Layout. The Grid Cloumns are being displayed but the row data is not being diplayed. But again I have a event...

    Started by atlanta.peter, 4 Nov 2011 11:51 AM
    • Replies: 7
    • Views: 1,352
    6 Nov 2011 11:19 AM Go to last post
  6. Unanswered: ComboBox ContextMenu?

    Hello I create a advanced combobox , but i can not add a context menu ... WHY? package...

    Started by eggp, 6 Nov 2011 5:26 AM
    • Replies: 0
    • Views: 609
    6 Nov 2011 5:26 AM Go to last post
  7. Answered: ModelType alternatives for JSON stores

    Hello, I'm looking for some advice on implementing REST services and have so far been able to load JSON data using the examples. My obstacle...

    Started by rynam0, 20 Oct 2011 5:15 PM
    2 Pages
    1 2
    • Replies: 18
    • Views: 2,957
    5 Nov 2011 4:41 AM Go to last post
  8. Unanswered: Downloading File

    Hi All, I am new with GXT and I was wondering is there an example of downloading files with GXT. Thanks a lot.

    Started by angisad, 4 Nov 2011 2:27 AM
    file download
    • Replies: 1
    • Views: 787
    4 Nov 2011 2:43 AM Go to last post
  9. Answered: FormPanel submit JSON

    Hello, I am wondering if there is a way to configure a FormPanel's submit() to send a content-type other than application/x-www-form-urlencoded. ...

    Started by rynam0, 29 Oct 2011 3:03 PM
    • Replies: 5
    • Views: 2,699
    3 Nov 2011 6:16 AM Go to last post
  10. Question Unanswered: Somethings wrong with a custom event

    Hi all, plz help me to find out whats wrong with my custome event SimpleEvents.AlertEvent, coz nothing happens Here is a test EntryPoint: ...

    Started by treblereel, 2 Nov 2011 3:59 AM
    gxt event custom
    • Replies: 1
    • Views: 469
    2 Nov 2011 10:02 AM Go to last post
  11. Unanswered: Printing a PDF file loaded to the ContentPanel -

    I loaded PDF file to the ContentPanel using setUrl method. I want to print the PDF by using the following native function. ContentPanel panel...

    Started by thursday, 26 Oct 2011 11:06 PM
    pdf, print
    • Replies: 0
    • Views: 961
    26 Oct 2011 11:06 PM Go to last post
  12. Unanswered: DateField issue in Menu

    Hello, I have a LayoutContainer that contains radio buttons and DateFields. This container is in a Menu. I press a DateField and a DatePicker...

    Started by tp_blue, 11 Oct 2011 12:24 AM
    • Replies: 1
    • Views: 683
    26 Oct 2011 6:40 AM Go to last post
  13. Unanswered: NumberFilter with Floats

    Hi, I have a grid with a strings and floats. For one float column I set a NumberFilter but it doesn't work for s equal filter if I have floats...

    Started by tp_blue, 26 Oct 2011 1:44 AM
    • Replies: 0
    • Views: 400
    26 Oct 2011 1:44 AM Go to last post
  14. Unanswered: RowEditor plugin do not hide after save button clicked.

    I have crated multiple Grids from a single GroupingStore. Grids have GroupSummaryView as view. I want to use RowEditor plugin but having some issues...

    Started by chemkb, 22 Oct 2011 1:45 PM
    • Replies: 4
    • Views: 889
    23 Oct 2011 9:29 AM Go to last post
  15. Unanswered: Window size to child components

    How can you get a Window to size to its child component(s) instead of having to specify a size manually. This seems like the desired behavior in 99%...

    Started by theserialcoder, 20 Oct 2011 2:22 PM
    • Replies: 2
    • Views: 689
    21 Oct 2011 8:36 AM Go to last post
  16. Unanswered: SplitPane equivalent

    I know we can use a BorderLayout with components in the NORTH and CENTER to accomplish something equivalent to Swing's SplitPane, but here's my...

    Started by sloker, 20 Oct 2011 6:24 AM
    • Replies: 0
    • Views: 380
    20 Oct 2011 6:24 AM Go to last post
  17. Unanswered: Horizontal Rule (hr)

    I know I can use an Html component to get an hr in my UI, but is there no better way? Also, I cannot get the Html to take up exactly the needed...

    Started by sloker, 20 Oct 2011 6:11 AM
    • Replies: 0
    • Views: 485
    20 Oct 2011 6:11 AM Go to last post
  18. Unanswered: SplitBar skinning

    Is there a good way to get a 'handle' in the middle of a SplitBar like so: I can see how to get just the gradient bar via an image with...

    Started by sloker, 20 Oct 2011 6:09 AM
    • Replies: 0
    • Views: 406
    20 Oct 2011 6:09 AM Go to last post
  19. Answered: Multiple Grid for a single Data Store

    This is my first post. :) I want to display two grids at different tabs for the same data store. Grid one will display all the mandatory fields...

    Started by chemkb, 17 Oct 2011 7:42 AM
    data store, grid
    • Replies: 3
    • Views: 1,313
    19 Oct 2011 9:05 PM Go to last post
  20. Answered: How to dynamicly resize field's label in a form layout ?

    I have a form that contains fields with labels that can dynamicly be changed. I'm using the TextMetrics class to get the max width needed for the...

    Started by GuA, 14 Oct 2011 6:09 AM
    • Replies: 1
    • Views: 1,303
    19 Oct 2011 11:45 AM Go to last post


Forum Information and Options

Moderators of this Forum