Great, thank you.
Type: Posts; User: atkinsonline
Great, thank you.
Hi, I have just started to look at promises and async / await as a way to simplify code that contains a lot of callbacks at present.
I'm on slightly old software; SA is 4.2.5.420 and Cmd 6.7.0.63...
Hi. I have a menu that slides in from the left and no matter what I try, the menu items are always centered which looks a bit odd.
The code is basically the same as in the kitchen sink sample where...
Please ignore me! It's been a while since I've worked with Sencha ExtJS.
I see what I was doing wrong but I've also seen an easier way to do it.
Hi I'd like to add a label to the right hand end of a navigation bar so the label is visible at the top right on all screens in my app.
I add the label in the OnLaunch event for the navigation...
Hi, this is a very early and probably naive question. I have developed a large application with Sencha Architect firstly for Sencha Touch but now converted to Sencha ExtJS. Currently it is an...
Thank you for the reply. I later raised a support call and ended up restoring app.json from a back up and that fixed it. So, yes you were basically correct.
John.
I see now it was referring to app.json, not app.js. The start of app.json looks like this
{
<<<<<<< Generated
/**
* The application's namespace, used by Sencha Command to generate...
When SA starts up, he cmd server does not start and the output window shows
Exception in thread "Thread-13" Exception in thread "Thread-18" com.sencha.exceptions.BasicException: Failed to load...
Thanks for the reply. You may be right but I don't know where to look. It was late last night when I was testing. Today I ran the app in a browser (using WebStorm) and it runs fine there. My various...
Hi I just updated my Architect to 3.1 and it appeared to be going well. On starting architect it successfully upgraded my project, I received an error message when I built for Android that I needed...
Thank you that's all clear now.
I was familiar with the normal use of xtype to specify a button etc but it was the use of (user)Alias like an xtype that I wanted confirmation on. I've seen a...
Hi, I've just returned to Architect having evaluated it a while ago but now using it more fully and have a few beginners questions.
When I find a property is missing from a component such as the...
This problem seems to have sorted itself out.
I did another app refresh on my work PC and I can now build on that one. I copied the complete folder structure to my home PC which has the same...
Hi, I asked a question about this in the premium touch forum and it was suggested I ask in here.
On Wednesday Sencha Architect said there was a minor upgrade so I allowed it to upgrade. It is now...
Thank you for the reply. I'm not currently pushing or popping anything. I click on a menu item on the left and something is navigating through the hierarchy until I end up at a leaf node and I see my...
Hi,
I have a navigation view which works in a similar way to the Kitchen Sink demo. I have a menu on the left which when tapped goes down through a hierarchy of levels before showing a detail form...
Hi, am I correct in thinking that if the phonegap camera plugin is installed, then when I use the sencha camera, it automatically uses the phonegap camera routines? When I use:
...
Thanks for the reply but I'm afraid I have the same problem. My controller now looks like this:
Ext.define('MyLandlord.controller.PhotoCarouselController', {
extend: 'Ext.app.Controller',
...
Great, thanks. I'll mark it is solved although I'm still baffled as to why the store refers to a different relative path to the one I added to app.json. I guess I have something else that is making...
Hi I have a panel containing a few buttons including a close button. When the Close button is tapped, I destroy the panel in the button tap handler. The panel is destroyed with
...
I appear to have found a solution to this but can anyone confirm if I've solved it the right way?
I've added a json resource and set its URL to be the relative path to my json file which is...
Hi, I have a fairly simple App that is using a json file as the source for
a NestedList. It works perfectly in Chrome on the PC with
url: 'http://localhost/MyLandlordSA/data/propertyItems.json'...
I realised I couldn't carry on with a space in my Windows username (profile) and hence my user folder name so I've created a new user with no space and hence a new folder structure. I reinstalled...
ok. I'll uninstall Cmd re-install to the standard folder and see if I still have the space in folder name problem.