Re: [udig-devel] Extending the RCP Example

2011-02-11 Thread Joaquín Rodriguez-Guerra Urcelay
;] Enviado el: miércoles, 09 de febrero de 2011 22:37 Para: User-friendly Desktop Internet GIS Asunto: Re: [udig-devel] Extending the RCP Example You are on the right track. And it would be good if you could contribute the improvement back when you are done. MapViewer should have a context that

Re: [udig-devel] Extending the RCP Example

2011-02-11 Thread Jody Garnett
= (ToolCategory) iter.next(); > for( Iterator titer = category.iterator(); titer.hasNext(); ) { > ToolProxy tool = (ToolProxy) titer.next(); > if (toolID.equals(tool.getId())){ > return tool; > } > } > } > return null; > } > > > Regards, > > Joaq

Re: [udig-devel] Extending the RCP Example

2011-02-11 Thread Joaquín Rodriguez-Guerra Urcelay
s.refractions.net [udig-devel-boun...@lists.refractions.net] En nombre de Jody Garnett [jody.garn...@gmail.com] Enviado el: miércoles, 09 de febrero de 2011 22:37 Para: User-friendly Desktop Internet GIS Asunto: Re: [udig-devel] Extending the RCP Example You are on the right track. And it would b

Re: [udig-devel] Extending the RCP Example

2011-02-09 Thread Jody Garnett
Earth Observing Processing Systems Unit > > GMV AEROSPACE AND DEFENCE, S.A. > Isaac Newton, 11 > P.T.M. Tres Cantos > E-28760 Madrid > Tel. +34 91 807 21 00 / 7694 > Fax +34 91 807 21 99 > www.gmv.com > > De: udig-devel-boun...

Re: [udig-devel] Extending the RCP Example

2011-02-09 Thread Joaquín Rodriguez-Guerra Urcelay
s.net [udig-devel-boun...@lists.refractions.net] En nombre de Jody Garnett [jody.garn...@gmail.com] Enviado el: martes, 08 de febrero de 2011 23:24 Para: User-friendly Desktop Internet GIS Asunto: Re: [udig-devel] Extending the RCP Example Interesting. So ActionBars are a facade used by a view

Re: [udig-devel] Extending the RCP Example

2011-02-08 Thread Jody Garnett
Interesting. So ActionBars are a facade used by a view to get at various stuff (toolbar, menu, status bar etc..). For the MapEditor those have been configured - to point to the application menus, toolbars and status bar. Perhaps for the MapViewer they have not been set up correctly? They shoul

[udig-devel] Extending the RCP Example

2011-02-08 Thread Joaquín Rodriguez-Guerra Urcelay
Dear all, Taking a look at udig's source code I am trying to extend the rcp example app. I fist added the layers view: mapview.java: // Display Layer Manager and set it to use this map. Display.getDefault().asyncExec(new Runnable(){ public void run() {