Search Type: Posts; User: freshyseth
Search: Search took 0.04 seconds.
-
4 Oct 2012 10:47 AM
Jump to post Thread: Paginated Grid with filter by freshyseth
- Replies
- 5
- Views
- 2,707
tenBoxelulley: Yes. Yes you do.
-
25 Sep 2012 8:58 AM
- Replies
- 1
- Views
- 319
I ran into the same issue installing Sencha Cmd. Just execute the binary directly instead of using "sh" use "./filenametoexecute" and it should run.
-
17 Sep 2012 8:59 AM
Jump to post Thread: GLIBC not found error on Linux by freshyseth
- Replies
- 5
- Views
- 6,941
@jefftalley
Can you let me know where Sencha "says" this? I can't find a requirements list for their SDK Tools (version 2.0.0 beta 3) and we don't have 6.2, but we're not as old as 5.6. I need... -
17 Sep 2012 6:46 AM
- Replies
- 10
- Views
- 2,297
There is an Ext.Loader.history property that will output all the classes you need in an array.
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.Loader-property-history
NOTE: (from above docs link)... -
3 Apr 2012 6:13 AM
- Replies
- 1
- Views
- 479
I just noticed in the Help/About pop up in Sencha Designer 2 there is a link to a different forum. Should I repost this there?
-
3 Apr 2012 6:09 AM
- Replies
- 1
- Views
- 479
While I appreciate the idea of having app.js and app.html automatically generated this is now causing a conflict with my actual application.
I started my first app with Designer 1.2 and quickly... -
9 Mar 2012 8:55 AM
- Replies
- 3
- Views
- 988
Bump!
-
1 Nov 2011 9:10 AM
- Replies
- 3
- Views
- 563
That's the confusing part for me. These Ext.defines are coming from Ext Designer 1.2. One grid is created as a child item of a parent panel as this:
Ext.define('VMS.view.ui.UserManagement', {
... -
31 Oct 2011 11:12 AM
- Replies
- 3
- Views
- 563
I'm using ext-4.0.7 (same issue w/ext-4.0.6 as well) and am having a weird issue with a couple of grids. Right now I have two windows, one each with a grid in it. The grids are coming from two...
-
27 Oct 2011 6:09 AM
- Replies
- 26
- Views
- 8,003
@lorezyra
The problem I had (which manifested with the same symptoms) was that the proxy information I used to register Ext Designer was not the same as what loaded data. So, the proxy information... -
10 Oct 2011 12:52 PM
- Replies
- 52
- Views
- 23,966
@Frederic - Great example. I did find two issues with the code (on top of the autoViewport config edt) using Ext JS 4.0.6. Issue 1 is that Ext.Loader was not set by default so in app.js I had to add:...
-
23 Sep 2011 8:23 AM
- Replies
- 26
- Views
- 8,003
Perfect! Thanks. The only change I had to make to your path (and it is minor) was to change:
"...\Sencha Designer\" to "...\Sencha Designer 1.2\".
Just in case anyone else tries navigating that... -
23 Sep 2011 7:41 AM
- Replies
- 26
- Views
- 8,003
Vista 7 (Pro). Sorry, I should have included that in my original post. Thanks, Jarred!
-
23 Sep 2011 6:11 AM
- Replies
- 26
- Views
- 8,003
Jarred,
I'm unable to use the IP address of my dev server. I've uninstalled and reinstalled Ext Designer, but it appeared to retain the license and proxy config info. Can you let me know how we... -
19 Sep 2011 1:39 PM
- Replies
- 2
- Views
- 757
Bummer. Well, I'll just make sure to keep clean records of everything as I go. Thanks for the response. On a side note, are you guys beta testing Ext Designer 2.0? If so, I'd love to be a part of...
-
15 Sep 2011 8:05 AM
- Replies
- 2
- Views
- 757
Designer version tested:
Designer 1.2.0
Operating System:
WinXP Pro
Framework: -
15 Sep 2011 7:56 AM
- Replies
- 0
- Views
- 419
This is an FYI to hopefully help with a weird issue I encountered.
I had a Form Panel with an userAlias and userClassName as NewTaskForm. On the original export a NewTaskForm.js file was created... -
9 Sep 2011 12:42 PM
- Replies
- 2
- Views
- 4,004
I was able to get this working via a button. I'm about to tie it in with some checkbox functionality which brings up an issue I've been having. Right now whenever I addFilter to a grid's store the...
-
6 Sep 2011 6:18 AM
Jump to post Thread: Include .js in html by freshyseth
- Replies
- 6
- Views
- 1,515
aconran's solution did correct my issue. Thanks!
-
30 Aug 2011 8:47 AM
Jump to post Thread: Include .js in html by freshyseth
- Replies
- 6
- Views
- 1,515
Anything in the designer_includeOrder text file is not being included in the designer.html file. The Preview in Ext Designer works fine, but when attempting to view it through the browser it is a...
-
2 Aug 2011 7:17 AM
- Replies
- 12
- Views
- 8,568
I was having problems with 4.0. I tested w/both 4.0.2 versions and they worked:
<link rel="stylesheet" type="text/css" href="ext-4.0.2/resources/css/ext-all.css">
<script... -
25 May 2011 5:32 AM
- Replies
- 17
- Views
- 7,391
@polimux You'll have to ask @DiscoBoy where he's keeping it. I thought he had posted it in these forums, but after reviewing his forum posts I don't see it. He does mention it a couple of times,...
-
24 May 2011 6:08 AM
- Replies
- 17
- Views
- 7,391
Thanks for bump @polimux and the reply @DiscoBoy. I believe I found your Event Bus info here in the forums. My concern is that as we are looking to develop an enterprise-level solution we don't want...
-
23 May 2011 12:29 PM
- Replies
- 17
- Views
- 7,391
These are ALL great questions! Can someone please explain. There seems to be a major disconnect for a lot of users new to Sencha w/ExtJS 4 that don't grasp the view/controller relationships. I've...
-
23 May 2011 12:01 PM
- Replies
- 5
- Views
- 2,088
@hfusion
Where are you defining "me"? Is that an alias for your controller?
Results 1 to 25 of 28
