Search Type: Posts; User: b_m_l
Search: Search took 0.02 seconds.
-
23 Feb 2013 5:38 AM
Jump to post Thread: Paging / ListPaging for DataView? by b_m_l
- Replies
- 3
- Views
- 221
i know. but "is there a way to do it" is there some kind of DataViewPaging Plugin
-
19 Feb 2013 7:33 AM
Jump to post Thread: Paging / ListPaging for DataView? by b_m_l
- Replies
- 3
- Views
- 221
Is there a way for paging in ST2.1? it was working in 2.0 with
{
xtype: 'dataview',
store: 'Fotos',
itemTpl: tplFotoList,
... -
19 Feb 2013 3:52 AM
Jump to post Thread: Dataview and ListPaging by b_m_l
- Replies
- 4
- Views
- 720
any solution yet? i have the same problem
-
13 Feb 2013 8:50 AM
Jump to post Thread: Swipe out of screen - Bug?? by b_m_l
- Replies
- 1
- Views
- 131
i fixed the bug by myself like this:
there was a toolbar above the carousel with content (a div with text) that was leaving the screen to the right (it should be invisible) so if i use the... -
13 Feb 2013 8:12 AM
Jump to post Thread: Swipe out of screen - Bug?? by b_m_l
- Replies
- 1
- Views
- 131
Hey guys, i just switched from ST2.0 to ST2.1 and noticed a strange bug, if i use my app / swipe the screen (happens a lot in horizontal swipes like carousel) sometimes the whole app switches to the...
-
5 Feb 2013 4:21 AM
- Replies
- 3
- Views
- 968
same problem here, why is it "fixed" or "solved" everywhere?
-
16 Dec 2012 12:02 PM
Jump to post Thread: Native android package : Big apk by b_m_l
- Replies
- 4
- Views
- 495
my problem was stupid....i had somewhere in my app folder a symlink of another folder (by accident) so if the packager runs recursively through the files / folders it was doing something stupid like...
-
19 Nov 2012 12:56 AM
- Replies
- 2
- Views
- 599
thx a lot, i solved it now by styling with different css. seemd to "white-out" the text in the select field because i changed lots of scss
-
16 Nov 2012 2:19 AM
- Replies
- 2
- Views
- 599
is it possible to have a selectfield in a toolbar? i tried but no text is shown, if i have a xtype:'selectfield' in a normal panel it works, if i have it in a toolbar it looks very different, i can...
-
31 Oct 2012 6:12 AM
- Replies
- 1
- Views
- 203
managed it with insert() - closed
-
31 Oct 2012 3:11 AM
- Replies
- 1
- Views
- 203
Hey guys,
is there a way to add() an item in sencha touch 2 in front of other items?
i have a dynamic carousel wich adds fotos at the end when you view the last item, but it should also add the... -
3 Sep 2012 5:00 AM
Jump to post Thread: Native android package : Big apk by b_m_l
- Replies
- 4
- Views
- 495
same here. it also takes ages to upload to emulator and reports error "no space left on device"
my apk is 70mb, but html version very small
any ideas? -
2 Apr 2012 11:40 PM
Jump to post Thread: bug in list scroll listener? by b_m_l
- Replies
- 4
- Views
- 1,166
no sorry, i found a way to get the position of the list with stuff like
var content= Ext.getCmp(active_list);
var dist = content.scroller.size.height - offset["y"] -... -
23 Feb 2012 2:49 PM
Jump to post Thread: bug in list scroll listener? by b_m_l
- Replies
- 4
- Views
- 1,166
yep. i did it in ST1 like this:
listeners: {
afterrender: function(comp) {
comp.scroller.on('scroll',<some func here>);
... -
23 Feb 2012 1:04 AM
Jump to post Thread: bug in list scroll listener? by b_m_l
- Replies
- 4
- Views
- 1,166
is sencha touch 2 having a bug in scroll - listener? i have a
xtype: 'list' element and i am not able to get a scroll listener
already tried
listeners: {
scroll:... -
22 Feb 2012 10:42 AM
Jump to post Thread: switch sencha touch 1 -> 2 by b_m_l
- Replies
- 5
- Views
- 1,200
yes, already tried that, using Ext.require() above the Ext.onReady(), using requires[] array in the class definitions, did not work, solved it using the sencha-touch-all.js now. now i think the only...
-
22 Feb 2012 12:33 AM
Jump to post Thread: switch sencha touch 1 -> 2 by b_m_l
- Replies
- 5
- Views
- 1,200
any ideas? also implemented a list. dynamically loading data from server, working in chrome, not working in device or emulator
-
20 Feb 2012 11:17 AM
Jump to post Thread: switch sencha touch 1 -> 2 by b_m_l
- Replies
- 5
- Views
- 1,200
yes, already working with it, main difference is working with this Ext.define- stuff, my app is working (except those annoying errors), and another error (bug?) the overlays, working in st1 very...
-
20 Feb 2012 9:16 AM
Jump to post Thread: switch sencha touch 1 -> 2 by b_m_l
- Replies
- 5
- Views
- 1,200
hey guys, i recently switched from sencha touch 1.1.1 to the newest 2 beta for performance reasons. now i have some questions and problems. sencha touch 2 differs a lot from version 1. is it possible...
-
14 Feb 2012 5:26 AM
Jump to post Thread: system wide vibration? by b_m_l
- Replies
- 4
- Views
- 940
bump
-
13 Feb 2012 7:21 AM
Jump to post Thread: system wide vibration? by b_m_l
- Replies
- 4
- Views
- 940
yes i think so, but why only the vibration. the alert comes up. maybe something iphone specific...?
-
13 Feb 2012 6:40 AM
Jump to post Thread: system wide vibration? by b_m_l
- Replies
- 4
- Views
- 940
hey guys. im writing a sencha mobile app with phonegap. i have a vibration and a messagebox via push notification. the problem is, when the application is running all works (vibration and message...
-
9 Feb 2012 11:05 AM
Jump to post Thread: Iphone fast - Android slow? by b_m_l
- Replies
- 5
- Views
- 1,319
=D> maybe im the only one having this issue due to crap android phone? i read that iphone has better hardware acceleration while displaying applications? anyone with a good new android phone here who...
-
8 Feb 2012 4:10 AM
Jump to post Thread: Iphone fast - Android slow? by b_m_l
- Replies
- 5
- Views
- 1,319
any ideas? bump
-
7 Feb 2012 7:37 AM
Jump to post Thread: Iphone fast - Android slow? by b_m_l
- Replies
- 5
- Views
- 1,319
sencha touch 1.1.1
Results 1 to 25 of 27
