Search Type: Posts; User: Philippe Quemener
Search: Search took 0.01 seconds.
-
27 Mar 2013 11:09 PM
- Replies
- 2
- Views
- 207
That's correct, I can confirm that it is working with 2.2 Beta 2. So I guess I cannot convince you to investigate where the bug in 2.1.1 is? ;-)
Anyway, the lists in my test case look some kind of... -
27 Mar 2013 2:48 AM
- Replies
- 2
- Views
- 207
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1.1
Browser versions tested against: -
1 Mar 2013 2:01 AM
- Replies
- 1
- Views
- 166
Hello Sencha team,
I recently upgraded from ST 2.0 to ST 2.1.0. I noticed that for example toggle fields fire a change event if you call the toggle method on them. In ST 2.0 they didn't, the... -
18 Feb 2013 11:59 PM
- Replies
- 2
- Views
- 399
Maybe this is another bug I found and I should open another thread for this. But it seems to me that both are related:
I have a list without PullRefreshPlugin and only a few entries, so the screen... -
14 Feb 2013 7:01 AM
- Replies
- 2
- Views
- 399
REQUIRED INFORMATION Sencha Touch version tested:
ST 2.1
ST 2.0 didn't have this problem Browser versions tested against:
Chrome 24.0.1312.57
Safari 5.1.7 -
17 Jan 2013 4:21 AM
- Replies
- 4
- Views
- 1,014
Perhaps just like this?
list.onAfter('refresh', function()
{
list.getScrollable().getScroller().scrollToEnd();
}); -
17 Jan 2013 2:17 AM
- Replies
- 12
- Views
- 2,203
I can confirm this. In Sencha Touch 2 it worked, in 2.1 not. Even if you do a refresh after the setItemTpl.
-
17 Oct 2012 10:49 PM
- Replies
- 2
- Views
- 414
Thank you for your answer. Removing the hidden property did not change anything. The strange thing is, that if I use these lines of code if a button is clicked, it works. But it does not work if an...
-
15 Oct 2012 5:14 AM
- Replies
- 2
- Views
- 414
Hi folks,
i'm writing a little app using ST2 for chatting. Every time an incoming chat arrives I want to play a little audio file and I'm using Ext.Audio for this. I managed to get it working on... -
28 Feb 2012 7:30 AM
- Replies
- 3
- Views
- 1,679
I can confirm that there is a bug with adding/removing toolbars, I had it in my app, too. Fortunately (at least for me) I could solve it by wrapping the whole thing in another way:
Before, my app... -
14 Feb 2012 4:49 AM
- Replies
- 7
- Views
- 1,689
...is to overwrite the onAdd method in your TabPanel, for example like this:
onAdd: function(cmp, idx)
{
if(shouldBeAddedToTabBar())
{
var tabBar = this.tabBar; -
13 Oct 2011 4:26 AM
- Replies
- 4
- Views
- 1,534
I found the solution myself. The Problem was some quite funny constructs I used due to my little experience with sencha touch. Solution is the following: The onReady function should begin like this:...
-
6 Oct 2011 11:51 PM
- Replies
- 4
- Views
- 1,534
bump
-
5 Sep 2011 4:57 AM
- Replies
- 2
- Views
- 2,207
I had the same problem and solved it this way. I wanted a Ext.form.Text containing a number to be called if it gets the focus.
Call this function for example like this: "createFormItem("mobile",... -
30 Aug 2011 10:40 PM
- Replies
- 4
- Views
- 1,534
If there is anything unclear or if more information is needed, please let me know.
-
17 Aug 2011 12:04 AM
- Replies
- 4
- Views
- 1,534
bump
-
10 Aug 2011 3:59 AM
- Replies
- 4
- Views
- 1,534
Sencha Touch version tested:
1.1.0
only default ext-all.css
Platform tested against:
Results 1 to 17 of 17
