Hi,
I have changed my old machine with new Win 10 machine but I was unable to reinstall Ext Designer due this error.
I'm able to login to sencha forum.
...
Type: Posts; User: salgaf
Hi,
I have changed my old machine with new Win 10 machine but I was unable to reinstall Ext Designer due this error.
I'm able to login to sencha forum.
...
hi
There is an example that show how to load treenode children using a function instead of proxy?
The function should build an return children based on application logic
I want to call the...
Hi,
I have a project in SA that has been developed with cmd 6.1.2.15.
For some test I have installed CMD 6.2.0.103, now when I reopen my project SA says that project needs to upgrade to a new...
Hi,
I'm wondering if it is possible to organize the packages folder structure as:
...
packages/
group1/
pkg1/
resources/
sas/
src/
Thanks,
The 6.0 Nightly works as expected, it will be the 6.0.3?
Hi,
After update my application crash in "onIdChanged" when call sync() in ManyToOne associated models.
This is the sencha fiddle test case:
https://fiddle.sencha.com/#fiddle/1bj8
Tank you
Hi, we just installed SA 3.5.1 and upgrade our project to ExtJs 6.0.2
Now we found an incompatibility between our override code and the new framework and don't have time to investigate the fix now....
Solved, We just downloaded the trial version and installed over the 3.5.0. Now everything is ok. Thanks for the support.
Unfortunately the subscription is expired... and we can't download the update.
If I run as administrator SA says that is unable to establish internet connection!
Strange behaviour, I am able to...
The space on disk is ok,
I'm running with Windows 7 64-bit
May be an proxy problem?
Hi,
During the update the process stops with
"ERROR CODE: 3
File IO Error: Error occurred while writing file to disk.
APP"
Any suggestion...
Solved turning off the image slicing as suggested in this thread: https://www.sencha.com/forum/showthread.php?298627 Now the question is... Disabling the slicing, there will be some issues in the...
Hi
After I have upgraded my app (Architect made everything automatically) I'm not able to build anymore...
This is the error log
[ERR] loading page...
Any news about the release ?
Hi,
I have my project currently running with Ext 5.1.0 how can I upgrade to 5.1.1?
There is some way inside SA or I have to configure CMD via command line?
Thanks
Hi,
Any chance to have this one fixed in some 5.x patch?
We have delivered our application hoping that will be fixed, it's a very annoying bug.
Some workaround instead!
Good advice... now everything is ok. Thanks (Grazie Mille)
Hi,
I have created an override of combobox using the "Create override of this class" command, SA automatically have created combobox.js file under the Resources node, after saving the project I...
Hi,
I want to bind click event to every <div class="delete-icon"></div>
It would be great to get in the event callback also the record reference.
What is the technique to achieve this in SA3?
...
Bump Can anyone from the sencha dev team please take a look at this issue or anyone who has any input. Thanks.
Hi all,
I'm trying to implement REST client that manage CRUD operations with nested JSON model.
Everything il loaded correctly, I can see the store with the associated records.
When I made some...
Hi
Sound strange that it's only my issue..
Nobody have tried?
One step forward,I have modified the code of http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/window/layout.html as follows adding...
Hi,
Creating a window using this code when collapsing the east panel in IE8 I receive the Error: 'style' is null or not an object
Is a known issue?
Thanks in advance
...
Hi,
I'm trying to put a color on my axis labels using label color property but has no effect.
Is it possible?
axes: [
{
type: 'Numeric',
position:...
Hi,
I have problem displaying column chart with negative numbers.
Using this code:
var store = Ext.create('Ext.data.JsonStore', {
fields: ['name', 'data1'],
data: [
{...