> Thanks all for replying.
> I saw your replies now since i did expect a mail telling me i 
> got replys ... seems this is a very primitive forum :).

It's not a forum at all - it's a web view of a mailing list.
If you want email notifications of messages, subscribe to the mailing
list.


> I am using a Fl_Text_Display to display a game lobby chat 
> log, often http URLs are written by the "host" in this chat 
> log and i want to make it easy for the user to go to these web pages.
> 
> Sounds like i will have to specialize Fl_Text_display or 
> perhaps make my own widget.
> I have considered making my own widget since i feel 
> Fl_Text_Display is a bit of a cpu hog.
> Any ideas are very welcome.

I don't think I'd use a text display for that at all, I think I'd use a
Fl_Browser, and derive from that to get the desired behaviour.
Though if you need anything more than very basic text handling, maybe
Fl_Text_* is the way to go.

That said, IIRC Greg had an example of a simple chat widget on his
cheat-sheet, maybe that might be useful to you?

I'm surprised you think it's a CPU hog - it's derived form the old nedit
codebase, and is generally OK.
Do you have metrics showing the loading and utilisation. That might
indentify where the CPU is going?


SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to