Cross platform RTF/HTML edit control

Just starting out? Need help? Post your questions and find answers here.
blueapples
User
User
Posts: 19
Joined: Mon Oct 03, 2005 10:00 am

Cross platform RTF/HTML edit control

Post by blueapples »

I have a product that makes major use of an RTF control which I would like to rewrite in PureBasic. One of my major reasons for doing the rewrite would be cross platform; I want to target Mac OS as well as Linux and Windows.

I know it's possible to use the Windows RTF control through APIs, and that will work on the Windows side but then I have to find a similar solution on Mac and Linux. For the moment I'm more worried about Mac although I have almost no knowledge of development on either the Mac or Linux platforms.

It'd be even better though if someone knows of a way to do this so it just works on all platforms, though I see that as highly unlikely.
bender-rulez
User
User
Posts: 49
Joined: Mon Mar 14, 2005 11:30 am

Post by bender-rulez »

I´m intresting in that too!

I already installed Scintilla for Linux and made some tests but
maybe someone can give me an example for an editor that will work with
the scintillagadget on linux and windows?!

Thanks!
garretthylltun
Enthusiast
Enthusiast
Posts: 346
Joined: Wed Oct 26, 2005 2:46 am
Contact:

Post by garretthylltun »

Ditto

-Garrett
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
· Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
· http://www.freewarehome.com/ <-- Freeware listings since 1996
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Have there ever been some results on this? I need exactly the same...

I need:
- Wordwrap while typing
- bold, italics and underline
- text-color
- font-style, size (not so important)
- unicode-support

The control has to be cross-platform and NO external DLL oder API calls needed. RTF or HTML to save or load.

Any information?

Kukulkan
Post Reply