Search Type: Posts; User: MattUCG
Search: Search took 0.02 seconds.
-
6 Aug 2012 5:59 AM
- Replies
- 5
- Views
- 567
I didn't mean load the file dynamically, I mean 'activating' the controller for the active profile. Lets say there is a button which is displayed in every profile. Depending on which profile I am in,...
-
6 Aug 2012 5:43 AM
- Replies
- 5
- Views
- 567
No, they are in the config for the profile. I know that I can put them both in the application, and have them load at startup, but I was hoping to load them dynamically when the active profile...
-
3 Aug 2012 12:02 PM
- Replies
- 5
- Views
- 567
I have an app with two profiles: One for tablets in portrait mode, and one for tablets in landscape mode.
Each of the profiles defines its own controller... -
1 Aug 2012 1:08 PM
- Replies
- 6
- Views
- 753
I am defining isActive in the profile.
It's adding "object" because I am treating the string like an object. Running the following line of javascript demonstrates:
"test".hello()
TypeError:... -
1 Aug 2012 12:52 PM
- Replies
- 6
- Views
- 753
That doesn't seem to work. The array returned by getProfiles() contains strings, not objects. When I call isActive() on profiles[i], i get:
Uncaught TypeError: Object... -
1 Aug 2012 12:27 PM
- Replies
- 6
- Views
- 753
All I was missing was a manual call to the profile's launch function:
Ext.define('SenchaProfiles.controller.Main', {
extend: 'Ext.app.Controller',
config: {
refs: {
... -
1 Aug 2012 11:30 AM
- Replies
- 6
- Views
- 753
I am attempting to programatically switch the active profile and redraw the viewport whenever the orientation changes. I was hoping for something like ST1's determineProfile function, which would...
-
11 Apr 2012 6:06 AM
- Replies
- 4
- Views
- 788
It is an open bug:
http://www.sencha.com/forum/showthread.php?193546 -
5 Apr 2012 10:24 AM
- Replies
- 3
- Views
- 822
Whenever you have a List which uses the ListPaging plugin, the load mask is only shown on the first load. Each subsequent load shows no mask. The mask behavior returns to normal by commenting out the...
-
28 Mar 2012 8:59 AM
- Replies
- 4
- Views
- 788
The problem appears to be with the ListPaging plugin. Adding the plugin causes the load mask to stop working after the first load. Here is a complete example of the problem using Twitters's JSON API:...
-
26 Mar 2012 12:57 PM
- Replies
- 4
- Views
- 788
My app has a search form that takes user input and binds search results to an Ext.List object (I am also using the ListPaging plugin). In the submit delegate for the search form, I run the following...
-
6 Mar 2012 11:34 AM
Jump to post Thread: Bug St B3 - plugin pullrefresh by MattUCG
- Replies
- 27
- Views
- 2,899
passion4code's suggestion worked for me, but you can take it one step further.
PullRefresh requires that each model instance have a unique identifier. It checks that id to determine if two... -
28 Feb 2012 12:03 PM
Jump to post Thread: Handling Errors in a JsonP Proxy by MattUCG
- Replies
- 1
- Views
- 270
I am using a store which is automatically populated from a JsonP service. From time to time, the service will not work, and I would like to handle this case in the code, but I'm not sure where to add...
-
16 Feb 2012 11:20 AM
Jump to post Thread: Dynamic Loading (Beta 3) by MattUCG
- Replies
- 3
- Views
- 1,144
Ok, that's cool. You should probably update this page:
http://docs.sencha.com/touch/2-0/#!/guide/building -
16 Feb 2012 11:06 AM
Jump to post Thread: Dynamic Loading (Beta 3) by MattUCG
- Replies
- 3
- Views
- 1,144
For some reason, when I use sencha-touch.js, I cannot use dynamic loading, but sencha-touch-debug works fine
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet"... -
13 Feb 2012 7:04 AM
- Replies
- 3
- Views
- 1,123
Can you provide a small example of calling setExtraParam()?
-
10 Feb 2012 12:35 PM
Jump to post Thread: Global form events by MattUCG
- Replies
- 2
- Views
- 351
Are you using a controller?
-
10 Feb 2012 12:17 PM
- Replies
- 3
- Views
- 1,123
I have a simple search form. When it is submitted, the following code is run:
var searchValue = Ext.getCmp('searchField').getValue();
var store =... -
10 Feb 2012 12:06 PM
Jump to post Thread: TabPanel in view file not working by MattUCG
- Replies
- 3
- Views
- 508
I think you need to add the panel to your viewport
Ext.Viewport.add(Ext.create('Test.view.FirstPage')); -
9 Feb 2012 2:05 PM
- Replies
- 2
- Views
- 1,530
Changing
{ xclass: 'TestApp.view.ListPanel' },
to -
9 Feb 2012 1:48 PM
- Replies
- 2
- Views
- 1,530
I have an MVC app that uses an Ext.Container which has a toolbar and list. The problem is that the list inside the container does not display.
The following is the most simple test I could come up... -
7 Feb 2012 12:20 PM
Jump to post Thread: Ext.data.Store: create vs. define by MattUCG
- Replies
- 2
- Views
- 1,044
Thanks for the help :D
-
7 Feb 2012 11:13 AM
Jump to post Thread: Ext.data.Store: create vs. define by MattUCG
- Replies
- 2
- Views
- 1,044
In the documentation examples I've seen, stores are defined using Ext.create, but in the demo apps like KitchenSink (e.g. kitchensink\app\store\Demos.js), i see the Ext.define syntax. Are both valid?...
-
10 Jan 2012 12:17 PM
Jump to post Thread: Custom Panel Types by MattUCG
- Replies
- 1
- Views
- 533
I am attempting to create a Tab Panel in which each panel is its own custom type. I have simplified the concept as much as possible, but eventually the custom panel types will have logic and styling...
-
2 Dec 2011 6:46 AM
Jump to post Thread: Documentation Content Bugs by MattUCG
- Replies
- 141
- Views
- 13,307
The last day's weather has a strange vertical offset:
29762
Results 1 to 25 of 39
