Search Type: Posts; User: anthony.conklin
Search: Search took 0.02 seconds.
-
27 Jun 2011 9:51 AM
- Replies
- 9
- Views
- 3,362
You could do a md5 hash on the data you have and then store the hashes server side then check to see if the md5 hash you have on phone matches the latest one from the server... less data being...
-
27 Jun 2011 6:51 AM
- Replies
- 2
- Views
- 910
Setup a new view or component of nestedlist then add it as an item to the TabPanel
var nestedList = new Ext.NestedList({
title: 'Nested List',
store: yourStoreNameHere,
displayField:... -
22 Jun 2011 11:52 AM
- Replies
- 1
- Views
- 15,830
Solved the issue, was referencing a view file from within itself causing an infinite loop
-
22 Jun 2011 10:12 AM
- Replies
- 1
- Views
- 15,830
Ok, so here is a situation, that I either need to figure out another way of doing the same thing... or figure out why this is happening.
I have a Tab Panel, inside of that tab panel is a... -
22 Jun 2011 9:13 AM
- Replies
- 5
- Views
- 998
Ok, actually, that actually worked, I had:
defaults: {
styleHtmlContent: true,
}
setting that to false, seemed to resolve my issues! Thanks for your response! I was fixing to give up... -
22 Jun 2011 9:09 AM
- Replies
- 5
- Views
- 998
Tried that, still not working :-/
-
22 Jun 2011 8:45 AM
- Replies
- 5
- Views
- 998
I've searched everywhere trying to find resources on how to get rid of this gap.... This is happening on a NestedList inside of a TabPanel... using the latest version of sencha touch (downloaded...
-
20 May 2011 10:28 AM
- Replies
- 24
- Views
- 31,785
I'm having an issue with this line, seems it can't find:
@import '../themes/stylesheets/sencha-touch/default/all';my structure:
c:\xampp\htdocs\mobile\app\www\scss...
Results 1 to 8 of 8
