> I recently added an option to a program on OSX where you could include simple > html formatting and layout tags for things like bolding and color and > centering and such via the NSAttributedStringMBS.initWithHTML and putting > that into the label. This works fantastically. I am hoping there is a similar > method of doing something for Linux. Obviously the OSX specific functions > won’t work, but is there any way to do something similar for linux apart from > changing the label into an entire HTML viewer?
We do have some webkit functions for Linux. But the best I may offer is to run javascript or load a self made HTML into the htmlviewer. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
