Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Relaxed dependency on GDI+ ?
Relaxed dependency on GDI+ ? [message #77720] Wed, 15 November 2006 02:13 Go to next message
Li Ding is currently offline Li DingFriend
Messages: 29
Registered: July 2009
Junior Member
Hi,

My diagram had dependency on GDI+ when I used GMF 1.0 build back in
Sept. The problem was that the nodes did not paint in main canvas.
I did not change my code but noticed it worked with recent GMF 1.0.1
build without GDI+. Just want to double check, did GMF diagram runtime
make some changes to handle non GDI+ case so that node still paint?
Thanks.

Li
Re: Relaxed dependency on GDI+ ? [message #77859 is a reply to message #77720] Wed, 15 November 2006 14:41 Go to previous message
David Cummings is currently offline David CummingsFriend
Messages: 8
Registered: July 2009
Junior Member
As of version 1.0.1, GMF detects whether your system supports advanced
graphics capabilities (eg GDI+ on Windows and Cairo on Linux machines).
If it is not supported on your platform, advanced graphics is turned
off within GMF.

More details can be found at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154982

David

Li Ding wrote:
> Hi,
>
> My diagram had dependency on GDI+ when I used GMF 1.0 build back in
> Sept. The problem was that the nodes did not paint in main canvas.
> I did not change my code but noticed it worked with recent GMF 1.0.1
> build without GDI+. Just want to double check, did GMF diagram runtime
> make some changes to handle non GDI+ case so that node still paint?
> Thanks.
>
> Li
>
Previous Topic:Setting a property that should not change afterwards
Next Topic:regarding GMF Commands
Goto Forum:
  


Current Time: Sat Oct 19 11:52:57 GMT 2024

Powered by FUDForum. Page generated in 0.03468 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top