Search Type: Posts; User: apsq
Search: Search took 0.09 seconds.
-
6 Sep 2012 7:07 AM
- Replies
- 10
- Views
- 3,146
I think the "userAlias" or what it's called (in the Architect-specific settings of your view classes) is used to generate xtypes.
-
5 Sep 2012 11:23 AM
- Replies
- 9
- Views
- 1,404
Does that mean there may be related issues with other mixins?
-
5 Sep 2012 4:09 AM
- Replies
- 9
- Views
- 1,404
Previously, when adding a GroupingSummaryFeature to your grid, SA 2.0 would add options for the relevant properties to all columns, just as SA 2.1.0 still does with SummaryFeature. As of SA 2.1.0,...
-
31 Aug 2012 12:57 PM
- Replies
- 2
- Views
- 533
The value is quoted anyway. This means the issue can be worked around by editing the metadata files directly. At no point down the line is the value used without quotes.
As field names are used in... -
29 Aug 2012 9:46 AM
- Replies
- 2
- Views
- 603
Awesome, thanks.
-
29 Aug 2012 9:45 AM
- Replies
- 3
- Views
- 529
FWIW, most implementations of REST/HATEOAS disagree with your opinion (i.e. sending 200 OK despite success: false). There are a handful of status codes where it is likely the response won't be...
-
29 Aug 2012 5:12 AM
Jump to post Thread: Too many singletons by apsq
- Replies
- 13
- Views
- 2,860
Yeah, the storeId doesn't really matter unless you reference it explicitly.
The point is that the storeId on the class is used as a fallback if none is provided in the constructor call. As you can... -
29 Aug 2012 5:00 AM
Jump to post Thread: Hidden Field Values by apsq
- Replies
- 5
- Views
- 951
Add an afterrender event handler (for example) on the form, that does something like this (abstractComponent should be the name of the first argument to the event handler, change it if the...
-
29 Aug 2012 4:47 AM
- Replies
- 3
- Views
- 529
Here's an override for the meantime:
/**
* Fixes for the Server class used by stores.
*
* @class Ext.data.proxy.Server
*/
Ext.override(Ext.data.proxy.Server, { -
29 Aug 2012 4:44 AM
- Replies
- 2
- Views
- 603
Compared to ExtDesigner, SA2 is actually pretty good when it comes to using it to generate ExtJS code. However there is one big thing missing from SA2 that would be expected from any human...
-
29 Aug 2012 4:01 AM
- Replies
- 3
- Views
- 529
Currently Ext.data.proxy.Server will always ignore the response body if the server sent a non-success status code. This defeats the entire purpose of having a messageProperty on the JSON reader in...
-
29 Aug 2012 3:42 AM
- Replies
- 4
- Views
- 558
ETA?
-
29 Aug 2012 2:55 AM
- Replies
- 4
- Views
- 518
Ditto. Duplicate: http://www.sencha.com/forum/showthread.php?239954-Sencha-Architect-2.1.0-b588-automatically-sets-overriding-tab-title-on-instances
Apparently this was fixed:... -
29 Aug 2012 2:53 AM
- Replies
- 1
- Views
- 298
When adding a component class as a tab instance to a tab panel, SA 2.1.0 "helpfully" sets the instance's title to "My Tab", even if the component class already specifies a default.
This seems to... -
24 Aug 2012 8:11 AM
- Replies
- 2
- Views
- 533
Maybe this is some kind of limitation with ExtJS, but there's literally nothing wrong with using words like "delete" as object property names in JavaScript, let alone as string values.
Currently... -
24 Aug 2012 8:05 AM
- Replies
- 7
- Views
- 954
Confirmed fixed in b588.
-
15 Aug 2012 5:47 AM
- Replies
- 7
- Views
- 954
FWIW, SA2.1 itself seems to be unable to recover from this kind of error. The "upgrade" message and overlay seem to be stuck when it encounters an error like this. I had them remain there even after...
-
15 Aug 2012 3:34 AM
- Replies
- 7
- Views
- 954
I was able to isolate the cause in one of the projects and have attached a somewhat-minimal scenario (without this component, the project upgrade mostly works fine -- layout quirks aside).
I'm not... -
15 Aug 2012 2:44 AM
- Replies
- 6
- Views
- 1,167
It would be really useful if SA behaved sensibly under Linux and allowed us to install several versions side-by-side.
-
15 Aug 2012 2:19 AM
- Replies
- 7
- Views
- 954
I'm getting the above error message when trying to import SA2.0 projects into SA2.1.
Afterwards, SA2.1 seems to hang, still showing the "This project is being upgraded..." dialog.
As the... -
1 Aug 2012 9:19 AM
- Replies
- 10
- Views
- 1,528
This may be a bit late, but: it's impossible to add mixins in an override because mixins are resolved on definition rather than on instantiation (they're not part of the configuration, they're part...
-
17 Jul 2012 11:45 AM
Jump to post Thread: Too many singletons by apsq
- Replies
- 13
- Views
- 2,860
Ah, indeed. After setting the storeId to something else I now see that the `store` property on the view actually does keep in sync with the class name rather than the storeId.
Architect still... -
13 Jul 2012 7:52 AM
Jump to post Thread: Too many singletons by apsq
- Replies
- 13
- Views
- 2,860
I'm not sure if I am parsing your answer correctly, but if you're saying that they're not strictly speaking singeltons, then, yes, I know that. There is nothing stopping me from creating more than...
-
10 Jul 2012 4:26 AM
Jump to post Thread: Too many singletons by apsq
- Replies
- 13
- Views
- 2,860
Although ExtJS's controllers being singletons can be chalked up as a design flaw, Sencha Architect 2 takes the cake by treating not only the custom views as singletons, but also the stores.
... -
10 Jul 2012 4:14 AM
- Replies
- 0
- Views
- 250
As Sencha Architect 2 treats stores as singletons, I had to work around this by removing the store references from the views and instantiating stores at runtime. This works fine.
However, if I try...
Results 1 to 25 of 50
