Displaying 20 results from an estimated 58 matches for "htmlwindows".
Did you mean:
htmlwindow
2007 Feb 12
0
[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 02
0
[769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2004 Aug 10
7
HTML Widget
...e 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 errors and I
have no clue how to fix them. The files...
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Mar 13
0
[ wxruby-Bugs-18812 ] Wx::HtmlWindow#set_page()
Bugs item #18812, was opened at 2008-03-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
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).
Sample
2008 Jan 14
0
[ wxruby-Feature Requests-17086 ] Add event handling for HtmlWindow
Feature Requests item #17086, was opened 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
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 compile -
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'';
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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
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
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