Displaying 14 results from an estimated 14 matches for "htmlhelpcontroller".
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>761</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-11-29 15:12:37 -0500 (We...
2006 Dec 12
0
[781] trunk/wxruby2: Added instance class method to avoid proliferation of help windows
...ethod to avoid proliferation of help windows</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2doctextilehelpcontrollertxtl">trunk/wxruby2/doc/textile/helpcontroller.txtl</a></li>
<li><a href="#trunkwxruby2doctextilehtmlhelpcontrollertxtl">trunk/wxruby2/doc/textile/htmlhelpcontroller.txtl</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwxruby2libwxclasseshelpcontrollerrb">trunk/wxruby2/lib/wx/classes/helpcontroller.rb</a></li>
<li>&l...
2006 Dec 03
3
tag and release 0.0.38
...This would make other recent bugfixes and enhancements available. Plus
having a binary build out there might help isolate where the crasher bug
is being trigger on mswin by getting more eyes on it.
The main things I''d want to get in before tagging:
- exception handling in html sample
- htmlhelpcontroller sample
- TreeCtrl#traverse method
Thoughts?
alex
2006 Dec 12
0
[782] trunk/wxruby2/samples/bigdemo: HtmlHelpWindow sample with helpfile
...<pre>HtmlHelpWindow sample with helpfile</pre>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwxruby2samplesbigdemohelpfilehtb">trunk/wxruby2/samples/bigdemo/helpfile.htb</a></li>
<li><a href="#trunkwxruby2samplesbigdemowxHtmlHelpControllerrbw">trunk/wxruby2/samples/bigdemo/wxHtmlHelpController.rbw</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwxruby2samplesbigdemohelpfilehtb"></a>
<div class="binary"><h4>Added:...
2007 Apr 13
0
[953] branches/wxruby2/wxwidgets_282: Additions to HelpController API 2.6 -> 2.8
...gt;<span class="cx">
</span><ins>+h3(#HelpController_getparentwindow). HelpController#get_parent_window
+
+ Boolean *get_parent_window*()
+
+Returns the window to be used as the parent for the help window. This window is used
+by CHMHelpController, WinHelpController and HtmlHelpController.
+
</ins><span class="cx"> h3(#HelpController_keywordsearch). HelpController#keyword_search
</span><span class="cx">
</span><span class="cx"> Boolean *keyword_search*(%(arg-type)String% keyWord,
</span><span class="l...
2006 Dec 12
0
[784] trunk/wxruby2/Changelog: Pre 0.0.38 changes
...       2006-12-12 00:44:18 UTC (rev 784)
</span><span class="lines">@@ -1,3 +1,8 @@
</span><ins>+- Tweak binary library loading so errors are raised with accurate info (Alex Fenton)
+- Added HelpController and HtmlHelpController, plus bigdemo sample (Alex Fenton)
+- Added TreeCtrl#traverse method (Alex Fenton)
+- Removed broken and deprecated LayoutConstraints (Alex Fenton)
+- Added Wx::Bitmap.draw, analogous to Wx::Window.paint (Alex Fenton)
</ins><span class="cx"> - More i18n support: add Locale cla...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Renderer.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.o obj/ListEvent.o obj/Li...
2006 Dec 24
0
[803] trunk/wxruby2/Changelog: Update with recent changes
...enton)
+
+=== 0.0.37 tag on 2006-12-24 included all of this: ===
+- Updated TODO (Alex Fenton)
</ins><span class="cx"> - Tweak binary library loading so errors are raised with accurate info (Alex Fenton)
</span><span class="cx"> - Added HelpController and HtmlHelpController, plus bigdemo sample (Alex Fenton)
</span><span class="cx"> - Added TreeCtrl#traverse method (Alex Fenton)
</span></span></pre>
</div>
</div>
</body>
</html>
2006 Nov 12
0
[727] trunk/wxruby2/doc/textile/index.txtl: HTML is now supported, removed reference to FS classes which are
...ot yet
-available in wxRuby, but would be nice to have.
</del><ins>+These are a set of classes 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...
2006 Dec 20
4
wxruby2-preview 0.0.38 released
...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
* Numerous fixes and enhancements within existing classes
* New a...
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...d all of this: ===
</ins><span class="cx"> - Updated TODO (Alex Fenton)
</span><span class="cx"> - Tweak binary library loading so errors are raised with accurate info (Alex Fenton)
</span><span class="cx"> - Added HelpController and HtmlHelpController, plus bigdemo sample (Alex Fenton)
</span></span></pre>
</div>
</div>
</body>
</html>
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...er.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/ListBox.o obj/ListCtrl.o
obj/...
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/
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but