The Artima Developer Community
Sponsored Link

Java Answers Forum
SWT and MAC

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
federico

Posts: 1
Nickname: scube
Registered: Oct, 2004

SWT and MAC Posted: Oct 12, 2004 4:41 AM
Reply to this message Reply
Advertisement
Hello,
I have a terrible problem. I want to integrate a simple web browser into my java application.
SWT seems to be a perfect solution and in Windows I have no problems. In Mac (OS 10.3) it is not so easy because some carachters in the HTML files cause errors on the printed page.
Forbidden characters are for example : 'รด' or 'ŏ'
(I hope you can read it correcly, they are 'o' with strange accent) and it seem the problem is not depending on the encoding.
Many browser for Mac cannot print these carachters, but I found out that with Safari it is all ok.
So I have the idea to modify Browser class in SWT in order to use Safari WebKit for printing.
Somebody has some experience in it?
Or, maybe better, some more easy solution to the problem of printing web pages with java in Mac?

Many thanks,
Federico

Topic: a conceptual query about keyevent handling Previous Topic   Next Topic Topic: applet with 2 panels with cardLayout, need to pass parameter from p1 to p2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use