Search Type: Posts; User: worthlutz
Search: Search took 0.04 seconds.
-
22 May 2013 5:19 PM
Jump to post Thread: qtips using Architect by worthlutz
- Replies
- 4
- Views
- 483
Given the above situation, I think that going into Architect and in your controller adding the config item "listConfig" in Architect and making it an object (the icon on the left of the config item)....
-
19 May 2013 5:37 AM
- Replies
- 2
- Views
- 122
I don't see how to do this. The proxy exception does not get called.
EDIT: I figured out the problem with the proxy exception. See comments at end.
If I use the following store call:
... -
17 May 2013 8:51 AM
Jump to post Thread: BUG or just my bad coding? by worthlutz
- Replies
- 3
- Views
- 192
Yes, I realize that but it worked when tested with the loader and crashed during the build. I would expect consistency. :)
Yes but this is a dynamically built model. If the data structure... -
15 May 2013 3:56 AM
Jump to post Thread: BUG or just my bad coding? by worthlutz
- Replies
- 3
- Views
- 192
I had the following fatal error with "sencha app build testing" after getting my application to work with the loader:
...
[INF] Loading classpath entry... -
23 Apr 2013 12:02 PM
Jump to post Thread: Add third party libraries? by worthlutz
- Replies
- 5
- Views
- 404
I never claimed it made sense. :D This is Black Magic!
Adding the third party js to the classpath was what allowed my application to build. Otherwise the build process never sees the js in those... -
18 Apr 2013 7:01 AM
- Replies
- 6
- Views
- 356
What is happening when you upgrade is that Cmd tries to rebuild app.js.
The "generated" part is created by Cmd and the "custom" part is yours.
Just remove the generated part and you code will... -
17 Apr 2013 9:53 AM
- Replies
- 6
- Views
- 356
Here is more information from a build with the --debug option. Ideas anyone?
...
[DBG] optimizing code for /media/share/Sencha/projects/other_libs/OpenLayers-2.12/tests/data/osm.js
[DBG]... -
17 Apr 2013 9:00 AM
Jump to post Thread: layout suggestion by worthlutz
- Replies
- 0
- Views
- 87
I just moved the Project Inspector to the left side today. Now I do not have to keep dragging the top of the Config up and down to see either more of the Config or more of the Project Inspector.
... -
17 Apr 2013 6:33 AM
- Replies
- 6
- Views
- 356
Cmd is all Black Magic to me!
It took 3-4 hours of experimenting but I solved the mystery.
After finally starting over with my upgrade and running
sencha app upgrade -noframework
a merge... -
17 Apr 2013 6:25 AM
Jump to post Thread: Add third party libraries? by worthlutz
- Replies
- 5
- Views
- 404
Did you figure it out? It is Black Magic!
Not really, you just need to add the libraries to several places.
First put it in your index.html:
<!DOCTYPE HTML>
<html> -
17 Apr 2013 4:35 AM
- Replies
- 6
- Views
- 356
I have a Sencha Architect project which used to build. I upgraded both Architect and Cmd.
OS: ubuntu 12.04
sencha app build testing - this works
sencha app build production - this FAILS... -
16 Apr 2013 9:45 AM
- Replies
- 7
- Views
- 646
And where in Architect would we do this?
I think I've pushed every button and menu item twice now.
Thanks,
Worth -
16 Apr 2013 9:22 AM
- Replies
- 10
- Views
- 394
Aaron,
Are you fixing "createAlias" to where it will work on top level components and not just child instances?
Will we be able to use it for models and stores?
My use case is in a Cmd... -
16 Apr 2013 4:47 AM
- Replies
- 24
- Views
- 1,740
I see you are using a newer version of both Architect and Cmd. As I am in the final stages of a project, I am hesitant to upgrade at this point. I hope you find the problem and report here for the...
-
15 Apr 2013 11:20 AM
- Replies
- 24
- Views
- 1,740
You have to copy app.js before you run "sencha app build". You may have done that but I thought I'd mention it.
Does it work when you run it from the app directory before running "sencha app... -
15 Apr 2013 6:20 AM
- Replies
- 24
- Views
- 1,740
Try again creating your application outside of your sdk directory. it looks like you are not creating a valid working project directory.
cd ~
mkdir projects
cd projects
sencha -sdk... -
14 Apr 2013 3:40 PM
- Replies
- 24
- Views
- 1,740
There is not enough information on what you have done to know what the problem is.
What I generally do is create an app with
sencha -sdk /path/to/sdk generate app MYAPP /path/to/MYAPP
cd... -
5 Apr 2013 6:31 AM
- Replies
- 16
- Views
- 1,317
Sorry, I do not know about that file.
If nobody else responds with the answer, try starting a new thread and post copies of the actual error.
Worth -
3 Apr 2013 5:33 AM
- Replies
- 1
- Views
- 90
REQUIRED INFORMATION
Ext version tested:
Ext 4.__2__ rev ____
Browser versions tested against:
__chrome__
Description:
I am using Ext.tab.Bar to create a full page width TabBar without... -
1 Apr 2013 2:19 AM
- Replies
- 6
- Views
- 305
And it works good!
NOTE: If you have a top level item in the inspector, createAlias does not show up. Child items will have this config property.
For example, drag a toolbar to the view area.... -
31 Mar 2013 3:31 PM
- Replies
- 2
- Views
- 168
It looks like you are on Windows. I am using Ubuntu so may not be able to help. Check that you have everything installed in the correct places.
One problem I had related to permissions on the... -
31 Mar 2013 3:15 PM
Jump to post Thread: workspace structure question by worthlutz
- Replies
- 3
- Views
- 174
I admit that I do not know how ant works or the build process. It is a black box to me. I've just experimented a bit with how to set up my directories and links so all I have to do is "sencha app...
-
31 Mar 2013 3:06 PM
Jump to post Thread: What can be in gitignore? by worthlutz
- Replies
- 3
- Views
- 198
Is there a place in the documentations which defines what all the different files are?
Could someone who understands the structure help put together a .gitignore file for the workspace to keep... -
29 Mar 2013 2:13 PM
- Replies
- 10
- Views
- 394
Keep up the good work. The Design View is Architect's best feature.
Thanks again,
Worth -
29 Mar 2013 1:27 PM
- Replies
- 16
- Views
- 1,317
I'm glad to see you figured it out.
It took me a while to figure this out as well. When you run on the bleeding edge you have to figure things out without documentation. Just keep asking...
Results 1 to 25 of 119
