Search Type: Posts; User: kudos_ni_
Search: Search took 0.02 seconds.
-
2 Dec 2010 4:29 AM
Jump to post Thread: Bar chart alpha by kudos_ni_
- Replies
- 2
- Views
- 866
Just what I needed!
Thanks! -
2 Dec 2010 3:47 AM
Jump to post Thread: Bar chart alpha by kudos_ni_
- Replies
- 2
- Views
- 866
Hi all,
Is there anyway to set the alpha on a bar chart?
I have a pie chart were I was able to set the alpha to 1 so that the colours are solid - rather than faded until the user hovers over... -
4 Nov 2010 8:49 AM
Jump to post Thread: Forcing render of cardLayout by kudos_ni_
- Replies
- 1
- Views
- 722
I have a tab panel. The second tab contains a portal which in currently contains 4 portlets. Each of these portlet contains a toolbar and a cardlayout with three cards which contain a grid, pie...
-
2 Nov 2010 6:21 AM
Jump to post Thread: Horizontal Bar Chart by kudos_ni_
- Replies
- 5
- Views
- 2,103
I know it is possible to set the x axis labels to display at an angle when create the label. However, in this instance the labels are created automatically - i do not create each individual label.
... -
2 Nov 2010 3:54 AM
Jump to post Thread: Horizontal Bar Chart by kudos_ni_
- Replies
- 5
- Views
- 2,103
public class ChartTest extends LayoutContainer {
protected void onRender(Element parent, int index){
super.onRender(parent, index);
setLayout(new... -
2 Nov 2010 3:20 AM
Jump to post Thread: Horizontal Bar Chart by kudos_ni_
- Replies
- 5
- Views
- 2,103
I was wondering if someone can help with the horizontal bar chart. I created it following the example source in the widegt explorer.
I wish to set the range depending on the data.
For example,... -
28 Oct 2010 9:27 AM
Jump to post Thread: HorizontalBarChart x axis help by kudos_ni_
- Replies
- 2
- Views
- 958
Fixed:
I previously had
xa.setRange(0, max, steps); .
I changed the minimum from zero to reflect the steps... so in the case of my code it is 0.5 or 5 depending on the data.
It is now:
... -
28 Oct 2010 8:52 AM
Jump to post Thread: HorizontalBarChart x axis help by kudos_ni_
- Replies
- 2
- Views
- 958
Hi All,
I've managed to get the horizontal bar chart working by following the example in the widget explorer. However, the X axis is displaying strangely... hard to describe...so here's an image:... -
22 Oct 2010 3:02 AM
Jump to post Thread: Use of Registry by kudos_ni_
- Replies
- 4
- Views
- 1,043
Perhaps, if the registry is not the right way to go, you can advise on the best way to achieve what I'm aiming for.
When the application loads it fires off some asynchronous calls to a webservice... -
22 Oct 2010 2:46 AM
Jump to post Thread: Use of Registry by kudos_ni_
- Replies
- 4
- Views
- 1,043
Hi All,
I am fairly new to GXT so apologies for what might be a trivial question.
What is the main use of the Regisrty is gxt projects?
I was hoping to use it as following:
When... -
18 Oct 2010 10:11 AM
- Replies
- 4
- Views
- 1,576
Did you find a solution to this? I am having the same issue with very slow running of setHidden function.
-
12 Oct 2010 5:32 AM
Jump to post Thread: Column Model : SetHidden error by kudos_ni_
- Replies
- 4
- Views
- 980
Thanks!
-
12 Oct 2010 2:06 AM
Jump to post Thread: Column Model : SetHidden error by kudos_ni_
- Replies
- 4
- Views
- 980
I'm sorry, I don't understand. SVN?
-
12 Oct 2010 1:33 AM
Jump to post Thread: Column Model : SetHidden error by kudos_ni_
- Replies
- 4
- Views
- 980
I have created a grid, and this all displays as expected.
I created two simple method which I aim to use to change the columns being displayed depending on the state of the grid.
I create my... -
11 Oct 2010 4:41 AM
Jump to post Thread: Pie Chart data from bean list by kudos_ni_
- Replies
- 2
- Views
- 690
Thanks.
I can't seem to find any examples of the use of the PieDataProvider and the API docs are not helpful.
Do you have any examples of implementing this? -
11 Oct 2010 2:26 AM
Jump to post Thread: Pie Chart data from bean list by kudos_ni_
- Replies
- 2
- Views
- 690
Hi All,
I have a list of object constructed from raw JSON data of the following format - the sample below shows one object:
"Position" : [ {
"AssetClass" : "Equity... -
1 Oct 2010 5:31 AM
Jump to post Thread: Maximize a content panel by kudos_ni_
- Replies
- 4
- Views
- 1,489
public class SimpleDashboard extends LayoutContainer {
TabItem tab = new TabItem("FirstTab");
ContentPanel tabContent = new ContentPanel(new FillLayout(Orientation.HORIZONTAL));
ContentPanel... -
1 Oct 2010 5:09 AM
Jump to post Thread: Maximize a content panel by kudos_ni_
- Replies
- 4
- Views
- 1,489
I tried this, but encountered some issues.
So the maximize function is as such:
remove DashBoard content panel from TabItem
Add contentPanel that I want maximized to the TabItem.
This does... -
1 Oct 2010 4:23 AM
Jump to post Thread: Maximize a content panel by kudos_ni_
- Replies
- 4
- Views
- 1,489
Hi all,
I am new to GXT so excuse me if there is a straighforward way of doing this.
I have a TabItem set to fitLayout.
Within this I have a contentpanel with filllayout(horizontal).
Within... -
8 Sep 2010 6:02 AM
- Replies
- 4
- Views
- 1,032
No, the callback part of the string is only used so that the handle response method gets called. Only the raw json data is passed into that method.
I can not just copy in my code in it's... -
8 Sep 2010 5:40 AM
- Replies
- 4
- Views
- 1,032
Hi all,
I have followed the instructions to the letter as detailed here: http://code.google.com/webtoolkit/doc/1.6/tutorial/Xsite.html#request
I have been able to retrieve the data, however,... -
8 Sep 2010 5:28 AM
- Replies
- 2
- Views
- 1,508
Hi all,
I have followed the instructions to the letter as detailed here: http://code.google.com/webtoolkit/doc/1.6/tutorial/Xsite.html#request
I have been able to retrieve the data, however,... -
2 Sep 2010 5:17 AM
Jump to post Thread: Extend portlet by kudos_ni_
- Replies
- 6
- Views
- 1,294
Unfortunately I can't just download 2.2. I can only use 2.1.1 (company policy - I can only use what is available on the firmwide platform)
-
2 Sep 2010 5:14 AM
Jump to post Thread: Extend portlet by kudos_ni_
- Replies
- 6
- Views
- 1,294
I am using 2.1.1
Unfortunately that is all that is available to me in the environment I am using. -
2 Sep 2010 4:59 AM
Jump to post Thread: Extend portlet by kudos_ni_
- Replies
- 6
- Views
- 1,294
Ok. So this is my Entry point.
public class StockWatcher implements EntryPoint {
private static CardLayout cardLayout = new CardLayout();
private static LayoutContainer container = new...
Results 1 to 25 of 26
