Search Type: Posts; User: mescalito2
Search: Search took 0.01 seconds.
-
5 Mar 2013 9:03 AM
- Replies
- 1
- Views
- 532
Hi there!
I'm using Sencha Architect 2.1
I have an Store and a Ext.Container with a template, but how can I render the data in the store using the container and the template?
I created a 1... -
10 May 2012 11:11 AM
- Replies
- 1
- Views
- 377
Hi there!
I have this code in version sencha touch 1.1, how to make it works in Version 2?
this.domImage.on("load",function(){
a.sizePhotoInContainer();
... -
3 May 2012 11:39 AM
- Replies
- 4
- Views
- 792
thanks!
-
3 May 2012 10:42 AM
- Replies
- 4
- Views
- 792
Thanks for your answer!
Separated by commas didn't work. Take a look of the code:
mainController.js
this.getImageDetalle().down('#imageDetailCanvas, #superiorNavDetalle, #detalleEntryUser, ... -
3 May 2012 10:29 AM
- Replies
- 25
- Views
- 2,493
Hi there!
Just letting you know that the font code in Sencha Architect is too small for me. I would like to change the size, any idea how to do that? I couldn't find it
Mesc! -
3 May 2012 8:04 AM
- Replies
- 3
- Views
- 792
In case some one is looking for an answer, this is what worked for me:
mainController.js
Ext.define('app.controller.mainController', {
extend: 'Ext.app.Controller',
config: {
... -
3 May 2012 5:21 AM
- Replies
- 3
- Views
- 705
mainView is a Ext.Panel, but the code is an example of what i want to achieve, it doesn't work. What I want to do is this: var main = this.getMain();
I want to use "this" on the Ext scope in order... -
3 May 2012 5:01 AM
- Replies
- 3
- Views
- 792
Kapoc thanks for your answer!
Indeed you answer is the one I was looking for. Unfortunately I ran into another problem because the function expect some parameters like:
onListIEntryTap:... -
2 May 2012 2:13 PM
- Replies
- 3
- Views
- 792
Hi there!
I have a Store that calls a JSON file that contain some Lat,Lng markers from google maps. I want to trigger an action within a controller when I tab on the marker on the map. The... -
1 May 2012 5:08 PM
- Replies
- 4
- Views
- 792
Hi! thanks for your time!
I'm selecting a single element called "detalleItemDescription" in Sencha Touch 2 like this:
... -
1 May 2012 5:07 PM
- Replies
- 3
- Views
- 705
Hi! thanks for your time
I created some markers in a google map, and now I want to activate a container when the marker is "tab"
google.maps.event.addListener(marker, "click", function() {... -
27 Apr 2012 5:23 AM
- Replies
- 4
- Views
- 1,175
How? code please!
-
25 Apr 2012 11:26 AM
- Replies
- 0
- Views
- 475
Hi! thanks for your time
In your kitchensink example you have this:
items: [
{
text: 'Slide Left',
id: 'SlideLeft',
... -
25 Apr 2012 11:21 AM
- Replies
- 4
- Views
- 1,175
Hi! thanks for your time!
Looking at the example you provided in the kitchensink you have this:
text: 'Slide Right',
card: false,
... -
20 Apr 2012 8:54 AM
- Replies
- 15
- Views
- 3,395
I know what you are talking about, it is kind of frustrating because you expect simple things like for instance the problem when you are using a Map wrapped on a Panel and then you pinch on the MAP...
-
19 Apr 2012 9:40 AM
- Replies
- 5
- Views
- 2,872
Hi!
In case someone is looking for the GeoTweets app done with Google maps Markers (Infowindow) and the Twitter API in Sencha Touch 2 using Sencha Architect that I made, here is the screencast in... -
16 Apr 2012 11:03 AM
- Replies
- 4
- Views
- 2,354
Hi! do you have any idea why is not working what you suggested? Thanks!
-
13 Apr 2012 8:34 AM
- Replies
- 4
- Views
- 2,354
Hi Mitchell!
Thanks for your answer, unfortunately I'm using Sencha Designer and in there getStore() does not work :( in the way you suggested.
Please watch this (3min) video where you can see the... -
13 Apr 2012 4:21 AM
- Replies
- 4
- Views
- 2,354
I have an application made in Sencha Touch 2 that uses a Google Map. The map is going to display the position of several markers loaded from a JSON file with an Store. My question is, how can I read...
-
12 Apr 2012 2:11 PM
- Replies
- 3
- Views
- 1,422
Awesome! thanks Aaron.
By The way, the what is ?breakpoint use for? that is for what? -
12 Apr 2012 11:19 AM
- Replies
- 58
- Views
- 4,977
Thank Aaron! good information!... and when you say an "override" do you mean something like this?:
Ext.define('MyApp.view.override.detalleMapa', {
requires: 'MyApp.view.detalleMapa'
},... -
12 Apr 2012 10:49 AM
- Replies
- 58
- Views
- 4,977
I'm using Sencha Designer and the Ext.Map. Every time that I want to change the mapOptions, the editor Sencha Designer change the object to a string. Here you can see the problem:
... -
12 Apr 2012 7:01 AM
- Replies
- 3
- Views
- 1,422
Hi there!
I have been using Sencha Designer to create Sencha Touch 2 projects. I use Chrome for testing and now I want to breakpointing some of my code, how can I do that? Every time I refresh the... -
10 Apr 2012 4:57 PM
- Replies
- 2
- Views
- 717
Thanks!
-
10 Apr 2012 2:19 PM
- Replies
- 2
- Views
- 717
Hello!
I was following the video tutorial "Getting Started with Sencha Touch 2" http://vimeo.com/37974749 that is based in the Building your First App.
I really think there is a BUG in Sencha...
Results 1 to 25 of 33
