I usually use the basic binding feature of the architect to listen to the "exception" event.
I am here however confronted to a case where my store is in the view model:
...
Type: Posts; User: pgarlaud
I usually use the basic binding feature of the architect to listen to the "exception" event.
I am here however confronted to a case where my store is in the view model:
...
Lars I understand your struggle, I had to download a nightly build to have many problems fixed myself… If you're not premium however, you are not fully in your rights to demand a release date, but...
I'm trying to bind the texts of a confirm box, like this:
Ext.MessageBox.show({
bind: {
title: '{title}',
msg: '{message}'
},
buttons: Ext.MessageBox.OKCANCEL,
Hello, thanks again for your answer. As I said, my bug have already been issued and I think even solved. That's why I would want to find the nightly build and try if it's been solved. I need a...
Ironically, I'm having issues finding the said nightly builds. Would you be kind enough to enlighten me on that subject?
I'm having issues with dirty fields still being marked after a successful proxy update.
A search on the forums shows me that the bug was fixed in 5.1.1, but I'm still having ext 5.1.0.
Where...
Hello, would be nice if such a critical behaviour was explained in detail in the doc of convert()! My problem is that I'm using the rec parameter to access a static function of my model class:
...
Here's my use case:
I have a server which returns date on the "YYYY-MM-DD" format, including the "0001-01-01" value when a field is empty.
I want to show it in the "DD/MM/YYYY" format.
A test...
Do you **have** to send an entry to the error log EVERY SECOND!? Can I deactivate the error checking?
Sorry my bad I meant
return rec.self.parseDate(); It's working in my browser and not in the design view.
I have the following model:
Ext.define('MyApp.model.MyModel', {
requires: [
'Ext.data.field.Date'
],
statics: {
Here's the thing: I'm building an app which should be fully localized.
I managed to create stores to load captions according to a language defined as a get parameter (yay).
My problem is that...
I've created a static function from the toolbox and I've moved it to "Application" in the project inspector. I've set "fn", wrote the code and the static function does appear in the inspector.
...
It seems it would be a nice idea to support this indeed.
I'm really glad you don't have to work on this issue. Still inconvenient for me in the meantime.
I'm trying to follow the i18n id of this example, except my component will be a grid and I need to update the text of each column with a locale caption.
So I will have something like:
...
Hey Gary, thank you for your time. https://fiddle.sencha.com/?fiddle=gud#fiddle/gud The grouping works in 5.1.0 and not in 5.0.1! Which is pretty bad considering the Architect is only available for...
Somehow grouping just won't work with sorting.
I'm trying to make a grid grouped by an enumeration called "Status". I started by using the "groupField" property, coupled with the grouping feature....
Hello mhill, Thank you very much for your answer already.
I'm making sym links on windows to see what happens. I still have 2 problems:
* My XDS file still contains a urlPrefix variable which...
Hello everyone,
I'm trying to decide whether the Sencha Architect software is a good solution for my agile team or not.
I made a test application with a colleague following the Sencha architect...