Ext GWT: Help & Discussion (1.x)

Page 52 of 118 FirstFirst ... 2 42 50 51 52 53 54 62 102 ... LastLast

+ Post New Thread

  1. IE6.0 Crashes with EXCEPTION_ACCESS_VIOLATION

    We have developed a fairly large scale application using GWT 1.5.3 and GXT1.2.2. While the application works reasonably well in IE7.0, Firefox,...

    Started by valavanurman, 15 Feb 2009 1:01 AM
    • Replies: 0
    • Views: 1,994
    15 Feb 2009 1:01 AM Go to last post
  2. Question How to change a panel content by a Tree event

    Hi, I m trying to make a website like a file browser, which is a BorderLayout panel, with a Tree on the West panel, and the Center panel is the...

    Started by daeo, 5 Feb 2009 6:21 PM
    • Replies: 4
    • Views: 1,276
    15 Feb 2009 12:52 AM Go to last post
  3. text field on radio listener help

    Hi! I am trying to add a text field upon clicking a radio button but it doesn't seem to work. What I want to do is display different text fields...

    Started by malen, 14 Feb 2009 6:11 PM
    • Replies: 0
    • Views: 1,274
    14 Feb 2009 6:11 PM Go to last post
  4. java.lang.ClassCastException

    I have a combo with customers data Customer model public class Customer extends BaseModelData { private static final long...

    Started by armandoxxx, 11 Feb 2009 1:12 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,196
    14 Feb 2009 7:04 AM Go to last post
  5. Question multiple events while adding a tab panel

    Hi I have one problem with multiple events. We have a 2 level of Tabs . In one of the lowest level Panel we load some dynamic data from server...

    Started by bhvijaykumar, 13 Feb 2009 9:51 AM
    • Replies: 0
    • Views: 1,527
    13 Feb 2009 9:51 AM Go to last post
  6. Question Resize a grid in a nested layout in a tabpanel in a viewport!?

    Delete this thread - cant find how?! I re-posted in the correct section, Ext 2 Help not GWT!

    Started by ashleycoker, 13 Feb 2009 9:26 AM
    • Replies: 0
    • Views: 715
    13 Feb 2009 9:26 AM Go to last post
  7. Popup Box Positioning

    If I run the following code, then I get a centered popup box. However, If the Browser window is scrollable (i.e. the visible area is smaller than the...

    Started by stefanklinger, 13 Feb 2009 7:30 AM
    • Replies: 0
    • Views: 676
    13 Feb 2009 7:30 AM Go to last post
  8. Question Way/Ideas to center the App in ViewPort

    hej guys.. iam fighting with this serveral time now. There is a way to set viewport width fixed ?? but the height auto? Layout like this: ...

    Started by EagleEye666666, 13 Feb 2009 6:47 AM
    • Replies: 0
    • Views: 781
    13 Feb 2009 6:47 AM Go to last post
  9. Window drags just until edges of screen

    Currently, window can drag just until edges of browser window. But I need to make possible dragging it of the screen completely. How can I make it?

    Started by someuser, 12 Feb 2009 12:37 AM
    • Replies: 2
    • Views: 859
    13 Feb 2009 1:40 AM Go to last post
  10. update 1.1.1 to 1.2 failed.

    steps: 1 replace the gxt.jar 2 clean & recompile 3 start server(tomcat6) 4 open the site on browser(Firefox 3.0.6) and found it is an EMPTY page...

    Started by taocore, 12 Feb 2009 1:05 AM
    • Replies: 7
    • Views: 1,058
    12 Feb 2009 9:40 PM Go to last post
  11. new Html("<embed>") works in EntryPoint, but not in View

    I have the following code in my application's EntryPoint and it works as expected. Html html = new Html("<embed width=\"964\" height=\"219\"...

    Started by mraible, 9 Feb 2009 1:30 PM
    • Replies: 1
    • Views: 841
    12 Feb 2009 7:44 PM Go to last post
  12. Gxt and extjs on the same page (body classes get overwritten)

    I'm in a situation where I have a page that is rendered with extjs, but includes a gxt component. In this scenerio, gxt is overwriting the body...

    Started by korebantic, 14 Jan 2009 10:31 AM
    • Replies: 7
    • Views: 2,096
    12 Feb 2009 3:55 PM Go to last post
  13. ComboBox and enum

    I am wondering if there is a way to bind an enum to a combo box. I have this enum: public enum EOfficeStatus { Active, Disabled, ...

    Started by sjardine, 12 Feb 2009 12:25 PM
    • Replies: 1
    • Views: 1,158
    12 Feb 2009 12:33 PM Go to last post
  14. Collapsing a ContentPanel disables auto scroll?

    I have a Layout that has a ContentPanel, and in that ContentPanel is a tree. I have set the ContentPanel to collapsible and also to auto scroll. I...

    Started by gelgey, 12 Feb 2009 6:29 AM
    • Replies: 2
    • Views: 1,392
    12 Feb 2009 7:06 AM Go to last post
  15. I want to make clear,and why gxt use this program structure?

    I try to understand the advanced tabs which is in the gxt samples: (1)I found that there is a property tabPanel in the class TabItem,and as we know...

    Started by cabe, 11 Feb 2009 6:07 PM
    • Replies: 2
    • Views: 1,155
    12 Feb 2009 5:57 AM Go to last post
  16. Plz Help,problem with the rendering and layout position

    Hi. When do i know all components of a LayoutContainer are fully rendered (fully rendered and positioned) ? I'm asking this because i have a...

    Started by edfimasa, 12 Feb 2009 2:24 AM
    • Replies: 5
    • Views: 1,126
    12 Feb 2009 5:20 AM Go to last post
  17. Dialog and Combo-box rendering Problem

    Hi, I am trying to develop Login Screen. My code is as given below. I have attached the output as shown in Firefox version 3.0.6. As shown in...

    Started by sachinsurvase, 12 Feb 2009 4:02 AM
    • Replies: 0
    • Views: 717
    12 Feb 2009 4:02 AM Go to last post
  18. Directory Chooser

    hi, is there any way to implement a directory chooser? note: i do not mean an fiel-upload chooser. thx paco

    Started by paco_online, 12 Feb 2009 2:08 AM
    • Replies: 0
    • Views: 859
    12 Feb 2009 2:08 AM Go to last post
  19. DatePicker doesn't appear

    I create Radio with DateField inside But DatePicker at DateField doesn't appear. DateField inside Radio doesn't catch event TriggerField...

    Started by kivov, 11 Feb 2009 11:52 PM
    • Replies: 0
    • Views: 689
    11 Feb 2009 11:52 PM Go to last post
  20. Editting rows in grid manually see the red flag on the corner

    Hi, I have a Editable grid and when I edit the rows, the dirty rows will have red flag on the corner. My issue here is when I programmatically...

    Started by haibin, 11 Feb 2009 6:00 PM
    • Replies: 0
    • Views: 777
    11 Feb 2009 6:00 PM Go to last post


Forum Information and Options

Moderators of this Forum