Ext GWT: Help & Discussion (1.x)

Page 102 of 118 FirstFirst ... 2 52 92 100 101 102 103 104 112 ... LastLast

+ Post New Thread

  1. Question DOM.addEventPreview(EventPreview preview)

    Hi Did anyone used EventPreview in GXT? I have used it with native GWT with success, but in GXT it doesn't seem to work. I can catch a few events...

    Started by freeboi, 18 Jul 2008 4:42 AM
    • Replies: 1
    • Views: 1,128
    23 Jul 2008 1:03 AM Go to last post
  2. Broken visualization of Table on IE7

    Hi, I've created a table as in the example: List<TableColumn> columns = new ArrayList<TableColumn>(); columns.add(new...

    Started by drenda81, 22 Jul 2008 11:27 AM
    • Replies: 3
    • Views: 1,009
    22 Jul 2008 2:11 PM Go to last post
  3. Change locale at runtime

    Hi, can I change the locale of my application at runtime? Thanks!

    Started by drenda81, 22 Jul 2008 10:21 AM
    • Replies: 4
    • Views: 2,707
    22 Jul 2008 2:09 PM Go to last post
  4. HELP!..problems with "MASK"

    Hi all, I have a problem with the "Mask". I have a GridForm and the FormPanel whitin a Panel, I need apply the "Mask" only in the GridForm when I...

    Started by guisella, 22 Jul 2008 8:48 AM
    • Replies: 1
    • Views: 889
    22 Jul 2008 1:18 PM Go to last post
  5. How add child model to a tree ?

    With MyGWT, to add a child to a tree, i had only to do model.add(child). But with GXT, it seems that's don't work. The "child" TreeItem is never...

    Started by Zorn, 21 Jul 2008 11:25 PM
    • Replies: 1
    • Views: 2,271
    22 Jul 2008 7:49 AM Go to last post
  6. XML Tree

    Hi all, I simply wish to create a Tree that shows the entire content of an XML document. My problem is transferring the XML data to a List that...

    Started by LarsDK, 17 Jul 2008 4:08 AM
    • Replies: 3
    • Views: 1,860
    22 Jul 2008 6:51 AM Go to last post
  7. Java Beans(Pojos) x ModelData

    Darrell, I would like to know if the ModelData objects will be replaced to Java Bean in GXT API. For example: The combobox object receive an...

    Started by lucasas, 17 Jul 2008 5:58 AM
    • Replies: 1
    • Views: 1,122
    22 Jul 2008 2:41 AM Go to last post
  8. FORM PANEL: FIELD ICON POSITION ERROR ON IE7

    Hello, I tried this code: ContentPanel outer = new ContentPanel(); outer.setFrame(true); ...

    Started by drenda81, 7 Jul 2008 9:44 AM
    • Replies: 2
    • Views: 1,258
    22 Jul 2008 12:37 AM Go to last post
  9. One SelectionListener for multiple ToolBar Items?

    I would like to use one SelectionListener for mulitple TextToolItems. It have following code implemented: SelectionListener<ToolBarEvent> listener...

    Started by alex.d, 21 Jul 2008 4:59 AM
    • Replies: 1
    • Views: 1,164
    21 Jul 2008 10:32 PM Go to last post
  10. Issue with Date field error message. Please help

    Hi, I have a fieldSet under which I have two radio buttons & two fieldsets. Of the two fieldsets, each one is displayed based on the radio...

    Started by koneru, 19 Jul 2008 9:53 PM
    • Replies: 3
    • Views: 1,115
    21 Jul 2008 4:58 PM Go to last post
  11. strange BorderLayout behavior

    Hi all! I am trying to just setup a basic page layout using the BorderLayout, and am getting some interesting (or lack thereof) results. Basically,...

    Started by Adam Ward, 21 Jul 2008 1:28 PM
    • Replies: 1
    • Views: 1,132
    21 Jul 2008 3:24 PM Go to last post
  12. Exclamation strange behaviors of the method WidgetContainer.removeAll () from a ContentPanel

    For now I am using still MyGWT 0.5.2. See at http://dbj.it/it.dbj.mygwt.RemoveAllAndLayoutProblem/Main.html it is a running version...

    Started by dbettoni, 6 May 2008 3:09 AM
    • Replies: 9
    • Views: 3,170
    21 Jul 2008 12:31 PM Go to last post
  13. Anyone using GXT 1.0 with Selenium

    I have some Selenium tests that were working under mygwt/Gwt 1.4 that are now broken with the only change being to upgrade to GXT 1.0 and GWT 1.5RC1....

    Started by dpope22, 21 Jul 2008 11:07 AM
    • Replies: 0
    • Views: 931
    21 Jul 2008 11:07 AM Go to last post
  14. NO CSS STYLE

    Hi all, when I deploy a new project I'have to insert in my file.gwt.xml these rows in order to user EXT GWT: <inherits...

    Started by drenda81, 5 Jul 2008 8:49 AM
    • Replies: 7
    • Views: 2,255
    21 Jul 2008 12:06 AM Go to last post
  15. How to validate TextField.

    Hi all. First of all sory for my bad english. I have TextField and i want to validate it. The validation criteria is that field cant be empty....

    Started by junkzilla, 20 Jul 2008 3:32 AM
    • Replies: 2
    • Views: 3,239
    20 Jul 2008 6:16 PM Go to last post
  16. Question Additional label for Fields in a FormPanel

    Hi, is there a way of displaying additional information in a FormPanel? More specifically, every Field added to a FormPanel has a Label on the...

    Started by tbuckel, 16 Jul 2008 4:28 PM
    • Replies: 6
    • Views: 1,448
    20 Jul 2008 4:56 PM Go to last post
  17. Border around Shadow?

    Hi, I'm totally new to Ext-GWT so please bear with me ;) I've copied a few of the demos from the showcase but whenever I run them I seem to get...

    Started by gxt, 12 Jul 2008 4:04 PM
    • Replies: 5
    • Views: 2,325
    20 Jul 2008 12:47 PM Go to last post
  18. how to intergrate GWT and JPA?

    I use myeclipse's reverse engineering to get entities and DAOs. but where to place the persistence.xml ?and if the web.xml needs to revise?

    Started by cqiao, 8 Jul 2008 5:45 AM
    • Replies: 1
    • Views: 1,562
    20 Jul 2008 3:44 AM Go to last post
  19. I am unable to use extGWT 1.0

    Hi all, I want to use the DatePicker which is available in extGWT1.0.For that i tried extGWT1.0 I am trying to use extGWT 1.0. I am unable to...

    Started by ratnam.alubelli, 29 Apr 2008 6:23 AM
    2 Pages
    1 2
    • Replies: 19
    • Views: 6,626
    19 Jul 2008 7:35 PM Go to last post
  20. column width in firefox3

    how to fix the static column width in firefox 2.0 and firefox 3.0

    Started by santhipala, 18 Jul 2008 7:09 AM
    • Replies: 0
    • Views: 818
    18 Jul 2008 7:09 AM Go to last post


Forum Information and Options

Moderators of this Forum