Search Type: Posts; User: Severance
Search: Search took 0.01 seconds.
-
16 Mar 2012 3:35 AM
- Replies
- 2
- Views
- 606
yes and I have the same error...
-
13 Mar 2012 8:06 AM
- Replies
- 2
- Views
- 606
Hello,
Ext.getStore('ClientStore').load(); // give me sometimes : Uncaught TypeError: Cannot read property 'code' of null
It's happen when I have to call the sync() method such as :... -
17 Feb 2012 12:25 AM
Jump to post Thread: Maps and markers by Severance
- Replies
- 1
- Views
- 417
it's ok, the mousedown event works
-
16 Feb 2012 11:59 PM
Jump to post Thread: Maps and markers by Severance
- Replies
- 1
- Views
- 417
Hello,
I have added several markers on the google map, click on markers to display the infowindow works perfectly on Chrome, but not on my iphone !
google.maps.event.addListener(marker,... -
14 Feb 2012 2:05 AM
- Replies
- 4
- Views
- 1,849
Google maps API works :
google.maps.event.trigger(this.carteCourante.map, 'resize'); -
10 Feb 2012 12:21 AM
- Replies
- 1
- Views
- 301
Hello,
What about the compatibility of plugins TouchGridPanel and Sencha Touch Charts with Sencha touch 2.x ?
Thank you -
9 Feb 2012 3:10 AM
- Replies
- 4
- Views
- 1,849
my code :
App.View.Carte = Ext.extend(Ext.Panel, {
initComponent: function() {
this.carteCourante = new Ext.Map({
id: 'idCarte',
name:... -
8 Feb 2012 2:45 AM
- Replies
- 4
- Views
- 1,849
Hello,
When I load the map Panel at first, it works perfectly, but if I load another panel and switch to the map Panel, the map is located at the top left of the screen. (a small map wich not take... -
7 Feb 2012 3:59 AM
Jump to post Thread: currentMap.map is null ?! by Severance
- Replies
- 1
- Views
- 438
hello,
I try to setup an Ext.Map :
this.currentMap= new Ext.Map({'useCurrentLocation': true});
console.log(this.currentMap);
That show me that the property this.currentMap.map is null !
... -
5 Sep 2011 7:08 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by Severance
- Replies
- 237
- Views
- 69,845
hello,
not one has an idea or an example of an horizontal grid (with horizontal scroll). ? -
31 Aug 2011 1:25 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by Severance
- Replies
- 237
- Views
- 69,845
hello,
your work is awsome, but could you give me the way to make the grid scrolling horizontally ?
I have tried the code below, but only the rows are scrolling, the header stay fixed, and the... -
23 Jun 2011 3:54 AM
- Replies
- 1
- Views
- 418
Hello,
I'm already a sencha touch user and I already have developped a mobile app with sencha touch.
But I coded the app with the basic examples of the first release of sencha touch and it was... -
21 Mar 2011 11:10 PM
- Replies
- 3
- Views
- 991
no one ?
-
20 Mar 2011 3:14 AM
- Replies
- 4
- Views
- 2,106
ok I have found :
list.scroller.setOffset({x:0,y:0});
thank you men ! -
20 Mar 2011 3:13 AM
- Replies
- 3
- Views
- 991
hello,
after a search, I want to restore the original placeholder text of the searchfield, how to ?
I tried :
Ext.getCmp('searchfield1').setValue("");
But it only empty the searchfield
... -
20 Mar 2011 1:41 AM
- Replies
- 4
- Views
- 2,106
yeah the list.refresh() works but the scroll stay middle if it was middle...
how to set the scroll at top ? -
19 Mar 2011 9:18 AM
- Replies
- 4
- Views
- 2,106
Hello,
I wrote for my storeDoc linked to a List :
storeDoc.removeAll();
It empty the store, but when I add things in the store as usual :
storeDoc.add(reponse);
I don't see anything in... -
5 Feb 2011 8:52 AM
Jump to post Thread: 'More' List by Severance
- Replies
- 3
- Views
- 1,324
hello,
did you have finish it ?
I want to do the same thing... -
2 Feb 2011 11:47 PM
Jump to post Thread: Advice on a load more button? by Severance
- Replies
- 10
- Views
- 2,173
yes I found this one :
http://www.vinylfox.com/list-pull-refresh-plugin-for-sencha-touch/
but I want to add this at the end of a list, not at the beginning
Do you have some other examples ? -
2 Feb 2011 12:00 AM
Jump to post Thread: Advice on a load more button? by Severance
- Replies
- 10
- Views
- 2,173
Does anyone found a solution for a "load more" button at the end of a list ?
-
9 Jan 2011 11:18 PM
- Replies
- 7
- Views
- 1,435
erf !!!
it works well on chrome but not on iphone ! -
6 Jan 2011 11:56 PM
- Replies
- 7
- Views
- 1,435
it workssssssssssssssssssssss !!!!!!!!!!!!!
I'm so happy :)
I have just do that to recalculate the layout :
aPanel.doComponentLayout(); -
6 Jan 2011 11:36 PM
- Replies
- 7
- Views
- 1,435
thanks but it doesn't change anything.
When I rotate the iphone the scroll is ok (horizontal and vertical).
But at the first loading of panel the scroll is not working well.
Somebody knows... -
6 Jan 2011 1:17 AM
- Replies
- 7
- Views
- 1,435
I tried but it does'nt change anything.
Could you share your working code ? -
3 Jan 2011 11:19 PM
- Replies
- 7
- Views
- 1,435
Does anyone have the same problem ? It is not a specific case I think....
Results 1 to 25 of 50
