Search Type: Posts; User: honzakuchar
Search: Search took 0.02 seconds.
-
8 Sep 2012 9:53 AM
- Replies
- 1
- Views
- 409
Here is "fix":
Ext.define("App.grid.PropertyGridStore", {
extend: "Ext.grid.property.Store",
// Return a singleton, customized Reader object which reads... -
8 Sep 2012 9:25 AM
- Replies
- 1
- Views
- 409
Hello! I want to continue in discussion started there: http://www.sencha.com/forum/showthread.php?25901-why-does-propertygrid-not-show-my-fields-with-null-values&p=788345
So Why when I use... -
8 Sep 2012 9:13 AM
- Replies
- 2
- Views
- 1,559
...same question... Or we have to do our custom implementation of PropertyGrid?
and I think problem is in Reader, see this function:... -
8 Sep 2012 9:10 AM
- Replies
- 2
- Views
- 583
Here is the code that should work but it doesn't:
Ext.define("App.grid.ObjectPropertyGrid", {
extend: "Ext.grid.property.Grid",
initComponent: function() {
... -
31 Aug 2012 5:20 AM
- Replies
- 2
- Views
- 583
Hello!
Try to configure PropertyGrid with custom store. It fails with undefined error. Current constructor looks like this:
...
me.customRenderers = me.customRenderers || {}; ... -
15 Aug 2012 4:27 AM
Jump to post Thread: XClass and ExtJS by honzakuchar
- Replies
- 1
- Views
- 967
Dear Sencha!
I tried Sencha Touch 2.0 some time ago and now, when I'm back to ExtJS, I've tried attribute xclass in configs and it doesn't work. Is there any alternative for xclass in ExtJS 4.1?
... -
14 Aug 2012 2:35 AM
Jump to post Thread: Scripting/timeline commands by honzakuchar
- Replies
- 5
- Views
- 3,111
Hello!
It there any progress in this issue? Look here it looks like what we are searching for!
http://www.w3schools.com/cssref/css3_pr_animation-play-state.asp... -
12 Aug 2012 3:19 AM
- Replies
- 12
- Views
- 3,509
The fix above doesn't fix it at all. Try it on this example: http://dev.sencha.com/deploy/ext-3.4.0/examples/grid/ColumnHeaderGroup.html.
But this one works perfectly (on Chrome 21) (tested on... -
12 Jul 2011 9:37 AM
Jump to post Thread: Ext.ux.Crypto by honzakuchar
- Replies
- 15
- Views
- 12,191
Hi, I really want try this extension. :-) It looks great from description! But where can I view examples or download source? Examples (from http://www.sencha.com/learn/legacy/Extension:Crypto)...
-
29 Jun 2011 6:55 AM
Jump to post Thread: Proxy and Store x Model by honzakuchar
- Replies
- 0
- Views
- 363
Hi,
after reading this thread, I thought that Store will copy proxy from model if proxy is not set in Store. I set up some extraParams on Model`s proxy, but when I created Store, proxy config... -
26 Jun 2011 8:38 AM
- Replies
- 17
- Views
- 3,173
Hi, I created simple patch. ;-)
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to:... -
24 Feb 2011 2:29 AM
- Replies
- 35
- Views
- 11,207
Wow! This is realy great! Thank you very much! :)
-
20 Feb 2011 11:25 PM
Jump to post Thread: Ext.ux.Coolbar by honzakuchar
- Replies
- 12
- Views
- 7,504
Great work! :) Will be any updates? (eg. Overflow support)
-
20 Feb 2011 12:09 PM
Jump to post Thread: Ext.ux.form.TwinCombo by honzakuchar
- Replies
- 9
- Views
- 5,052
Thanks you VERY much - this is great! :)
-
20 Feb 2011 2:37 AM
Jump to post Thread: Upgrade form Ext 3 by honzakuchar
- Replies
- 0
- Views
- 724
Hi,
is it posible to pre-order upgrade form Ext 3 to Ext 4? On this page nothing is written about upgrades.
Thanks you,
Jan Kuchar -
10 Feb 2011 7:00 AM
Jump to post Thread: [FIXED] Changelog not found by honzakuchar
- Replies
- 3
- Views
- 1,591
Hi,
when you click in lastest release of Ext Designer (xds-1.0.3.2) in Help->changelog it opens browser and it says Not found and I recieved PHP error: (I'm logged in on sencha.com)
A PHP Error... -
6 Feb 2011 9:24 AM
Jump to post Thread: Ext.Slider is not in APIDoc by honzakuchar
- Replies
- 2
- Views
- 708
Ok, sorry my fault.
I found it used in SliderField. (initComponent metod) :) -
4 Feb 2011 7:51 AM
Jump to post Thread: Ext.Slider is not in APIDoc by honzakuchar
- Replies
- 2
- Views
- 708
Hi, I think the subject says all. :)
Steps to reproduce:
Go to this link: http://dev.sencha.com/deploy/dev/docs/
in search write: slider
Only SliderField has been found.
Thank you very... -
4 Feb 2011 6:02 AM
Jump to post Thread: new site is looking HOT!!! by honzakuchar
- Replies
- 21
- Views
- 3,189
Hi, the new design is really cool. Thank you for it.
But I also found some design bugs.
So first.
In quick reply when you want to sent message, you click on "Reply to Thread" button. It is a... -
4 Feb 2011 4:01 AM
Jump to post Thread: new site is looking HOT!!! by honzakuchar
- Replies
- 21
- Views
- 3,189
.
-
4 Feb 2011 3:50 AM
- Replies
- 2
- Views
- 1,203
Same question. In advance, thank you for your answer. Have a nice day. ;)
-
23 Dec 2010 9:40 AM
- Replies
- 9
- Views
- 1,736
Hi!
I`m highliting this thread. Today I upgraded to Ext 3.3.1 and there is changed mechanism of getting focusEl. It is not searched by class, but by tag "a". So I have a simple question, what will... -
22 Dec 2010 5:19 AM
- Replies
- 5
- Views
- 2,003
For me, completely same. And when you put all linked components together into one, it will work ok.
-
17 Jul 2010 1:18 AM
- Replies
- 3
- Views
- 1,172
Sorry, after some analysis of sources, I found solution. So if someone needs it, here it is:
Ext.ns("Ext.ux.data");
Ext.ux.data.NetteLiveStore = Ext.extend(Ext.Nette.Store/* can be replaced... -
16 Jul 2010 2:42 AM
- Replies
- 3
- Views
- 1,172
Thank you very much for response, but It is not solution for me.
Because when user makes some changes in store and new data from other users recieved and I will call store.save() manually, data...
Results 1 to 25 of 33
