Ext GWT Release Notes:: Windows in desktop do not cover task bar when maximized. Added ability for Portlets to be ComboBox not showing scroll bars in IE when content exceeds drop down http://extjs.com/deploy/gxt-1.1.1/release_notes.htmlHOME | Good Day all,
I am having an error when creating a new window with a grid that I am trying to present data with, the Error occurs in IE6 no error shows in FF fireBug however the function is not working correctly. Mozilla COO: Steve Jobs Not Good for the Web:: glimpse into betrays their thinking: its out-of-date, corporate-controlled, duopoly-oriented, not-the-web thinking. And its not good for the web. http://digg.com/apple/Mozilla_COO_Steve_Jobs_Not_Good_for_the_WebHOME | JavaScript [Archive] - Page 320 - WebDeveloper.com:: [Archive] Page 320 JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype http://www.webdeveloper.com/forum/archive/index.php/f-3-p-320.htmlHOME |
Here is the problem I have a fusionChart that when you click on a presented piece of data it calls a javascript function called: (and here is the code)
displayArea:
function displayArea(local,storage) { JavaScript [Archive] - Page 144 - WebDeveloper.com:: [Archive] Page 144 JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype http://www.webdeveloper.com/forum/archive/index.php/f-3-p-144.htmlHOME |
this.store = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: '/newBuilds/sortedGrid.php',
method: 'POST'
}),
reader: new Ext.data.JsonReader({
root: 'frames'/*,
totalProperty: 'totalCount'*/
},[
{name: 'location'},
{name: 'array'},
{name: 'model'},
{name: 'alloc'},
{name: 'config_storeage'},
{name: 'chartXML'},
{name: 'unalloc'} Ten reasons not to use Firefox 2.0 goldcoaster:: But the average of Page error is less in IE than in Firefox. mentioned in this article; and Ive used FF extensively on both Windows and Linux. http://goldcoaster.wordpress.com/2006/10/30/ten-reasons-not-to-use-firefox-20HOME |
])
});
this.showDetails = function() {
var gDetail = Ext.getCmp('myGrid').getSelectionModel().getSelect ed().data;
var strXML = gDetail.chartXML;
chart_rchartID = new FusionCharts("flash/Pie3D.swf", "rchartID", 210, 180, "0", "1");
chart_rchartID.addParam("wmode", "transparent");
chart_rchartID.setDataXML(strXML);
var detailTemp = new Ext.XTemplate(
'',
'',
'
echo out:
alert(typeof Ext.getCmp('myGrid').getSelectionModel().getSelect ed());
what does it give you? Object?
On first load I get Object but when I close the window and reopen by clicking on the fusionchart to recall the function I get the error again.
And actually after you close the Ext.Window in IE and reopen it... it seems to have cached the last bit of data and reloads it into the new window that is opened by clicking another piece within the FusionCharts
Anyone with any clue as to why this is occurring?
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|