Search Type: Posts; User: fredrikhultin
Search: Search took 0.02 seconds.
-
23 Apr 2009 11:48 PM
Jump to post Thread: GXT 2.0 by fredrikhultin
- Replies
- 56
- Views
- 18,302
We migrated our application from GWT-1.5.3 GXT-1.2.3 to GWT-1.6.4 and GXT-2.0m1 last week. A lot had changed for us in GXT so dropping in the new GXT jar generated about 1500 errors to correct....
-
20 Apr 2009 12:04 AM
Jump to post Thread: GXT 2.0 license? by fredrikhultin
- Replies
- 0
- Views
- 810
Any updates on when we can buy a license for the 2.x release?
-
5 Apr 2009 11:53 AM
Jump to post Thread: Ext GWT and Spring MVC by fredrikhultin
- Replies
- 4
- Views
- 7,635
I have used GWT/GXT with spring for a huge project during the last 4 months and everything works great. We have increased our development speed with a factor of 5 by migrating to GWT-RPC. The reason...
-
30 Mar 2009 10:41 PM
Jump to post Thread: GXT 2.0 by fredrikhultin
- Replies
- 56
- Views
- 18,302
I have more or less the same problem. We too want to buy a license but not be forced to upgrade within a couple of weeks.
/Fredrik -
9 Feb 2009 11:07 AM
Jump to post Thread: Tree drop on leafs by fredrikhultin
- Replies
- 0
- Views
- 677
I know that it is similar discussion going on in the premium forum as well but this i more of a request.
I too want to be able to drop on leafs of a tree. I realize that it is easy to override the... -
9 Feb 2009 10:58 AM
- Replies
- 10
- Views
- 2,911
Great, but if you would like to increase your cash flow make an exception and offer the same right away (instead of waiting to march).
I will buy 2 licenses straight away ;)
/Fredrik -
30 Jan 2009 8:03 AM
Jump to post Thread: Ext GWT v1.2.4 Released by fredrikhultin
- Replies
- 100
- Views
- 42,374
I am impressed with the development speed and the good quality of work. Good job!
-
30 Jan 2009 7:56 AM
Jump to post Thread: Desktop and Applet by fredrikhultin
- Replies
- 3
- Views
- 1,503
True, there is the GwtAI project. But that is in version 0.2 and does not look like it is being developed any more. I tried it and never got it to work because it makes the GWT compiler crash...
-
29 Jan 2009 5:27 AM
Jump to post Thread: Desktop and Applet by fredrikhultin
- Replies
- 3
- Views
- 1,503
I am trying to include an applet into a window in the desktop. I do this with the html widget and simply specify the html as needed.
The applet seems to be working as intended but when I move the... -
22 Jan 2009 4:43 AM
Jump to post Thread: Why use GXT - GWT Noob... by fredrikhultin
- Replies
- 4
- Views
- 2,799
That is true, thanks for making it clearer, I was referring to my setup in which I am using eclipse with autobild. That is why I get it compiled twice (with different compilers). However I would...
-
19 Jan 2009 12:31 AM
Jump to post Thread: Why use GXT - GWT Noob... by fredrikhultin
- Replies
- 4
- Views
- 2,799
Another majore advantage is that the compiler and the GWT lib will continuously be updated so your application will become faster and faster and the only thing you need to do is to update the jar lib...
-
9 Jan 2009 3:18 AM
- Replies
- 31
- Views
- 23,114
This is a good starting point you are using Maven ;)
http://maven.apache.org/plugins/maven-deploy-plugin/index.html
If you are not using maven and a continous integration tool like hudson I... -
9 Jan 2009 3:10 AM
- Replies
- 10
- Views
- 2,911
Hi!
I am about to buy some licenses for GXT which is a great product ;) However the license state that it is for the 1.x version. What happens when the 2.x version relesases (as I understand that is... -
8 Jan 2009 10:07 AM
- Replies
- 31
- Views
- 23,114
The 1.2.1 release is not in the maven repo. Is there any chance to get it up there if I ask nicely?
/Fredrik -
6 Jan 2009 6:48 AM
Jump to post Thread: Calendar View by fredrikhultin
- Replies
- 4
- Views
- 7,632
Great calendar but why mess it up with file uploads? What does that have to do with scheduling?
-
2 Jan 2009 2:48 PM
Jump to post Thread: Calendar View by fredrikhultin
- Replies
- 4
- Views
- 7,632
You could have a look at GWT and see if you can get any of these to work for you:
http://gwtnow.com/2008/07/31/a-couple-of-gwt-calendar-projects-gwt-scheduler-and-gwtsimiletimeline/
/F -
2 Jan 2009 6:25 AM
- Replies
- 16
- Views
- 13,970
Thanks for offering a solution to the problem. However this does more look like a work around then a good solution in the framework. Are there any plans on fixing this in the framework or is this the...
-
29 Dec 2008 6:48 AM
Jump to post Thread: Grid in Opera 9.63 by fredrikhultin
- Replies
- 0
- Views
- 604
The grid column header does not show the column resize cursor. It also looks like the area to grab is only 1 pixel wide which makes it difficult to get hold of the column edge.
For test I used the... -
18 Dec 2008 6:37 AM
- Replies
- 2
- Views
- 964
Found a potential miss in the implementation reading the code:
@Override
protected void onDragDrop(DNDEvent e) {
Object data = e.data;
if (data instanceof ModelData) {
... -
18 Dec 2008 2:50 AM
Jump to post Thread: GXT 1.2 Grid reconfigure by fredrikhultin
- Replies
- 21
- Views
- 6,322
I do not reconfigure during load, but if the flag of the grid for setLoadMask is set to true I get this problem WHEN i reconfigure. They have nothing to do with each other ;) That is why I am...
-
16 Dec 2008 2:53 AM
Jump to post Thread: GXT 1.2 Grid reconfigure by fredrikhultin
- Replies
- 21
- Views
- 6,322
Thx for the tip.
I am guessing this will not be a problem in the near future. The progress and bug fix of this api is extremely fast :) -
16 Dec 2008 12:05 AM
Jump to post Thread: GXT 1.2 Grid reconfigure by fredrikhultin
- Replies
- 21
- Views
- 6,322
The problem was that I used the grid with the loadmask. It seems that if the loadmask is activated then this problem arises. Removing the load mask solves the problem.
Bug? -
15 Dec 2008 11:39 AM
Jump to post Thread: GXT 1.2 Grid reconfigure by fredrikhultin
- Replies
- 21
- Views
- 6,322
Hi!
I am trying to add column configs dynamically to the grid by using the grid.reconfigure method. It all seem to work well except from the fact that the grid gets dimmed out (it is like a model... -
11 Dec 2008 6:58 AM
- Replies
- 11
- Views
- 3,860
Hi, I just started using GXT and I love it.
I just found a strange behaviour in my oppinion regarding the forceInvalid on Fields. I found many threads here discussing the forceInvalid in regards... -
10 Apr 2007 1:13 AM
Jump to post Thread: DWRProxy by fredrikhultin
- Replies
- 7
- Views
- 13,892
Hi, no problem as it looks like. The problem seems to be that I couldn't find your nice code in the forum (I know i searched it, does the search engine work properly?).
One question though animal....
Results 1 to 25 of 28
