Search Type: Posts; User: ddanny
Search: Search took 0.02 seconds.
-
19 Apr 2012 11:33 PM
Jump to post Thread: ExtJS license question by ddanny
- Replies
- 3
- Views
- 943
I have a question related to the ExtJS4 license model. Let's suppose I want to buy one developer license without support. The current download version is 4.0.7 which is ok, but I hear that 4.1 is...
-
14 Oct 2011 7:44 AM
Jump to post Thread: Ext.chart.axis.Time limitation by ddanny
- Replies
- 0
- Views
- 443
I am facing an issue that I consider as being a limitation of the Ext.chart.axis.Time APIs.
It seems like adding values that don't fall exactly on a step in the chart are not rendered at all. For... -
14 Oct 2011 7:35 AM
Jump to post Thread: ExtJS 4 charts performance by ddanny
- Replies
- 3
- Views
- 989
Hi,
The performance of the charts in ExtJS 4.0 seems to be very low. For instance, in line charts there is a significant delay in drawing the points and animation even for 100 points or less.
I... -
11 Oct 2011 11:20 AM
Jump to post Thread: Append data to line charts by ddanny
- Replies
- 0
- Views
- 215
Hi,
I built a line chart that gets some json data from a web service. It queries the service every 5 seconds, reads the entire data and applies it to the chart. Data changes on the server side... -
11 Oct 2011 11:11 AM
Jump to post Thread: Visible range line chart by ddanny
- Replies
- 0
- Views
- 410
Hi all,
Is it possible to specify a visible range for the line charts in ExtJS 4?
For instance, if I have a line chart with values on the X axis from 0 to 1000, but I only want to see the ones... -
9 Feb 2011 8:45 AM
Jump to post Thread: TimeField related question by ddanny
- Replies
- 1
- Views
- 635
I have a widget that allows the user to select a start date and time and an end date and time for some specific filter.
If the user wants to select the entire day, he has to select:
start date:... -
15 Sep 2010 4:00 AM
- Replies
- 18
- Views
- 4,725
Something similar works, indeed.
Thanks,
Dan -
15 Sep 2010 3:58 AM
- Replies
- 18
- Views
- 4,725
The listener + locked approach works fine, but the view has an enabled look. That means the user is "invited" to click there.
It looks like the final solution was to use the listener + locked and... -
15 Sep 2010 3:47 AM
- Replies
- 18
- Views
- 4,725
view.setEnabled(false);
view.mask("Disabled");
I see the "Disabled" message before the view is populated, the view looks disabled, but I still can click in it and checkboxes change state. -
15 Sep 2010 3:36 AM
- Replies
- 18
- Views
- 4,725
Sven,
How could I implement the "disable and mask the CheckBoxListView". I know how to disable, but not sure how to mask it.
Thanks,
Dan -
15 Sep 2010 12:46 AM
Jump to post Thread: [FNR] ColorPalette surprise by ddanny
- Replies
- 1
- Views
- 1,724
I have a place in my app, where the user can select different colors. I used a ColorMenu for that, which encapsulates a ColorPalette. I used to set the customer preferred colors like this:...
-
14 Sep 2010 10:36 AM
Jump to post Thread: GroupingView style by ddanny
- Replies
- 1
- Views
- 874
Starting from this example: http://www.sencha.com/examples/explorer.html#checkgrouping I would like to change some style attributes like vertical-align for the cells under the Company column, for...
-
14 Sep 2010 5:34 AM
- Replies
- 18
- Views
- 4,725
I tried the second approach by doing this:
checkBoxListView.getSelectionModel().setLocked(true);
checkBoxListView.addListener(Events.OnClick, new Listener<BaseEvent>() {
public void... -
7 Sep 2010 3:10 AM
- Replies
- 18
- Views
- 4,725
I also have to deal with this issue.
I set the CheckBoxListView disabled (checkBoxListView.setEnabled(false)), it gets grayed out, which is fine, but once I clicked by mistake and was happy to see... -
28 Jul 2010 7:03 AM
Jump to post Thread: Submenus hide behavior by ddanny
- Replies
- 6
- Views
- 974
This fixes part of the issue I have.
Remember the issue with the submenu being kept visible if the mouse was moving fast enough? I (the client actually) need to have it stay displayed no matter how... -
28 Jul 2010 5:38 AM
Jump to post Thread: Submenus hide behavior by ddanny
- Replies
- 6
- Views
- 974
Is there a way I can make the submenu stay displayed if I click on the parent menu (in this case Radio Options) and then have it hide if I click somewhere else?
Currently, the default behavior is... -
28 Jul 2010 5:05 AM
Jump to post Thread: Submenus hide behavior by ddanny
- Replies
- 6
- Views
- 974
In order to understand what I need help for, please see
http://www.sencha.com/examples-dev/explorer.html#basictoolbar
Expand Button w/Menu and then hover the Radio Options. The 2 MenuItems under... -
28 Jul 2010 4:41 AM
- Replies
- 1
- Views
- 938
Please open the Forms gxt 2.2.0 beta demo in IE8 and in Firefox:
http://www.sencha.com/examples-dev/explorer.html#forms
Expand the "Company" or the "Time" combo-boxes and then click on the... -
27 Jul 2010 9:35 AM
Jump to post Thread: ContentPanel URL by ddanny
- Replies
- 1
- Views
- 492
I know this may be more of a GWT question, but maybe somebody can help.
Into a GXT ContentPanel, I call setUrl(). Looking into the implementation of this method, I see that a GWT Frame is created... -
12 Jul 2010 7:12 AM
Jump to post Thread: Where's GXT 2.2? by ddanny
- Replies
- 40
- Views
- 7,135
"Soon" or "Very soon" or "Soon, very soon" is the best answer when you don't know a release date.
The roadmap says June, earlier messages of this thread say end June / early July.
Personally, I... -
12 Jul 2010 7:03 AM
Jump to post Thread: Where's GXT 2.2? by ddanny
- Replies
- 40
- Views
- 7,135
We are all patient, but "soon, very soon" is not an answer. I never tell that to a client.
I cannot tell my client "soon, very soon" you will have that check-box tree fixed.
We have to plan... -
6 Jul 2010 9:28 AM
Jump to post Thread: ColorPalette questions by ddanny
- Replies
- 4
- Views
- 1,166
Please ignore #1, I managed to make it work.
Please help on #2, though. -
6 Jul 2010 9:25 AM
Jump to post Thread: ColorPalette questions by ddanny
- Replies
- 4
- Views
- 1,166
1. I set the ColorPalette width to whatever: 100px, 400px, 400 and I don't see any change. It is still the same size.
2. Please see the attached screenshots. Note how in the Firefox one there is a... -
6 Jul 2010 9:04 AM
Jump to post Thread: ColorPalette questions by ddanny
- Replies
- 4
- Views
- 1,166
I am using the ColorPalette in order to allow the user select a color out of a set of colors.
I have a few questions:
1. Is it possible to change the "layout" the colors are displayed? It looks... -
21 Jun 2010 9:16 AM
Jump to post Thread: BufferView.setRowHeight per row by ddanny
- Replies
- 1
- Views
- 871
Is there a way to set the row height in a BufferView on a per row basis?
Currently, if I call BufferView.setRowHeight(), all the rows are set the specified height.
Regards,
Dan
Results 1 to 25 of 59
