Ext GWT: Discussion

Page 91 of 280 FirstFirst ... 41 81 89 90 91 92 93 101 141 191 ... LastLast

+ Post New Thread

  1. Views: 265
    25 Apr 2013
  1. fileupload completion listener

    is it possible to add listener which listens to file upload completion.

    Started by amit.vankadia, 1 Dec 2010 2:18 PM
    • Replies: 4
    • Views: 1,597
    1 Dec 2010 10:21 PM Go to last post
  2. Basic Issue with Panels

    I'm trying to get started with GXT but I'm having some significant issues. I've been working extensively with SmartGWT and I wanted to inspect some...

    Started by darkling235, 27 Nov 2010 1:58 PM
    • Replies: 5
    • Views: 765
    1 Dec 2010 2:26 PM Go to last post
  3. Simple Drag and Drop feedback question

    When dragging something over a target, I'd like to give visual feedback indicating that dropping is illegal, depending on the criteria of the drag...

    Started by databass, 1 Dec 2010 10:45 AM
    • Replies: 5
    • Views: 1,114
    1 Dec 2010 2:15 PM Go to last post
  4. select all not visible in a Grid inside an AccordionLayout

    I have been working on an AccordionLayout, which has a ContentPanel containing a simple Grid. Somehow, the select all checkbox in the header is...

    Started by Verhodo, 25 Nov 2010 12:56 AM
    • Replies: 3
    • Views: 1,005
    1 Dec 2010 2:06 PM Go to last post
  5. Something almost like MultiField

    Hi. I'm looking for a way to arrange fields in a form like the example in the attached image. I considered write a custom layout or a custom...

    Started by iran, 1 Dec 2010 9:59 AM
    • Replies: 2
    • Views: 714
    1 Dec 2010 10:10 AM Go to last post
  6. Getting what column is currently set to be sorted from a grid..

    I'm maybe missing something, but how to you pro-grammatically set the sort order of a grid? Or find out what the sort order is of a grid? I'm...

    Started by Kevin Daly, 1 Dec 2010 9:13 AM
    • Replies: 2
    • Views: 626
    1 Dec 2010 9:39 AM Go to last post
  7. AutoComplete Combobox Bean! HOW TO DO SERVER SIDE?

    The data is orrectly loaded from server side and displayed in the combobox! when i type any char in the combobox, is selected always the first entry...

    Started by DaRkViDe, 1 Dec 2010 2:35 AM
    • Replies: 7
    • Views: 1,358
    1 Dec 2010 8:02 AM Go to last post
  8. Cut event available?

    Hi, is there a possibility to catch the "cut" event on a textfield? (right-mouse-click > cut) I need to listen to this event. How can i...

    Started by Kalle1985, 1 Dec 2010 5:41 AM
    • Replies: 3
    • Views: 973
    1 Dec 2010 6:13 AM Go to last post
  9. RichText area in a row layout loses size after collapsing.

    In the following example, if you collapse and re-expand the row, the RichTextArea has no size. public class TheEntryPoint implements EntryPoint {...

    Started by vastiridev, 1 Dec 2010 2:45 AM
    • Replies: 2
    • Views: 586
    1 Dec 2010 2:53 AM Go to last post
  10. Option list elect button of ComboBox in Chrome is shifted

    I have created a SimpleComboBox in a ContentPanel with Vertical RowLayout There is no problem viewing by FF3.6 and IE8 But when viewing with...

    Started by poporogue, 30 Nov 2010 10:51 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,207
    1 Dec 2010 2:45 AM Go to last post
  11. Key Navigation and ShortCut Key in MessageBox buttons

    Hi; I need help; I want my message box can key navigation between messagebox buttons and i want add shortcut keys as windows. Sample. Yes =...

    Started by TrojanMyth, 29 Nov 2010 5:14 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,062
    1 Dec 2010 2:09 AM Go to last post
  12. Fieldsets with empty headers in google chrome

    Hi, I am facing an issue with fieldsets in google chrome 7.0.517.44: (Searched the forum but could not find a related post on that) My code...

    Started by Nico P, 1 Dec 2010 12:54 AM
    • Replies: 0
    • Views: 617
    1 Dec 2010 12:54 AM Go to last post
  13. Keyboard shortcut standard to change gwt tabs?

    It's a common enough use case to have a tabbed GXT web app running on a tab in your browser of choice. For such a scenario is there any standard...

    Started by boardtc, 25 Nov 2010 8:41 AM
    • Replies: 7
    • Views: 2,308
    30 Nov 2010 4:12 PM Go to last post
  14. allowed values for combobox by row

    Is it possible to have a different list of allowed values for each combobox by row? for example, using the editorgrid example, is is possible to...

    Started by hartwigpl, 30 Nov 2010 9:51 AM
    • Replies: 1
    • Views: 498
    30 Nov 2010 9:54 AM Go to last post
  15. Setting Chart Tooltip

    hi, i am trying to override the default tooltip using this : ChartConfig.setTooltip("aaa"); which worked as i can see the jsonData that is...

    Started by petko.ivanov, 30 Nov 2010 9:38 AM
    • Replies: 3
    • Views: 1,034
    30 Nov 2010 9:51 AM Go to last post
  16. GXT Combo Box set height

    Hi, I am trying to set the size of the combo box like combo.setSize("75px", "52px"). I see the width increasing but not the height! I am...

    Started by sathishb, 30 Nov 2010 9:23 AM
    • Replies: 3
    • Views: 1,044
    30 Nov 2010 9:48 AM Go to last post
  17. Groupable Live grid.

    I'm currently working on replacing a Lotus Notes Application with one based on GXT.. One of the constructs that Notes uses frequently is that of...

    Started by Kevin Daly, 24 Feb 2010 11:54 AM
    • Replies: 2
    • Views: 766
    30 Nov 2010 8:29 AM Go to last post
  18. Layout problem with Grid

    Hi all, I've a problem sizing a layout for grid, I set to all parent a FitLayout but it has a wrong size as shown in fig: if the grid size is...

    Started by sebbalex, 30 Nov 2010 4:10 AM
    2 Pages
    1 2
    fitlayout, grid, layout, layoutcontainer, tabs
    • Replies: 14
    • Views: 1,976
    30 Nov 2010 7:39 AM Go to last post
  19. problem with performance of js in gxt

    I have a problem with performance of my js in gxt. I've created a simple graphic editor and it works really nice but when I plugged it to gwt it...

    Started by sanda, 30 Nov 2010 6:12 AM
    • Replies: 0
    • Views: 422
    30 Nov 2010 6:12 AM Go to last post
  20. How to check equality of row

    Hello, i want to check the equality of my selected row an the row that was selected before. If i have selected the same row again, i won`t call...

    Started by Kalle1985, 30 Nov 2010 3:41 AM
    • Replies: 3
    • Views: 585
    30 Nov 2010 4:43 AM Go to last post


Forum Information and Options

Moderators of this Forum