Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -rd0fb98b59417631ea836fe8e269f9c9d36b16a91 -rbe9e65f6288071392876f1af60041397ec26408e --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision d0fb98b59417631ea836fe8e269f9c9d36b16a91) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision be9e65f6288071392876f1af60041397ec26408e) @@ -698,7 +698,7 @@ * */ private function ok(){ - Cursor.showCursor(ApplicationParent.C_HOURGLASS); + trace('OK'); _global.breakpoint(); @@ -714,11 +714,14 @@ Debugger.log('_workspaceModel.currentMode: ' + _workspaceModel.currentMode,Debugger.GEN,'ok','org.lamsfoundation.lams.WorkspaceDialog'); var tempTitle = StringUtils.replace(resourceTitle_txi.text, " ", ""); if (tempTitle == "" || tempTitle == undefined){ + Cursor.showCursor(ApplicationParent.C_DEFAULT); var sendMsg:String = Dictionary.getValue('ws_file_name_empty')+"\n"+Dictionary.getValue('ws_entre_file_name')+"\n\n"; LFMessage.showMessageAlert(sendMsg,null); resourceTitle_txi.setFocus(); }else{ + if(_workspaceModel.currentMode=="SAVE" || _workspaceModel.currentMode=="SAVEAS"){ + Cursor.showCursor(ApplicationParent.C_HOURGLASS); saveFile(snode); } else { openFile(snode);