Unfortunatly this issue still exists in Sencha Cmd v6.5.1.240 http://i.imgur.com/rXOkhfk.png (in Turkish Windows)
Type: Posts; User: darkhorni
Unfortunatly this issue still exists in Sencha Cmd v6.5.1.240 http://i.imgur.com/rXOkhfk.png (in Turkish Windows)
Unfortunatly this problem still exists in Sencha Cmd v6.5.1.240. Can you add a note in the Sencha Cmd download page that Sencha Cmd is not compatable with Turkish Windows....
What is the best suitable Sencha CMD version for ExtJS 6.2.0? Is it Sencha CMD 6.2.0 or Sencha CMD 6.2.2 or Sencha CMD 6.5.1?
The same issue exists in Mac too. With Sencha CMD 6.5 and Sencha CMD 6.2. The Mac was Turkish, it didn't work. Then I've changed the Mac to English and it worked.
I'm not using the Turkish locale file.
There is not my Javascript file yet because I'm trying to generate my first app from the SDK.
This is Sencha CMD 6.2.2.36 with ExtJS 6.2.0. I use Turkish Windows 8.1 (6.3.9600). And same issue occurs in Turkish Windows 10.0.14393.
I get the following error when I run ...
It says:
When I type Desktop.app.get in the console I don't get getDesktop()
55705
Sadly it didn't work. I've tried:
pokemon: function(){console.log("pokemon");
var desktop2 = this.app.getDesktop();
var module2 = desktop2.getWindow('grid-win');
if (module2)...
I want to open a module window from the Desktop example. I wasn't able to open a module window from within another window or from a console.
I have tried to use:
var module2 =...
I have:
Ext.define('Desktop.ClientWindow', {
extend: 'Ext.ux.desktop.Module',
requires: [
'Ext.data.ArrayStore',
'Ext.util.Format',
I have app\view\TheMenu.js
Ext.define('MyApp.view.TheMenu', {
extend: 'Ext.ActionSheet',
items: [
{
text: 'Delete draft',
ui : 'decline'
},
...
I'm trying to build an application for Windows Phone 10 using Sencta Touch 2.4.2 and PhoneGap/Cordova. The problem is that the WebView (WebBrowser or EdgeHTML, whatever they call it) uses Internet...
I load a data, it is from a rest API:
Ext.ModelManager.getModel('Test.model.DogDetails').load(12);
Yes, it is loaded. I can see api.example.com/dogdetails/12 in the network events. It has one dog...
I have the same issue too. Any news? Has any one tried on Windows Phone 10?
Selectfields in Sencha Touch 2.4.2 are very slow while on native Windows 8.1. I'm using Phone Gap. What can I make to optimize the application for Windows Phones?
I have noticed that in app.json...
I can add tap event to textfield like this:
{
xtype : 'textfield',
name : 'GIVEN_NAME',
label : 'Given Name',
disabled: false,
listeners : {
...
Removing phonegap and then installing phonegap@4.2.0-0.26.0 didn't help.
I've run "sencha cordova init" thus I connot run "sencha phonegap init". It gives me this error:
E:\testtouch>sencha phonegap init
Sencha Cmd v6.0.0.202
[ERR] You cannot have PhoneGap and...
Well, my bad. I was running "sencha cordova init" from Git Bash, not CMD. I thought that they are same. "sencha cordova init" works when you run it from CMD, not Git Bash (MINGW32).
When I type "sencha cordova init" for my Sencha Touch project it throws error.
ENES@ILHAN-LAPTOP /E/asistantouch
$ sencha cordova init
Sencha Cmd v6.0.0.202
[INF] ApplicationID was NOT...
I have this problem too. Console fires "TypeError: focusedElement.blur is not a function" when I double click empty places, sometimes, when I use Firefox 39.0. I wasn't able to reproduce this in...
I have tried with:
person = MyApp.model.Person.create({ id: 1234 }); but this has created an empty record. Actually I want to load it from my REST API.
Then I have tried to use:
person =...
Here within a controller I create a rest store:
this.somePerson = Ext.create('Darkhorn.store.Human', {
model: 'Darkhorn.model.Human',
autoLoad: false
});
this.somePerson(123);
I have solved this problem by switching to Firefox. Even though Google Chrome's cache is disabled it uses the cache.
I have this code:
refs: {
personStatus: 'person'
}
It doesn't work. It doesn't listen to the 'person'.