Search Type: Posts; User: herkulano
Search: Search took 0.02 seconds.
-
7 Dec 2010 6:35 AM
- Replies
- 17
- Views
- 2,602
it's to big for email or the forum, download it here: http://dl.dropbox.com/u/4606/sencha-touch-1.0.zip
-
5 Dec 2010 9:29 AM
- Replies
- 17
- Views
- 2,602
Can you say the date scheduled for the next release (1.0.2)?
-
2 Dec 2010 12:01 AM
- Replies
- 17
- Views
- 2,602
No problem, i'll continue to work on 1.0 and wait for the patch or the next release.
-
1 Dec 2010 4:02 AM
- Replies
- 17
- Views
- 2,602
Sencha Touch version tested:
1.0.1
Platform tested against:
Chrome Dev 9.x
Safari 5.x -
27 Nov 2010 2:44 AM
Jump to post Thread: Mapping hashed URLs to views by herkulano
- Replies
- 6
- Views
- 1,127
Yes, to use the hash URLs you need to implement the regApp, like in the Twitter or Kiva example.
-
26 Nov 2010 4:09 PM
Jump to post Thread: Mapping hashed URLs to views by herkulano
- Replies
- 6
- Views
- 1,127
in routes.js you set the variables/options you want to pass in the URL "viewpost/:postid" then in the controler you do a function/action that gets the variables/options as parameters and maybe passes...
-
26 Nov 2010 11:42 AM
Jump to post Thread: Ext.ux.touch.ListPullRefresh by herkulano
- Replies
- 28
- Views
- 15,695
Thanks, i merged your changes and it looks great. :)
-
26 Nov 2010 11:01 AM
- Replies
- 5
- Views
- 1,303
You can find it here:
http://dev.sencha.com/deploy/touch/docs/?class=Ext.util.Scroller -
25 Nov 2010 1:53 PM
Jump to post Thread: Ext.ux.touch.ListPullRefresh by herkulano
- Replies
- 28
- Views
- 15,695
Made some small adjustments:
----------------------------------------------
Support for SenchaTouch 1.0.
Using default SenchaTouch list loading.
Hide when not being used.
Follow Scroller.... -
22 Nov 2010 10:57 AM
- Replies
- 3
- Views
- 1,110
I also noticed that the filters param are not being passed in the call.
-
9 Nov 2010 2:42 PM
- Replies
- 1
- Views
- 580
Updated to 1.0RC1 and the error remains.
-
7 Nov 2010 2:57 PM
- Replies
- 1
- Views
- 580
i'm having this error when it starts to drag after i did a setOffset(mapPoint);
Error: p must be an instance of Ext.util.Point
is it a bug? or am i doing something wrong here?
... -
3 Nov 2010 11:53 AM
- Replies
- 2
- Views
- 1,753
i'm having the same problem in 0.98.
after remove() the data is really removed from the store.data, but after sync() nothing happens to the localstorage data! -
2 Nov 2010 1:44 AM
- Replies
- 4
- Views
- 1,276
hi,
i refactored my application to use the new application, controller, routes classes and it is working great, but now the address bar does not hide in iPhone!
i had a look in the source code... -
1 Nov 2010 4:08 AM
- Replies
- 10
- Views
- 2,531
Hi,
i tried with a JSONP.request() and the problem persists
TypeError: Result of expression 'q' [undefined] is not an object. -
1 Nov 2010 2:34 AM
Jump to post Thread: List Scroller Stuck in 0.98 by herkulano
- Replies
- 8
- Views
- 1,292
i have also this problem on a DataView. It doesn't scroll to the bottom. i tried with and without a doLayout(), but the problem persists.
-
30 Oct 2010 3:52 AM
- Replies
- 10
- Views
- 2,531
Hi, the problem is exactly that, but if the server returns an array then it gives the error: TypeError: Result of expression 'q' [undefined] is not an object.
I use the store a dataview and a... -
28 Oct 2010 12:28 PM
Jump to post Thread: 0.98 Associations by herkulano
- Replies
- 11
- Views
- 2,937
thanks, that was very helpful.
-
28 Oct 2010 12:06 PM
- Replies
- 10
- Views
- 2,531
sure.
{"id":"110","title":"The rise of Server-side JavaScript","description":"The JavaScript language have increased in importance in the last two years. Not only have the creeping victory of... -
28 Oct 2010 12:03 PM
- Replies
- 10
- Views
- 2,531
here is the model and proxy:
Ext.data.CodebitsProxy = Ext.extend(Ext.data.AjaxProxy, {
url: 'http://lab.herkulano.com/codebits2010/codebits-proxy.php',
callbackKey: 'callback',
... -
28 Oct 2010 8:12 AM
Jump to post Thread: 0.98 Associations by herkulano
- Replies
- 11
- Views
- 2,937
thanks for the help.
i do agree sencha should make it work with XTemplates seamlessly or provide documentation on this. -
28 Oct 2010 7:35 AM
Jump to post Thread: 0.98 Associations by herkulano
- Replies
- 11
- Views
- 2,937
sorry, i didn't understood what you meant on the first reply.
as you can see in the blog post about associations and in the docs... -
28 Oct 2010 2:44 AM
Jump to post Thread: 0.98 Associations by herkulano
- Replies
- 11
- Views
- 2,937
They are in different files.
-
28 Oct 2010 1:24 AM
- Replies
- 10
- Views
- 2,531
i have a DataView with a store and a ajax proxy and the webservice returns an object. when i do store.read it assumes there no data and gives the emptyText.
also if i wrap this object in the... -
28 Oct 2010 1:15 AM
Jump to post Thread: 0.98 Associations by herkulano
- Replies
- 11
- Views
- 2,937
i have the following error with this code
Ext.regModel('SessionDetail', {
fields: [
{name: 'id', type: 'int'},
{name: 'title', type: 'string'},
{name:...
Results 1 to 25 of 28
