In 2.x i dont find a readme.md file at all!!!!But yes its there in a 3.x version of architect we have!Safe to conclude that the team members only check in the js files...The lead builds the master...
Type: Posts; User: Sid_BNPP
In 2.x i dont find a readme.md file at all!!!!But yes its there in a 3.x version of architect we have!Safe to conclude that the team members only check in the js files...The lead builds the master...
so if i'm right only the md file and js files for the views?
?????
Really liked that, i just have one more question...What are the files that the team members regularly check in??Are they expected to check in js files alone?? Or the metadata and the .achitect and...
Thank you!!Had missed that out!!
Hi,
This might sound silly,but i would really like to know how we manage parallel development in the same application using architect.. Example i am developing View 1, a colleague of mine is...
Hi,
What happens in the example is, they have added a resource loadmask on default load here and have added css to make it occupy the entire width and height of your web app...
The Ext.onReady...
I fixed this by doing something like this...You have to use plain html and css for this, as Ext would not have loaded.
https://edspencer.net/2009/02/01/adding-loading-mask-to-your-extjs/
Hope...
I dont think this is possible with html..But there can be a workaround which might sound sensible...Have two fields in the same position using absolute positioning...A display field and a text...
Totally agree to Mitchell's point...I have always let the view or rather the component talk to the controller.. Since controllers are more bound to the components, u dont want to skip something the...
Well then,
Its all the more very simple with store..
On your selection change,you might do something like this...
...
Alex,
Are there any scenarios where a paging toolbar is used when the dom of the actual component has not been created??:-? As you said it can exist at a different location, but both of them are...
Hi,
While i have a viewmodel where i can set a record and have each and every fields value bound to its corresponding record.<name>, is there any reason why the formPanel does not expose record as a...
Hi,
can it be more simple???You can always use a listener to do the trick for you...'OnSelectionChange' of the customer grid, you may check if your window is active...Something like...
Hi alex,I can totally get it... Would still prefer the paging toolbar config to be a bindable component instead of the underlying store... A something like 'bindTo' to the paging toolbar's component...
Hi,
I would like to know what is the reason behind having to configure the same store for the grid as well as the paging toolbar?? :-/ Is it not one to one and obvious that the paging toolbar needs...
Glad to hear that!!!Unfortunately, the version of architect we use doesn't ship with these versions of ext...is there anyway to acquire these updates in the current version of architect...
...
Hi Gary,
Please find the stand alone test case in the fiddle below...
https://fiddle.sencha.com/#fiddle/17u7
Ext version tested:
Ext 5.1.1.451
Existing:
if (e.toComponent !== me.lockingPartner) {
me.getNavigationModel().setPosition(null, null, e.event, null, true);
}
me.cellFocused = false;
...
Further more in table view,
At,
onFocusLeave: function(e) { var me = this;
if (me.cellFocused) {
Hi,
The issue seems to be with focus sync gap between the locking view and the normal view of the grid.
Steps to simulate :
Construct a locking grid
Have at least 4 columns locked by default...
Architect version :3.2.0.339 Cmd version : 5.1.3.61 Any clue about the custom UI's???And a way out??should I use direct css instead... When I use the custom UI's, my index.html doesn't generate...
Yes agreed.. My problem seems to be with the custom UI's that have been packaged in the application. I have 2 queries basically --
1.Just found out in my architect console that it actually throws...
Hi,
The build compiles fine in production mode and the output is generated.. But the app still loads bootstrap.js and other dependencies..
Does Production mode mean i dont have to include...