Search Type: Posts; User: lastid
Search: Search took 0.02 seconds.
-
10 Jun 2013 1:16 AM
- Replies
- 0
- Views
- 99
I am trying to build a Sencha Touch app with 'package' as option. The thing is I need to generate several targets: iOS, Android, web, because each of which has a different set of javascript (phonegap...
-
6 Jun 2013 6:53 AM
Jump to post Thread: Changing microloader file by lastid
- Replies
- 3
- Views
- 286
How can I do that?
At the moment, the building process (package) will read the testing.js file's content and dump it directly in the index.html file. Other than modifying the build process... -
31 May 2013 6:33 AM
Jump to post Thread: Changing microloader file by lastid
- Replies
- 3
- Views
- 286
I have to add some logic to the microloader. It would be great if we can configure to change the microloader file in the build process. At the moment it must be testing.js or production.js in the...
-
28 May 2013 8:26 AM
- Replies
- 2
- Views
- 269
Do you have any work around please? I cant wait until next release.
I cant downgrade to 2.2.0 because of the scrolling issue in Android stock browser
I cant downgrade to 2.0 because I already... -
28 May 2013 6:56 AM
Jump to post Thread: Different microloader by lastid
- Replies
- 2
- Views
- 523
I'm building sencha app with "package" option.
I saw that it uses testing.js as microloader. I want to change the logic a bit, but I dont want to write code directly in this file because it can... -
27 May 2013 6:30 AM
- Replies
- 2
- Views
- 269
REQUIRED INFORMATION
Sencha touch version tested:
Sencha touch 2.2.1
Browser versions tested against:
Android4 stock browser Chrome latest version for Android 4 Safari iOS6
Description: -
27 May 2013 1:48 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by lastid
- Replies
- 25
- Views
- 1,313
Thank you. It's better for me.
But I tried to load the basic list from kitchen sink here http://cdn.sencha.io/touch/sencha-touch-2.2.1/examples/kitchensink/index.html#demo/basiclist in a webview... -
24 May 2013 2:00 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by lastid
- Replies
- 25
- Views
- 1,313
Finally we have some news!
Do you have a date for 2.2.1 release?
Our app has to go public very soon, it would be great if you guys release on time.
Honestly I find scrolling for my Nexus 4 in... -
2 May 2013 7:02 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by lastid
- Replies
- 25
- Views
- 1,313
For me it's a serious problem, you lose the native feeling when scrolling, and I dont know if someone from Sencha is working on this.
I also dont understand why in 2013, a pioneer web company... -
29 Apr 2013 5:52 AM
Jump to post Thread: [2.2.0RC] Scroller lags behind by lastid
- Replies
- 25
- Views
- 1,313
Wow. I have exactly the same problem.
I updated my app from 2.0 to 2.2 as I read performance boost in sencha blog. I was wrong.
Now on my Nexus 4 with the stock browser, every scrollable... -
20 Apr 2009 1:23 AM
Jump to post Thread: [FIXED][3.??] - GroupTabPanel by lastid
- Replies
- 5
- Views
- 3,390
I tried the group tab panel example and realized that it's awful in IE6. Is IE6 still supported in Ext 3? Or it's because GroupTabPanel is just a extension, so it's doesnt matter?
-
9 Sep 2007 4:08 AM
- Replies
- 57
- Views
- 52,789
Hi Eric,
I've just installed the newest version of eclipse pdt and the 'template adding' is working
Spket is a great IDE! -
9 Sep 2007 2:18 AM
- Replies
- 57
- Views
- 52,789
The OS is windows.
My eclipse 's plugin list is in the attached file.
Thanks for your help -
8 Sep 2007 11:05 AM
- Replies
- 57
- Views
- 52,789
Hi Eric,
Sometimes I notice that the auto complete doesn't propose the whole list that it should be. For instance:
Ext.get(el). [Ctrl + Spacebar] just shows an incomplete list of Ext.Element... -
6 Sep 2007 10:13 AM
- Replies
- 57
- Views
- 52,789
Thanks Eric, it works like a charm now.
I removed everything and install via update manager. -
5 Sep 2007 2:46 PM
- Replies
- 57
- Views
- 52,789
Eric, I tried to update to 1.6.3, I got an error message: 'internal error: loading context' and then it seems that spket doesnt have any effects anymore.
Here is the error in the log file.
!ENTRY... -
29 Aug 2007 12:52 AM
- Replies
- 5
- Views
- 1,067
For uploading file forms, I would recommend Fiddler to see the what you are sending, the headers, and the response.
-
16 Aug 2007 12:25 AM
Jump to post Thread: Jsonview and after render by lastid
- Replies
- 5
- Views
- 1,200
Hi dantheman,
Let's say my template is the one above.
I use a JsonView
var view = new Ext.JsonView( ....)
then attach each node of the view with event click
view.on('click', function(v,... -
15 Aug 2007 9:18 AM
Jump to post Thread: Jsonview and after render by lastid
- Replies
- 5
- Views
- 1,200
Thanks BernardChhun, I didnt know that is the good way :)
-
15 Aug 2007 3:20 AM
Jump to post Thread: Jsonview and after render by lastid
- Replies
- 5
- Views
- 1,200
Hi everyone,
I am using Jsonview. Let's say my template is:
'<div>' +
'<img class="thumb-article" src="{url}" ><br />' +
'<span>{name}</span><br />' +
'<span>Price:... -
10 Jul 2007 2:22 AM
- Replies
- 6
- Views
- 7,265
Thanks, I need this too. :)
-
13 Mar 2007 2:13 AM
Jump to post Thread: DialogLayout - bug in setUrl? by lastid
- Replies
- 2
- Views
- 1,613
Hi, thanks for your answer.
Is there anyway to clear the old urls? For me, the setUrl itself like its name suggested, should just use the last url. What it does now is like "addUrl". But it doesnt... -
11 Mar 2007 5:12 AM
Jump to post Thread: DialogLayout - bug in setUrl? by lastid
- Replies
- 2
- Views
- 1,613
Hi,
I think this is strange.I setUrl 4 times to a Panel, and then when it's activated, the 4 urls are loaded.
Shouldnt it load just the last url?
Here is the code
<html>
<head>
... -
11 Mar 2007 4:22 AM
Jump to post Thread: Shadow- how? by lastid
- Replies
- 4
- Views
- 1,637
Thanks alot.
Appreciate your help.
p.s: I didnt complain though, just impatient, sorry about that. -
10 Mar 2007 3:20 PM
Jump to post Thread: Shadow- how? by lastid
- Replies
- 4
- Views
- 1,637
Hello
Nobody wants to help me?
plz
Results 1 to 25 of 26
