Ext GWT: Help & Discussion (1.x)

Page 4 of 118 FirstFirst ... 2 3 4 5 6 14 54 104 ... LastLast

+ Post New Thread

  1. How to clear value in FileUploadField and how to set file extension type

    Hi, I'm using FileUploadField for file browsing. 1. once i browse and set the file i'm unable to clear it, how can i clear the browsed value to...

    Started by bhaskar1484, 6 Mar 2011 10:51 PM
    • Replies: 3
    • Views: 3,322
    22 Sep 2011 3:15 AM Go to last post
  2. unable to edit/update the EditorGrid in Ext Gwt

    n my Ext Gwt project, i am using EditorGrid to modify the values of the grid. but i am unable to do that. where ListStore = nameStore; Isssue: When...

    Started by qasibeat, 21 Sep 2011 5:23 AM
    edtirotag, ext gwt, liststore
    • Replies: 0
    • Views: 811
    21 Sep 2011 5:23 AM Go to last post
  3. How to use Hibernate with EXT GWT + RPC

    Hi, I would like to know that which technologies(Hibernate/spring , Struts ) is good for EXT GWT with RPC, i would like to integrate EXT GWT RPC...

    Started by alka_jan1980, 4 Dec 2008 10:58 PM
    • Replies: 2
    • Views: 4,585
    8 Sep 2011 1:04 AM Go to last post
  4. how to add an image to the TextArea?

    here is my senario, i took contentpanel and added a TextArea to it, now i want add images to the textarea and the listeners to the images is it...

    Started by srikanth152, 23 Aug 2011 11:02 PM
    • Replies: 0
    • Views: 920
    23 Aug 2011 11:02 PM Go to last post
  5. GXT autoexpand contentpanel on mouseover

    I have a contentpanel as the west member of a border layout. I want the contentpanel to autoexpand if its collapsed and the mouse moves over the...

    Started by lonergjj, 16 Apr 2009 1:49 PM
    • Replies: 1
    • Views: 1,459
    21 Aug 2011 9:55 PM Go to last post
  6. Registering all widgets

    How do I get all widgets registered with the GWT Designer palette? I have registered one widget (TextArea) out of the many classes available and...

    Started by chorns, 10 Aug 2011 3:17 PM
    • Replies: 0
    • Views: 1,087
    10 Aug 2011 3:17 PM Go to last post
  7. Question Unable to set Template on ListField

    Hi, I'm new to GXT and apologize in advance if my question is a repeat( I couldnt any similar questions though). I'm trying to build a listfield...

    Started by sajjan.sarkar, 8 Aug 2011 2:34 PM
    listfield template
    • Replies: 1
    • Views: 1,111
    9 Aug 2011 6:52 AM Go to last post
  8. how to default a border layout panel as collapsed

    Hi, This is a really silly question but with 2.0-m1, I can't figure out how to add a panel to a ContentPanel with a BorderPanelLayout that has an...

    Started by jhudson888, 25 Apr 2009 7:12 AM
    • Replies: 6
    • Views: 6,758
    8 Aug 2011 3:58 PM Go to last post
  9. How to fix drag and drop issue in firefox?????

    Hi All, I was written code for drag and drop functionality for form panel... it is working chrome, IE. But it is not working in Firefox browser....

    Started by srinivas.p, 20 Jul 2011 6:06 AM
    gxt 2.2.1
    • Replies: 2
    • Views: 1,841
    30 Jul 2011 10:27 PM Go to last post
  10. Custom Annotations in GWT on Client side

    hi, i know this is part of GWT - but let me please ask this question. is it possible to use custom annotations in GWT on the client side? i...

    Started by paco_online, 9 Mar 2009 1:08 AM
    • Replies: 3
    • Views: 6,973
    25 Jul 2011 5:38 AM Go to last post
  11. set value by id in gwt suggest box

    I have been using gwt seggest box in my project. I need to set id(int) and value(string) into suggest box. MultiWordSuggestOracle oracle = new...

    Started by lakshmiarun, 12 Jul 2011 8:05 PM
    gwt2.0, gxt 2.0
    • Replies: 0
    • Views: 1,594
    12 Jul 2011 8:05 PM Go to last post
  12. Can I distribute the ERP application developed using Ext GWT Open Source Version?

    Hi, I have developed an ERP application using GWT open source version. I did not make any changes to Ext GWT other than just having new css...

    Started by rvalavan, 8 Jul 2011 5:04 PM
    licence
    • Replies: 0
    • Views: 1,569
    8 Jul 2011 5:04 PM Go to last post
  13. How to get timeZone( current Time ) for selected country in combobox?

    Hi All I need to create country wise clock... could you please help me????

    Started by srinivas.p, 7 Jul 2011 5:10 AM
    gxt
    • Replies: 0
    • Views: 1,669
    7 Jul 2011 5:10 AM Go to last post
  14. Arrow how to get selected value in combobox

    Hi I had requirement to show the selected value in 'combobox' xtype attribute in form. the store of the combo has fields . I just tried to get...

    Started by kasureddy, 5 Jul 2011 3:52 AM
    • Replies: 0
    • Views: 1,720
    5 Jul 2011 3:52 AM Go to last post
  15. Http request, method post external servlet

    Hello, I need to send a http request to an external server (servlet java) to use the appropriate post, and popular response as a JSON object. How...

    Started by army81, 2 May 2011 4:31 AM
    • Replies: 1
    • Views: 2,260
    4 Jul 2011 2:53 AM Go to last post
  16. Exclamation a error of GWT update

    Hi all, we used use gwt1.5.1,all the application works well, and once we try to use Gxt1.2.3 which needs gwt1.5.3 support. so we update gwt1.5.1...

    Started by missxyj, 30 Mar 2009 12:48 AM
    • Replies: 1
    • Views: 1,918
    27 Jun 2011 2:14 AM Go to last post
  17. Question Drag And Drop GXT Widget to Ms Office Applications

    Hi, Is it possible to implement drag and drop functionality into some widget from Browser to Ms Office Applications? If yes, let me know how....

    Started by jasur, 24 Jun 2011 8:31 AM
    drag & drop
    • Replies: 0
    • Views: 1,189
    24 Jun 2011 8:31 AM Go to last post
  18. How to implement GroupTabPanel in GXT ?

    Hi, I want to implement GroupTab panel in GXT. I saw code for group tab pane In EXT.JS. But I am unable to write that in GXT can any one give...

    Started by srinivas.p, 23 Jun 2011 11:09 PM
    • Replies: 0
    • Views: 644
    23 Jun 2011 11:09 PM Go to last post
  19. What is the difference bitween Ext GWT and Ext js ?

    Hi, Can anyone tell me the difference bitween Ext GWT and Ext js ? I don't know which one I need. Thanks.

    Started by pbs1234, 16 Jun 2011 4:01 PM
    • Replies: 1
    • Views: 1,104
    22 Jun 2011 8:44 AM Go to last post
  20. Question Automatic scrolling for Grid Drag'n Drop?

    I have a Grid and I would like it to scroll up/down automatically when the user is dragging an item on its upper/lower end and the grid has enough...

    Started by pepez, 17 Mar 2009 1:59 AM
    • Replies: 2
    • Views: 1,504
    22 Jun 2011 7:52 AM Go to last post


Forum Information and Options

Moderators of this Forum