Ext GWT: Help & Discussion (1.x)

Page 39 of 118 FirstFirst ... 29 37 38 39 40 41 49 89 ... LastLast

+ Post New Thread

  1. Gxt using Webservice

    Hi I am new to EXT-GWT and I am using the Java version of the software. Here is my issue and trying to see if that is the best way to do.. Please...

    Started by ysbkm, 22 Mar 2009 9:17 PM
    • Replies: 0
    • Views: 1,071
    22 Mar 2009 9:17 PM Go to last post
  2. combobox trigger misaligned in formpanel

    I have a combo box in a formpanel and the combobox trigger is misaligned as shown in the attachment. I am not pretty sure if this question has...

    Started by kolli, 5 Mar 2009 7:53 AM
    • Replies: 4
    • Views: 2,301
    22 Mar 2009 1:54 PM Go to last post
  3. Question Populate data in Grid by real server pushes

    Hi guys I have a Grid. The data is populated over GWT-RPC with a BasePagingLoader. Now I would like to push new data from the server to the client...

    Started by rookie, 20 Mar 2009 12:01 PM
    • Replies: 1
    • Views: 829
    21 Mar 2009 5:02 PM Go to last post
  4. Defining new event types

    Hi, I am currently trying to implement an object that inherits BaseObservable and hs 2 new events, Add and Remove. I have looked at the Events...

    Started by dgildeh, 2 Mar 2009 8:59 AM
    • Replies: 5
    • Views: 1,140
    21 Mar 2009 11:06 AM Go to last post
  5. [Fixed] Errors in the demo application

    Hi, I got these errors: I have done everything exactly as in the screencast. here is my code: package demo.app.client; import...

    Started by zeeli, 21 Mar 2009 4:22 AM
    • Replies: 0
    • Views: 575
    21 Mar 2009 4:22 AM Go to last post
  6. Exclamation multicell select in a aparticular row of a grid

    I have a requirement of multi cell select in a particular row of a grid. I tried setting the selection mode for cellselection model to MULTI but i...

    Started by kolli, 20 Mar 2009 6:49 AM
    • Replies: 1
    • Views: 1,418
    20 Mar 2009 2:15 PM Go to last post
  7. What is deferred command?

    What is deferred command?

    Started by fother, 19 Mar 2009 12:24 PM
    • Replies: 1
    • Views: 1,702
    20 Mar 2009 2:05 PM Go to last post
  8. Question About OpenDialogBox ... JFileChooser

    Hello, I am just wondering if Ext-GWT, has something similar to the Swing JFileChooser. I have not purchased or tried this product yet. I am just...

    Started by Palmer, 20 Mar 2009 12:53 PM
    • Replies: 0
    • Views: 999
    20 Mar 2009 12:53 PM Go to last post
  9. Validation Icon partially obscured in Form

    I'm currently trying to create a simple form with three fields laid out horizontally. Everything is working fine except for the fact that when a...

    Started by peternorman, 20 Mar 2009 12:49 PM
    • Replies: 0
    • Views: 844
    20 Mar 2009 12:49 PM Go to last post
  10. How to rebind Tree

    Hi; I am using a reordering drag and drop tree. Based on a event I get data from database and want to rebind the table with a different model, if...

    Started by erincarikan, 19 Mar 2009 1:28 PM
    • Replies: 4
    • Views: 1,099
    20 Mar 2009 11:05 AM Go to last post
  11. TabItem setClosable() problem

    Hi There, I have a TabPanel, its TabItems are created dynamically and are set to closable with setClosable(true). Every time the user deletes a...

    Started by francescoNemesi, 20 Mar 2009 2:09 AM
    • Replies: 2
    • Views: 989
    20 Mar 2009 5:59 AM Go to last post
  12. FormPanel/FormLayout: autosize label width?

    Is it possible to set the width of the labels in a form to autosize (or to set it to 100%) so the label width of the form is always the width of the...

    Started by Pandakopanda, 18 Mar 2009 3:15 AM
    • Replies: 1
    • Views: 1,245
    20 Mar 2009 5:43 AM Go to last post
  13. ComboBox Liststore removeAll

    hi, I have added keyListener to ComboBox and trying to update store based on key input in comboBox. it is working properly except before i add...

    Started by qwerty_qwerty, 19 Mar 2009 9:25 AM
    • Replies: 1
    • Views: 866
    20 Mar 2009 5:40 AM Go to last post
  14. Scroll position problem...

    I've got a little nasty problem with getting the position of an panel inside another panel ---panel1 has setScrollMode(Scroll.AUTO); ---panel2 is...

    Started by danutzdobrescu, 18 Mar 2009 3:46 AM
    • Replies: 1
    • Views: 835
    20 Mar 2009 5:37 AM Go to last post
  15. Question How to Drag and Drop column of Grid in GWT?

    Is it possible in ExtGWT to drag n drop column header?

    Started by Rupesh, 19 Mar 2009 4:20 AM
    • Replies: 1
    • Views: 1,277
    20 Mar 2009 5:37 AM Go to last post
  16. How to constrain a window to another component

    Hi, how can I constrain an window to another component such as a ContentPanel or part of a BorderLayout? The it seems you can do this in ExtJs...

    Started by The_Jackal, 18 Mar 2009 8:01 PM
    • Replies: 4
    • Views: 1,325
    20 Mar 2009 2:25 AM Go to last post
  17. change padding in FormLayout

    hi, I have a FieldSet with a LayoutContainer (ColumnLayout) as I want to put 3 fields algined horizontally. Then, I add each field in a...

    Started by pepgrifell, 20 Mar 2009 2:12 AM
    • Replies: 1
    • Views: 735
    20 Mar 2009 2:15 AM Go to last post
  18. Question Adding Panels to Panels - and nothing happens...

    Hy there. I've tried now four hours, and I can't get that working...: ...

    Started by cimnine, 15 Mar 2009 7:00 AM
    • Replies: 3
    • Views: 983
    19 Mar 2009 11:39 AM Go to last post
  19. textfield issue on focus

    I modify this code.. click at the button.. focus work fine.. click in one item at the tree.. don't work.. code example /* * Ext GWT - Ext...

    Started by fother, 19 Mar 2009 9:38 AM
    • Replies: 0
    • Views: 1,683
    19 Mar 2009 9:38 AM Go to last post
  20. TreeTableColumn.setHidden() not working

    I need to be able to hide and unhide columns in my TreeTable programmatically. I have a list of columns that I want to hide or unhide and I run the...

    Started by cri1258, 19 Mar 2009 8:52 AM
    • Replies: 0
    • Views: 597
    19 Mar 2009 8:52 AM Go to last post


Forum Information and Options

Moderators of this Forum