polishlinux.org » Windows vs Linux: Architecture, part II:: To display an HTML page, one doesn’t have to use the full IE browser - it suffices to run a few IE modules (among them, the rendering engine). http://polishlinux.org/linux/windows-vs-linux-architecture-part-ii/HOME | I have a somewhat weird problem while rendering a window:
http://images33.fotki.com/v1119/photos/4/42253/1199959/window-vi.png
the bottom blue part is not supposed to be there. The window has 'fit' layout with the only panel on it, which contains Content Type combobox and the bottom bar.
Here's the relevant code:
this.panel = new Ext.FormPanel({
id: 'ContentSelectorPanel',
bodyStyle: "padding: 10px; vertical-align: middle; text-align: center;", Windows Live Hotmail page not fully rendering with FireFox 3 solution:: 22 posts - Last post: Oct 23, 2008This allows me to open Hotmail within Firefox, use IE rendering, 3) In menu, go to Tools/IE Tab Options (just above Options at bottom of http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=74814&forumId=1HOME |
items: [
{
xtype: 'combo',
store: this.store,
displayField: 'name',
fieldLabel: 'Content Type',
typeAhead: true,
mode: 'local',
name: "contentType",
allowBlank: false,
triggerAction: 'all',
lazyRender:true,
cls: 'contentForm',
disableKeyFilter: true,
editable: false,
maxHeight: 50
}
]
});
config = Ext.apply(config {}, {
items: [
this.panel
],
bbar: [
'->',
{
text: 'Save',
iconCls: 'save',
cls: 'x-btn-text-icon', [Mono-winforms-list] Patch: Normal Button Rendering fixes:: Oct 27, 2004 --=-8KNIoQmHHFp0yUX8+HZZ Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi guys, This is the first part of my button rendering http://lists.ximian.com/pipermail/mono-winforms-list/2004-October/001078.htmlHOME | RE: Large SVG not rendering in IE: msg#00672 text.xml.svg.devel:: Bottom line is that almost anything would choke trying to load a bitmap I've run into this on IE 5.0, 5.5, and 6.0 on Windows 98, NT, and XP. http://osdir.com/ml/text.xml.svg.devel/2002-09/msg00672.htmlHOME |
scope: this,
handler: function() {
var form = this.panel.getForm();
var contentText = form.findField("contentType").getValue();
if (contentText == "") {
portlet.globalExt.MessageBox.alert('Error','Select a content type');
return;
}
if (this.callback) {
var records = this.store.query("name", contentText);
var contentType = records.get(0).data.type;
this.callback(contentType, contentText);
} Creating a Window and Rendering a Blank Screen | The Ramblings of :: Jun 10, 2005 Since we are going to be rendering inside a window, I thought the best place to In the constructor, at the very bottom, add a call for http://www.thehazymind.com/blog/creating-a-window-and-rendering-a-blank-screen/HOME |
this.close();
}
},
{
text: 'Close',
iconCls: 'cancel',
cls: 'x-btn-text-icon',
scope: this,
handler: function() {
this.close();
}
}
],
layout: 'fit',
width: 250,
height: 120,
title: 'Select Content Type',
frameHeight: portlet.frame ? -1 : portlet.frame.height,
maximizable: true,
draggable: false,
listeners: {
'show': function() {
this.maximize();
},
'beforerender' : function() {
if (portlet.frame) {
var obj = Ext.fly(portlet.frame);
if (obj.getSize().height < this.height) {
this.frameHeight = obj.getSize().height;
obj.setHeight(this.height);
}
}
},
'hide' : function() {
if (portlet.frame && this.frameHeight != -1) {
Ext.fly(portlet.frame).setHeight(this.frameHeight) ;
}
}
},
closable: false
});
In FireFox this part is much smaller but still visible.
Any ideas will be greatly appreciated,
Best Regards,
Alex.
Is this the same problem as this bugreport (http://extjs.com/forum/showthread.php?t=24921)?
Where's The Advantage In Windows Genuine Advantage?
Stocks Bounce After S&P Joins Bear Market
|