Search Type: Posts; User: denisputnam
Search: Search took 0.02 seconds.
-
6 May 2013 9:09 AM
- Replies
- 1
- Views
- 87
Is it possible to download the source code to the Combination Examples, such as the Calendar app?
-
3 May 2013 7:15 AM
- Replies
- 3
- Views
- 125
Is there a tutorial on these shortcuts?
-
2 May 2013 10:54 AM
- Replies
- 7
- Views
- 239
How do I mark you post as the answer?
-
2 May 2013 10:50 AM
- Replies
- 3
- Views
- 125
Can someone explain the '->' notation in the code below and what it means?
http://docs.sencha.com/extjs/4.2.0/#!/example/grid/infinite-scroll-with-filter.html
var grid =... -
1 May 2013 5:28 PM
- Replies
- 7
- Views
- 239
No, I have build 678. How do I get 971?
-
30 Apr 2013 6:56 PM
- Replies
- 7
- Views
- 239
I right-clicked on the Library under Resource in the Project inspector, but it did not ask me to download. Where do I do that in Architect app?
-
30 Apr 2013 10:15 AM
- Replies
- 7
- Views
- 239
Right now it seems to be pointing to 4.1.
-
30 Apr 2013 10:02 AM
- Replies
- 0
- Views
- 65
I am using Architect for ExtJS and I notice that the autoscroll feature only displays briefly in safari and not at all in chrome. Is there a way to force the autoscroll to display in all the...
-
7 Mar 2013 2:31 PM
- Replies
- 7
- Views
- 270
I see how that calls the one in the store.Users.js, but how does that end up calling the one in view.user.list.js?
-
7 Mar 2013 1:20 PM
- Replies
- 7
- Views
- 270
When the app.fireEvent() gets called to fire the event in the departments controller, how does sencha know to associate/call the view.user.List
filterUsersByDepartment? This relationship is not... -
6 Mar 2013 9:01 PM
- Replies
- 7
- Views
- 270
My apologizes, I should have included the departments controller.
Ext.define('AM.controller.Departments', { extend: 'Ext.app.Controller',
config: {
stores: ['Departments'], -
6 Mar 2013 3:20 PM
- Replies
- 7
- Views
- 270
Can someone tell me how the filterUsersByDepartment() function gets assigned as a handler to a grid when the user clicks on a row in the grid? I am looking at the sample code that I downloaded from...
-
26 Feb 2013 1:23 PM
- Replies
- 5
- Views
- 161
The application works when I run it on localhost:8080. It just doesn't populate when I run it in the debugger.
Do you think it be because it can't find the ./data directory?
This is one of the... -
26 Feb 2013 9:53 AM
- Replies
- 5
- Views
- 161
Hi Scott,
I used /usr/local because that is where my apache server is installed. I was working with the code directly in the apache directories. I have since recreated my application in my... -
25 Feb 2013 8:45 PM
- Replies
- 5
- Views
- 161
I am using IntelliJ to debug ExtJs for my app and I am getting the following errors. This causes no scripts to load into the browser (Firefox because that seems to be what IntelliJ wants), so I get...
-
12 Feb 2013 11:07 AM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
Much better. I got it to generate the app, but now I am getting this on the build:
Deniss-MacBook-Pro:MyApp denisputnam$ sencha app buildSencha Cmd v3.0.2.288
[INF]
[INF] init-properties:... -
12 Feb 2013 9:46 AM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
I tried this:
sencha app build
Sencha Cmd v3.0.2.288
[ERR] Please ensure this command was executed from a valid application directory
[ERR] Unable to locate 'app.dir' config property from... -
12 Feb 2013 9:41 AM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
Okay, so I now have the Sencha Cmd. Can you point me to the link for the command line reference?
-
12 Feb 2013 7:56 AM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
Hi Mitchell,
When you say sencha cmd, can you be a bit more specific? Is this something I need to download? If so, can you provide me the link? If it is a specific command line syntax, can you... -
11 Feb 2013 4:23 PM
- Replies
- 5
- Views
- 336
Okay, so I see this which explains the "userlist" reference. So do all the panels, grids, and so forth inherit from the Ext.view.View component? How does one know that the xtype should be dataview...
-
11 Feb 2013 3:13 PM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
So this is what I did. I am still getting the error. It doesn't recognize the SDK.
cd /usr/local/apache-tomcat-7.0.26/ext-4.1.1a
Deniss-MacBook-Pro:ext-4.1.1a denisputnam$ sencha
[WARN] The... -
10 Feb 2013 11:14 AM
Jump to post Thread: SenchaSDKTools question by denisputnam
- Replies
- 10
- Views
- 584
I have downloaded and install the extjs code into /usr/local/apache-tomcat-7.0.26/ext-4.1.1a directory on my MAC. I have also installed the /Applications/SenchaSDKTools-2.0.0-beta3 tools.
I also... -
10 Feb 2013 11:06 AM
- Replies
- 5
- Views
- 336
I was interested in the userlist dataview. I don't know where the dataview is. It is not specified anywhere in the code. Is this something to do with the viewport? What is the dataview?
-
8 Feb 2013 12:14 PM
- Replies
- 5
- Views
- 336
Perhaps you help me understand something. Below in the controller code I see in the refs section 'usertlist' that is also referenced in in the init function, so this sort of makes sense to me. ...
-
15 Jan 2013 2:46 PM
- Replies
- 2
- Views
- 220
I found them. So do I want to handle the "edit" event?
Results 1 to 25 of 50
