Search Type: Posts; User: G.edwin
Search: Search took 0.02 seconds.
-
19 Dec 2012 8:49 AM
- Replies
- 3
- Views
- 482
Thansk, i indeed tried with Null values for other points but when i redraw the chart i reach an error :
java.lang.NullPointerException: null
at... -
17 Dec 2012 7:35 AM
- Replies
- 3
- Views
- 482
Hi,
I wish to know how (if it is possible) to hide some points of a series.
Ex : i want to hide all points of a scatter series which has a 0 value.(here bordered in blue)40849
Thanks ! -
16 Oct 2012 1:45 AM
- Replies
- 4
- Views
- 4,398
Hi, any news about this cool feature ?
-
26 Jul 2012 6:53 AM
Jump to post Thread: Problems with scrollToTab by G.edwin
- Replies
- 1
- Views
- 341
I got the same issue, even when i refresh the container of the tabPanel. :-?
Edit : I fix it using setSelection method. -
27 Apr 2012 5:49 AM
Jump to post Thread: Excel Editor grid in GXT ? by G.edwin
- Replies
- 2
- Views
- 1,169
Thanks, I know this component, but what i'm looking for is something like this one :
http://www.developerextensions.com/index.php/extjs-excel-copypaste-grid
Especially the cell selection system -
17 Apr 2012 8:11 AM
Jump to post Thread: Excel Editor grid in GXT ? by G.edwin
- Replies
- 2
- Views
- 1,169
Hi everyone,
I saw a component in Ext-js which can react as a Excel grid (copy paste on columns etc...), do we have a similar Grid in GXT ? :-?
(I'm interested by copy/paste data on a cells... -
10 Nov 2011 2:29 AM
- Replies
- 1
- Views
- 537
Hi, i'm not sure i'm in the right place to ask that : I need to perform a wait in javascript through a PrintWriter.
Here my problematic : i have a link which redirect the user to an application,... -
21 Sep 2011 4:34 AM
- Replies
- 2
- Views
- 642
Thanks, i have inspected with firebug and do some test.
Results :
- I had to set an AutoWidth to true for children panels (it display well when windows is resized), and set a fixed width for the... -
20 Sep 2011 7:50 AM
- Replies
- 2
- Views
- 642
Hi,
I have an issue on Firefox and Chrome (it works fine on IE6... strange !), i load a panel and all things out of the window screen is not displayed and i don't even have a scrollbar (even with... -
7 Feb 2011 5:40 AM
- Replies
- 12
- Views
- 4,654
Thanks a lot, i'll try that !
Edit : It works, thanks Sven and Michel. -
4 Feb 2011 6:05 AM
- Replies
- 12
- Views
- 4,654
Ok but i don't see where I can overload it, and how ?
I have not a call of the Date_CustomFieldSerializer (i guess it's done through gwt.rpc), so i can't find where i could overload that.
PS : I... -
4 Feb 2011 5:12 AM
- Replies
- 12
- Views
- 4,654
Ok, do you mean doing that ?
public class GenDealModelDto extends BaseModelData implements Serializer {
/* constructor... getters & setters of some date attributes */
public void... -
4 Feb 2011 3:12 AM
- Replies
- 12
- Views
- 4,654
Thanks, i dig into it, and find that could be solve my problem :
/**
* Custom field serializer for {@link java.util.Date}.
*/
public final class Date_CustomFieldSerializer {
public... -
4 Feb 2011 2:12 AM
- Replies
- 12
- Views
- 4,654
Can't I force the client side to use a specific TimeZone ?
(with DateTimeFormat.getFormat(...) or something ?) -
4 Feb 2011 1:19 AM
- Replies
- 12
- Views
- 4,654
Hi,
I faced an issue with dates, we have deployed an application on a Paris' server, and the user is based in London (so we have a gap of an hour). When the user displays date recovered in... -
20 Oct 2010 4:05 AM
Jump to post Thread: Problem with MessageBox.wait by G.edwin
- Replies
- 10
- Views
- 2,210
Thanks Sven ! I will try that :)
Edit : It works, thanks for your great support. -
20 Oct 2010 4:00 AM
Jump to post Thread: Problem with MessageBox.wait by G.edwin
- Replies
- 10
- Views
- 2,210
Hi everyone,
I still have a problem with progress bar (MessageBox.wait(...)), i want to display a progress bar while i'm building a formulary and then displaying it.
But, the MessageBox... -
13 Aug 2010 1:05 AM
Jump to post Thread: Chart not visible by G.edwin
- Replies
- 5
- Views
- 3,247
Hi, I also need some help about that. My charts still invisible in hosted mode, by GWT_HOME what to you mean ?
-
27 May 2010 1:11 AM
- Replies
- 3
- Views
- 4,363
Hi, do you find the solution to invalidate the field ?
-
19 May 2010 11:36 PM
- Replies
- 2
- Views
- 6,043
The problem is, even if i remove the wait.close() the messageBox appeared once my Pop up have been instanciate and displayed....
For exemple i also try this :
... -
11 May 2010 5:47 AM
- Replies
- 2
- Views
- 6,043
Hi,
I'm trying to show a MessageBox.wait() while i'm building a pop-up, through a toolButton. I use GXT 2.1.1, and GWT 1.7
ToolButton.addListener(Events.Select, new Listener<BaseEvent>(){... -
5 May 2010 8:25 AM
Jump to post Thread: FieldSet collapse bug by G.edwin
- Replies
- 1
- Views
- 905
Hi,
It seems (since the 2.1.1) that when a fieldSet is collapsed before the component has been displayed then the contents of the fieldSet does not appeared. In the gxt 2.0.1 i can't reproduce that.... -
26 Mar 2010 5:14 AM
Jump to post Thread: Close Window in GXT ? by G.edwin
- Replies
- 19
- Views
- 9,531
Here the code will automatically call a pop-up to ask the user if he really wants to close the windows (you must impletement a return statement in the "onWindonwClosing" method), you don't need to...
-
26 Mar 2010 4:39 AM
Jump to post Thread: Close Window in GXT ? by G.edwin
- Replies
- 19
- Views
- 9,531
Does your code close the pop-up but not the "parent" window ?
Maybe you should try to close the parent a the same time you close the pop up (in red in the code) :
WindowCloseListener
... -
26 Mar 2010 2:36 AM
Jump to post Thread: Close Window in GXT ? by G.edwin
- Replies
- 19
- Views
- 9,531
well, to summarize, you want a window with a pop up and when you click on the the pop-up's button "ok" it closes the pop-up AND the window ?
Results 1 to 25 of 50
