Search Type: Posts; User: Michi_de
Search: Search took 0.04 seconds.
-
26 Jan 2009 12:27 AM
Jump to post Thread: performace in form validation by Michi_de
- Replies
- 11
- Views
- 2,274
If this is an important issue for you, then why don't you just implement your own form.isValid() method yourself? Shouldn't be any problem i think and very easy to use.
The form.isValid() is just... -
20 Jan 2009 4:41 AM
Jump to post Thread: Issue With Grid by Michi_de
- Replies
- 4
- Views
- 1,052
My approach would be following:
Use stores, binded to loaders. This loaders should use RPC proxy to get data via RPC.
( a good tutorial for this is here: http://christianposta.com/blog/ )
Lets... -
20 Jan 2009 12:22 AM
Jump to post Thread: OFCGXT Disable Chart Animation by Michi_de
- Replies
- 1
- Views
- 1,087
I want to use a ofcgxt (user plugin) piechart.
But whenever the cursor is over a slice of the chart, the slice start this little weird animation:
it starts to wince/tremor. I wanted to put this... -
19 Jan 2009 11:53 PM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Sorry, but in the link i can't find the source code you mean. Anyway i guess you tried to just add data into the store, right?
My approach was to reload the loader. This uses an RPC Proxy to load... -
19 Jan 2009 5:33 AM
Jump to post Thread: Editable Grid with Comboboxes by Michi_de
- Replies
- 8
- Views
- 4,782
Just add the .toString() method to the "Country"-Model.
-
19 Jan 2009 5:17 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Something OFCGXT specific:
There are some things which looks a little bit 'buggy' imo.
buGrid = new Grid<Statistic>(statisticStore, buColumnmodel);
buChart = new... -
19 Jan 2009 3:53 AM
Jump to post Thread: Grids and Charts in a table by Michi_de
- Replies
- 5
- Views
- 1,470
This works out great.
Thank you for the hint, for the basic GWT widgets :)
So this one is solved.
:D -
18 Jan 2009 11:47 PM
Jump to post Thread: Grids and Charts in a table by Michi_de
- Replies
- 5
- Views
- 1,470
Because this widget is a part of a way bigger application.
So i first add a
LayoutContainer
to my
RootPanel.
Inside this LayoutContainer i want to place this ContentPanel with my charts and... -
15 Jan 2009 11:31 PM
Jump to post Thread: Grids and Charts in a table by Michi_de
- Replies
- 5
- Views
- 1,470
This is what my custom widget should look like:
+--ContentPanel(fix)-----------------------+
| +-AnyPanel(but Vertical or Horizontal)---+
| | GRID | CHART |
|... -
15 Jan 2009 6:01 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Oh, sorry... to keep the drawing simple i had only one horizontal line... my bad, sorry, i should have made my problem more clear.
Now, that i can put widgets one after each other in just one... -
15 Jan 2009 4:47 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Which means, its impossible to put charts and grids together in just one content panel? Except by just adding one widget after each other with the result of
+-CP----+
| GRID |
| Chart |... -
15 Jan 2009 4:24 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
In your example you add the viewport into the rootpanel.
I need to add my HorizontalPanel into a ContentPanel.
I tried to put a viewport (with the charts and grids) into my ContentPanel. But it... -
14 Jan 2009 11:39 PM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Finally... i found that the right inherit is:
<inherits name='ext.ux.ofcgxt.OFCGXT' />
.... (:|
My next question is more OFCGWT specific. Not a problem, just a little bit of understanding... -
14 Jan 2009 5:19 AM
- Replies
- 13
- Views
- 5,290
Nice Application you got there anyways :)
But after i created a rather complex application as yours, im not perfectly like GWT. Don't get me wrong, GWT is a great framework (together with Ext GWT).... -
14 Jan 2009 4:49 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Now i've tested to use a chartwidget within a servlet (not compiled by the GWT compiler). Now there is no error anymore... so it seems, i included the jars correctly, but the error seems to come from...
-
14 Jan 2009 3:55 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
I created a user library, containing the jar file.
Should i use the simple jar file instead?
/edit:
now i added the "external jar file" into my application (properties on app: Java Build Path:... -
14 Jan 2009 2:43 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by Michi_de
- Replies
- 42
- Views
- 28,905
Hi,
i have some problems, using the OFCGXT stuff.
Into my App.gwt.xml i put this code inside:
<!-- Other module inherits -->
<inherits... -
13 Jan 2009 11:17 PM
- Replies
- 13
- Views
- 5,290
Well, my approach is the following:
My controller hold all the data. Its all about stores and some modeldata which contains filtering restrictions for database selects.
Now the data gets... -
13 Jan 2009 10:43 PM
- Replies
- 8
- Views
- 7,182
Well, then why should he say
In a single html page you will need to use more then just html. It would be not very helpful, to use html page to login and then show the application on the same.
... -
13 Jan 2009 6:43 AM
Jump to post Thread: install the GXT by Michi_de
- Replies
- 6
- Views
- 3,694
You haven't added all the User Libraries into your applications path.
Please watch the Screencast again and you will see, on some point the caster will add 2 different libraries into the startup... -
13 Jan 2009 6:39 AM
Jump to post Thread: Structure and Concept by Michi_de
- Replies
- 54
- Views
- 13,040
Problem solved:
I forgot to put the new User Libraries into the startup in Eclipse. I just had them in my application, but eclipse still run my application with old version files.
Now that i... -
12 Jan 2009 11:08 PM
Jump to post Thread: How to remove a row from grid by Michi_de
- Replies
- 3
- Views
- 1,517
Try to reload, the loader which is bound to your store.
loader.load(); -
12 Jan 2009 11:03 PM
- Replies
- 8
- Views
- 7,182
To do so, you will need to learn the MVC pattern first. Its a common pattern for web application design.
An Ext GWT application using this pattern is the mail example. (plus, it has a login panel)... -
12 Jan 2009 6:05 AM
Jump to post Thread: how to validate DualList ? by Michi_de
- Replies
- 10
- Views
- 3,262
I'm afraid, i cant help you, sorry... i haven't worked so far with the dual list and your error doesn't seem to be that trivial...
-
12 Jan 2009 4:55 AM
Jump to post Thread: how to validate DualList ? by Michi_de
- Replies
- 10
- Views
- 3,262
Why don't you post the whole code? Maybe i can find the error then...
Results 1 to 25 of 91
