Search Type: Posts; User: johnz45
Search: Search took 0.01 seconds.
-
12 Jan 2012 8:02 PM
- Replies
- 1
- Views
- 841
As seen in this demo:
http://www.sencha.com/examples-dev/#ExamplePlace:piechart
When I click values in the legend to prevent them from displaying, the pie area associated with the bottom most... -
12 Jan 2012 2:22 PM
- Replies
- 0
- Views
- 442
In BorderLayoutContainer, I have added a panel widget with borderLayoutData.
If use the below BorderLayoutData, when I click the north border, the float of the widget is not displayed:
... -
12 Jan 2012 11:46 AM
- Replies
- 10
- Views
- 1,532
For your purpose, have you tried using a VerticalLayoutContainer? It seems your spacing issue is because your NorthSouthContainer is resizing to the parent size. If I want to guarantee 50/50 split...
-
12 Jan 2012 11:42 AM
- Replies
- 2
- Views
- 655
That's strange. I don't have spacing between mine. I have used 3 label widgets in a verticalLayoutContainer.
VerticalLayoutContainer c = new VerticalLayoutContainer();
Label label1=... -
11 Jan 2012 7:42 PM
- Replies
- 10
- Views
- 1,532
have you tried setting the layoutData of the toolbars to divide the height between the two toolbars?
-
11 Jan 2012 7:37 PM
Jump to post Thread: Contextual Menus in Charts by johnz45
- Replies
- 1
- Views
- 491
I'm currently experiencing problems implementing contextual menus for charts. Since charts do not inherit from Component, there is no setContextualMenu exposed. I have attempted to use the...
Results 1 to 6 of 6
