Search Type: Posts; User: locutusUT
Search: Search took 0.02 seconds.
-
10 May 2013 6:31 AM
- Replies
- 4
- Views
- 322
Thanks Kurt for the comments...
Why pollute your application with a bunch of routing logic if it's not needed? This is the most elegant solution I've found and it works beautifully across many... -
10 May 2013 6:27 AM
- Replies
- 6
- Views
- 427
I've testing on Chrome/Safari and native phone browsers. I'll Phonegap it soon and deploy to see what I find out on this specific question.
-
9 May 2013 6:43 PM
- Replies
- 6
- Views
- 427
Give it a try now...sorry about that.
-
9 May 2013 2:26 PM
- Replies
- 4
- Views
- 322
Check out my blog on how to implement a simple device/browser back button solution here. I've tested it successfully on several different phones including Android and iOS.
-
9 May 2013 2:22 PM
- Replies
- 6
- Views
- 427
Check out an alternative solution here. I've tested it successfully on several different phones including Android and iOS.
-
20 Mar 2013 1:49 PM
- Replies
- 8
- Views
- 4,243
I'm not sure I follow how that's a solution if you're opening your app in Safari. What if you open your app off the homescreen? Also, where did you get the element ID for the Ext.fly argument?
... -
22 Feb 2013 4:14 PM
- Replies
- 1
- Views
- 170
Basically, it looks like all you need to do is the following in your action's method call:
My.app.getApplication().getHistory().add(Ext.create('Ext.app.Action', {url: 'user/' + id})); -
22 Feb 2013 2:08 PM
- Replies
- 1
- Views
- 170
I read the docs on using routes for deep linking, but it isn't clear to me how I could bind a route to a user action in my controller. Suppose I have a List and on itemTap I would like to not only...
-
23 Jan 2013 11:56 AM
- Replies
- 1
- Views
- 155
Does anyone know if it is possible to have multiple icon buttons on a Sencha Touch list item that listen to different events? If so, how can I accomplish this?
For instance, say I have a list... -
21 Jan 2013 12:58 PM
- Replies
- 7
- Views
- 4,611
This would be a very convenient feature to have for future.
-
27 Nov 2012 1:36 PM
- Replies
- 1
- Views
- 1,151
Check out how to extend MongoDB with Solr search and expose it through a Sencha Touch UI.
http://wp.me/xvmV -
16 Aug 2012 3:31 PM
- Replies
- 2
- Views
- 2,422
No problem!
-
14 Aug 2012 10:32 AM
- Replies
- 2
- Views
- 2,422
Are you interested in learning how to use Node.js with a NoSQL database like MongoDB to create REST services? Would you like to know how to create a mobile app with Google Maps that can perform...
-
17 Jul 2012 2:06 PM
- Replies
- 8
- Views
- 1,111
@Phil - that would be great! What I would like to do is scaffold my project and do visual layouts with Sencha Architect and then use my IDE, pointing to the same set of files, so that I can write my...
-
8 Jun 2012 2:15 PM
Jump to post Thread: Will there be a SenchaCon 2012? by locutusUT
- Replies
- 23
- Views
- 8,151
San Diego is always nice that time of year! ;)
-
18 May 2012 10:23 AM
Jump to post Thread: [4.1] Loading mask by locutusUT
- Replies
- 30
- Views
- 7,131
I'm using the override as an interim fix, but I noticed that this doesn't address filters which is peculiar to me because the grid is rendered on the results of the filter.
Anyway, I'm an... -
4 Apr 2012 10:39 AM
- Replies
- 5
- Views
- 1,216
The error without that commented out is:
Uncaught TypeError: Cannot set property 'remoteFilter' of undefined
Here's how I have it configured in an item:
... -
3 Apr 2012 7:24 PM
- Replies
- 5
- Views
- 1,216
I found I had to comment out the code below for Ext.ux.form.SearchField to get my project to run. We use this extension.
initComponent: function() {
var me = this;
... -
30 Mar 2012 10:58 AM
- Replies
- 0
- Views
- 1,370
This is more the Java/Spring developers out there. This article describes how to use Spring Security with Ext JS 4 to provide authentication and authorization using both LDAP and Siteminder.
... -
17 Jan 2012 2:03 PM
- Replies
- 9
- Views
- 2,278
This appears to be an issue still in 4.0.7. Any update if this will be fixed soon? Thanks!
-
2 Nov 2011 11:33 AM
Jump to post Thread: LoadMask crash by locutusUT
- Replies
- 9
- Views
- 2,295
I am also experiencing the same condition.
-
28 Oct 2011 1:40 PM
- Replies
- 3
- Views
- 814
Me too. :(
-
22 Jul 2011 12:59 PM
- Replies
- 0
- Views
- 1,111
See my latest blog post on how to use the Ext JS 4 infinity grid to create a slick UI for Solr.
-
29 Jun 2011 1:46 PM
Jump to post Thread: Creating app.jsb3 by locutusUT
- Replies
- 8
- Views
- 2,772
Ok, I only get this to work if I place the generated app-all.js and all-classes.js file in the same directory as where I have my full project expanded (i.e., adjacent to my app folder with all the...
-
28 Jun 2011 3:42 PM
Jump to post Thread: Creating app.jsb3 by locutusUT
- Replies
- 8
- Views
- 2,772
I'm using version 1.2.1 of the SDK tools, so I've been able to create and build from my jsb3 file fine. However, if you're using MVC, are you setting any paths or the app folder in App.js? This...
Results 1 to 25 of 91
