Ext GWT: Help & Discussion (1.x)

Page 107 of 118 FirstFirst ... 7 57 97 105 106 107 108 109 117 ... LastLast

+ Post New Thread

  1. setSelectedItem() in DataList

    I'm trying to select an item in a DataList with the setSelectedItem() method and can't seem to make it happen. I'm using the RC's of GWT and GXT on...

    Started by jerryc57, 23 Jun 2008 1:40 PM
    • Replies: 3
    • Views: 2,039
    26 Jun 2008 8:55 AM Go to last post
  2. Question First step with ExtGWT and recursive error on Window build

    Hello, This is my first step to use ExtJS2 with GXT1.0RC1 and GWT1.5, but I get a recursive error (10 errors occurs every seconds) when I try to...

    Started by NicoP, 26 Jun 2008 1:33 AM
    • Replies: 2
    • Views: 1,041
    26 Jun 2008 6:12 AM Go to last post
  3. Question ModalPanel is limited to showing only one component?

    Hello, This is my first post. I've been trying to get the Dashboard effect going from the Mac OS. Simply pressing a button should bring up...

    Started by Payam, 25 Jun 2008 9:51 PM
    • Replies: 1
    • Views: 1,272
    26 Jun 2008 12:20 AM Go to last post
  4. Can I add raw text into LayoutConainer ?

    Hello. Can I add raw text into LayoutConainer ? First, I tried ... addText("aaa"); The result is <div> <div>aaa</div>

    Started by jita, 25 Jun 2008 12:22 AM
    • Replies: 5
    • Views: 1,346
    26 Jun 2008 12:11 AM Go to last post
  5. TabItem/LayoutContainer and scrolling

    Hi. I'm having trouble getting scrolling to work properly. With the following code, the behavior I'm seeing is that the whole TabItem scrolls. The...

    Started by larvelljones, 23 May 2008 7:05 AM
    • Replies: 8
    • Views: 2,682
    25 Jun 2008 10:27 PM Go to last post
  6. Dynamically updating table cell content

    Hi there, Has anyone tried to dynamically update table item ? i.e., I have a table which displays 5 rows of data. What I want to do is to...

    Started by Ronn, 24 Jun 2008 9:26 PM
    • Replies: 3
    • Views: 1,478
    25 Jun 2008 6:56 PM Go to last post
  7. Tny MCE

    Hi, Do you know if tiny_mce works with GWT/GXT? Thanks

    Started by davtrasher, 24 Jun 2008 2:29 AM
    • Replies: 1
    • Views: 916
    25 Jun 2008 8:17 AM Go to last post
  8. Question Paging ToolBar Hidden till I collapse the panel

    Hi , I am trying to create a pageble grid, the Pging ToolBar is hidden tilI collapse and expand the panel, any ideas? Code : public class...

    Started by Yosef Toros, 24 Jun 2008 2:34 AM
    • Replies: 5
    • Views: 1,460
    25 Jun 2008 7:16 AM Go to last post
  9. Error showing page

    Hello all, I congratulate for your great work! I try this example: package demo.app.client; import com.extjs.gxt.ui.client.widget.ContentPanel;...

    Started by djesus, 25 Jun 2008 12:49 AM
    • Replies: 2
    • Views: 831
    25 Jun 2008 2:15 AM Go to last post
  10. Pageable table with MVC

    Hi, I got a view where it is possible to search and the result is displayed in a table below. This is working when I have an ordinary table and...

    Started by marswe, 23 Jun 2008 2:38 AM
    • Replies: 1
    • Views: 1,109
    25 Jun 2008 12:32 AM Go to last post
  11. ContextMenu + TreeItem + different menus

    I want to create a Tree which different context menu for each TreeItem. What is best solution to do it?

    Started by mmiotk, 24 Apr 2008 1:22 AM
    • Replies: 6
    • Views: 2,587
    25 Jun 2008 12:14 AM Go to last post
  12. Question ComboBox : How to change and get selected value ?

    Hi all, Could someone tell how to change and get selected value from a combobox. I tried this : public void onModuleLoad() { Viewport...

    Started by zaccret, 22 May 2008 12:02 AM
    • Replies: 6
    • Views: 13,339
    24 Jun 2008 12:48 AM Go to last post
  13. [CLOSED] Dynamic addText to ContentPanel

    When I dynamically call addText(String html) to a ContentPanel, the content is not immediately rendered. However, if I switch to another tab and...

    Started by ashleywong, 23 Jun 2008 10:25 PM
    • Replies: 1
    • Views: 918
    23 Jun 2008 10:31 PM Go to last post
  14. keylistener - keypressed

    Hello, First of all, hello everybody. Mi name is Juan, i'm from Spain and I'm starting using gxt. My problem is I don`t know wich key is...

    Started by jescot, 23 Jun 2008 7:58 AM
    • Replies: 1
    • Views: 2,328
    23 Jun 2008 10:35 AM Go to last post
  15. Widgets (like Button / IconButton) in Table

    I could in myGWT insert widgets (like Button / IconButton) to the cell of Table, but in ExtGWT I can't. Is it bug? private ContentPanel...

    Started by mmiotk, 25 Apr 2008 4:00 AM
    • Replies: 3
    • Views: 1,825
    23 Jun 2008 10:06 AM Go to last post
  16. Getting started with gxt

    Greetings, I'm pretty new to GWT and GXT and just trying to get my first example running. I'm using GWT 1.5 RC1 and GXT 1.0 beta 4. Upon...

    Started by yuriy_zubarev, 4 Jun 2008 6:02 PM
    • Replies: 4
    • Views: 3,425
    23 Jun 2008 4:17 AM Go to last post
  17. screen resize event?

    I have a component that I would like to have listen for when the user resizes their browser window. What is the proper way to go about doing this?...

    Started by bjwaski, 11 Jun 2008 5:15 AM
    • Replies: 3
    • Views: 1,619
    23 Jun 2008 1:40 AM Go to last post
  18. Alternative for Viewport

    Hi, I am pretty new to ext gwt, I was trying to create a test site which has variable height component. I got stuck with finding alternative...

    Started by karthick_3d, 21 Jun 2008 3:35 PM
    • Replies: 1
    • Views: 1,474
    21 Jun 2008 4:13 PM Go to last post
  19. Cel/Row Click and DoubleClick events in TreeTables

    I was trying to add a RowDoubleClick listener to my TreeTable with no luck using the following code: Listener<TreeTableEvent> l = new...

    Started by skhan, 25 Apr 2008 1:45 PM
    • Replies: 2
    • Views: 2,349
    20 Jun 2008 9:03 AM Go to last post
  20. Can A TreeItem Be Edited on a Tree/TreeViewer

    I'm using the Tree/TreeViewer classes and I'd like my checkable TreeItems to be editable so that their text labels can be modified. Is this...

    Started by ccocco, 13 Jun 2008 5:58 AM
    • Replies: 2
    • Views: 1,354
    20 Jun 2008 7:24 AM Go to last post


Forum Information and Options

Moderators of this Forum