Revision 17321 branches/v10/prototypes/3D/extensions/ext3D/src/com/iver/ai2/gvsig3d/gui/View3D.java

View differences:

View3D.java
27 27
import com.iver.cit.gvsig.fmap.ProjectionEvent;
28 28
import com.iver.cit.gvsig.fmap.ViewPort;
29 29
import com.iver.cit.gvsig.fmap.ViewPortListener;
30
import com.iver.cit.gvsig.fmap.core.v02.FConstant;
30 31
import com.iver.cit.gvsig.fmap.crs.CRSFactory;
31 32
import com.iver.cit.gvsig.fmap.layers.FLayers;
32 33
import com.iver.cit.gvsig.project.documents.view.MapOverview;
......
311 312
	}
312 313

  
313 314
	public void windowActivated() {
315
//		PluginServices.getMainFrame().getStatusBar().setEnabled(false);//getControl("scale", null).setEnabled(false);
316
		PluginServices.getMainFrame().getStatusBar().setMessage("units","");
317
    	PluginServices.getMainFrame().getStatusBar().setControlValue("scale","");
318
		PluginServices.getMainFrame().getStatusBar().setMessage("projection", getMapControl().getViewPort().getProjection().getAbrev());
319
		PluginServices.getMainFrame().getStatusBar().setMessage("x","");
320
		PluginServices.getMainFrame().getStatusBar().setMessage("y","");
314 321
		m_canvas3d.repaint();
315

  
316 322
	}
317 323

  
318 324
	public void windowClosed() {
......
395 401
	public void setNavMode(NavigationMode navMode) {
396 402
		this.navMode = navMode;
397 403
	}
404
	
398 405

  
399 406
}

Also available in: Unified diff