Thanks for the information. I had double-checked this myself - I have not made any changes to submitOnAction and have left it as default.
My formpanel is as follows:
var fPanel =...
Type: Posts; User: minamu1
Thanks for the information. I had double-checked this myself - I have not made any changes to submitOnAction and have left it as default.
My formpanel is as follows:
var fPanel =...
Hello,
I have a simple Ext.form.FormPanel for a user to sign in to the app. When testing in a Chrome browser, I noticed that when the user enters the ID and password, and instead of...
Hello,
My app (ST2.4.1) is running fine as a native app wrapped by Cordova, and also when run as web app with dev build (with Chrome in normal or incognito mode).
However, when I do a...
Hello,
I have a ST 2.3/Cmd 4/Cordova 3.6 email app that pulls a list of emails based on search criteria. It's a simple Navigation View implementation; when a user taps a list item (email snippet),...
I had the same scenario and the same problem and this solved it! What a huge time saver. Thanks!
Hello all,
I am using ST2.3.1 and Cmd 5.
My app is simply named "qxt"; all of my codebase is correspondingly named: qxt.view... , qxt.controller.... etc.
On iOS and Android, my app shows up...
Hello,
Were you able to find a solution to this? Seems like a big problem; I'm running into this too. I have posted a thread of my own, hopefully someone will be able to help...
Hello,
I am running into the same critical problem that others have run into with ST2 in the past (http://www.sencha.com/forum/showthread.php?203513,...
Hello,
I am working with ST2.3.1 and Cmd 4. My app builds and runs fine on my desktop browser but does not launch on a browser on my mobile device. The loading dots with blue background shows up...
In my sass directory, I just had to change this:
output_style = :compressed
environment = :production
to:
output_style = :development
environment = :expanded
Hello,
I'm still new to Cmd and things seem to be working fine, so far. One thing I'm not clear about is why the testing build contains minified css in the resources/ directory? I have not done...
Hey shepsii,
Yep, I did come across that post too (http://www.sencha.com/forum/showthread.php?136959-how-to-use-global-variable-in-Extjs-4) and suggested the same thing you are pointing to. That's...
Hello all,
I cannot seem to access a global variable in Ext.application after I do a production or test build with Cmd 4. This happens during the first application launch. I have read other...
Hello,
I am having trouble including non-MVC js files into the build process. I'm using ST2.3.1 and Cmd 4.0.2. The app framework was created with Cmd, then I copied in my js files from an older...
Hello,
I am developing a HTML5 app using Sencha Touch that works against JSPs on the backend. I plan to package this into Android and iOS native app for distribution (thinking of PhoneGap or...
Agreed. Annoyingly, this is still persistent.
Thanks for sharing. I was dealing with a similar issue.
I guess I had not searched the forum hard enough. Found the answer here.
http://www.sencha.com/forum/showthread.php?232899
How can I abort a store load while the ajax call is still executing? I have a simple store with proxy type of 'ajax' and 'json' reader.
The documentation does not indicate any way to abort this. I...
Hello,
How can I get the underlying data record for a list item in a list?
I am guessing one way could be to get a reference to the listitem's parent list object, then get the store of the list...
I had spent quite some time reading about this in the Class System docs, list object docs, the complicated datamap setup and the cryptic apply/update code with little understanding, until I finally...
Ah, I selected my own response as the best answer. Not sure how I can undo this and select your answer.
Excellent, works just right. Thanks!
Hello all,
I think this topic has been touched on by many people. I have tried looking on the forum for relevant answers and also revisited layouts and container documentation, to no avail. Maybe...
Great, thanks. Increasing the original dimensions by 2x seems to have fixed the problem. Thanks a lot!