Search Type: Posts; User: rakagod
Search: Search took 0.02 seconds.
-
6 Dec 2011 10:00 AM
- Replies
- 18
- Views
- 6,783
My original post was only to provide an updated version of existing code given in the documentation.
I am only a beginner and I do not have the knowledge you seek.
I can only point you to:... -
28 Nov 2011 7:05 PM
- Replies
- 11
- Views
- 2,649
No you did not.
Getting information from you is like pulling teeth.
We've dealt a number of times over the last 2 months and you just frustrate me.
I don't think you understand some of the... -
28 Nov 2011 4:30 PM
- Replies
- 11
- Views
- 2,649
Your answer to this is:
You did not answer this one:
Am I correct in assuming that the fixes would be in the SVN directory for development purposes. In other words all of the known fixes are... -
28 Nov 2011 3:32 PM
- Replies
- 11
- Views
- 2,649
I assume from your comment that what I called a "workaround" you call an "override".
Am I correct to infer that if I was to subscribe immediately, then within a few hours I would get the code that... -
28 Nov 2011 2:55 PM
- Replies
- 11
- Views
- 2,649
We obviously have different definitions for words like critical, urgency and support.
I was moving towards subscribing but I now I see that I would be wasting my money. -
28 Nov 2011 2:28 PM
- Replies
- 11
- Views
- 2,649
Basically you are saying that you do not fix bugs in current releases nor are you are offering workaround code.
So bugs of current releases, even critical ones, are only fixed in the next release... -
28 Nov 2011 12:16 PM
- Replies
- 11
- Views
- 2,649
While trying to write my first app I came across a major bug with the sequence of the edit event parameters in version 4.0.7.
see... -
27 Nov 2011 12:38 PM
Jump to post Thread: setActiveItem(0) does not work by rakagod
- Replies
- 4
- Views
- 1,284
I did break down the code, that line is where it stops working.
I am including the full app which is tiny because I was just starting it.
It is in a version 4 MVC architecture which so far, with... -
27 Nov 2011 8:53 AM
Jump to post Thread: setActiveItem(0) does not work by rakagod
- Replies
- 4
- Views
- 1,284
I designed the layout with Ext.Designer 1.2.2.
It works under 4.0.7 but not under 4.1 PR1 (without changes).
I am reporting a bug with my code and your response is to tell me that your code works.... -
25 Nov 2011 11:39 AM
Jump to post Thread: setActiveItem(0) does not work by rakagod
- Replies
- 4
- Views
- 1,284
In version 4.0.7, the following code worked
this.getDispatchCards().getLayout().setActiveItem(0);
but in version 4.1 that line no longer works.
The other 2 lines that reference... -
24 Nov 2011 8:09 PM
Jump to post Thread: doc.namespaces is undefined by rakagod
- Replies
- 16
- Views
- 5,114
I upgrade from firefox 3.6.23 to firefox 8 and the problem is no more.
This works for me for development but not for production.
It appears that ExtJs 4.0.7 has a bug that needs to be fixed... -
24 Nov 2011 2:05 PM
- Replies
- 18
- Views
- 6,783
I think that is because you have made a version 3 app rather than a version 4 MVC app.
I say this because in app.js you wrap everything in an "Ext.onReady" which is a version 3 approach.
If you... -
23 Nov 2011 5:27 PM
- Replies
- 18
- Views
- 6,783
Yes, I would appreciate that.
Thank you very much. -
23 Nov 2011 5:25 PM
- Replies
- 18
- Views
- 6,783
"If so then there's really no need to do it in app.js ? Its just writing extra code for no reason."
You said declaring the "models array" doesn't work in app.js, so yes it would be useless code.... -
22 Nov 2011 9:59 PM
- Replies
- 18
- Views
- 6,783
Sorry, in my first reply I misunderstood your question.
The code you are showing is not following the MVC architecture, even if it does work.
The code under the "launch" function is a 'view", the... -
22 Nov 2011 9:22 PM
- Replies
- 18
- Views
- 6,783
That is correct since you referred to the grid by its xtype which is just as good as per:
Ext.ComponentQuery
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.ComponentQuery
I used an itemId since... -
22 Nov 2011 9:00 PM
- Replies
- 18
- Views
- 6,783
Sorry, the answer that follows is based on the misunderstanding that you are asking me if having the "view: creates the store" is the correct way of doing things as far as the "stores" array is...
-
22 Nov 2011 12:12 PM
Jump to post Thread: Uncaught TypeError by rakagod
- Replies
- 4
- Views
- 1,371
You can test the 4.0 version of the code that I point to in the initial post,
or the 3.0 version that is available from:
http://docs.sencha.com/ext-js/4-0/guides/direct_grid_pt2/reference-files.zip -
22 Nov 2011 12:03 PM
Jump to post Thread: Uncaught TypeError by rakagod
- Replies
- 4
- Views
- 1,371
The data is here:
http://docs.sencha.com/ext-js/4-0/guides/direct_grid_pt1/grid-tutorial.sql
It creates and loads the database. -
22 Nov 2011 11:39 AM
Jump to post Thread: Uncaught TypeError by rakagod
- Replies
- 4
- Views
- 1,371
A small sample app that works with Extjs 4.0.7 now gives the following error under 4.1.pr1:
Uncaught TypeError: Cannot call method 'save' of undefined
It uses "direct".
The code is available at:... -
21 Nov 2011 2:31 PM
- Replies
- 18
- Views
- 6,783
Thank you for your help.
I tried that and the application starts and displays without errors but now gets a
"TypeError: Cannot call method 'indexOf' of undefined"
in my "GridController"... -
20 Nov 2011 3:35 PM
- Replies
- 18
- Views
- 6,783
I updated the sample code of the "Ext. Direct and Grid Tutorial" to the new architecture of ExtJs4.
The current sample is a version 3 architecture, it uses "Ext.onReady".
I am new at this and I... -
22 Oct 2011 12:30 PM
- Replies
- 5
- Views
- 1,272
The documentation for Ext.NavigationBar only shows the element "docked" under Configs; there is no 'dock'.
-
13 Oct 2011 11:03 AM
Jump to post Thread: Documentation Content Bugs by rakagod
- Replies
- 141
- Views
- 13,411
Is it possible that the code should be using "posts" rather than "Post" here?
hasMany: 'Post' // shorthand for { model: 'Post', name: 'posts' }:
Should it not read as ?:
hasMany: 'posts';
... -
13 Oct 2011 10:29 AM
Jump to post Thread: Documentation Content Bugs by rakagod
- Replies
- 141
- Views
- 13,411
The link in the text: "For a live demo please see the Simple Store example." gives a 404 error.
Found in:
Using the data package in Sencha Touch 2
Models and Stores
The link text "Inline Data...
Results 1 to 25 of 41
