Sencha GXT Q&A

Page 27 of 43 FirstFirst ... 17 25 26 27 28 29 37 ... LastLast

+ Post New Thread

  1. Unanswered: Change the border width and color of the layout container or a ContentPanel

    deleted

    Started by nihilultra, 21 Jun 2012 10:01 AM
    • Replies: 0
    • Views: 227
    21 Jun 2012 10:01 AM Go to last post
  2. Unanswered: GXT component as webservice

    Hi all, I'm totally new on GXT and I was wondering if it is possible to create a component which will be used by an external application as a web...

    Started by tomtom-, 19 Jun 2012 2:32 PM
    • Replies: 1
    • Views: 385
    21 Jun 2012 12:23 AM Go to last post
  3. Answered: Focusing on textfield

    I am trying to make a textfield get focus when it is first shown. Trying to make a window that is a login form, however if I try doing show() and...

    Started by TheBuzzer, 18 Jun 2012 4:17 PM
    • Replies: 1
    • Views: 482
    20 Jun 2012 10:44 PM Go to last post
  4. Answered: DrawComponent drawing image using base64 encoded data

    Hi, I want to render an SVG using DrawComponent of GXT. In this SVG I want to show an Image as a background. The Image Data for this image will be...

    Started by rohitghatol, 15 Jun 2012 5:13 PM
    base64, drawcomponent, svg
    • Replies: 1
    • Views: 696
    18 Jun 2012 10:46 AM Go to last post
  5. Unanswered: Delete All Items From SimpleComboBox

    hi all i have SimpleComboBox<String> and i want to delete all items from him to add new items the old version was have removeAll() method but...

    Started by Qadez, 17 Jun 2012 8:24 AM
    • Replies: 1
    • Views: 399
    18 Jun 2012 4:59 AM Go to last post
  6. Unanswered: SQL Editor GXT

    Hi, Is it possible to write the SQL editor with LIveGrid? Please clue as to display any SQL Grid.

    Started by baczek00, 18 Jun 2012 3:34 AM
    gxt 3, sql; editor
    • Replies: 0
    • Views: 263
    18 Jun 2012 3:34 AM Go to last post
  7. Unanswered: Tooltips

    Am having a combobox which has its data populated from a SQL database, using a store. I want to display the tooltips for each of the item in the...

    Started by Gayathiri, 5 Apr 2012 1:45 AM
    combobox, tooltips
    • Replies: 1
    • Views: 553
    15 Jun 2012 10:32 PM Go to last post
  8. Unanswered: How to change background color of TextSprite and add image to it?

    In my radar chart, the label of chart is a TextSprite. I need to change the background color of the label and add an image to the label in order to...

    Started by avyxu, 14 Jun 2012 6:16 PM
    • Replies: 1
    • Views: 534
    15 Jun 2012 2:53 AM Go to last post
  9. Answered: findNode(T) in TreeGrid

    Hello everyone, In the Tree<T> widget we have the following 2 methods: findNode(Element e) and findNode(T model), while in TreeGrid<T> we only...

    Started by dreadnaxt, 12 Jun 2012 11:23 PM
    tree treegrid findnode
    • Replies: 1
    • Views: 651
    13 Jun 2012 12:39 AM Go to last post
  10. Unanswered: TimeAxis

    Hi, I'm trying to show time series data on a chart. The data are inconsistently sampled and there are multiple series which may or may not have...

    Started by danieljamesscott, 12 Jun 2012 8:04 AM
    • Replies: 0
    • Views: 356
    12 Jun 2012 8:04 AM Go to last post
  11. Answered: GXT License

    Hi, i want build a commercial products that use gxt library. The code that use the gxt library is incapsulated in a open source framework with...

    Started by neofx8080, 12 Jun 2012 3:31 AM
    • Replies: 1
    • Views: 650
    12 Jun 2012 4:19 AM Go to last post
  12. Unanswered: TreeGrid asynchronous loading of children (best practice)

    Hi. What is the best way to do lazy loading of the children items in a TreeGrid? Because I have a huge set of items, I have to load the children...

    Started by jjoe64, 26 Jan 2012 12:15 AM
    async tree grid, lazy loading, treegrid
    • Replies: 3
    • Views: 986
    11 Jun 2012 10:43 PM Go to last post
  13. Unanswered: ToolBar TextButtons stacked atop each other

    Hi, I'm using GXT with GWTP and have the following UiBinder XML to create a relatively simple View. The ToolBar is placed and sized correctly in...

    Started by csjs, 10 Jun 2012 2:12 PM
    layout bug, toolbar
    • Replies: 0
    • Views: 540
    10 Jun 2012 2:12 PM Go to last post
  14. Answered: EXT-GWT and EXT-JS integration

    Hi, We had a requirement of integration EXTJS Customized Charts with existing EXT-GWT project. Can I know whats the possibility of this

    Started by aechannaveen, 22 May 2012 12:51 AM
    • Replies: 2
    • Views: 759
    8 Jun 2012 10:15 PM Go to last post
  15. Answered: Fileupload filter

    How do I filter the fileupload so that for example only pdf files can be selected?

    Started by mheijink, 6 Jun 2012 3:26 AM
    • Replies: 1
    • Views: 849
    8 Jun 2012 11:07 AM Go to last post
  16. Answered: How to set VBoxLayoutContainer to put widgets on two or more columns?

    Hi, all. I find VBoxLayoutContainer just lay out widgets in the first clomun and the more widgets will be hidden. How to set it to put widgets on two...

    Started by obullxl@163.com, 5 Jun 2012 5:43 PM
    vboxlayoutcontainer
    • Replies: 2
    • Views: 631
    8 Jun 2012 11:05 AM Go to last post
  17. Unanswered: Dynamically add column to grid

    Hello, I was wondering if there is a way to dynamically create columns in an existing grid. Take for example I have a checkbox-list with items...

    Started by hphung, 17 Jan 2012 1:39 PM
    • Replies: 5
    • Views: 2,259
    8 Jun 2012 11:05 AM Go to last post
  18. Answered: Prevent fireEvent

    Hi. In GXT 2 components extended BaseObservable. Then you could prevent events from fiering by "component.setFiresEvents(false);" How do I do...

    Started by Olaus, 8 Jun 2012 7:41 AM
    • Replies: 1
    • Views: 590
    8 Jun 2012 11:03 AM Go to last post
  19. Answered: java.lang.ClassCastException: interface com.sencha.gxt.data.shared.loader.FilterConfi

    I am doing a remote grid filter paginate with RequestFactory and I am getting an error when trying to use Filter in a Grid when I typed "J" in a...

    Started by poseidonjm, 2 Jun 2012 2:40 PM
    • Replies: 3
    • Views: 1,189
    7 Jun 2012 4:41 PM Go to last post
  20. Answered: Max number of dashes and GXT Live Chart

    Hi, I have a line/live chart in a portlet that take up 50% of the viewport horizontally. The chart's store is populated with hundreds of objects....

    Started by 8020Rule, 6 Jun 2012 5:57 AM
    line chart, live chart
    • Replies: 2
    • Views: 628
    7 Jun 2012 7:11 AM Go to last post