Search Type: Posts; User: Antronak
Search: Search took 0.02 seconds.
-
22 Jul 2011 1:02 AM
- Replies
- 0
- Views
- 772
Hi,
I want to define two classes in one file. The second class extends first class.
Ext.define('app.ToolOptionPanel', {
extend: 'Ext.panel.Panel',
...
}); -
22 Jul 2011 12:36 AM
- Replies
- 5
- Views
- 1,848
It's OK. My fault when making .jsp3 file and building application.
-
15 Jul 2011 2:16 AM
Jump to post Thread: JSB3 file creation BUG by Antronak
- Replies
- 0
- Views
- 864
Hi,
In some cases classes in JSB3 file are not placed have incorrect order.
Ext.define('myapp.DirectProxy', {
extend: 'Ext.data.proxy.Direct',
requires: ['Ext.data.proxy.Direct'],... -
15 Jul 2011 12:42 AM
- Replies
- 5
- Views
- 1,848
Hi,
I have problem with my Ext application in production mode.
This is debug-mode html.
<!DOCTYPE html>
<html>
<head> -
21 Jun 2011 5:42 AM
- Replies
- 2
- Views
- 413
I found workaround to this issue. Hope can be helpful.
{
xtype: 'combobox',
defaultListConfig: {
getInnerTpl: function(displayField) {
... -
20 Jun 2011 5:54 AM
- Replies
- 2
- Views
- 413
Bug still occurs in [4.0.2]. Please fix it or give some workaround.
-
9 Jun 2011 6:13 AM
- Replies
- 1
- Views
- 697
Exception occurs only when grid is not rendered yet.
-
9 Jun 2011 3:49 AM
- Replies
- 1
- Views
- 697
Hi,
Unable to call bindStore() function on GridPanel. Exception is thrown.
Exception stack:
Uncaught TypeError: Cannot read property 'length' of undefined... -
8 Jun 2011 4:53 AM
- Replies
- 7
- Views
- 1,565
[4.0.2] RC - problem still occurs. So, will it be fixed?
-
8 Jun 2011 12:54 AM
- Replies
- 12
- Views
- 2,027
Please, fix this issue in 4.0.2 :)
-
3 Jun 2011 4:32 AM
- Replies
- 0
- Views
- 313
Hi,
When I change Ext.menu.Item text for longer one, menu width (after next open) back to its default width 120px. -
2 Jun 2011 2:36 AM
- Replies
- 2
- Views
- 700
Hi,
Tree selectPath() function with separator other than default '/' doesn't work. -
27 May 2011 6:06 AM
- Replies
- 12
- Views
- 2,027
Yes, the same problem. Thanks for workaround, but this is not a solution that satisfied me. :)
I would like something like index of column, bar. -
27 May 2011 3:20 AM
- Replies
- 2
- Views
- 413
Hi,
There is a bug in ComboBox when displaying html characters e.g. '<', '>'.
I want to add '<Custom>' value to combo store. In combo picker empty string is displayed, but when I select this... -
27 May 2011 3:12 AM
- Replies
- 12
- Views
- 2,027
Each yField consist of 3 columns in my example. I mean that I'm unable to determine on which column tip is displayed. No column index is passed to tip renderer. I hope this will be fixed soon.
-
27 May 2011 12:24 AM
- Replies
- 3
- Views
- 934
Hi,
There is a bug in PropertyGrid. Grid is always sorted and sortable even sortableColumns is set to false. -
25 May 2011 3:59 AM
Jump to post Thread: [4.0.1] PropertyGrid columns by Antronak
- Replies
- 1
- Views
- 345
Hi,
There is no way to setup first column width for PropertyGrid. -
25 May 2011 1:18 AM
Jump to post Thread: [4.0.1] ComboBox in PropertyGrid by Antronak
- Replies
- 0
- Views
- 355
Hi,
I have ComboBox as CustomEditor in PropertyGrid. First time when I want to open ComboBox, its value is cleared. I have to click another time to open ComboBox.
{
xtype:... -
23 May 2011 7:20 AM
- Replies
- 7
- Views
- 1,565
Hi,
Problem still occures [4.0.1]. Will it be corrected? -
19 May 2011 11:44 PM
- Replies
- 6
- Views
- 2,289
Hi,
There is a bug in combobox. 'Change' event is called twice when I select value. First call - newValue is null, secend call - newValue is what I selected.
{
xtype: 'combobox',
... -
9 May 2011 3:37 AM
Jump to post Thread: [4.0.0] ComboBox sort problem by Antronak
- Replies
- 2
- Views
- 1,063
But in my case queryMode: 'local' is required not to load store every time I open combo. So there is still a problem.
-
9 May 2011 2:42 AM
Jump to post Thread: [4.0.0] ComboBox sort problem by Antronak
- Replies
- 2
- Views
- 1,063
It's OK when I remove queryMode: 'local'.
-
9 May 2011 2:38 AM
Jump to post Thread: [4.0.0] ComboBox sort problem by Antronak
- Replies
- 2
- Views
- 1,063
Hi,
When I manually add item to combobox store and sort after that (see addHostName), just added item is not sorted.
{
xtype: 'combobox',
itemId: 'hostName',
labelAlign:... -
29 Apr 2011 4:48 AM
- Replies
- 191
- Views
- 36,899
Yes, performance on IE & FireFox is just terrible, especially grids. Chrome is OK.
-
28 Apr 2011 11:34 PM
- Replies
- 7
- Views
- 1,565
Hi,
Please look at ExtJS example "examples/charts/Bar.html" and remove "width" & "height" config options. Tips aren't sized automatically in this case.
series: [{
...
Results 1 to 25 of 47
