Displaying 17 results from an estimated 17 matches for "htmleasyprinting".
2005 May 19
1
Problems installing wxRuby on Mac OS X 10.3.9
I tried to install wxRuby on my Mac, but I get the following error.
g++ -fno-common -g -O2
-pipe -fno-common `wx-config --cxxflags` -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin7.9.0
-I/usr/local/lib/ruby/1.8/powerpc-darwin7.9.0 -I. -x objective-c++
-c htmleasyprinting.cpp
htmleasyprinting.cpp: In static member function `static VALUE
WxHtmlEasyPrinting::PrinterSetup(int, VALUE*, long unsigned int)'':
htmleasyprinting.cpp:181: error: `PrinterSetup'' undeclared (first use
this
function)
htmleasyprinting.cpp:181: error: (Each undeclared id...
2004 Aug 10
7
HTML Widget
...with some FIXMEs because there
are still some classes missig in WxRuby 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) a...
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
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''; ObjectSpace.each_object(Cla...
2006 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compi...
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
2006 Nov 12
0
[727] trunk/wxruby2/doc/textile/index.txtl: HTML is now supported, removed reference to FS classes which are
...s to allow display and printing of hypertext in
+HTML format, including images and clickable links.
</ins><span class="cx">
</span><span class="cx"> |HtmlHelpController|HTML help controller class|
</span><del>-|HtmlWindow|HTML window class|
-|HtmlEasyPrinting|Simple class for printing HTML|
</del><ins>+|HtmlWindow|HTML window class, for displaying HTML|
+|HtmlEasyPrinting|Simple but useful class for printing HTML|
</ins><span class="cx"> |HtmlPrintout|Generic HTML wxPrintout class|
</span><span class="cx&q...
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...;>trunk/wxruby2/swig/classes/include/wxHtmlCell.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlContainerCellh">trunk/wxruby2/swig/classes/include/wxHtmlContainerCell.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlEasyPrintingh">trunk/wxruby2/swig/classes/include/wxHtmlEasyPrinting.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlWindowh">trunk/wxruby2/swig/classes/include/wxHtmlWindow.h</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<...
2006 Oct 30
0
memory mgmt etc
...Roy
- perhaps you could hook me up with a 0.0.37 windows gem.
Other things that need fixing, but are probably lower priority:
1) WxScintilla - let''s not sweat it. It''s great that we have it up and
running on Windows and OS X 10.3. It will come.
2) Missing classes: HTMLWindow, HTMLEasyPrinting, Drag''n''Drop, Clipboard.
With that little list tackled, I think we''re looking good for a beta
release. What do others think?
cheers
alex
2006 Nov 13
0
[738] trunk/wxruby2/Changelog: bigdemo fix, fix tarball & gem
...39;'s About dialog (Alex Fenton)
</ins><span class="cx"> - Fixed a few crashes in samples (Sean Long)
</span><span class="cx"> - Fix crash in etc/sash.rb sample (Alex Fenton)
</span><span class="cx"> - Added HtmlWindow, HtmlCell, HtmlEasyPrinting &c (Alex Fenton)
</span></span></pre>
</div>
</div>
</body>
</html>
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Renderer.o obj/GridCellRenderer.o obj/GridCellStringRenderer.o obj/GridCellTextEditor.o obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSelectEvent.o obj/GridSizeEvent.o obj/GridSizer.o obj/GridTableBase.o obj/HelpController.o obj/HtmlCell.o obj/HtmlCellEvent.o obj/HtmlContainerCell.o obj/HtmlEasyPrinting.o obj/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o obj/HtmlWidgetCell.o obj/HtmlWindow.o obj/HyperlinkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl...
2006 Nov 12
0
[728] trunk/wxruby2/Changelog: HTML classes, Window[ChangeDestroy]Event, sample fix, client_data
...+ trunk/wxruby2/Changelog        2006-11-12 23:19:08 UTC (rev 728)
</span><span class="lines">@@ -1,3 +1,8 @@
</span><ins>+- Fix crash in etc/sash.rb sample (Alex Fenton)
+- Added HtmlWindow, HtmlCell, HtmlEasyPrinting &c (Alex Fenton)
+- Added WindowCreateEvent and WindowDestroyEvent (Alex Fenton)
+- Fix for Choice#get_client_data and set_client_data, inc mem mgmt (Alex Fenton)
+
</ins><span class="cx"> === 0.0.37 tag on 2006-10-24 included all of this: ===
</span><span class=&...
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...pan><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- Fixed a few crashes in samples (Sean Long)
</ins><span class="cx"> - Fix crash in etc/sash.rb sample (Alex Fenton)
</span><span class="cx"> - Added HtmlWindow, HtmlCell, HtmlEasyPrinting &c (Alex Fenton)
</span><span class="cx"> - Added WindowCreateEvent and WindowDestroyEvent (Alex Fenton)
</span></span></pre></div>
<a id="trunkwxruby2swigRubyConstantsi"></a>
<div class="modfile"><h4>Modi...
2006 Dec 20
4
wxruby2-preview 0.0.38 released
...I''m pleased to say that wxruby2-preview 0.0.38 is now available on
Rubyforge and via gems. We''re offering source and binaries for Windows,
OS X and Linux.
== Install
gem install wxruby2-preview
https://rubyforge.org/frs/?group_id=35
== What''s New
* HtmlWindow and HtmlEasyPrinting, plus related classes
* HelpController and HtmlHelpController for displaying online help
* Enhanced internationalisation support for working with languages and
encodings, including the Locale class
* Fixed the useful item_data family of functions, for associating ruby
objects with UI controls
* N...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...bj/GridCellStringRenderer.o obj/GridCellTextEditor.o
obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSelectEvent.o
obj/GridSizeEvent.o obj/GridSizer.o obj/GridTableBase.o
obj/HelpController.o obj/HelpEvent.o obj/HelpProvider.o obj/HtmlCell.o
obj/HtmlCellEvent.o obj/HtmlContainerCell.o obj/HtmlEasyPrinting.o
obj/HtmlHelpController.o obj/HtmlLinkEvent.o obj/HtmlLinkInfo.o
obj/HtmlListBox.o obj/HtmlWidgetCell.o obj/HtmlWindow.o
obj/HyperlinkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o
obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o
obj/KeyEvent.o obj/LayoutAlgorithm.o obj/List...
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
Can you guys take a look at this and help Tom out?
Thanks,
Curt
-----Original Message-----
From: Tom Payne [mailto:twp@gentoo.org]
Sent: Sunday, August 29, 2004 10:53 AM
To: Curt Hibbs
Subject: Re: FW: [ANN] wxRuby 0.5.0 has been released!
On Thu, Aug 26, 2004 at 11:54:52AM -0500, Curt Hibbs wrote:
> Hi Tom, I just wanted to inform you that we just released a new version
> wxRuby if you
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/