Displaying 20 results from an estimated 58 matches for "htmlwindow".
2007 Feb 12
0
[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section
...d #ccc;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>[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>866</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-02-12 14:22:55 -0500 (Mo...
2006 Dec 02
0
[769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags
...#ccc;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>[769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>769</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-12-02 06:22:09 -0500 (Sat, 02 D...
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
...d #ccc;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>[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>682</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date<...
2004 Aug 10
7
HTML Widget
Hi,
I''m pretty new to WxRuby, but I think it is the ideal solution to write
Ruby-applications for different platforms. I missed the wxHtmlWindow in
WxRuby, so I added it myself. You can grab the new files from
http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all
files I added to the wxruby-directory. These are mostly the *.t files
for the missing classes and some samples (with some FIXMEs because there
are still some clas...
2009 Feb 13
2
téléchargement et affichage d'image avec HtmlWindow
2006 Dec 03
0
[772] trunk/wxsugar/lib/wx_sugar/class_definitions.rb: Added HtmlWindow
...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>[772] trunk/wxsugar/lib/wx_sugar/class_definitions.rb: Added HtmlWindow</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>772</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-12-03 07:05:20 -0500 (Sun, 03 Dec 2006)</dd>
</dl&g...
2008 Mar 13
0
[ wxruby-Bugs-18812 ] Wx::HtmlWindow#set_page()
...3-13 09:54
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=18812&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 4
Submitted By: Mario Steele (eumario)
Assigned to: Alex Fenton (brokentoy)
Summary: Wx::HtmlWindow#set_page()
Initial Comment:
There''s a current bug with Wx::HtmlWindow#set_page(), in which you include HTML Source that has an image, the following error is generated:
----------------[First Instance]------------------
html_error1.rb:27: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24)...
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
Hello, wxruby-users.
This is an addition which implement wrapper for
overloading wxHtmlWindow::OnLinkClicked method. Unfortunately, it was
impossible to make it correctly without ugly hack to wxpp.rb, but i`m
hope it does not broke it.
Please look at attachment for a patch for htmlwindow.t and wxpp.rb and
additional file htmllinkinfo.t (need to be added to $objs array in
extconf.rb).
Samp...
2008 Jan 14
0
[ wxruby-Feature Requests-17086 ] Add event handling for HtmlWindow
...ened at 2008-01-14 17:16
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=17086&group_id=35
Category: None
Group: None
Status: Open
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Add event handling for HtmlWindow
Initial Comment:
As of wxWidgets 2.8, the approach to handling clicking and hovering interaction with the displayed contents has changed. Instead of the old way (over-riding virtual methods), there are now event types and event handlers for HtmlLinkEvent and HtmlCellEvent.
The old way is deprecat...
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
2007 Jul 21
0
[1138] trunk/wxruby2/samples/html/html.rb: Place HTMLWindow in a panel so gets correct bg color on MSW
...x 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>[1138] trunk/wxruby2/samples/html/html.rb: Place HTMLWindow in a panel so gets correct bg color on MSW</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1138</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-07-21 12:49:41 -...
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...
2008 Jan 03
0
checklistbox/htmlwindow
Bonjour Alex.
Vous n''avez pas répondu à ma question précédente!
Vous m''avez peut-être oublié?
merci
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
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''; Objec...
2007 Jun 22
1
exemple html - RSS
alex écrit:
Ce n''est pas possible d''afficher RSS/atom lui-même avec Wx::HtmlWindow.
Mais vous pouvez vous servir de quelques bibliothèques ruby pour
chercher RSS (par exemple ''net/http'', ''mechanize'', ''http-access2'') et
l''analyser (par exemple ''rexml'').
Donc, on devrait créer HTML qui répresente c...
2007 Nov 24
7
htmlwindow
Bonjour.
Ne pouvant pas afficher toutes les pages web avec html window, est-ce qu''il est possible à partir d''un bouton de coller l''url choisi dans la barre de recherche d''IE7 par exemple et d''ouvrir IE7 automatiquement à la page recherchée?
Est-ce que vous pouvez me donnez quelques explications si cela est possible?
merci
sebastien
2006 Dec 18
3
getting url from evt_text_url event
paul.allton at uk.bnpparibas.com wrote:
> TextCtrl on windows supports the TE_RICH and TE_AUTO_URL styles, but
I cannot seem
> to extract the url from the generated evt_text_url event. Is this
not supported or am
> I just not asking the right question of it?
It seems there is a class specifically for this in WxWidgets, called
TextUrlEvent, which includes methods for retrieving
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...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>[724] trunk/wxruby2: Initial commit of HtmlWindow functionality</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>724</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-11-12 11:24:34 -0500 (Sun, 12 Nov 2006)</dd...
2007 Dec 07
1
html window
Salut Alex.
Je ne n''arrive pas à comprendre à quoi sert réellement: "HW_NO_SELECTION"
Est-ce que tu peut m''expliquez un peu plus en détail.
merci
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
...39;'
htmlprocessor.cpp:161: error: invalid use of undefined type `class
wxHtmlProcessorHelper''
htmlprocessor.h:10: error: forward declaration of `class
wxHtmlProcessorHelper''
make: *** [htmlprocessor.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from htmlwindow.cpp:11:
htmlprocessor.h:9:30: wx/html/htmlproc.h: No such file or directory
In file included from htmlwindow.cpp:11:
htmlprocessor.h:11: error: base class `wxHtmlProcessor'' has incomplete type
make: *** [htmlwindow.o] Error 1
--
Tom
---
Incoming mail is certified Virus Free.
Checked by A...