Search Type: Posts; User: misha
Search: Search took 0.03 seconds.
-
30 Nov 2011 6:50 AM
- Replies
- 2
- Views
- 488
This is a dump of items property of checkboxgroup widget:
29701
Input values are strings '1' and '2' -
29 Nov 2011 1:28 AM
- Replies
- 2
- Views
- 488
Checkbox group, named 'roles' for example, expects a value in a format:
myCheckboxGroup.setValue({
roles: ['1', '2']
});
But when form.updateRecord() is used that format is being... -
17 Nov 2011 10:49 PM
- Replies
- 3
- Views
- 656
Thanx of the response, but I'm not sure what you mean.
How exactly I should set the explicit number of steps with stores? -
8 Nov 2011 4:22 AM
- Replies
- 3
- Views
- 656
As it is now Charts require setting maximum and minimum values and they calculate the number of steps on the axes.
But I would like to be able to explicitly set the number of steps, is that even... -
3 Aug 2011 2:05 AM
Jump to post Thread: Sencha Touch + Titanium by misha
- Replies
- 0
- Views
- 1,462
http://www.byteout.com/blog/sencha-touch-titanium
I packaged Sencha Touch - Energy app inside Titanium desktop wrapper... check it out!
There are downloads for all 3 platforms! -
18 Aug 2010 9:14 AM
- Replies
- 0
- Views
- 1,469
I have editorgrid with REST store.
When my server code returns 204 for delete action, editorgrid freezes on Safari (works on Firefox/Chrome).
If I change response code to 200 it works on Safari... -
21 Jan 2010 6:48 AM
- Replies
- 4
- Views
- 1,509
Great fix!
But, I'm kinda hopping its a bug that will be solved. -
5 Jan 2010 2:57 AM
- Replies
- 4
- Views
- 1,509
When I create an item in the store, my server script returns HTTP response code 201 (as it should for REST), but then Ext breaks!
If I set my server code to return 200 it works!
Does this means... -
6 Dec 2009 4:01 PM
Jump to post Thread: Ext Designer 1.x by misha
- Replies
- 422
- Views
- 187,991
Does that mean that Ext Designer is still coming with ExtJS 3.1?
-
3 Nov 2009 3:08 AM
Jump to post Thread: Custom shadow by misha
- Replies
- 4
- Views
- 1,399
Thanx for reply ... Yes I did that but thats not enough.
I think Shadow class must be edited too... -
2 Nov 2009 1:13 PM
Jump to post Thread: Custom shadow by misha
- Replies
- 4
- Views
- 1,399
I'm trying to create custom shadow, but I'm missing something.
I have created new shadow.png file that is bigger then original (and other 2 files also)
Also have changed css selectors related... -
13 Jul 2009 11:43 PM
Jump to post Thread: [Solved]Missing file ext.jsb? by misha
- Replies
- 10
- Views
- 7,476
It works like a charm in mine! I have Spket 1.6.16
-
13 Jul 2009 7:26 AM
Jump to post Thread: [Solved]Missing file ext.jsb? by misha
- Replies
- 10
- Views
- 7,476
Awesome! Thanx a lot!
Yes we will buy subscription/license very soon. We are currently learning Ext and prototyping new RIA app we plan to build with it, and for now Ext looks pretty good. -
13 Jul 2009 7:10 AM
Jump to post Thread: [Solved]Missing file ext.jsb? by misha
- Replies
- 10
- Views
- 7,476
But what about us that were using jsb with Spket/Eclipse editor for autocomplete?
jsb2 will not work for that!
Is there any way to create old jsb file for Ext 3.0.0???? -
9 Jul 2009 7:37 AM
- Replies
- 1
- Views
- 1,162
I figured out what the problem is...
My store url in Ext 3.0 RC2 was "api/data.php", in Ext 3.0.0 it has to be "api/data.php/dummy_controller" for example in order for server to not report "Method... -
9 Jul 2009 6:51 AM
- Replies
- 1
- Views
- 1,162
Restful store in 3.0.0 returns an error "405 Method Not Allowed", same store works just fine with Ext 3 RC2!
This error is returned for PUT and DELETE methods, i.e. for update and delete... -
9 Jul 2009 5:15 AM
- Replies
- 2
- Views
- 806
Thanx
-
9 Jul 2009 5:15 AM
Jump to post Thread: Upgrading to Ext 3 by misha
- Replies
- 79
- Views
- 68,902
It seems that Ext.log() has been removed from ext-all-debug in Ext 3.0.0? Its moved to debug.js
-
9 Jul 2009 4:39 AM
Jump to post Thread: How to turn ARIA off? by misha
- Replies
- 5
- Views
- 976
Great to hear that!
For now I think it can be turned off by commenting thise 2 lines in ux-all.js:
cmp.initFocus();
cmp.initARIA(); -
9 Jul 2009 4:18 AM
Jump to post Thread: How to turn ARIA off? by misha
- Replies
- 5
- Views
- 976
So no way to programatically turn it off? Ok thanx!
-
9 Jul 2009 4:05 AM
Jump to post Thread: How to turn ARIA off? by misha
- Replies
- 5
- Views
- 976
When I include ux-all.js ARIA is turned on automatically. How can I turn it off?
-
9 Jul 2009 2:55 AM
- Replies
- 1
- Views
- 770
{
xtype:'selectbox', fieldLabel:'Select', name:'select1',
store: new Ext.data.ArrayStore({
id: 0,
fields: ['id', 'text'],
data: [[1, 'item1'], [2, 'item2']]
... -
9 Jul 2009 2:28 AM
- Replies
- 2
- Views
- 806
It seems that Ext.log() has been removed from ext-all-debug in Ext 3.0.0? Its moved to debug.js
Is this permanent change? -
6 Jul 2009 3:47 AM
- Replies
- 9
- Views
- 2,178
Works like a charm, thanx!
-
6 Jul 2009 3:31 AM
- Replies
- 9
- Views
- 2,178
Thanx! But it returns an error:
second argument to Function.prototype.apply must be an array
[Break on this error] var hash = this.constructor.prototype.toHash.apply(this, rec);
If Ext...
Results 1 to 25 of 31
