Skip to main content



      Home
Home » Eclipse Projects » GEF » Problem with PrintAction
Problem with PrintAction [message #143548] Tue, 20 July 2004 09:54 Go to next message
Eclipse UserFriend
Originally posted by: markp.softlanding.com

I tried adding this in an old thread but did not get any replies.

I have moved to GEF 3.0, and I have a diagramming app that uses the
default PrintAction to provide printing support. In general this works
much better than 2.1 did. However, there is one problem from 2.1 that
still exists and I thought had been fixed by this bug based on threads
on this list.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=28766

My diagram uses GIF's next to some of the labels to decorate them, kind
of how you might decorate a method or field in a class diagram.
Anyway, those GIF's do not print, instead I get a black dot. I think
in 2.1 it just didn't print anything.

I am not really clear on what the root of the problem is based on the
Bugzilla above. Would there be a way to work around the problem by
using a different graphic format like PNG?

Thanks

Mark
Re: Problem with PrintAction [message #143557 is a reply to message #143548] Tue, 20 July 2004 11:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sergeyv.offshorecreations.com

I have the same problem. I think that scale of image is wrong. Images are
printing too small (black dor).
--
With Best Regards
Vyunnikov Sergey

"Mark Phippard" <markp@softlanding.com> wrote in message
news:cdj86c$ave$1@eclipse.org...
> I tried adding this in an old thread but did not get any replies.
>
> I have moved to GEF 3.0, and I have a diagramming app that uses the
> default PrintAction to provide printing support. In general this works
> much better than 2.1 did. However, there is one problem from 2.1 that
> still exists and I thought had been fixed by this bug based on threads
> on this list.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=28766
>
> My diagram uses GIF's next to some of the labels to decorate them, kind
> of how you might decorate a method or field in a class diagram.
> Anyway, those GIF's do not print, instead I get a black dot. I think
> in 2.1 it just didn't print anything.
>
> I am not really clear on what the root of the problem is based on the
> Bugzilla above. Would there be a way to work around the problem by
> using a different graphic format like PNG?
>
> Thanks
>
> Mark
Re: Problem with PrintAction [message #143566 is a reply to message #143557] Tue, 20 July 2004 12:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: markp.softlanding.com

Sergey Vyunnikov wrote:

>
> I have the same problem. I think that scale of image is wrong. Images
> are printing too small (black dor).

Have you tried any workarounds? Are your graphics GIF's?

Mark
Re: Problem with PrintAction [message #143740 is a reply to message #143566] Wed, 21 July 2004 05:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sergeyv.offshorecreations.com

Yes. Do you know how to solve this problem?

--
With Best Regards
Vyunnikov Sergey

"Mark Phippard" <markp@softlanding.com> wrote in message
news:cdjhtn$v9b$1@eclipse.org...
> Sergey Vyunnikov wrote:
>
> >
> > I have the same problem. I think that scale of image is wrong. Images
> > are printing too small (black dor).
>
> Have you tried any workarounds? Are your graphics GIF's?
>
> Mark
Re: Problem with PrintAction [message #143756 is a reply to message #143740] Wed, 21 July 2004 09:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: markp.softlanding.com

Sergey Vyunnikov wrote:

> Yes. Do you know how to solve this problem?

No, I was hoping that you did.

Does anyone know if there are any new Bugzilla's out there for this
problem. The messages I had read certainly implied that they thought
this was fixed for 3.0.

Mark
Re: Problem with PrintAction [message #145562 is a reply to message #143548] Thu, 29 July 2004 14:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Please provide the simple image and testcase and attach it to the bugzilla
below.

"Mark Phippard" <markp@softlanding.com> wrote in message
news:cdj86c$ave$1@eclipse.org...
> I tried adding this in an old thread but did not get any replies.
>
> I have moved to GEF 3.0, and I have a diagramming app that uses the
> default PrintAction to provide printing support. In general this works
> much better than 2.1 did. However, there is one problem from 2.1 that
> still exists and I thought had been fixed by this bug based on threads
> on this list.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=28766
>
> My diagram uses GIF's next to some of the labels to decorate them, kind
> of how you might decorate a method or field in a class diagram.
> Anyway, those GIF's do not print, instead I get a black dot. I think
> in 2.1 it just didn't print anything.
>
> I am not really clear on what the root of the problem is based on the
> Bugzilla above. Would there be a way to work around the problem by
> using a different graphic format like PNG?
>
> Thanks
>
> Mark
Re: Problem with PrintAction [message #145742 is a reply to message #145562] Fri, 30 July 2004 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: markp.softlanding.com

Randy,

I just attached a zip file to the bugzilla. It is a HelloWorld GEF
editor project that shows the problem.

Thanks

Mark


Randy Hudson wrote:

> Please provide the simple image and testcase and attach it to the
> bugzilla below.
>
> "Mark Phippard" <markp@softlanding.com> wrote in message
> news:cdj86c$ave$1@eclipse.org...
> > I tried adding this in an old thread but did not get any replies.
> >
> > I have moved to GEF 3.0, and I have a diagramming app that uses the
> > default PrintAction to provide printing support. In general this
> > works much better than 2.1 did. However, there is one problem from
> > 2.1 that still exists and I thought had been fixed by this bug
> > based on threads on this list.
> >
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=28766
> >
> > My diagram uses GIF's next to some of the labels to decorate them,
> > kind of how you might decorate a method or field in a class diagram.
> > Anyway, those GIF's do not print, instead I get a black dot. I
> > think in 2.1 it just didn't print anything.
> >
> > I am not really clear on what the root of the problem is based on
> > the Bugzilla above. Would there be a way to work around the
> > problem by using a different graphic format like PNG?
> >
> > Thanks
> >
> > Mark
Re: Problem with PrintAction [message #145915 is a reply to message #145742] Mon, 02 August 2004 10:35 Go to previous message
Eclipse UserFriend
Originally posted by: markp.softlanding.com

Randy,

I was just curious as to whether you plan on taking a look at the Test
case I submitted to see if it was a problem in something I was doing,
or whether it really is an SWT problem.

I noticed you had added some comments and samples to the bug before me,
and yours mentioned something about a stretched image. I didn't think
I was doing anything other than supplying an image. Maybe I am
supposed to set a size for it somewhere?

Mark




Mark Phippard wrote:

> Randy,
>
> I just attached a zip file to the bugzilla. It is a HelloWorld GEF
> editor project that shows the problem.
>
> Thanks
>
> Mark
>
>
> Randy Hudson wrote:
>
> > Please provide the simple image and testcase and attach it to the
> > bugzilla below.
> >
> > "Mark Phippard" <markp@softlanding.com> wrote in message
> > news:cdj86c$ave$1@eclipse.org...
> > > I tried adding this in an old thread but did not get any replies.
> > >
> > > I have moved to GEF 3.0, and I have a diagramming app that uses
> > > the default PrintAction to provide printing support. In general
> > > this works much better than 2.1 did. However, there is one
> > > problem from 2.1 that still exists and I thought had been fixed
> > > by this bug based on threads on this list.
> > >
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=28766
> > >
> > > My diagram uses GIF's next to some of the labels to decorate them,
> > > kind of how you might decorate a method or field in a class
> > > diagram. Anyway, those GIF's do not print, instead I get a black
> > > dot. I think in 2.1 it just didn't print anything.
> > >
> > > I am not really clear on what the root of the problem is based on
> > > the Bugzilla above. Would there be a way to work around the
> > > problem by using a different graphic format like PNG?
> > >
> > > Thanks
> > >
> > > Mark
Previous Topic:attributes in Properties view don't appear for new objects
Next Topic:Print dialog
Goto Forum:
  


Current Time: Tue Jul 22 03:33:00 EDT 2025

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

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

Back to the top