Search Type: Posts; User: daftwolfie
Search: Search took 0.01 seconds.
-
8 Aug 2012 9:12 PM
- Replies
- 22
- Views
- 3,108
Thanks Jerome! I'll see what I can do to get around this, been using notepad++ , a bad idea I guess. Thanks for all the help you've given, really appreciate it!
-
5 Aug 2012 10:41 AM
- Replies
- 22
- Views
- 3,108
Thanks for the reply! I tried it out, unfortunately doesn't work, if this helps,
this is my 'NewsContainer' which is my navigation view which contains 'New' which is where my list is, its a... -
4 Aug 2012 11:17 PM
- Replies
- 22
- Views
- 3,108
Hi Jerome,
Sorry but I hope you can help me out on this, I've been unlucky in finding out how to iterate through the incident list. I have an itemtap in my controller.
Controller:
... -
3 Aug 2012 6:36 PM
- Replies
- 2
- Views
- 962
Hi all, my map displays two markers, my current location and another marker which has a lat and long. My map always seems to be centering to my current location. If I were to remove '...
-
2 Aug 2012 9:55 AM
- Replies
- 1
- Views
- 461
Hi all!,
Been searching online for sources, but I have been unlucky. I currently have a list of items and I had given them an itemtap function. When any of the items on the list are clicked, they... -
2 Aug 2012 7:26 AM
- Replies
- 22
- Views
- 3,108
Omg, this one works:
Ext.define('demo.view.Mapo', {
extend: 'Ext.Map',
xtype:'mapo',
config: {
title:'Incident Location',
iconCls:'maps', -
2 Aug 2012 1:38 AM
- Replies
- 22
- Views
- 3,108
Hi everyone, this is not the first post about the same topic , but I'm experiencing some difficulties with this, however I feel it might be very close to being solved. I'm basically creating an...
-
1 Aug 2012 7:53 PM
- Replies
- 22
- Views
- 3,108
Hi Jerome,
Sorry, but should this be placed in store?
Ext.create('demo.store.news', { listeners: { load: function(store, records, successful, op, eOpts){ //create your... -
1 Aug 2012 6:04 PM
- Replies
- 22
- Views
- 3,108
Thanks a lot Jerome! I'll try this out, won't wanna bug ya further lol, thank you for all your responses!:)
-
1 Aug 2012 8:21 AM
- Replies
- 22
- Views
- 3,108
Hi Jerome, I'm not so clear about the response.responseXML part, sorry for the inconvenience (noob) but this is what I did so far. I placed the function u mentioned above into my map js.
Mapo.js
... -
31 Jul 2012 8:36 AM
- Replies
- 22
- Views
- 3,108
Where should I place this? In the store? or in the .php where I would parse the XML?
-
31 Jul 2012 7:43 AM
- Replies
- 22
- Views
- 3,108
Hi Jerome,
I've done the parsing already,
XML - news.xml :
<entry>
<title type="text">Vehicle Breakdown</title>
<summary type="text"></summary>
... -
31 Jul 2012 12:06 AM
- Replies
- 22
- Views
- 3,108
Hi, thanks for the reply, but these fields are taken from an XML feed which contains the Latitude and Longitude fields:
37626 -
30 Jul 2012 6:33 PM
- Replies
- 22
- Views
- 3,108
Hi, thanks for your reply! I now understand the logic behind the model manager, thanks for your help! However, my application is running but I am getting this error in the Google map part. Any idea...
-
30 Jul 2012 6:27 AM
- Replies
- 22
- Views
- 3,108
Hi, I have a model which looks like this:
Ext.define('demo.model.new', { extend: 'Ext.data.Model',
config: {
fields: [
{
name: 'id'
},
... -
27 Jul 2012 8:28 PM
- Replies
- 2
- Views
- 570
Hi, thanks for the reply!
Yup, I do have a model which extracts the field from the XML feed.
this is my model:
37577
I used {Message} to display the message on the list view, however, I'm not... -
26 Jul 2012 6:54 AM
- Replies
- 1
- Views
- 295
Hi everyone,
I'm creating this application which will display a list of road related incidents based on a XML feed. These XML feed contains Latitude and Longitude values as well. I would like to... -
25 Jul 2012 6:32 PM
- Replies
- 2
- Views
- 570
Hi everyone,
I've been searching online for many sources, but I'm still stuck on this one.
I'm working on an app that would display road incidents. The information is parsed from an XML feed and... -
10 Jul 2012 8:43 AM
- Replies
- 3
- Views
- 555
I've solved it for my side,
added 'indexOf' inside to find the specific word!
getImagePath: function (values) { if (values.title.indexOf("Roadworks") != -1) { return... -
10 Jul 2012 8:27 AM
- Replies
- 3
- Views
- 555
Hi sword-it,
Thank you so much for your reply!
I've tried the code you have recommended, but right now, it does not seem to be filtering out the text whereby, for example, a part of the text... -
9 Jul 2012 11:38 PM
- Replies
- 3
- Views
- 555
Hi all! I'm new to Sencha Touch 2. I would like to change an image icon dynamically within a list. For example, this is the 'title' field from an xml feed.
36997
It consists of the word...
Results 1 to 21 of 21
