Search Type: Posts; User: jptrainor
Search: Search took 0.07 seconds.
-
Today 6:00 AM
Jump to post Thread: TypeScript by jptrainor
- Replies
- 144
- Views
- 56,568
This is an unprofessional reply from Sencha.
I'm disappointed to see this, from Sencha. It appears to be a regular occurrence. Sencha should maintain higher standards if they wish to enjoy the... -
Yesterday 1:50 PM
- Replies
- 5
- Views
- 227
> Not sure why you can't just reference the ext library to a path outside of the workspace/app directories. > It seems like that would be a very helpful feature.
I tried creating an empty work... -
Yesterday 11:07 AM
- Replies
- 5
- Views
- 227
Thanks for the feedback.
I've noticed that creating a workspace, then an app inside the workspace, separates application code from framework code a little better. Although I think there is room... -
20 May 2013 4:41 AM
- Replies
- 5
- Views
- 227
I've read more of the sencha cmd docs. Based on that it appears the expectation is that the entire directory tree generated by "sencha generate ..." is under revision control, including the large...
-
19 May 2013 10:34 AM
- Replies
- 5
- Views
- 227
Are there any best practices documented for putting a project generated by "sencha generate app abc abc" under revision control?
What are people doing normally?
Also, is "sencha generate"... -
17 Sep 2012 2:57 AM
- Replies
- 3
- Views
- 718
The "Viewport reserved" messages is the fix. The prior message was generic message from a top level exception handler.
-
12 Sep 2012 11:00 AM
Jump to post Thread: FieldSetCollapse Bug by jptrainor
- Replies
- 3
- Views
- 1,103
I see that I put this in the Designer forum by mistake.
I meant to put it in the Architect 2.x forum. Can a forum moderator move it?
You may wish to move it to the Ext 4.1.1 bugs form instead. -
12 Sep 2012 9:05 AM
Jump to post Thread: FieldSetCollapse Bug by jptrainor
- Replies
- 3
- Views
- 1,103
I found a bug with Ext-JS 4.1.1 having to do with fieldset collapse. I'm posting it here because I'm providing an Architect archive file that demonstrates the problem. I don't expect that it has...
-
12 Sep 2012 6:24 AM
- Replies
- 0
- Views
- 207
The Ext.panel.Panel header property has no documentation link.
It is important that this has a document link because it is, effectively, a "three state" boolean: true, false, and undefined where... -
7 Sep 2012 11:52 AM
- Replies
- 1
- Views
- 306
Change the name of function the latest build (updated today) generates a TypeError dialog.
I tried on functions that are part of several views that are classes. Ignore the error and the change is... -
5 Sep 2012 5:33 AM
Jump to post Thread: incorrect JSHint error by jptrainor
- Replies
- 0
- Views
- 174
The follow renderer implementation on a Ext.data.column.Column reports an incorrect JSHint error
if (record.data.Entry === "ASpecialCaseField") {
var s = value.toString().split(" ");
... -
4 Sep 2012 6:18 AM
Jump to post Thread: latest thoughts on DART? by jptrainor
- Replies
- 1
- Views
- 474
What are Sencha's latest thoughts on DART?
It is very appealing to those of us who come from a background of mainly working with statically typed languages (C++, Java, C#, etc). Javascript, in... -
3 Sep 2012 8:43 AM
- Replies
- 0
- Views
- 171
Create and exact match filter on a store. Set the property. Do not set the value because you expect to set the value in code before loading the store.
The Project Inspector draws a error icon to... -
3 Sep 2012 5:51 AM
- Replies
- 1
- Views
- 343
The javascript validator doesn't detect the following error:
var blah = {
yadda: "the closing quote does not match the opening quote'
} -
2 Sep 2012 5:33 AM
- Replies
- 1
- Views
- 375
Add an Ext.form.field.Number editor to an Ext.grid.column.Number. Look at the baseChars property. The default value of the baseChars property is "0123456789" but the leading zero is stripped and it...
-
1 Sep 2012 3:14 AM
Jump to post Thread: model/store field setter/getter by jptrainor
- Replies
- 1
- Views
- 271
I see there are set and get methods on Ext.data.Model that take the name of the field as a string.
I'm wondering why setters and getters are not generated for the fields? -
24 Aug 2012 5:03 PM
Jump to post Thread: Too many singletons by jptrainor
- Replies
- 13
- Views
- 2,806
re the storeid: I experimented and it appears to make no difference whether the store id has a value or not. In fact, in Architect I cannot seem to clear it anyways. I found the storeid in my...
-
23 Aug 2012 8:52 AM
Jump to post Thread: Too many singletons by jptrainor
- Replies
- 13
- Views
- 2,806
Regarding my comment about the stores limitations..... after having found my way to this thread while hunting down a solution to the single store instance problem I did succeed in coming up with...
-
23 Aug 2012 3:01 AM
Jump to post Thread: Too many singletons by jptrainor
- Replies
- 13
- Views
- 2,806
me three
I hit this limitation on my first Architect project (which is just something I'm throwing together to learn, not even "real"), hunted for info, and ended up here..
Unfortunate to hit... -
23 Aug 2012 12:16 AM
- Replies
- 14
- Views
- 1,817
me three
OSX -
22 Aug 2012 10:12 AM
- Replies
- 5
- Views
- 901
I'm running OSX, so that makes sense.
Thanks very much. -
21 Aug 2012 9:57 AM
- Replies
- 5
- Views
- 901
That will do. Here is a simple test that I just did to confirm this behavior:
1. Create a project
2. save it as myProj
3. add a store userClassName X
4. save
5. mkdir... -
21 Aug 2012 2:02 AM
- Replies
- 5
- Views
- 901
Hi.... this may be a question, or it may be bug report, or maybe a feature request. I'm not sure how to classify it.
I have my Architect 2.1 project under revision control using subversion. I... -
18 Aug 2012 6:53 AM
- Replies
- 1
- Views
- 384
Answering my own question:
I tracked it down the queryBox property on the ComboBox that was hooked up to the store. -
18 Aug 2012 2:59 AM
- Replies
- 0
- Views
- 222
For example:
1. create a new store
2. select the proxy
3. go to the "limitParam" property
4. it will have the value "limit" by default, select the cell that contains the world "limit", the word...
Results 1 to 25 of 27
