Ext GWT: Discussion

Page 79 of 280 FirstFirst ... 29 69 77 78 79 80 81 89 129 179 ... LastLast

+ Post New Thread

  1. Views: 301
    25 Apr 2013
  1. Question setAllowDropOnLeaf(true); how is it work in Async TreePanel

    I want to drag and drop leaf nodes in async treepanel. I tried below but I couldn't be successfull: target.addDNDListener( new DNDListener() { ...

    Started by harun, 22 Dec 2010 4:06 AM
    • Replies: 3
    • Views: 653
    6 Jan 2011 5:04 AM Go to last post
  2. Help With Eclipse Development ??

    Hello folks, I am moving my GWT/GXT development from Netbeans to Eclipse (Helios), but I am still struggling to find my way around. I have read some...

    Started by chalu, 25 Aug 2010 8:23 AM
    • Replies: 6
    • Views: 2,082
    6 Jan 2011 4:49 AM Go to last post
  3. 508 compliance : JAWS does not read the check boxes of Grid when selected.

    Hi, This is one more problem i am suffering with Grid with check boxes. JAWS (screen reader) is not reading the check boxes of the Grid when...

    Started by Sriman, 23 Jul 2010 6:44 AM
    • Replies: 1
    • Views: 817
    6 Jan 2011 12:14 AM Go to last post
  4. Grid performance issue

    We are trying to load a grid with approximately 50 rows and 100 columns. This leads to a considerable increase in load time for the grid. Could you...

    Started by rahulpatel, 5 Jan 2011 3:18 PM
    • Replies: 1
    • Views: 579
    5 Jan 2011 10:56 PM Go to last post
  5. SuggestBox like feature in gxt

    Hi Sven, i have all the states in combobox. based on state selection we need to get all the cities. we are using textfield for city. does text...

    Started by salmondavid888, 5 Jan 2011 7:04 AM
    • Replies: 2
    • Views: 754
    5 Jan 2011 8:37 PM Go to last post
  6. Question Making the GXT context tree menu display over Google Earth? (IFrame shim?)

    Hi guys, I'm trying to add an EXT GWT context tree menu (http://www.sencha.com/examples/explorer.html#contextmenutree) on the same page as an...

    Started by David Lamm, 27 Dec 2010 9:16 PM
    google earth, gxt, iframe, menu
    • Replies: 2
    • Views: 1,966
    5 Jan 2011 8:12 PM Go to last post
  7. Why ??? serialize NullPointerException - help needed!!!!!

    Why do I see this NPE which causes my RPC call to fail? :((:(( What makes this inexplicable is that RpcMap initializes the map with: private...

    Started by Shawn.in.Tokyo, 4 Jan 2011 6:32 PM
    • Replies: 3
    • Views: 1,306
    5 Jan 2011 5:36 PM Go to last post
  8. FormBinding wthout Store

    Hi, I am binding my BeanModel to a form. BeanModelFactory factory = BeanModelLookup.get().getFactory(VitalSigns.class); ...

    Started by kotrao, 5 Jan 2011 10:53 AM
    beanmodel, bidirectional binding, formbindings, modeldata
    • Replies: 2
    • Views: 1,189
    5 Jan 2011 3:13 PM Go to last post
  9. setLayoutNeeded signature error?

    I know this has been asked before http://www.sencha.com/forum/showthread.php?92358-CLOSED-GXT-2.1.1-strange-BUG&highlight=setLayoutNeeded+signature,...

    Started by rluk, 5 Jan 2011 11:00 AM
    • Replies: 1
    • Views: 776
    5 Jan 2011 12:48 PM Go to last post
  10. Arrow select listener on a SplitButton

    I just wonder if I can listen to the click on the arrow of a split button (which should be different from the click on the button itself). Thank...

    Started by aminef, 5 Jan 2011 11:50 AM
    • Replies: 2
    • Views: 1,302
    5 Jan 2011 12:45 PM Go to last post
  11. find widget

    Hi, I added a textfield in field set and field set added in form pannel and from pannel is added in tab item.should i get the text field from tab...

    Started by mrhari, 5 Jan 2011 1:41 AM
    • Replies: 1
    • Views: 505
    5 Jan 2011 12:43 PM Go to last post
  12. Exclamation Charts no longer work since upgrade from GXT 2.1.1 to GXT 2.2.1

    Since I upgraded to GXT 2.2 and GWT 2.1, the adobe plug-in crashes. I managed to install a Flash Tracer add-on for Firefox and take a snapshot of the...

    Started by szafir, 5 Jan 2011 9:16 AM
    • Replies: 0
    • Views: 547
    5 Jan 2011 9:16 AM Go to last post
  13. bottomComponent in a ToolTip in a ProgressBar in a Grid

    After searching for ToolTip, ProgressBar, Grid, bottomComponent, and some others, I'm posting this question. So, I have a slightely customized...

    Started by mike b, 4 Jan 2011 11:38 AM
    • Replies: 2
    • Views: 941
    5 Jan 2011 8:35 AM Go to last post
  14. XTemplate - List<String>

    MyModel.java private String name; private List<String> products; How I can implement a XTemplate that can iterate on a List<String> ? I...

    Started by diegolovison, 4 Jan 2011 12:29 PM
    • Replies: 3
    • Views: 1,518
    5 Jan 2011 4:51 AM Go to last post
  15. Composite cannot be dragged and dropped

    I have created a simple composite widget called CurrentDateLabel which contains 2 Labels to print out the current date and format I have set the...

    Started by poporogue, 4 Jan 2011 2:02 AM
    • Replies: 1
    • Views: 594
    5 Jan 2011 1:28 AM Go to last post
  16. Paging grid filter

    Hello, I have a grid with paging and I'd like to filter data using GridFilters. I use these elements to load the data : proxy = new...

    Started by pbt, 4 Jan 2011 7:07 AM
    • Replies: 2
    • Views: 1,137
    5 Jan 2011 1:21 AM Go to last post
  17. RPC and ClassCastException

    Hello. I'm getting the following exception: java.lang.ClassCastException: net.cooparcobaleno.shared.model.Persona cannot be cast to...

    Started by pbesi, 4 Jan 2011 7:36 AM
    • Replies: 2
    • Views: 722
    5 Jan 2011 12:23 AM Go to last post
  18. Question get checked item in a TreePanel

    In a TreePanel , i saw addCheckListener and getCheckedSelection which returns a list but i would like get the element that has been checked or...

    Started by poseidonjm, 4 Jan 2011 2:00 PM
    addchecklistener, checkchangedevent, checkchangedlistener, getcheckedselection, treepanel
    • Replies: 1
    • Views: 1,036
    4 Jan 2011 2:32 PM Go to last post
  19. combobox focus

    final ComboBox<BeanModel> combo1 = new ComboBox<BeanModel>(); combo1.setStore(store1); combo1.setDisplayField("name"); ...

    Started by diegolovison, 4 Jan 2011 3:21 AM
    • Replies: 4
    • Views: 1,542
    4 Jan 2011 12:33 PM Go to last post
  20. GXT-based GXT Form Designer

    Hi Gang, I'm looking for a Form designer/editor built in GWT/GXT that allows web users to build their own GXT forms and store the description of...

    Started by elirov, 4 Jan 2011 12:14 PM
    • Replies: 0
    • Views: 988
    4 Jan 2011 12:14 PM Go to last post


Forum Information and Options

Moderators of this Forum