Search Type: Posts; User: KampfCaspar
Search: Search took 0.02 seconds.
-
16 Jun 2011 1:04 AM
- Replies
- 0
- Views
- 952
Hi!
Experimenting with Ext.Loader I saw, that Ext.Loader.loadScriptFile sets @sourceURL only to the actual filename - not exposing the script directory or (as the tag implies) URL.
At least... -
15 Jun 2011 3:54 AM
Jump to post Thread: real xpath selector by KampfCaspar
- Replies
- 3
- Views
- 2,174
While not mainly interested in the UI document, I DO need selectors a lot on loaded xml documents... I wrote the following little wrapper class for xml documents with:
Ext.DomQuery.select*... -
15 Jun 2011 3:32 AM
- Replies
- 0
- Views
- 290
Ext.panel.Header.setIconCls does not respect the condition that the header might no-yet be rendered. The Header's rendering may - however - be independent of the 'main' panels rendering.
E.g.:... -
14 Jun 2011 1:27 AM
- Replies
- 1
- Views
- 727
Patch for cls config:
diff --git a/src/draw/Sprite.js b/src/draw/Sprite.js
index e9d47e3..6ed59e9 100644
--- a/src/draw/Sprite.js
+++ b/src/draw/Sprite.js
@@ -223,6 +223,11 @@... -
14 Jun 2011 12:58 AM
- Replies
- 3
- Views
- 1,062
Patch for 'null' values:
diff --git a/src/chart/series/Line.js b/src/chart/series/Line.js
index 6539579..6a3b05f 100644
--- a/src/chart/series/Line.js
+++ b/src/chart/series/Line.js
@@ -419,7... -
14 Jun 2011 12:55 AM
- Replies
- 3
- Views
- 1,062
Patch for axis calculation:
diff --git a/src/chart/axis/Axis.js b/src/chart/axis/Axis.js
index f839a27..bc08cc0 100644
--- a/src/chart/axis/Axis.js
+++ b/src/chart/axis/Axis.js
@@ -134,7... -
10 Jun 2011 3:34 AM
- Replies
- 1
- Views
- 727
Ext.draw.Sprite offers addCls() and removeCls(), contrary to rest of the framework, however, no corresponding config entry (cls?).
-
10 Jun 2011 3:27 AM
- Replies
- 3
- Views
- 1,062
NB: empty strings and undefineds are not drawn, null is.
'undefined' is not a global concept. Wouldn't adding null to the 'not-to-render' list help interoperability (and support)?
Note also,... -
10 Jun 2011 3:19 AM
- Replies
- 8
- Views
- 1,299
Thanks for that immediate reply!
-
10 Jun 2011 3:15 AM
- Replies
- 3
- Views
- 1,062
Bug: Drawing a chart with some 'undefined' values, (numeric) axis disappears.
NB: All other points are rendered (correctly) in reference to the now 'invisible' axis.
Workaround: Manually... -
9 Jun 2011 12:09 PM
- Replies
- 8
- Views
- 1,299
Hi!
Switching from 4.0.1 to 4.0.2, my app using Ext.view.View fails on
src/view/AbstractView.js:589
It seems the property loadMask is still on its default value (true). I tried calling... -
6 Jun 2011 6:37 AM
- Replies
- 2
- Views
- 1,040
Hi!
Ext Readers call individual extractor functions by field. This, of course, allows for generalized but fast access. Those extractor functions are prepared in:
... -
23 Jun 2009 12:01 AM
- Replies
- 11
- Views
- 2,883
Is expected... but those children might be inserted AFTER rendering. As it is now, at least one child is mandatory at the time of creation.
-
24 Apr 2009 7:16 AM
- Replies
- 9
- Views
- 3,053
the space "between" hbox/vbox items is not covered by container paddings... And embedding all those items in individual containers seems overkill.
The difference between the "margin" member (which... -
24 Apr 2009 4:10 AM
- Replies
- 9
- Views
- 3,053
Are you considering this a "NoBug"?
I very much like to define margings - together with font sizes et al - in css; as such, I'm trying to clean js source from as much layout constants as possible.... -
22 Apr 2009 12:46 AM
- Replies
- 11
- Views
- 2,883
As it is now, an empty TabPanel's tab strip does not occupy the height it does after adding elements.
The height change of the tab strip (after adding a child) "moves" the TabPanel's body out of... -
22 Apr 2009 12:31 AM
- Replies
- 9
- Views
- 3,053
Although I'm by no means an extjs or js expert, I tried to find "my" solution here.
The attached replacement/diff of BoxLayout solves this bug for me.
NB: Base is rc1, not svn. -
21 Apr 2009 10:00 PM
- Replies
- 4
- Views
- 1,382
BoxLayout.js#151 in rc1:
maxWidth = Math.max(maxWidth, c.getWidth() + cm.left + cm.top);
I suppose, this should be cm.right for the WIDTH? -
19 Apr 2009 4:11 AM
- Replies
- 9
- Views
- 3,053
The same problem seems to affect 'fit' layout (at least) under some circumstances. I updated the testcase zip:
Viewport with padding on all sides, 'fit' layout, one panel. Notice the cut off at... -
19 Apr 2009 3:26 AM
- Replies
- 9
- Views
- 3,053
hbox and vbox do not correctly account for css paddings/margins. This results in panels "cut off" at the far end.
In the attached testcase (incl. screenshot), I create two windows with... -
11 Oct 2008 11:02 AM
- Replies
- 11
- Views
- 3,593
New version 0.3
45 Hans-Peter Oeri 2008-10-11
reformat
44 Hans-Peter Oeri 2008-10-11
added levelOverride
43 Hans-Peter Oeri 2008-10-11 -
11 Oct 2008 3:38 AM
- Replies
- 11
- Views
- 3,593
I added a new version in the first post.
-
8 Oct 2008 1:23 PM
- Replies
- 11
- Views
- 3,593
OK, for all those that use browsers without a cacert.org root, I reconfigured my devel server to allow http alongside https.
I will change the first post accordingly.
@jgarcia: You could add... -
8 Oct 2008 8:58 AM
- Replies
- 11
- Views
- 3,593
Sorry, it is configured and the link works. The server uses a CACert certificate which might not be recognised by your browser (but the connection works fine).
As I'm developing on FF only (no... -
6 Oct 2008 2:55 AM
- Replies
- 16
- Views
- 4,649
I fully agree! I'm not against the concept of interfaces!
The question, however, is, if the correct (full) implementation of an interface has to be checked explicitely. If there is a formal...
Results 1 to 25 of 44
