Search Type: Posts; User: JohnM_
Search: Search took 0.02 seconds.
-
11 Apr 2013 2:02 PM
- Replies
- 7
- Views
- 946
Thanks for the input, everyone. In the end, we wound up creating a new project & migrating everything manually.
As a bonus, we also took the opportunity to build in phonegap 2.5 so that we no... -
9 Apr 2013 3:03 PM
Jump to post Thread: layout: fit... broken in 2.2.0? by JohnM_
- Replies
- 1
- Views
- 211
Solution: layout: fit is somewhat broken. This used to work, under Sencha 2.0.11:
Ext.define('A_View', {
extend: 'Ext.Container',
xtype: 'somextype',
layout: 'fit',
... -
8 Apr 2013 9:18 PM
Jump to post Thread: layout: fit... broken in 2.2.0? by JohnM_
- Replies
- 1
- Views
- 211
In the ongoing process of trying to migrate to touch 2.2.0, we're having some pretty severe issues over here, but the big issue of the moment is a nagging probelm when setting layout: fit on a...
-
7 Apr 2013 6:04 PM
- Replies
- 7
- Views
- 946
I am trying to upgrade from Sench touch 2.0.11 with SDKTools 2.0.0b3 to Touch 2.2.0 and Sencha command 3.1.1.270 on OSX 10.8.2
It is not going well.
Setup: I uninstalled the old SDK tools,... -
6 Mar 2013 1:47 PM
- Replies
- 1
- Views
- 137
If you're showing a store with autoLoad = true, it should redisplay the onscreen portion when the data is refreshed. If you need to re-render the UI elements on the view, use a combination of...
-
25 Feb 2013 6:00 PM
Jump to post Thread: Native Packaging for iOS by JohnM_
- Replies
- 4
- Views
- 863
I had the same issue when attempting to build for sencha touch, and installation of Xcode tools seems to have fixed the problem for me as well. Now I'm getting "Executable was signed with invalid...
-
30 Jan 2013 1:27 PM
- Replies
- 19
- Views
- 2,961
There is a solution to a similar error that is generated when you're missing the hidden .senchasdk file from your working directory (as happened to me after pulling from a repo to a new location). ...
-
29 Jan 2013 2:53 PM
Jump to post Thread: Sync data to localstorage by JohnM_
- Replies
- 2
- Views
- 291
Sencha does not like when you make/touch/overwrite/use the id property in the store. Try removing the 'id' property from your code, and then add the identifier config option as uuid in your store,...
-
29 Jan 2013 2:42 PM
- Replies
- 3
- Views
- 209
Any warnings etc in your console log? Consider hooking up to weinre if you need more info on mobile.
-
28 Jan 2013 1:13 PM
Jump to post Thread: Stack depth in navigation view? by JohnM_
- Replies
- 3
- Views
- 248
Yeah, I should probably be using the getter. :-\
-
24 Jan 2013 5:47 PM
Jump to post Thread: Stack depth in navigation view? by JohnM_
- Replies
- 3
- Views
- 248
Alright well, once again, the act of typing it out was enough to spur a train of thought that got me to the answer.
If you want to find the stack depth of a view, check the length of the items... -
24 Jan 2013 5:08 PM
Jump to post Thread: Stack depth in navigation view? by JohnM_
- Replies
- 3
- Views
- 248
Hi guys!
I've got a couple of views being pushed onto a navigation view. On the navigation bar, there's a text box that I'm using as a search field... I want this to be visible only when I'm at... -
24 Jan 2013 4:57 PM
Jump to post Thread: How and Where to store data ? by JohnM_
- Replies
- 4
- Views
- 312
Depends on your use case.
If your users will not have access to the server at all, and the data is static, store it locally. If data is dynamic, retrive it on request from the server. If your... -
22 Jan 2013 5:37 PM
- Replies
- 1
- Views
- 203
OK, I've got it. I was getting hung up on refs and xtypes, making it harder than it should have been. Here's the answer that I found.
This works in the controller (screen, screen2, and screen3... -
22 Jan 2013 5:20 PM
- Replies
- 1
- Views
- 203
Hi guys,
I've got a class which extends Ext.tab.Panel and a class which extends Ext.navigation.View nested within it.
In my controller, I would like to add another Ext.navigation.View to the... -
16 Dec 2012 2:20 PM
Jump to post Thread: iOS app focus event/method - How? by JohnM_
- Replies
- 2
- Views
- 308
Thanks for your help, Mitchell.
I can look into Phonegap packaging, but it would be preferable to keep it 100% sencha.
There's no way to do this with native packaging?
Thanks in advance... -
12 Dec 2012 2:41 PM
Jump to post Thread: iOS app focus event/method - How? by JohnM_
- Replies
- 2
- Views
- 308
An online banking app (running native under iOS, for example) kicks you back to a login page when you leave it and then come back to it later. It might remain running in the background, but it knows...
-
12 Dec 2012 1:00 PM
- Replies
- 3
- Views
- 340
I suppose that another way of putting it would be , "What event fires when the app loses focus?"
I'm curious about this too - I need to return a user to a login screen if they move to another app...
Results 1 to 18 of 18
