Ext GWT: Discussion

Page 121 of 280 FirstFirst ... 21 71 111 119 120 121 122 123 131 171 221 ... LastLast

+ Post New Thread

  1. Views: 509
    25 Apr 2013
  1. Question ComboBox, LazyRender and hidden from view

    Hi, I switched over to GXT 2.2.0 from 2.1.1 and I am having an issue with ComboBoxes that are hidden from view. I have set a LazyRender option to...

    Started by VadimV1144, 5 Aug 2010 10:12 AM
    • Replies: 7
    • Views: 1,633
    21 Sep 2010 12:17 AM Go to last post
  2. TabPanel's right border not showing on GAE

    Hi, I am new to Ext GWT and in face to even GWT. I created a very simple page with a TabPanel. This page is displayed alright when I run it from...

    Started by ntomer, 20 Sep 2010 9:52 AM
    • Replies: 2
    • Views: 1,038
    20 Sep 2010 10:01 AM Go to last post
  3. TreePanel listeners

    I was wondering if there is a listener that determines if the leaf in the folder of the tree is clicked. In other words, is there a way that I could...

    Started by johnjalex, 17 Sep 2010 11:33 AM
    • Replies: 4
    • Views: 966
    20 Sep 2010 9:27 AM Go to last post
  4. Resizing components

    Hi all, I'm having problems with resizing... I've searched about this issue in the forum, and I know that I should use layouts instead of...

    Started by francesco.calabri, 20 Sep 2010 6:44 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,683
    20 Sep 2010 8:29 AM Go to last post
  5. [Portal] How to block Drag/Drop on a pinned portlet

    Hello, In my portal I can manage my portlet with drag and drop. Some portlet can be pinned other not. I would like to prevent portlets which are...

    Started by MikaelM, 20 Sep 2010 5:43 AM
    • Replies: 3
    • Views: 1,138
    20 Sep 2010 6:32 AM Go to last post
  6. NumberField

    Lets say I have a NumberFIeld instance. If the user types the number '12345678' I want the number to be formated according to current locale when he...

    Started by laitinen, 20 Sep 2010 3:59 AM
    • Replies: 1
    • Views: 673
    20 Sep 2010 5:11 AM Go to last post
  7. ListField used to modifiy BeanInfo within a RowEditor

    Hi all, I'm trying to edit a List of object represented as a List in the Grid . I'm using correctly the RowEditor by using BeanModelMarker. ...

    Started by Alkpone, 29 Aug 2009 2:58 AM
    • Replies: 6
    • Views: 1,426
    20 Sep 2010 5:00 AM Go to last post
  8. NumberField - max number of digits

    Hi, I want to limit the user from typing more than 12 digits in a NumberField. When I use setMaxLength(12) I am only allowed to type 9 digits,...

    Started by laitinen, 20 Sep 2010 12:00 AM
    • Replies: 2
    • Views: 1,560
    20 Sep 2010 4:20 AM Go to last post
  9. HtmlEditor Images (GXT 2.2)

    Hi, I'm experiencing some issues with the HtmlEditor buttons. They're not appearing. I have loaded a simple HtmlEditor into a TabItem in a...

    Started by Algiano, 17 Sep 2010 1:59 PM
    • Replies: 3
    • Views: 910
    20 Sep 2010 3:12 AM Go to last post
  10. Question Ext GWT - Starter Question

    Hello everyone, I would like to get a starter tutorial. I have some experience with GWT, but it took me so much time trying to create anything right...

    Started by gnonide, 19 Sep 2010 3:29 PM
    • Replies: 6
    • Views: 1,394
    20 Sep 2010 3:01 AM Go to last post
  11. Radiogroup radios in multiple lines and columns

    Hello, Is there a way to set radioboxes (Radio) contained in the same radiogroup (RadioGroup) on multiple lines and columns like displayed on the...

    Started by eudoxem, 17 Sep 2010 5:44 AM
    • Replies: 2
    • Views: 1,167
    20 Sep 2010 12:39 AM Go to last post
  12. Original Value of SimpleComboBox

    Hi, How can I set the original value of a SimpleComboBox? Since SimpleComboValue has protected access, the only way I see at the Moment is using a...

    Started by rian.k, 15 Apr 2010 12:58 PM
    • Replies: 6
    • Views: 1,438
    19 Sep 2010 5:49 PM Go to last post
  13. Exclamation Problem with FireFox and NumberField

    public class TestCombo implements EntryPoint { /** * This is the entry point method. */ public void onModuleLoad() { Viewport...

    Started by Crash Override, 18 Sep 2010 4:15 PM
    • Replies: 2
    • Views: 1,106
    19 Sep 2010 12:51 PM Go to last post
  14. TreePanel animated collapse/expand notes

    Does TreePanel (and TreeGrid) support animated expand/collapse nodes effect? 10x

    Started by Alona Oz, 19 Sep 2010 7:55 AM
    • Replies: 2
    • Views: 1,327
    19 Sep 2010 8:01 AM Go to last post
  15. Question Liststore filter Problem

    Hi all, I have a Grid populated with a ListStore, and I try to apply different filter to this ListStore in order to have different views in my...

    Started by antoinereveillon, 28 May 2009 1:11 AM
    • Replies: 2
    • Views: 2,151
    19 Sep 2010 7:32 AM Go to last post
  16. Problem applying a StoreFilter

    Hi, I am having some problem with applying a filter to a TreeStore I have a local TreeStore which contains Folder and Page objects in a tree....

    Started by MikeHat, 28 Apr 2010 7:34 AM
    • Replies: 2
    • Views: 1,385
    19 Sep 2010 7:24 AM Go to last post
  17. Possible to selectively render Nodes in a TreePanel with TreeStore<BaseTreeModel>

    How can I selectively show TreeNodes in the TreePanel from a TreeStore? Is it possible to add a Property to BaseTreeModel, such as a boolean...

    Started by richardcatlin, 13 Sep 2010 3:49 PM
    selective rendering, treestore<basetreemodel>
    • Replies: 2
    • Views: 969
    19 Sep 2010 7:22 AM Go to last post
  18. Workaround for Same-Origin Problem

    Hi!! i want to acces a REST Service via Requestbuilder und would get a XML_Represantation.But it doesn't work because of same-origin problem in...

    Started by ishak1981, 19 Sep 2010 7:02 AM
    • Replies: 1
    • Views: 783
    19 Sep 2010 7:05 AM Go to last post
  19. GWT Rpc Error with GXT 2.1.3 and GWT 2.0.3

    Hi all, We use GXT 2.1.3 and GWT 2.0.3 in our product. We use a TreeComponent and GWT RPC based communication. WE are facing a unique problem when...

    Started by Shivender, 18 Sep 2010 10:45 AM
    • Replies: 1
    • Views: 1,392
    19 Sep 2010 4:01 AM Go to last post
  20. TreeGrid expanders don't respond after resizing the TreeGrid in 2.2.0

    I had code that was properly adjusting my TreeGrid sizes within it's parent ContentPanel that was working with GWT 2.0.3 / GXT 2.1.3. When I upgraded...

    Started by hulseware, 14 Sep 2010 7:35 AM
    • Replies: 4
    • Views: 1,624
    18 Sep 2010 12:30 PM Go to last post


Forum Information and Options

Moderators of this Forum