Search Type: Posts; User: Ronaldo
Search: Search took 0.04 seconds.
-
18 May 2012 2:09 AM
Jump to post Thread: Destroy a store by Ronaldo
- Replies
- 1
- Views
- 464
Hi all,
I'm writing a custom component that creates a private store for itself (I don't want a global store initiated from the application). On destroying the custom component, I thought I should... -
14 May 2012 12:33 AM
Jump to post Thread: Layout that sizes proportionally by Ronaldo
- Replies
- 1
- Views
- 264
Hi all,
Is there a way to use an existing layout (or create a new one) that maintains the height/weight ratio the same when resizing a window or a panel? I need a panel that sizes the height and... -
13 May 2012 1:29 PM
- Replies
- 0
- Views
- 354
Hi all,
I'm writing a custom container component, and I have a hard time figuring out how exactly the renderTpl is supposed to work.
Something like below works, but not if I want to let Ext... -
26 Mar 2012 11:59 PM
Jump to post Thread: Non application-wide controllers by Ronaldo
- Replies
- 3
- Views
- 546
Hi Mitchell,
Thx for your reply. The way of how you spell it out isn't that important.
But it would be great if controllers could be instantiated 'on the fly', apply to a specific panel only, and... -
26 Mar 2012 1:30 AM
Jump to post Thread: Non application-wide controllers by Ronaldo
- Replies
- 3
- Views
- 546
Hi all,
What's the best way to define a panel specific controller (in my case for a single, complex panel in a wizard)?
Controllers that are defined in the Ext.app.Application definition are... -
26 Mar 2012 1:02 AM
- Replies
- 4
- Views
- 1,136
Using a secure connection (https://...) solves your 'man-in-the-middle-attack'.
-
23 Mar 2012 7:05 AM
- Replies
- 1
- Views
- 516
Hi all,
This was my first day with the SenchaSDKTools, and though I'm impressed, there's something that I'm missing.
If I include the ext-all.js file before including the all-classes.js file,... -
16 Mar 2012 5:10 AM
Jump to post Thread: ExtJS Adapter for History.js by Ronaldo
- Replies
- 4
- Views
- 2,017
Sweet! We were just investigating history.js.
I do have a minor improvement; it's nice if you can pass an optional scope so that the callback method
is called in it's own scope.
... -
15 Mar 2012 1:00 AM
- Replies
- 1
- Views
- 671
Hi all,
I was trying to set a textarea to readonly, and it didn't work. Turned out that in 4.1 beta 2 the {cls} is missing, just as it was in the base class.
... -
13 Mar 2012 1:24 AM
Jump to post Thread: Ext.ux.aceeditor.Panel by Ronaldo
- Replies
- 22
- Views
- 6,541
Really nice, I will look into it later this month.
Are there any advantages as opposed to CodeMirror? -
17 Feb 2012 7:28 AM
- Replies
- 1
- Views
- 716
Hi,
I had a hard time getting Ext.Direct to work for my configuration.
After some debugging, I found that the api property is only copied from the initialConfig, not from the class definition.
... -
15 Feb 2012 5:49 AM
- Replies
- 2
- Views
- 706
I came across this issue too. I think the {cls} is missing in the Ext.form.field.Base's fieldSubTpl property:
Ext.define('Ext.form.field.Base', {
extend: 'Ext.Component',
...
... -
9 Jan 2012 6:34 AM
- Replies
- 2
- Views
- 1,502
Hi,
Thx! Sorry I didn't check the tracker first.
It seems that by not mentioning the singleton property at all, it works just fine.
Ext.define('My.store.'+modelName+'Store', {
... -
9 Jan 2012 1:57 AM
- Replies
- 2
- Views
- 1,502
Hi all,
I'm creating my stores like this (below), and I'm explicitely setting the singleton property to false. That's because I want multiple views containing the same entity but with different... -
6 Jan 2012 2:39 AM
Jump to post Thread: Tooltip in grid by Ronaldo
- Replies
- 2
- Views
- 3,302
Hi Mitchell,
Thx for your quick response!
What I'm trying to do is to give a field based tooltip for an edit-in-place grid, where I want to display an error message containing the reason that... -
5 Jan 2012 6:02 AM
Jump to post Thread: Tooltip in grid by Ronaldo
- Replies
- 2
- Views
- 3,302
Hi,
I'm testing the 4.1 beta release and I'm having some problems with the tooltip for a cell in a grid.
onViewAfterRender: function(view) {
view.tip =... -
27 Jul 2011 2:15 AM
- Replies
- 0
- Views
- 786
Hi all,
I'm trying to inherit an Ext.data.Store, and I keep getting an error that
parentPrototype is undefined
parentStatics = parentPrototype.$inheritableStatics;
in ext-dev.js... -
20 Jul 2011 11:57 PM
Jump to post Thread: MVC ref woes in a controller by Ronaldo
- Replies
- 4
- Views
- 3,383
Hi,
Yes, I did that. But the panel containing the 3 grids is on a tab, and it has not been rendered before I select that tab. The controller is instantiated on application start, but the panels... -
20 Jul 2011 12:58 AM
Jump to post Thread: MVC ref woes in a controller by Ronaldo
- Replies
- 4
- Views
- 3,383
Hi,
Thx for your reply. I'm seeing the grids all right, and they work fine.
The problem is that the controller does not seem to find the references to the grids, which I need to attach an event... -
19 Jul 2011 5:40 AM
Jump to post Thread: MVC ref woes in a controller by Ronaldo
- Replies
- 4
- Views
- 3,383
Hi all,
I'm trying to create a 'simple' tabpanel that contains 3 grids in a border layout. When I change the selection in the first grid, the second grid should update it's data. Basically the... -
29 Jul 2010 11:28 AM
Jump to post Thread: Ext.ux.form.CodeMirror by Ronaldo
- Replies
- 70
- Views
- 19,879
Hi all,
Like many, I *love* this thingy.
Unfortunately, I'm using codemirror 0.8 now (Ext 3.2.1), and I still have a limited set of line numbers...
I noticed in firebug that every height is... -
17 Feb 2010 10:17 AM
Jump to post Thread: nice jsf components by Ronaldo
- Replies
- 1
- Views
- 974
Hi all,
I just saw primefaces, a java jsf 'toolkit', and I must say I'm impressed by its widget set.
See www.primefaces.org > showcase.
Of course, it's not comparable with ext as it's a... -
20 Dec 2009 4:31 AM
- Replies
- 13
- Views
- 13,148
Personally, I don't believe in creating tags that create javascript code at runtime.
Sure, it does look nice and it seems all very simple, but the real catch is in the detailed business logic you... -
17 Dec 2009 11:40 PM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by Ronaldo
- Replies
- 144
- Views
- 54,317
ROFL - I think the belgians think otherwise, at least half of them :)
-
15 Dec 2009 4:59 AM
Jump to post Thread: Fisheye for desktop2.0 by Ronaldo
- Replies
- 44
- Views
- 24,434
Hey folks,
Very nice to see that the code I contributed over two years ago actually works :)
You must have done a lot of tweaking.
Nice work!
Ronaldo
Results 1 to 25 of 107
