Search Type: Posts; User: j.vreeken
Search: Search took 0.05 seconds.
-
29 May 2013 6:39 AM
Jump to post Thread: Row Expander by j.vreeken
- Replies
- 2
- Views
- 208
You can use an override. Make sure the grid is a seperate class, if not, rightclick it and promote to class.
After that, create an override and paste in the plugin like this:
... -
5 Apr 2013 3:11 AM
- Replies
- 3
- Views
- 341
I noticed the same thing docking a summary on the bottom of a grid:
features: [{ftype: 'summary', dock: 'bottom'}]
This happened in my case when IE8 is set in compatibility mode or to IE7... -
14 Mar 2013 2:31 AM
- Replies
- 1
- Views
- 266
Just use the "Filter or Quick Value Set ..." box in the right hand side config panel.
change it to: type:"logout" (don't forget the quotes around stringvalue "logout") and hit the enter key on... -
18 Apr 2012 5:06 AM
- Replies
- 6
- Views
- 1,008
Things i forgot to mention: i run windows 7 64 bit.
Thanx to process explorer (found on technet) i noticed that SA2 tries to read files from folder C:\Users\<your username>\AppData\Local\Sencha,... -
18 Apr 2012 4:50 AM
- Replies
- 6
- Views
- 1,008
Same here, after selecting a project type, gui disappears. Process is running but nothing shows on desktop or taskbar.
-
29 Feb 2012 1:20 PM
- Replies
- 19
- Views
- 3,596
Many thanx in advance Luca and team! I realy like the new Designer, it has so much potential, thanx for that!
-
29 Feb 2012 1:19 AM
- Replies
- 19
- Views
- 3,596
My goal is to implement grid filtering using the Sencha Designer, without hand-editing anything after deployment of the project. Using the method i described, that is all you will get.
Grid... -
29 Feb 2012 1:06 AM
- Replies
- 19
- Views
- 3,596
I did get things started. In my "8 Feb 2012 2:13 AM" post, i wrote that the last step had to be hand-implemented. There is a way around this.
In my specific case, in Designer, i deleted the... -
10 Feb 2012 12:08 PM
- Replies
- 19
- Views
- 3,596
bump
-
8 Feb 2012 2:13 AM
- Replies
- 19
- Views
- 3,596
Almost there.
Is there a function that i can call set the features property for my grid, or add a feature to it?
I now have to hand-edit it and it gets overwritten each time i deploy my Designer... -
7 Feb 2012 2:22 PM
- Replies
- 19
- Views
- 3,596
Thanks, i'll try that.
btw, what a great product! I played with Sencha Touch in Designer 2.0 beta, just awesome. Sencha rocks! =D> -
7 Feb 2012 2:10 PM
- Replies
- 19
- Views
- 3,596
That's good news, i would love to see this featured since there are tons of usefull UX :)
I already modified my deployed code and successfully included the filtering option on my grid. In the... -
7 Feb 2012 1:28 PM
- Replies
- 19
- Views
- 3,596
I want to use UX in Designer 2.0. Is it possible to include Ext.ux.grid.FiltersFeature somehow?
-
2 Feb 2012 11:24 AM
Jump to post Thread: Can't view any content by j.vreeken
- Replies
- 10
- Views
- 1,513
Did you select a view?
In the first project i exported i also got an empty page, i noticed that the page title was the name of my project. I forgot to select a view to start with. In the project... -
17 Jan 2012 2:47 AM
- Replies
- 24
- Views
- 13,438
Commenting out the form part did the trick, i suppose this is not the best solution:
Ext.override(Ext.Component, { replaceWith : function(newComponent){
var ctnr = this.ownerCt;
... -
7 Dec 2011 4:31 AM
- Replies
- 1
- Views
- 847
I had a simular issue, see my post: http://www.sencha.com/forum/showthread.php?143516-Need-help-how-to-create-a-basic-tree-panel-using-Designer-(1.1.2-or-1.2.0-beta)
i had to uncheck the... -
13 Sep 2011 11:16 PM
- Replies
- 8
- Views
- 1,908
Well i'll be damned! That is exactly it!
The rootVisible option for the Tree Panel is checked by default.
I unchecked it and everything works as it should be!
This smells like a bug.
... -
13 Sep 2011 2:36 PM
- Replies
- 8
- Views
- 1,908
It seems that JoelRSimpson's tree problems/solution is unrelated to my post here.
My questions remain:
1. What's up with the root{} property that i have to place in the TreeStore section in my... -
12 Sep 2011 1:28 AM
- Replies
- 8
- Views
- 1,908
I get the same result by entering the root property for the Json Reader. If you leave out the root property for the reader, the tree is displayed correctly.
Ext.define('MyApp.view.base.Json... -
9 Sep 2011 4:45 AM
- Replies
- 5
- Views
- 3,077
Thanks for the reply CaliLuke.
I've got it working, well ... sort of.
I could use some additional help.
please see my other post. -
9 Sep 2011 4:40 AM
- Replies
- 8
- Views
- 1,908
I've got trees working now using the final version of Designer 1.2.
In the Ext 4.x example file Drag and Drop ordering in a TreePanel i noticed the following code:
var store =... -
14 Aug 2011 1:56 AM
- Replies
- 5
- Views
- 3,077
Will those docs contain the howto's for tree stores, tree panels and tree views too?
-
11 Aug 2011 6:46 AM
- Replies
- 8
- Views
- 1,908
I'm using the Designer for a few weeks now, and i've just finished my first project (creating a HTML-template for Outlook). Big success =D>, mainly due to the Designer which saved me quite some time....
Results 1 to 23 of 23
