Search Type: Posts; User: pyoungerv
Search: Search took 0.03 seconds.
-
10 May 2012 8:33 AM
- Replies
- 1
- Views
- 690
ok, that was painful. but i have a simple workaround: require DateExtras
Ext.require('Ext.DateExtras');
for the record: i am not using Ext.Date or DateExtras in my code. so, maybe this is... -
10 May 2012 8:11 AM
- Replies
- 1
- Views
- 690
When i run my code in development mode my app.js file only includes my code and i allow sencha to dynamically load the sencha api files as required, (standard practice) and it works fine.
when i... -
1 May 2012 1:51 PM
- Replies
- 1
- Views
- 281
what is the best way to subscribe to important announcements, like the recent 2.0.1 RC release and the new SDK Tools release? i dont want to subscribe to all forum posts, just important...
-
29 Apr 2012 9:02 PM
Jump to post Thread: Advance List Layout by pyoungerv
- Replies
- 10
- Views
- 1,679
yes, i agree. there should be a way to stack lists. please let me know if anyone finds a good solution.
-
20 Apr 2012 6:50 AM
- Replies
- 25
- Views
- 3,552
i see. i am using MVC and consider it a very useful design paradigm.
i am still concerned by your statement would you mind clarifying how the data could be incorrect?
regarding MVC, i think... -
19 Apr 2012 8:12 AM
- Replies
- 25
- Views
- 3,552
that sounds like a critical problem, but i dont understand what you are describing. please explain further. so far, i appear to be iteratively setting the .rec property to the current records right...
-
19 Apr 2012 12:34 AM
- Replies
- 25
- Views
- 3,552
i found something that works and feels at least somewhat safe. if anyone sees a better option or a potential for memory leak etc, pls let me know.
i subclassed the list and overrode the... -
18 Apr 2012 11:42 PM
- Replies
- 25
- Views
- 3,552
one more note. it looks to me like there is a bug in the code implementing the xindex and xcount variables. aren't they hard-coded to always be 1? i cant make them increment.
-
18 Apr 2012 9:54 PM
- Replies
- 25
- Views
- 3,552
this seems like a strange limitation. why doesnt xtemplate provide access to the passed record? i would like to do the same thing: call model methods. that would be a much cleaner code design. ...
-
12 Apr 2012 9:48 AM
- Replies
- 12
- Views
- 1,409
i understand. that makes sense. how should i interpret the message at the top of this thread? it looks like there is a fix?
Success! Looks like we've fixed this one. According to our records... -
12 Apr 2012 7:02 AM
- Replies
- 12
- Views
- 1,409
i am getting this error now. (using appmobi+sencha touch). is that message above indicating that this issue has been resolved? how do i get the 2551 code fix?
-
9 Apr 2012 10:18 AM
- Replies
- 18
- Views
- 2,124
i see a similar issue and it appears to be related to including dockedItems as part of the config
-
7 Apr 2012 9:52 AM
- Replies
- 1
- Views
- 788
i want to do the same thing. have you had any success?
-
27 Mar 2012 6:26 PM
Jump to post Thread: Sench Chart Crashing in IPAD by pyoungerv
- Replies
- 15
- Views
- 3,753
seems like its the line chart that crashes. the others work ok. im also using ipad 1st gen.
-
12 Mar 2012 3:57 PM
Jump to post Thread: sencha.io REST api by pyoungerv
- Replies
- 1
- Views
- 1,361
i love the idea of this new sencha.io service. does it (or will it) have a REST api so cloud data (users, devices, data, etc) can be accessed programatically?
also, when is the next release? ... -
27 Aug 2010 5:27 AM
- Replies
- 3
- Views
- 2,178
Ok, thanks. that's helpful.
-
20 Aug 2010 10:37 AM
- Replies
- 3
- Views
- 2,178
i want to learn how to dynamically add and remove docked items dynamically. the only thing that works for me so far is:
this.dockedItems = this.dockedItems || [];
...
Results 1 to 17 of 17
