Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Printing Icon

> This is not a known problem. Please could you open a bug report with a
> sample code?

OK, I'll do it.
>
> One thing to keep in mind is that the icon has to be created in the
> Printer not in the Display, if you want to print it.
Yes, I really care about this.
>
> ...
> Printer printer = new Printer(....);
> Image image = new Image(printer, ...);
> ...

Yes. I did exactly the same things.

Thanks
julien
>
> Thanks!
> Silenio
>
>
>
>
>
> "julien" <julien@xxxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 11/02/02 12:33 PM
> Please respond to platform-swt-dev
>
>
>         To:     <platform-swt-dev@xxxxxxxxxxx>
>         cc:
>         Subject:        [platform-swt-dev] SWT Printing Icon
>
> Hi,
>
> I try print an icon image. The icon doesn't appear on the paper. Whe I set
> the maskData to null, it appears of course without the mask image. So the
> transparent are becomes black. Is it known issues ? How to resolve this
> problem ?
>
> Thanks
> julien
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>



Back to the top