search for: htmlprocessor

Displaying 6 results from an estimated 6 matches for "htmlprocessor".

2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
...et a compile error, let me know what tests you want me to run. I''ve got wxGTK 2.4.2 installed. Cheers, Tom g++ -fPIC -march=athlon-xp -O3 -pipe -fPIC `wx-config --cxxflags` -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/ 1.8/i686-linux -I. -c calendar.cpp In file included from htmlprocessor.cpp:7: htmlprocessor.h:9:30: wx/html/htmlproc.h: No such file or directory In file included from htmlprocessor.cpp:7: htmlprocessor.h:11: error: parse error before `{'' token htmlprocessor.h:14: error: virtual outside class declaration htmlprocessor.h:14: error: non-member function `wxStrin...
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Changes in this release include: * Additional widget support in XRC (thanks to Marshall Elfstrand) * Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle Technologies Inc) * Addition of wxGrid event handlers (thanks
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2004 Aug 10
7
HTML Widget
...by which were used in the original C++ samples). There is also a patch changes.diff - You find all changes to files already in WxRuby I made. I added the following classes: Wx::HtmlWindow (htmlwindow.t) - The main widget class Wx::HtmlEasyPrinting (htmleasyprinting.t) - Printing HTML documents Wx::HtmlProcessor (htmlprocessor.t) - Install filters on HtmlWindows The samples in html/about, html/priniting, html/test should work, the sample in html/virtual is missing the VFS class to be useful. I wanted to implement Wx::HtmlCell (htmlcell.t) and Wx::HtmlContainerCell (htmlcontainercell.t), but I got some er...
2005 Jan 20
2
Compiling wxRuby 0.6 with Borland C++ Compiler
...he following: 1) Recompile a working version of ruby V1.8.1 executable using bcc32 2) Recompile a working version of wxWindows 2.4.2 using bcc32   However for wxruby, I''m having some problems with the Makefile which I fixed. Now when I''m compiling the wxRuby wrapper classes like htmlprocessor.cpp i''m getting the following error: E2167: c:\tools\bcc\include\process.h 180: ''abort()'' was previously declared with the language ''C'' ... and so on for all the system calls. My interpretation of this is that there is an extern ''C'' so...
2005 Jul 26
3
Wx::Html* widgets
Hello, I''m having problems using the widgets Wx::Http*, such as Wx::HtmlWindow, Wx::HtmlEasyPrinting, etc.. The error I got is "uninitialized constant Wx::HtmlWindow". The code is correct since I''m trying to execute samples in the html/ directory. All other samples work. I can''t even see that widgets doing require ''wxruby'';