Search Type: Posts; User: smfed
Search: Search took 0.01 seconds.
-
3 Jun 2009 12:44 AM
Jump to post Thread: Store + Graph + Grid by smfed
- Replies
- 1
- Views
- 1,061
Sorry, false alarm
Everything works fine. Problem was that when specifying ModelType I didn't set property that I wanted to display on y-axis (so it returns null). And I could not track that... -
2 Jun 2009 4:50 AM
Jump to post Thread: Store + Graph + Grid by smfed
- Replies
- 1
- Views
- 1,061
Hi,
I was trying to display some results from the grid with graphing tool (right now i am using ofcgxt)
My grid has the store, and graph obviously has the same store. Store is filled with the... -
14 May 2009 5:55 AM
- Replies
- 1
- Views
- 1,165
Up.
Hello. Can someone confirm this bug?
Thank you -
12 May 2009 5:23 AM
- Replies
- 1
- Views
- 1,165
This bug is pretty obvious probably it is fixed somwhere already but I couldn't find it with search
west = new ContentPanel();
west.setLayout(new AccordionLayout());
... -
21 Apr 2009 2:10 AM
- Replies
- 0
- Views
- 862
Hi,
I am applying MVC, so i am having lots of events firing:) I have TabPanel and Tree and when i click on the tree a NewTab item is created (unless it is already on tab panel) the content of... -
14 Apr 2009 2:00 AM
- Replies
- 3
- Views
- 1,555
Well i was switching to gxt from GWT-ext. there you had to add all resources manually. But in GXT it seems that all recourses that are needed are generated automatically and added to the output...
-
7 Apr 2009 5:32 AM
- Replies
- 0
- Views
- 832
Hi,
I started refactoring of my project trying to switch from GWT trees to GXT trees and also apply MVC.
I read this doc center article on data loading http://extjs.com/helpcenter/index.jsp ... -
18 Mar 2009 4:28 AM
- Replies
- 1
- Views
- 4,316
So i ve done some debuging the problem is in this line of code:i
String label = labelProvider.getStringValue(m, modelXValue);
in file LineChartProvider
our modelXValue in null because we... -
17 Mar 2009 12:55 AM
- Replies
- 3
- Views
- 5,505
It turned to be a known bug. Here is the solution http://extjs.com/forum/showthread.php?t=62846
-
16 Mar 2009 9:58 AM
- Replies
- 1
- Views
- 4,316
Hi,
I have some stupid problem with LineChartProvider. I was able to set up BarChartProvider as in the Demo.java and graphs were rendered. But when I am doing the same with LineChartProvider i... -
16 Mar 2009 6:33 AM
- Replies
- 2
- Views
- 3,665
Thanks a LOT!!!
-
16 Mar 2009 5:25 AM
- Replies
- 2
- Views
- 3,665
Well after sicking some help at this thread http://extjs.com/forum/showthread.php?t=62691. I continue my studings of the problem and found out that this may be a bug:
Description: When I add a... -
13 Mar 2009 8:09 AM
- Replies
- 3
- Views
- 5,505
Well it turned out that the problem is not in TabPanel or TabItem.
I just tried with normal ContentPanel:
ContentPanel cp = new ContentPanel();
cp.setScrollMode(Scroll.AUTO);... -
13 Mar 2009 5:12 AM
- Replies
- 3
- Views
- 5,505
Hello,
I have the following issue. I have a TabPanel and three TabItems on it. TabItems contains FlexTable (from GWT library). I want width off this to be fixed and to be 700px. FlexTables' width... -
11 Mar 2009 1:30 AM
Jump to post Thread: LineChart destroy problem by smfed
- Replies
- 4
- Views
- 1,508
Thanks for explanations.
I found it myself as well. But i think this is the thing to mention in block letters in the beginning. I mean for those that are not new in all this ext staff probably it... -
6 Mar 2009 5:14 AM
Jump to post Thread: LineChart destroy problem by smfed
- Replies
- 4
- Views
- 1,508
emm.... what does this suppose to mean:
"Community help forum for Ext GWT"
Is there any difference? What do you mean by GXT? -
6 Mar 2009 5:05 AM
Jump to post Thread: LineChart destroy problem by smfed
- Replies
- 4
- Views
- 1,508
Hi,
I have LineChart which is situated at the TabPanel which can be closed (setClosable(True)). So whenever i am trying to close the panel the following message pop-ups:
"Line: 0
Error:... -
4 Mar 2009 8:42 AM
Jump to post Thread: LineChart: 2 graphs on one chart by smfed
- Replies
- 0
- Views
- 1,056
Hi,
Does anyone knows if it is possible to create two graphs on the same chart. that use different values on X-axis. For instance in the official showcase on the website...
Results 1 to 18 of 18
