Hi, in order to learn about the new features in Ext6 I have followed the build of the DirectApp as described in the docs. When I use the web with the hardcoded/embedded data, the app works on all...
Type: Posts; User: stoertebeker
Hi, in order to learn about the new features in Ext6 I have followed the build of the DirectApp as described in the docs. When I use the web with the hardcoded/embedded data, the app works on all...
Hi,
i have a gridpanel (actually i have 3 gridpanels within a container, but like to keep it simple to describe my issue) and when i collapse the panel it leaves a white pane. Now, what i would like...
Dear Support,
is there any indication how long it will take until someone will have a look and hopefully a fix?
Thanks
ok
@watertrac_dev
Thank you for the effort. How do we go from here? How could we raise the interest of a Sencha expert?
Thanks
ok
Hello,
I have a DataView and added 'Ext.ux.DataView.Animated' as a plugin in order to animate the rearranging of the images that I have in my DataView.
Ext.define('MyTT.view.BHomePanel', {
...
Hi,
did you find a solution?
Thanks
ok
Hi,
when i try to package a little app (has just one field with a label) from archtiect (for iOS Simulator) I receive the following error message:
[ERR]
Copy operation failed...
Hi Don,
as suggested I added those 3 classes to the "requires" list which "did the trick". But now I get new error messages upon loading.
[E] Ext.panel.Table.initComponent(): A column...
Hi Don,
after fixing the first error, I also fixed the second one by editing the generated all-classes.js. The issue is obviously that the content of Spacer.js is not part of the generated...
Here you go. Your support is much appreciated.
Do you mean a debug log during the compile?
Hi,
I started all over again and now the command produced a myclasses.js.
Now when I run the index.html in Chrome I receive the following messages and the page does not load.
...
Hi Don,
I followed your advice and copied .sencha folder from a freshly generated App and then ran the command (copied from my console):
sencha compile union -r -file app/app.js and concat -out...
Ran the command as follows:
sencha compile union -r -file app/app.js and concat -out myclasses.js
Same result. Empty file.
Thanks.
Hi,
here are the responses and attached is the log.
Re 1: yes.
Re 2: yes. .sencha/app has build-impl.xml, plugin.xml and sencha.cfg; .sencha/workspace has plugin.xml and sencha.cfg
Re 3: the one...
Hi,
I understand, but the problem was that the log contained more than 10,000 lines and the text file was ca. 2.5MB in size which I wasnt able to upload. If you provide an email address I can send...
Hi,
the command line is as follows:
sencha -debug compile -classpath=ext/src,app union -r -file app/app.js and concat -out myclasses.js
The log is attached. I have removed most entries that...
Maybe I wasn't clear enough. I am just doing the compile step.
sencha compile -classpath=app.ext/src pahe -yui -in ./index-in.html -out ./index.html
Now I was expecting that the new index.html...
Hi,
tried the command with my app. Runs thru without errors, but myclasses.js is empty. ANy idea why?
Thanks
Hi,
I hope I learned my lesson and will follow the guidelines for reporting a bug.
Cmd Version: 3.1.0.239
OS: MacOS X 10.8.2
Framework: 4.1.1a
Description:
I have build an app that runs w/o...
Well, after reading more posts and starting from scratch again I found the main issue which is that Sencha Architect is generating a proper file structure for later use with Cmd.
So it means that...
Just to make sure I created a simple App with Sencha Architect 2.1 and then compiled it in the same manner. Result is very similar (just other JS classes).
[ERROR] Circular requires reference...
Hi,
after many hours of reviewing posts and docs I finally get this message. Any hint is appreciated.
Sencha Cmd v3.0.0.181
[INFO ] Compiling page null
[INFO ] Processing...
Hi,
as always it helps to see that others have the same issues. Unfortunately I do not see a solution (also not on STackOverflow). Would be really great if someone would have the kindness to explain...
Yes, that was exactly the reason why I wanted to switch everything to AJAX, but unfortunately as I tried to explain the relating Stores and Panels (Treepanel and Dataview) are not supplied with the...