Search Type: Posts; User: bartvde
Search: Search took 0.02 seconds.
-
8 Nov 2012 2:44 AM
- Replies
- 14
- Views
- 2,855
I got: failed to find meta class definition for name proxy.gxm_protocol
For me this worked, edit .sencha/app/sencha.cfg and add the path there:
... -
12 Oct 2012 7:45 AM
Jump to post Thread: Using zIndex by bartvde
- Replies
- 15
- Views
- 2,199
It works fine in debug mode, but not in production, any idea why?
-
11 Oct 2012 4:05 AM
Jump to post Thread: Using zIndex by bartvde
- Replies
- 15
- Views
- 2,199
Hmm somehow this workaround stopped working, what did work was overriding the updateZIndex function with an empty function and then just setting the z-index in css:
div.x-select-overlay {
... -
11 Oct 2012 1:51 AM
Jump to post Thread: Using zIndex by bartvde
- Replies
- 15
- Views
- 2,199
At least I found a workaround:
defaultTabletPickerConfig: {
zIndex: 1000,
updateZIndex: Ext.emptyFn
}, -
11 Oct 2012 1:38 AM
Jump to post Thread: Using zIndex by bartvde
- Replies
- 15
- Views
- 2,199
having the same issue, can't modify zIndex of the select-overlay of a select field .....
-
5 Sep 2012 11:55 PM
- Replies
- 7
- Views
- 1,356
Using Mitchell's advice I was able to create a multi-column list. But is there a way to influence the ordering?
Right now, the ordering is:
1 2 3
4 5 6 etc.
Can we do
1 4 7
2 5 8
3... -
27 Aug 2012 3:19 AM
- Replies
- 1
- Views
- 233
Hi, I am trying to use an Ext.Map in an hbox layout next to a scrollable container (list in my case, but container also triggers the issue). When panning the map sometimes the whole page will flicker...
-
10 Aug 2012 3:13 AM
- Replies
- 3
- Views
- 1,649
what's the status of this issue? TIA.
-
18 Apr 2011 5:55 AM
- Replies
- 1
- Views
- 999
Can anybody explain to me why the following does not work (i.e. the panel does not get a height):
new Ext.Viewport({
layout:'hbox',
layoutConfig: {
... -
20 Feb 2008 6:56 AM
- Replies
- 1
- Views
- 858
Hello,
what is the best way to get 24-bits PNG images with transparency to work correctly in an Ext toolbar? Right now I have hacked it in the following way:
// overrule to get PNG24 to be... -
11 Dec 2007 5:26 AM
- Replies
- 4
- Views
- 1,005
If I overrule ext-all.css with this in my application css it works fine:
.x-combo-list-inner{
position:static;
} -
11 Dec 2007 5:11 AM
- Replies
- 4
- Views
- 1,005
This what Firebug shows as the generated HTML:
<div id="ext-gen371" class="x-layer x-combo-list" style="position: absolute; z-index: 11000; visibility: visible; left: 566px; top: 224px; width:... -
11 Dec 2007 3:24 AM
- Replies
- 4
- Views
- 1,005
This is the relevant part, if I don't add the second combobox all is fine with the first combo.
Ext.extend(mapfish.widgets.SLDLabeling, Ext.FormPanel, {
updateColors: function() {
},... -
11 Dec 2007 2:35 AM
- Replies
- 4
- Views
- 1,005
What can cause the combobox to operate like the attachment shows? I see no values, the items are blue, the number of items are correct, and auto completion also works (filtering).
-
25 Nov 2007 11:34 PM
- Replies
- 1
- Views
- 692
Can Ext.onReady deal with dynamically inserted script tags? Ext.onReady is called before the dynamically inserted scripts are loaded. Is there a way around this?
var s =... -
21 Nov 2007 2:56 AM
Jump to post Thread: Ext.menu.Item: no tooltips? by bartvde
- Replies
- 1
- Views
- 1,092
I was surprised to see Ext.menu.Item does not have a tooltip property, am I missing something? Is there another easy way to provide a qtip for a menu item?
TIA. -
21 Nov 2007 1:05 AM
Jump to post Thread: Button Size Bug? by bartvde
- Replies
- 8
- Views
- 1,863
Are you able to share your code already? I am running into the same issue. TIA.
-
20 Nov 2007 1:30 AM
- Replies
- 2
- Views
- 1,979
Hello,
I am trying to change the height of a Ext.Toolbar.Button. Apparantly the default is 16px.
I use a iconCls: 'zoomin' in the options, and set the width and height in the application's css... -
8 Nov 2007 12:01 AM
Jump to post Thread: form, json: success: true/false by bartvde
- Replies
- 1
- Views
- 1,858
Hi people,
can anybody explain why the JSON reader of a form checks for success: true/false in the JSON response to determine if it should call onsuccess or onfailure?
Why does it not just... -
11 Oct 2007 6:36 AM
Jump to post Thread: loosing drag and drop handles by bartvde
- Replies
- 0
- Views
- 564
Hi people,
can somebody please explain to me why I lose the drag and drop handles on my div after it has been moved once? I.e. after moving I cannot move the same div again.
You can see it in... -
2 Oct 2007 5:18 AM
- Replies
- 1
- Views
- 1,644
Here you can see an example illustrating the problem:
http://www.osgis.nl/ext/examples/layout/webgis_fails.html
while this one works:
http://www.osgis.nl/ext/examples/layout/webgis.html
... -
2 Oct 2007 4:19 AM
- Replies
- 1
- Views
- 1,644
Hello,
when I listen for a bodyresize event on a tabPanel, the event comes in already but the clientWidth and clientHeight of the div have not been changed as yet. I need them since I use an...
Results 1 to 22 of 22
