Search Type: Posts; User: jmls
Search: Search took 0.02 seconds.
-
2 Aug 2012 12:38 PM
- Replies
- 94
- Views
- 17,775
crap. As soon as I post, I find the problem. Wasn't including the stylesheet. Sorry.
-
2 Aug 2012 12:25 PM
- Replies
- 94
- Views
- 17,775
Hi, this control looks just what I'm looking for. However, am struggling with the UI parts. I can't get the little x to appear next to the item selected - see the screenshots. What am I doing wrong ?...
-
31 Jul 2012 4:37 AM
- Replies
- 3
- Views
- 486
I didn't want that extra item adding to the store, as all other users of the store would get the item that I only wanted in the combo.
I eventually got around the problem by allowing the user to... -
31 Jul 2012 12:55 AM
- Replies
- 3
- Views
- 486
I have a combo box that is populated from a json proxy. However, I would like to add a custom option , one that does not exist in the database.
I was trying to add it in the afterrender event... -
21 Jul 2012 12:48 PM
- Replies
- 0
- Views
- 219
I seem to be asking a lot of questions today ;)
If I have a Client model with an associated (hasOne) phone number model,
Client.Number_id
Number.id
and for ease of use I want to allow... -
21 Jul 2012 11:12 AM
Jump to post Thread: Extend my own component by jmls
- Replies
- 6
- Views
- 967
thanks for the info.
Is there any timescales (or beta?) for the next "minor" version.
How about integrating the designer into eclipse :) -
19 Jul 2012 10:25 PM
Jump to post Thread: MVC woes by jmls
- Replies
- 1
- Views
- 420
I must be thick. I can't seem to get my head around the separation issues here.
I have a window, with a menu panel on the left, and a central panel.
I have a controller which listens for and... -
19 Jul 2012 9:56 PM
Jump to post Thread: Extend my own component by jmls
- Replies
- 6
- Views
- 967
If I hand-craft (*gasp*) my sencha files I can do something like this
foo.js
Ext.define('hash42.view.foo', {
extend: 'Ext.grid.Panel',
selType: 'rowmodel',
frame: false,
... -
18 Jul 2012 11:14 AM
- Replies
- 1
- Views
- 224
Just about getting my head around this javascript stuff ;) However, I have an issue about where to put things in this mvc world.
let's say that I have a customer . This customer has a salesrep... -
13 Jul 2012 12:01 PM
Jump to post Thread: MVC question by jmls
- Replies
- 5
- Views
- 636
heh, forgive my ignorance. I am learning, but slowly ;) I am a javascript and ExtsJS noob.
I perhaps don't understand the nomenclature properly just yet.
The way I see it, the viewport creates... -
13 Jul 2012 11:10 AM
Jump to post Thread: MVC question by jmls
- Replies
- 5
- Views
- 636
thanks for the tips - really useful. However, how does the panel controller know what the content panel instance is ?
-
13 Jul 2012 10:18 AM
Jump to post Thread: MVC question by jmls
- Replies
- 5
- Views
- 636
37159
given the above mockup, I have the following requirements
1) clicking on button 1 will dhow the grid in the center region
2) clicking on button 2 will dhow the calendar in the center... -
12 Jul 2012 5:04 AM
Jump to post Thread: Architect and Subdirectories by jmls
- Replies
- 3
- Views
- 393
thanks, that solves part of the problem - the other one being the physical file itself. I want it to be created in app/views/user/SomeForm.js
-
12 Jul 2012 1:49 AM
Jump to post Thread: Architect and Subdirectories by jmls
- Replies
- 3
- Views
- 393
Rightly or wrongly, I am using s folder structure like
app>
view>
user>
SomeUserForm.js
(ie the class is <app>.view.user.SomeUserForm)
I can't seem... -
9 Jul 2012 3:40 AM
Jump to post Thread: How do I use a defined class ? by jmls
- Replies
- 7
- Views
- 1,138
bingo!
Changed OnReady to launch: function() {
and it now works.
Thank you so much. -
8 Jul 2012 11:07 PM
Jump to post Thread: How do I use a defined class ? by jmls
- Replies
- 7
- Views
- 1,138
right, it must be the store. If I console.log(this) just before the this.callParent(arguments); then I get "store: undefined" in the console.
So, what does the simple app.js do that my modified... -
8 Jul 2012 10:03 PM
Jump to post Thread: How do I use a defined class ? by jmls
- Replies
- 7
- Views
- 1,138
Yes, I have all the stores etc configured. I can get the grid working "automatically"
If I use this app.js
Ext.application({
name: "geekflicks",
appFolder: "app", -
8 Jul 2012 9:28 PM
Jump to post Thread: How do I use a defined class ? by jmls
- Replies
- 7
- Views
- 1,138
yeah. That was the first thing that I did. However, when I do that, all I get is this in the console:
Uncaught TypeError: Cannot read property 'buffered' of undefined -
8 Jul 2012 8:56 AM
Jump to post Thread: How do I use a defined class ? by jmls
- Replies
- 7
- Views
- 1,138
I've created a grid in app/view/movie/grid.js
I want to use an instance of this grid as an item in a panel.
HOW ??
*sorry, long day :(
I really need some pointers here .
Thanks ;) -
7 Jul 2012 12:17 AM
Jump to post Thread: what event to look for ? by jmls
- Replies
- 3
- Views
- 445
Been following some tutorials, and there seems to be more than one way of watching for an event.
Let's say that we have a standard window form with a "save" button.
In the tutorials, I see this... -
2 Jul 2012 12:38 PM
Jump to post Thread: Request for code review by jmls
- Replies
- 1
- Views
- 433
in addition to the code review, what would I need to do in order to make the panel into a window ?
-
2 Jul 2012 7:46 AM
Jump to post Thread: Request for code review by jmls
- Replies
- 1
- Views
- 433
I have modified the controller and view for the movies model in the geekflicks app.
Specifically,
1) I've removed code that seems to serve no purpose
2) added a prompt to confirm deletion... -
2 Jul 2012 4:45 AM
Jump to post Thread: IconCls issues by jmls
- Replies
- 2
- Views
- 405
spot on ! thanks so much.
my folder structure was
images
stylesheets
so I needed
.icon-add { -
2 Jul 2012 3:57 AM
Jump to post Thread: IconCls issues by jmls
- Replies
- 2
- Views
- 405
36709
Trying to use the IconCls attribute , but to no avail. If I replace the iconCls with a icon : 'images/add.png' then the image appears
As you can see from above, it all looks ok : the... -
2 Jul 2012 12:42 AM
Jump to post Thread: problems with layout rendering by jmls
- Replies
- 2
- Views
- 491
the code is the example code given in the tutorial - http://docs.sencha.com/ext-js/4-1/#!/guide/editable_grid
However, the problem seems to happen when there are less rows than the height of the...
Results 1 to 25 of 55
