Ext GWT: Discussion

Page 230 of 280 FirstFirst ... 130 180 220 228 229 230 231 232 240 ... LastLast

+ Post New Thread

  1. Views: 270
    25 Apr 2013
  1. i'm lost in layouts

    hi, i'm trying to create a simple graphical interface with one menu, two side panel and one center big panel. I would like to make it resizable. ...

    Started by rniamo, 25 Sep 2009 4:35 AM
    • Replies: 3
    • Views: 803
    29 Sep 2009 10:19 PM Go to last post
  2. Question Sending PDFs to the client. Best Practice?

    Hello, I have a process on the server that dynamically generates PDFs, the details of how it is done are not relevant to my question... I would...

    Started by francescoNemesi, 28 Sep 2009 11:48 PM
    • Replies: 3
    • Views: 1,389
    29 Sep 2009 8:24 PM Go to last post
  3. Question Using a grid with ModelData having collection

    Hi, i am working on a editable grid. the list store used in the grid has a Product object the product.java has the name as String, ...

    Started by reecegwt, 29 Sep 2009 5:44 PM
    • Replies: 2
    • Views: 882
    29 Sep 2009 6:10 PM Go to last post
  4. Grid - Spilling out of ContentPanel

    Hi, I have a grid with a good few columns in it. The Grid is contained within a ContentPanel. If I have my browser resized I am finding that my...

    Started by bboyle18, 29 Sep 2009 10:28 AM
    • Replies: 2
    • Views: 765
    29 Sep 2009 4:59 PM Go to last post
  5. using samples that come with gxt 2.0 download

    This is a total noob question, but, how do you set up the samples that came with the gxt download (in the samples folder)? I am using eclipse and I...

    Started by DaveCool, 29 Sep 2009 1:54 PM
    • Replies: 0
    • Views: 896
    29 Sep 2009 1:54 PM Go to last post
  6. Question Combobox in editorgrid

    Hi, I have recently started using GWT with java Version :Ext-GWt 2.0.1 How can i have the combobox in the column of editor grid always visible...

    Started by reecegwt, 29 Sep 2009 1:48 PM
    • Replies: 0
    • Views: 536
    29 Sep 2009 1:48 PM Go to last post
  7. Question BorderLayout Collapse issue

    Hi, I need for one of my ComponentPanels to be collapsed when the LayoutContainer is initially displayed. After reading a few threads on this issue I...

    Started by VadimV1144, 29 Sep 2009 10:55 AM
    • Replies: 2
    • Views: 1,461
    29 Sep 2009 12:54 PM Go to last post
  8. MessageBox - prevent double check

    http://www.extjs.com/examples-dev/explorer.html#messagebox click in "Confirm" and press "Enter" (before render you need press) twice but very...

    Started by diegolovison, 29 Sep 2009 6:15 AM
    • Replies: 3
    • Views: 1,050
    29 Sep 2009 8:44 AM Go to last post
  9. Question Question about RPCProxy, loaders and stores

    Hello all, I have gotten a working example of GXT with spring and hibernate, really works great. Now I used the built in RPC support from GXT in...

    Started by mxpx26, 28 Sep 2009 12:57 PM
    • Replies: 7
    • Views: 2,661
    29 Sep 2009 8:24 AM Go to last post
  10. Exclamation Dynamicall size of Portal & Portlets

    Hi, i'm a bit new here. I've tired to search for answer to my question but i couldn't find it. Is it possible to make portlets resizable? And if...

    Started by gogsone, 14 Sep 2009 11:44 PM
    • Replies: 2
    • Views: 1,193
    29 Sep 2009 7:58 AM Go to last post
  11. Uncaught exception escaped in editorgrid with SummaryColumn renderer

    Hi, after field editing I get the error shown in stacktrace. Application keeps on working and the summary calculate the exact sum. Removing...

    Started by F43RY, 23 Sep 2009 5:45 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,395
    29 Sep 2009 7:15 AM Go to last post
  12. Wink Migration Problem

    Hi, When i migrate from GXT 1.2.3 to 2.01. and GWT Version from 1.5.3 to GWT 1.6.4 i am facing the follwing errors. Please help me to solve the...

    Started by sundhar_v, 29 Sep 2009 2:13 AM
    • Replies: 2
    • Views: 1,279
    29 Sep 2009 4:50 AM Go to last post
  13. Lightbulb ToolBar auto hide buttons

    Hello. I've got a little question. How do you hide the buttons which are not visible(after doing a resize) in a toolbar like in this example:...

    Started by danutzdobrescu, 28 Sep 2009 11:14 AM
    • Replies: 2
    • Views: 1,880
    29 Sep 2009 4:46 AM Go to last post
  14. Exclamation how to select tree node(GXT 2.0.1)

    I am working on the GXT unit test,i want to testing the tree selection and popuate data to other components. Currently i want to select one of the...

    Started by blade5, 29 Sep 2009 1:31 AM
    • Replies: 2
    • Views: 3,137
    29 Sep 2009 3:51 AM Go to last post
  15. GXT and GAE datastore

    Hi all, I'm using GXT to deploy an application over Google App Engine. Anyone knows a simple way to use the GAE datastore from a GXT project? ...

    Started by cabron, 12 Sep 2009 1:53 PM
    • Replies: 4
    • Views: 1,593
    29 Sep 2009 1:49 AM Go to last post
  16. Does Ext GWT 2.x support Charts in GWT 1.7?

    I have been using Ext GWT for portals, grids, etc. Works great. I recently upgraded to GWT 1.7 (along with Google App Eng 1.2.2 and the latest...

    Started by Mike Jacobs, 30 Jul 2009 9:42 AM
    • Replies: 5
    • Views: 2,736
    28 Sep 2009 11:29 PM Go to last post
  17. Question Problem with comboBox data into EditorGridPanel

    Hi all, I have a problem while loading data into EditorGridPanel my editorgridPanel contains of 2 columns column1 : Id ( editor :...

    Started by bhanuprakash_kavi, 28 Sep 2009 8:59 AM
    • Replies: 0
    • Views: 635
    28 Sep 2009 8:59 AM Go to last post
  18. how to focus RowEditor to perform row validation and commit?

    I have a grid with RowEditor which allows user to edit rows and also add new records. Whenever user clicks the "New" button, the grid should make...

    Started by nyklogistics, 22 Sep 2009 7:16 PM
    • Replies: 6
    • Views: 3,720
    28 Sep 2009 8:19 AM Go to last post
  19. window and lines

    hi, is it possible to draw a line between two windows ? edit : it is possible with gwt-diagrams

    Started by rniamo, 27 Sep 2009 2:58 AM
    • Replies: 2
    • Views: 681
    28 Sep 2009 6:11 AM Go to last post
  20. AbsolutePanel and ContentPanel

    Hi, i add an AbsolutePanel in a ContentPanel, how resizing the AbsolutePanel when the ContentPanel is resized ? (for the AbsolutePanel i don't...

    Started by rniamo, 26 Sep 2009 6:23 AM
    • Replies: 2
    • Views: 869
    28 Sep 2009 6:10 AM Go to last post


Forum Information and Options

Moderators of this Forum