Hi Michael,

> This sounds good (I mean your work, not the problems with gt-swing :)

:)

> I haven't tried the examples for a while - I'll do so later today and
> let you know.

Thanks, I found out there are tons of functionalities on code that I
would like to see in action for a better understanding.

> Meanwhile it would be great to have a chat on IRC or Skype sometime to
> see if we can use this as an opportunity to extract a common base of
> GUI interfaces etc from the new gt-swing code (on a branch in svn).

Yes, that would be good. I also had the idea to create a gt-gui or
something similar to kind of force the 2 guis to stay aligned.
I think the best thing here is really that I try to do as much as
possible and then we talk and then, where needed, we refactor. Right
now I would not be able to tell you how to solve certain situations.

> The branch code fixes quite a few of the problems that have been
> long-standing in the current module. I'm sure the general design could
> also be much improved by getting together on it - or at least my
> design anyway, your's is probably already much better !

Oh man, your design is good. One thing I am finding is that jface has
several things from library already, whereas they were coded in the
gt-swing (ex. ProgressMonitor, ExceptionDialog, etc etc).
Also some small things can be borrowed from udig. For example the crs
dialog is very nice in udig and I see no reason for not having it that
nice here even if different.

So yes, give me some time and then we can talk when I have some stuff at hand.

One of the nicest things I noticed is that while earlier to run a
standalone SWT app you needed to tweak the native library path, now
everything is bundled in the jars. So no reason for failing on running
it.

One not so nice thing is that the needed jars currently are not on
maven repos. Here comes a question about the osgeo maven repo. I know
there is a tutorial about how to put things on maven repo somewhere.
Is any geotools committer allowed to load jers on the maven repo?

Thanks,
Andrea


>
> Michael
>
> On 3 February 2011 02:28, andrea antonello <[email protected]> wrote:
>> Hi all (especially Michael and Jody :)),
>> I am working on the swt/jface port of the swing widgets (there has
>> been a discussion started by Ian lately).
>>
>> Ideally I would like to use all the same interfaces the swing part
>> uses, even if I am quite sure that won't be possible, since SWT/JFace
>> and swing do some things differently.
>> I will anyways try to stick to everything possible provided.
>>
>> Did anyone use the swing viewer lately?
>> I am looking into the code and running it and there are some things
>> that do not work.
>> Just a couple of examples:
>> - map layer doesn't show any map, even if there is one visualized
>> - crs chooser throws some exception
>>
>> As said, I am looking into it, I just wanted to see if I am running
>> something in a wrong way.
>> Following the labs, I just run it as:
>>        JMapFrame show = new JMapFrame(context);
>>        show.enableLayerTable(true);
>>        show.enableToolBar(true);
>>        show.enableStatusBar(true);
>>        show.setVisible(true);
>>
>>
>> Ciao,
>> Andrea
>>
>> ------------------------------------------------------------------------------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> Geotools-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to