Update of /cvsroot/thyapi/thyapi/thywidgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8300/thywidgets
Modified Files:
thywindow_ie.js
Log Message:
Commiting file additions and modification from SVN revision 2787 to 2789...
Changes made by vinicius on 2006-02-11 21:59:26 +0100 (Sat, 11 Feb 2006) corresponding to SVN revision 2788 with message:
PUT OUT "X" OF THYWINDOW IN IE WHILE ITS PROBLEM IS NOT SOLVED
Index: thywindow_ie.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/thywindow_ie.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** thywindow_ie.js 10 Feb 2006 02:09:15 -0000 1.3
--- thywindow_ie.js 11 Feb 2006 19:47:15 -0000 1.4
***************
*** 100,109 ****
// Initialize Content
this.content.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);};
! this.btnStick.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);};
! this.btnClose.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);};
this._thyBorderPanelAddChild(this.titleLayer);
! this._thyBorderPanelAddChild(this.btnStick);
! this._thyBorderPanelAddChild(this.btnClose);
this._thyBorderPanelAddChild(this.content);
//this.setVisible(false);
--- 100,109 ----
// Initialize Content
this.content.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);};
! /*this.btnStick.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);};*/
! /*this.btnClose.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; */
this._thyBorderPanelAddChild(this.titleLayer);
! /*this._thyBorderPanelAddChild(this.btnStick);
! this._thyBorderPanelAddChild(this.btnClose);*/
this._thyBorderPanelAddChild(this.content);
//this.setVisible(false);
|