Search Type: Posts; User: aacoro
Search: Search took 0.03 seconds.
-
9 Mar 2012 12:26 PM
Jump to post Thread: Ext.data.store with json by aacoro
- Replies
- 4
- Views
- 364
Use http://jsonlint.com/ to verify your json! It is not valid.
-
19 Feb 2012 8:47 AM
Jump to post Thread: Multi-select combo box with search by aacoro
- Replies
- 5
- Views
- 3,099
Nice, I think I must try this one out, thanks!
-
13 Feb 2012 1:25 AM
Jump to post Thread: Proper Production Build? by aacoro
- Replies
- 4
- Views
- 485
This is similar to my code. Except for the part. This should be loading by MVC, because you specified all your MVC stuff here:
Here is my setup that works for me without warnings:
// enable... -
10 Feb 2012 3:03 PM
- Replies
- 1
- Views
- 494
Hi,
In early version of Sencha if we use CardLayout we should manage the oldCards (inactive cards that are ot visible) ourself. They were present at DOM level (HTML) but not visible...
In the... -
10 Feb 2012 2:58 PM
Jump to post Thread: Problems with an ajax store by aacoro
- Replies
- 4
- Views
- 761
You cannot do cross domain requests with AJAX. If you need this you have to use JSONP.
See for more information: http://snook.ca/archives/javascript/cross_domain_aj -
7 Feb 2012 8:09 AM
Jump to post Thread: Ext JS 4.1 - Updates by aacoro
- Replies
- 102
- Views
- 30,361
Now that we have the 4.1 Beta out there for quite a few days, can we now get a estimate when the final release will be of 4.1?
-
11 Jan 2012 1:12 AM
- Replies
- 4
- Views
- 1,002
The Zoom on the Samsung Galaxy Nexus (with android 4) works just as on a iPhone :-), So no 'plus' and 'minus' buttons...
-
3 Jan 2012 12:39 PM
- Replies
- 0
- Views
- 453
Hi,
I'm using the Map class in my application and I also use the built in feature to detect the current location of the user. This works fine. Hower if the user want to zoom out and scroll to... -
28 Dec 2011 4:30 AM
- Replies
- 8
- Views
- 2,737
Hi Mitchell,
Does this mean that I cano use animation in your MVC example?
Why is this working without animation and with animation it is not working? -
27 Dec 2011 1:00 AM
- Replies
- 3
- Views
- 834
Wow! It helped me Mitchell. I removed the ID and added the ui property : (this is what you meant, right?)
ui : 'dashButton',
And in my controller:
'button[ui=dashButton]' : { -
26 Dec 2011 12:25 PM
- Replies
- 3
- Views
- 834
Hi guys,
I'm trying to finish a sample app for my boss :-) by the 2nd of January :D.
Workflow:
3 Screens:
Google Maps with some markers that represents our properties, on marker click:
... -
26 Dec 2011 6:21 AM
- Replies
- 3
- Views
- 978
I'm not completely sure if I understand your use case, but can set scrollable in a dataview?
See link: http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.DataView-cfg-scrollable
You can alos... -
26 Dec 2011 6:16 AM
- Replies
- 8
- Views
- 2,737
damn mitchell,
as soon as I removed the layout with animation object from my view it is still fired twice but without errors and the oldCard was removed...
So I think you are right, but why this... -
26 Dec 2011 3:14 AM
- Replies
- 9
- Views
- 5,416
You did not read the documentation. You cannot connect directly to your database! Javascript is client side logic, and you can do an ajax request to an server side api (php, java, asp etc). The...
-
25 Dec 2011 4:32 PM
- Replies
- 8
- Views
- 2,737
Hi,
I get this error when trying to remove the oldCard from the panel. I use the MVC example that Mitchel Simeons created. But I have a map, with a marker. When you click on the marker the Page.js... -
25 Dec 2011 11:38 AM
- Replies
- 2
- Views
- 875
Hi Mitchell Simoens,
can you please give a aprox time for Charts in ST2? One month, half year?
Do we have any temp workarounds? I would love to make a prototype with ST2 and charts in it..
Thanks -
24 Dec 2011 2:57 PM
- Replies
- 5
- Views
- 4,171
Is this fixed in ST2??
-
24 Dec 2011 1:56 PM
- Replies
- 4
- Views
- 1,002
On the iPhone I zoom with two fingers.. like regular zoom on sites. But I have no 'plus' and 'minus' buttons on the map...
-
24 Dec 2011 1:51 PM
- Replies
- 9
- Views
- 5,416
Did you read / saw the beautiful Sencha Documentation??
Start reading something about the data package: http://docs.sencha.com/touch/2-0/#!/guide/data -
20 Dec 2011 1:10 AM
Jump to post Thread: Add a Marker to a Map by aacoro
- Replies
- 3
- Views
- 1,085
I have a similar setup only I have instead of pos -> position.
var marker = new google.maps.Marker({
map : map,
position : map.center
}); -
13 Dec 2011 7:07 AM
Jump to post Thread: Recommended Ext JS 4 books? by aacoro
- Replies
- 5
- Views
- 14,129
This book is already published: http://www.packtpub.com/ext-js-4-first-look/book
Master Garcia is working on his second edition: http://www.manning.com/garcia3/
This book is not finished yet but if... -
12 Dec 2011 1:12 PM
Jump to post Thread: Ext.List with deep nested json by aacoro
- Replies
- 4
- Views
- 647
Hi, I think you have to change the node with medthod goToNode or goToLeaf??
http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.NestedList-method-goToLeaf
EDIT: Don't you need a Tree store... -
12 Dec 2011 12:54 PM
Jump to post Thread: Event painted fired twice by aacoro
- Replies
- 3
- Views
- 987
Thanks. I would appreciate if you could have a look at my second question
Thanks again. -
12 Dec 2011 10:14 AM
Jump to post Thread: Event painted fired twice by aacoro
- Replies
- 3
- Views
- 987
Hi,
I have the following code that show the Google Maps. The Maps will load the users location. I want to transform this location into a city name and therefore I need the current latitude and... -
11 Dec 2011 11:50 PM
- Replies
- 4
- Views
- 1,350
This is the reason why the hours spent lead to nothing, thanks!
Results 1 to 25 of 120
