Search found 3 matches

by kaffee
Sat Sep 17, 2005 10:25 am
Forum: C++ Development
Topic: Threads, Timer or Mainloop...Which one?
Replies: 8
Views: 2421

One vote for the background thread. This way your user interface doesn't freeze if the processing takes a bit longer than expected and the user has the possibility to cancel the processing by closing window etc.
by kaffee
Tue Oct 05, 2004 10:27 am
Forum: General Development
Topic: DOM parser
Replies: 5
Views: 3192

I need to "trace" some stuff in the HTML, at the moment this is beign done by loading the html into a string, and searching and cutting stuff, really nasty imo. (in VB.NET) It needs to be done from the static HTML, I can't ask for a XML or a script. There is a SGML reader for .NET by Chri...
by kaffee
Thu Sep 02, 2004 3:29 pm
Forum: Forum Announcements
Topic: HTML help now added in header
Replies: 11
Views: 27333

About the docs, are they available as XML documents somewhere? I am itching to make a neat XSL style sheet for the docs.

The biggest shortcoming IMO in the current docs is the lack of method descriptions from inherited base classes in the class description..