Search Type: Posts; User: oddz
Search: Search took 0.03 seconds.
-
3 Apr 2012 6:57 AM
- Replies
- 3
- Views
- 602
Same test case still does not work on 2.0.1 RC.
-
20 Mar 2012 7:52 AM
- Replies
- 3
- Views
- 602
Yeah, your right because there are 6 items inside the stores data array. So it is a problem with the XML reader rather than the data view itself.
-
20 Mar 2012 7:40 AM
- Replies
- 3
- Views
- 602
The NestedList does not function properly when a TreeStore with an XML reader is used. Perhaps this is something you guys are already aware of given the lack of examples with XML and Nested List but...
-
7 Mar 2012 12:43 PM
- Replies
- 4
- Views
- 793
Alright, thanks for the info.
I ended up manipulating the data view item dom which seems to function.
Thanks -
4 Mar 2012 12:46 PM
- Replies
- 4
- Views
- 793
cool, much appreciated.
-
3 Mar 2012 11:48 AM
- Replies
- 4
- Views
- 793
This in't necessarily a bug but thought I would metnion it and see people thoughts.
I am developing a plugin for dataviews that allows me to mixin ads (yahoo apt) to the entities in the list. I... -
1 Mar 2012 10:11 PM
- Replies
- 1
- Views
- 525
Does the library provide a utility method for determining instance of based on parent classes?
What I am looking for is if class B is a child of class A determine whether B is an instance of A.... -
28 Feb 2012 2:32 PM
- Replies
- 1
- Views
- 360
I see that with the advent of rc1 horzintal wrapping was introduced to data views. Coupled with a scroll snap this seems to nearly mimic the functionality of a carousel.... nearly. So I was wondering...
-
28 Feb 2012 2:29 PM
- Replies
- 60
- Views
- 10,285
1.2.3 seems to be working fine for me creating builds. Though I haven't researched or tried it but I don't think native builds will function with 1.2.3. I *think* that is one of the major...
-
28 Feb 2012 1:26 PM
- Replies
- 60
- Views
- 10,285
Same issue here.
Maybe I should just re-install 1.2.3 since that seemed to be working perfectly. -
15 Feb 2012 10:35 AM
- Replies
- 3
- Views
- 659
I was referring to a store backed carousel that displays one item at a time with swiping that reveals the next card. I have looked at the example you cited and while that will work it requires the...
-
14 Feb 2012 2:34 PM
- Replies
- 3
- Views
- 659
I have created a plugin that works well when coupled with a data view. However, due to differing implementations between data view and carousel it can not be used in a carousel without modifications....
-
10 Feb 2012 1:36 PM
- Replies
- 3
- Views
- 839
Actually my testing revealed that the primary cause was image sizes. Once that was rectified using io.src list scrolling, navigation view transitions and all together responsiveness has much...
-
9 Feb 2012 6:05 PM
- Replies
- 3
- Views
- 839
Using compontents for 25 items in a data view I have noticed some scroll lag and delayed response. I can't think that 25 would really be an issue. However, I will probably be converting my data item...
-
9 Feb 2012 5:59 PM
Jump to post Thread: Loading mask not displaying by oddz
- Replies
- 1
- Views
- 639
The entire window can be masked like so:
Ext.Viewport.setMasked({xtype: 'loadmask'});
Than to unmask:
Ext.Viewport.unmask()
or -
9 Feb 2012 5:56 PM
- Replies
- 3
- Views
- 540
Could you post the models, stores and call to load the store.
-
8 Feb 2012 4:19 PM
Jump to post Thread: how to structure a new app by oddz
- Replies
- 3
- Views
- 470
All the examples have the source for the application under the app directory. It would be good to use those examples as starting point for building your own app. I would highly recommend looking at...
-
8 Feb 2012 4:15 PM
- Replies
- 3
- Views
- 839
Initially when I began developing an application using Touch 2 in pr1 I recall this being a prime concern. However, back than I was using my own paging mechanism which loaded items in sets of 20....
-
24 Jan 2012 3:07 PM
Jump to post Thread: PR4: XML loading BROKEN by oddz
- Replies
- 9
- Views
- 1,036
Here is the other piece to the puzzle. Ext.data.reader.Xml::record does exist. Instead it has been moved into the config. However, the magical getter and setters do not work either. So the only thing...
-
24 Jan 2012 2:48 PM
Jump to post Thread: PR4: XML loading BROKEN by oddz
- Replies
- 9
- Views
- 1,036
I did some partial debugging on this and this is what I discovered.
Ext.data.reader.Xml::extractData() expects a response object. However, Ext.data.proxy.Ajax::extractResponseData() returns the... -
24 Jan 2012 9:47 AM
- Replies
- 6
- Views
- 1,346
I was using sencha-touch.js switching to sencha-touch-all.js has seemed to fix that problem. thx
-
24 Jan 2012 9:44 AM
Jump to post Thread: PR4: XML loading BROKEN by oddz
- Replies
- 9
- Views
- 1,036
What is meant by completely broken? The chrome console is showing an error after wards that the method getSuccess is undefined for me inside Ext.define.Process.
-
24 Jan 2012 8:16 AM
- Replies
- 6
- Views
- 1,346
I have all my application code completely isolated out of the touch core. Therefore, in upgrading I merely replaced the existing touch library with the new one and updated my custom sass files....
-
7 Jan 2012 4:28 PM
- Replies
- 1
- Views
- 964
Is there a way to detect whether Touch2 is compatible withe a given browser? I know that the simplest means of doing so would be checking for web kit but I was wondering if there is a method using...
-
6 Jan 2012 12:50 PM
- Replies
- 2
- Views
- 690
This is my attempt to begin debugging the issue myself but things are not going so smoothly. As you can see all the categories are being displayed at the root level.
Ext.Loader.setConfig({...
Results 1 to 25 of 118
