How would I do that? (Sorry, completely new to Sencha Architect.) In "plain" JS, where I write the code, I could put an "onChange" function, but using SA, I'm not sure how to do that.
Type: Posts; User: wilsoncpu
How would I do that? (Sorry, completely new to Sencha Architect.) In "plain" JS, where I write the code, I could put an "onChange" function, but using SA, I'm not sure how to do that.
I have a form with several tagfields. One possible value for the "status" tagfield is "Completed".
If the user adds "Completed" to "status", I want to also add "Completed" to tagfield...
I was able to fix this. None of the tooltip stylings I could find were setting the width, so I added this to a custom CSS file; even though the main tooltip styles (.x-tip, .x-tip-default, etc) were...
Here's one I found via Google, with links to two older threads. It may not be related. I haven't added any new CSS recently, but this is a project that's been going on for a while before me, so hard...
PS: I'm using SA 3.2, and ExtJS 5.1.1. I found some older (2007+!) threads mentioning this problem, but saying that it was fixed in ExtJS 4.2.1 in 2011. Perhaps this is from a new cause? In any...
I am really new to SA, so bear with me. In my project, many form fields have tooltips. Whenever the user hovers over a field for the first time, the tooltip is displayed vertically: the text is...
I used the dynamic method linked from the "Best Answer". Worked fine.
I found a note in the SA2 forum saying the favicon could be set as a property of the Application node, but (a) the note didn't say _which_ property, and (b) I don't see anything like that in SA3.
I...
Partial success. Cmd 6 apparently didn't un-install completely; it left the old "Cmd" directory in place. We re-named that to "Cmd.old", uninstalled 6 and 5 again, and reinstalled Cmd 5, and the...
Update:
I tried doing a command-line build. I checked out an archival copy of the project to:
C:\Users\mawilson\buildtest\webapp, then the command-line build.
I specified the CMD5 version since...
Build Tools is set to Enabled, but is marked "Not installed".
Clicking on "Open preferences to install" just goes to the Dependencies pop-up.
From the documentation, the required items are OK: Ant,...
I just did a complete un-install, re-install of SA3.
Attached are screen shots of the log, the dependencies pop-up, and the Sencha\Cmd directory.
I've tried setting the Custom Cmd Base Path to the...
I have the same problem with the CarListing sample app: "unable to load data" but the "view cars.json" link shows the data. I have checked the web.xml files and I believe JSON data is defined. I saw...