Search Type: Posts; User: Razr
Search: Search took 0.02 seconds.
-
8 May 2013 7:10 AM
- Replies
- 3
- Views
- 179
So what do I have to assign in the listConfig then? And how can I 'tell it' to read the total? I would appreciate it if you can point me a bit more in the right direction. The documentation is also...
-
8 May 2013 4:57 AM
- Replies
- 3
- Views
- 179
When trying to have a NestedList with the ListPaging plugin working nicely, I came across an issue where the total property of the data is not parsed correctly?
I return JSON from a server, which... -
29 Mar 2013 4:58 AM
- Replies
- 35
- Views
- 4,735
To all Sencha developers
How is the fix coming along? Any planning you guys could share with your users? A lot of users would like to see this fixed - the issue is reported months ago and... -
14 Mar 2013 3:37 AM
- Replies
- 6
- Views
- 725
This issue sounds very similair to this one: TOUCH-3781.
Unfortunately there is no feedback at all from the moment the Sencha team decides to make something a bug. I have no idea where I can... -
25 Feb 2013 12:20 AM
- Replies
- 35
- Views
- 4,735
No, as you can read on the top:
You found a bug! We've classified it as TOUCH-3781 ... -
31 Jan 2013 4:22 PM
- Replies
- 9
- Views
- 412
Yes that's correct. I am really curious if there is a elegant way of handling this. Perhaps one of the devvers could also jump in? If there does not seem to be a solotion perhaps I can shoot a bug in.
-
30 Jan 2013 3:44 PM
- Replies
- 9
- Views
- 412
Well I tried to create a fiddle, but that's kinda difficult with server-side filtering and custom controls. Basically I have a NestedList, and the only thing I do is specifing a searchfield (xtype)...
-
24 Jan 2013 11:11 AM
- Replies
- 9
- Views
- 412
Good idea, but I am really unable to find anything related to "emptyText". I checked all the source code files from NestedList.js till the base class definition. I must overlook something since it...
-
24 Jan 2013 9:31 AM
- Replies
- 9
- Views
- 412
I tried this, but this solution only seems to prevent the text to be shown untill the store is loaded for the first time (as expected).
Well, actually I only take this approach / workaround... -
24 Jan 2013 1:21 AM
- Replies
- 9
- Views
- 412
My situation is that we have a nested list which contains a text (search) field at the top. This field is used for filtering purposes of the items collection of the nested list. The field is also...
-
30 Nov 2012 11:41 AM
- Replies
- 35
- Views
- 4,735
It is correct that setting a fixes height and width does solve problem. But then the whole point of using relative values in my template is gone. I want to provide a scalable template so the user has...
-
29 Nov 2012 2:55 PM
- Replies
- 35
- Views
- 4,735
So I think I figured out the problem here (was starting to pull my hairs out). Even with your snippet I can reproduce the problem over and over again. The rendering works when the image is loaded...
-
28 Nov 2012 2:57 PM
- Replies
- 35
- Views
- 4,735
Thanks for your reply mike.estes. Unfortunately I am still facing this issue, even with variableHeights set to true (I already thought I tried to do that). And again your example does work for me....
-
28 Nov 2012 1:45 AM
- Replies
- 35
- Views
- 4,735
Thanks for your response. I tweak your snippet (which works) a bit to match my situation more. Please note only the image overflowing.40407
Ext.setup({
onReady: function() {
... -
27 Nov 2012 9:06 AM
- Replies
- 35
- Views
- 4,735
It would be great if somebody from the Sencha team could review and acknowledge this report so a bug can be entered into their tracker.
-
26 Nov 2012 5:37 AM
- Replies
- 35
- Views
- 4,735
How can this possible work since those CSS properties are present and applied by default:
.x-list-item{position:absolute !important;left:0;top:0;color:#000;width:100%} -
25 Nov 2012 11:18 AM
- Replies
- 35
- Views
- 4,735
I indeed also tried setting 'itemHeight' and although this does what it promises, I preferably do not use it. Just because I use percentages for my width values in my item template, so the content...
-
25 Nov 2012 11:10 AM
- Replies
- 4
- Views
- 697
I am bumping this thread since I have the exact same problem and there does not seem to be a fix yet.
-
25 Nov 2012 9:26 AM
- Replies
- 35
- Views
- 4,735
I am facing the exact same problem at the moment when trying to embed images in my list items template. I read in another thread that you can try to add this to the listConfig:
variableHeights:... -
25 Nov 2012 6:57 AM
- Replies
- 3
- Views
- 309
By coincedence I found the solution in another thread in Q&A. It turns out that for 2.1 you have to add the following properties to the component you want to add to the list:
scrollDock:... -
24 Nov 2012 2:09 PM
- Replies
- 3
- Views
- 309
The snippet below is a simplified (for the sake of minimal code) version of the 'productsearch' I mentioned before. I still can reproduce the bug using this component.
... -
23 Nov 2012 7:52 AM
- Replies
- 3
- Views
- 309
The result that was expected:
In Sencha Touch 2.0.1 I could pass an component derived from Ext.form.fieldset (containing two selectlists and a textbox) to the items collection of a NestedList...
Results 1 to 22 of 22
