Search Type: Posts; User: brian.scott@talgov.com
Search: Search took 0.01 seconds.
-
14 Mar 2013 12:53 PM
- Replies
- 2
- Views
- 174
Hi Mitchell -
I've got a model set up to store the data, but what event can I tie to at controller action time to retrieve and reset the value? I've read elsewhere that the painted event is not... -
13 Mar 2013 11:46 AM
- Replies
- 2
- Views
- 502
Touch 2.1.1.
Curiously enough, if I removed the id in config, it started rendering appropriately again. No ideas on why. -
13 Mar 2013 5:35 AM
- Replies
- 2
- Views
- 502
I'm using Architect, which may be part of the problem. Anyways, here is some code.
Ext.define('MyApp.view.auditStubListView', { extend: 'Ext.Container',
config: {
id:... -
12 Mar 2013 5:05 AM
- Replies
- 2
- Views
- 174
Hello friends -
I'm struggling a bit with changing values on labels after an event and having that change stick across page loads/hides/shows. For example, I'd like to have a label on a toolbar... -
11 Mar 2013 9:36 AM
- Replies
- 2
- Views
- 1,309
Note: Apparently this was a feature of trying to access a reference in the controller within a store.load() block.
Moving the getLabel() call outside of the store.load() environment made it such... -
11 Mar 2013 7:14 AM
- Replies
- 2
- Views
- 1,309
Note: I have attempted adding the view in question, and every view in the project, to the controller in the Views config, with no change in behaviors.
-
11 Mar 2013 6:55 AM
- Replies
- 2
- Views
- 1,309
Hello friends -
I've got a controller and reference set up. Here is some code for my controller.
Ext.define('MyApp.controller.loginController', {
extend: 'Ext.app.Controller',
... -
4 Mar 2013 1:37 PM
- Replies
- 2
- Views
- 306
Hi Mitchel -
I'd like a way to update values for each child. So, in my condensed data set, I'd like to render something like this:
CFL
9 W -- text box for entering number of 9W... -
27 Feb 2013 12:44 PM
- Replies
- 2
- Views
- 306
Hello friends -
I'm working on a touch 2.1 project in SA2.
What I really need to be able to do is iterate through a static list of items in a direct store, and render a... -
26 Feb 2013 8:48 AM
- Replies
- 4
- Views
- 730
+1000 karma for danjar!
-
13 Feb 2013 7:20 AM
- Replies
- 1
- Views
- 241
Note:
This was a function of a 'hidden' view that was trapped in app.js; i.e.,
http://www.sencha.com/forum/showthread.php?256353-App.js-Contains-Non-Existent-View&p=938291#post938291
The... -
13 Feb 2013 6:59 AM
- Replies
- 7
- Views
- 801
Note to anyone who comes into this. It can be 'solved' by killing Architect, the goto your workspace, then metadata folder, then open Application in a text editor. Remove the invisible entry,...
-
13 Feb 2013 6:30 AM
- Replies
- 7
- Views
- 801
Hello friends -
Please see the attached screenshot. App.js is referencing a class that I added to the project at one point, but have since deleted. Unfortunately, I cannot pare the value out of... -
12 Feb 2013 1:41 PM
- Replies
- 1
- Views
- 241
Sencha Architect 2.1
Touch 2.1
Cmd 3.0.0
Short history:
1) Brought up architect in win 7. (primary dev environment for most work)
2) Created a touch project,
3) Deployed to local web server... -
7 Feb 2013 10:18 AM
- Replies
- 4
- Views
- 405
Thanks John, I'll try your approach.
-
7 Feb 2013 9:33 AM
- Replies
- 4
- Views
- 405
Hello friends -
I'm starting to not break enough things to consider moving a pre-alpha release to a machine that isn't my local development environment to make sure things work out the same in a... -
6 Feb 2013 8:40 AM
- Replies
- 36
- Views
- 8,059
Seriously, though. Check out the comments at
http://docs.sencha.com/touch/2-0/#!/api/Ext.Container
for the show() command. It wasn't until the heroic Saeven browsed the source code, and... -
6 Feb 2013 8:25 AM
- Replies
- 36
- Views
- 8,059
The product is there and functional, it seems, just no-one knows how to use it.
LOL. -
24 Jan 2013 11:56 AM
- Replies
- 1
- Views
- 201
Hello friends -
Here is my code:
// OK. GET OUR STORE.
var store = Ext.data.StoreManager.lookup('loginJsonStore'); -
24 Jan 2013 11:19 AM
- Replies
- 2
- Views
- 364
Thanks aconran. I eventually got something similar figured out.
-
23 Jan 2013 6:46 AM
- Replies
- 2
- Views
- 364
Hello friends -
Let's say I would like to collect a value that a user enters into a text box, and send that value as an extra parameter at json call time?
i.e., this code inside my...
Results 1 to 21 of 21
