Search Type: Posts; User: lincon6
Search: Search took 0.07 seconds.
-
5 Feb 2013 7:51 AM
Jump to post Thread: Ext.ux.touch.grid by lincon6
- Replies
- 253
- Views
- 49,272
Not yet.
There is a bug in horizontal scroll in 2.1.
The layout in 2.1 is quit different from 2.0.1.
I tried to write a work-around to redraw the container.
But this still has some problem.
I... -
4 Feb 2013 8:01 AM
Jump to post Thread: Ext.ux.touch.grid by lincon6
- Replies
- 253
- Views
- 49,272
Paging.js
Ext.define('Ext.ux.touch.grid.feature.Paging', {
extend : 'Ext.ux.touch.grid.feature.Abstract',
requires : [
'Ext.ux.touch.grid.feature.Abstract',
... -
30 Jan 2013 5:04 PM
- Replies
- 1
- Views
- 193
Found this by accident. You can get 2.1.1 from http://docs.sencha.com/touch/2-1/touch-build/sencha-touch-all-debug.js.
You can also get the src files. -
29 Jan 2013 12:37 AM
- Replies
- 2
- Views
- 379
Hi, any progress?
We just couldn't wait.
Or we have to revert to 2.0.1
:s
Actually, 2.1 is not that stable as expected.
A little disappointed. -
21 Jan 2013 8:13 PM
- Replies
- 2
- Views
- 379
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1
Browser versions tested against:
Chrome 24 (Windows) -
20 Jan 2013 6:37 AM
Jump to post Thread: Ext.ux.touch.grid by lincon6
- Replies
- 253
- Views
- 49,272
Paging fix:
goToPicker : {
left: 0,
top: 0,
cls: Ext.baseCSSPrefix + 'select-overlay',
modal : true,
width ... -
20 Jan 2013 1:48 AM
Jump to post Thread: Ext.ux.touch.grid by lincon6
- Replies
- 253
- Views
- 49,272
Hi Mitchell.I Just upgrade my app to 2.1.But horizontal and paging example don't work right.Please take a look at the attached pictureThanks.
-
2 Nov 2012 9:06 PM
- Replies
- 6
- Views
- 1,099
I use navigator.network.connection.type in app's profile, so I think it'll be ok to display cordova version in a view.
In my app, to make cordova calls right I have to put cordova.js before... -
2 Nov 2012 6:19 AM
- Replies
- 6
- Views
- 1,099
I hacked this by these steps:
1. in app.json
"js": [ {
"path": "sdk/sencha-touch.js"
},
{
"path": "cordova-2.2.0.js"
},
{ -
29 Oct 2012 3:44 AM
- Replies
- 1
- Views
- 924
Don't use the default css3 transition indicator in index.html, use gif indicator instead.
-
18 Oct 2012 4:50 PM
- Replies
- 1
- Views
- 250
Also found this problem. The memory is up to about 50M in memory when packaged in phonegap.:-/
-
13 Sep 2012 5:38 PM
- Replies
- 5
- Views
- 1,555
Try this config to make sheet fullscreen:
{ left: 0
,right: 0
,bottom: 0
,layout: 'fit'
} -
10 Sep 2012 5:04 PM
- Replies
- 4
- Views
- 595
This remote feature is too simple, it just injects script or css tag into index.html.No version controlling:(
-
10 Sep 2012 4:55 PM
- Replies
- 3
- Views
- 419
nice:D
-
9 Sep 2012 11:00 PM
- Replies
- 4
- Views
- 595
Do you mean change the url property or the 'remote' property in app.json?
Just upgraded to ST2.1B2, I set remote to true in app.json.
And the production building returns no error. But app.json file... -
6 Sep 2012 6:35 AM
- Replies
- 4
- Views
- 595
Say I have a server with a fast net speed, and large file
such as app.js and app.cs are put in.
Any there is a handy of personal servers running our application with
a touch end written by sencha... -
4 Sep 2012 9:26 PM
- Replies
- 3
- Views
- 419
I am using a search field with a keyup event to filter the list.
Everything works great when the keyboard language is english.
But when I switch the language to my language(chinese) and input ... -
28 Aug 2012 11:21 PM
- Replies
- 10
- Views
- 1,965
:)
-
20 Aug 2012 5:26 AM
- Replies
- 3
- Views
- 499
If you set panel's model to true, error will happen.
Another thread also reported this problem.... -
20 Aug 2012 12:13 AM
- Replies
- 2
- Views
- 463
thanks.
-
16 Aug 2012 7:33 PM
- Replies
- 3
- Views
- 499
I just upgrade my app from 2.0.1.1 to 2.1 b2, but
overlay.destroy() doesn't work anymore.
Does anybody have any idea how to destroy overlay in
2.1 beta 2?
Thanks -
7 Aug 2012 6:45 PM
Jump to post Thread: Jarvus.field.ListPicker by lincon6
- Replies
- 11
- Views
- 3,632
I inspect the dom. The picker is still there as a actionsheet does.
Can the picker be destroyed?
Thanks. -
30 Jul 2012 5:37 PM
Jump to post Thread: grid summary feature by lincon6
- Replies
- 4
- Views
- 1,131
:)Just couldn't wait.Please correct me if there is any fault.
-
30 Jul 2012 12:39 AM
Jump to post Thread: Ext.ux.touch.grid by lincon6
- Replies
- 253
- Views
- 49,272
You can have a look at the source of eitable feature. I think you can try
listen to 'editstart','editend' or 'editcancel' event that fire inside this feature. -
27 Jul 2012 12:53 AM
Jump to post Thread: grid summary feature by lincon6
- Replies
- 4
- Views
- 1,131
hi all, I just wrote a grid summary feature.
You can find code here: https://github.com/jasonlin/sencha-touch-grid-summary
:)
Results 1 to 25 of 34
