Ask a Question related to Ruby, Design and Development.

  1. #1

    Default [Q] HTML rendering?

    Hello,

    Does anyone know if any of the current, cross-platform, GUI toolkits of Ruby
    has an HTML rendering widget?

    Cheers,
    --
    Daniel Carrera | Top 100 things you don't want the sysadmin to say...
    PhD student. |
    Math Dept. UMD | 19. hey, what does mkfs do?


    Daniel Carrera Guest

  2. Similar Questions and Discussions

    1. Compress/compact HTML during rendering
      I'm writing some custom controls, and I'd like to be able to remove all unnecessary whitespace, etc. from my output. Ideally, I would just render...
    2. HTML not rendering resent emails
      We have some intermittent mail issues that have caused a backlog of email to be written to the undeliv folder. When I attempt to copy the mail...
    3. CF 7 rendering HTML differently
      I'm reposting this as I now understand the problem better and I can reproduce it. You are going to think I am nuts, but hear me out.....If I save...
    4. ScrollPane, HTML Rendering with CSS
      Alright, so I am loading an swf into the scrollpane with a dynamic textfield as the only content. I am then setting the textfield to render html...
    5. rendering html from perl
      On Friday, Nov 14, 2003, at 02:29 US/Pacific, john@shortstay-london.com wrote: From: drieux Sent: 15 November 2003 17:13 I'm not sure I...
  3. #2

    Default Re: [Q] HTML rendering?

    On Wed, 19 Nov 2003 13:36:15 +0900, Daniel Carrera wrote:
    > Does anyone know if any of the current, cross-platform, GUI toolkits of
    > Ruby has an HTML rendering widget?
    I don't think so. There is GtkHTML, but I don't know if it's part of the
    Ruby/Gtk interface.

    -austin
    --
    austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
    software designer * pragmatic programmer * 2003.11.19
    * 01.30.56



    Austin Ziegler Guest

  4. #3

    Default Re: [Q] HTML rendering?

    On Wednesday 19 November 2003 00:32, Austin Ziegler wrote:
    > On Wed, 19 Nov 2003 13:36:15 +0900, Daniel Carrera wrote:
    > > Does anyone know if any of the current, cross-platform, GUI toolkits
    > > of Ruby has an HTML rendering widget?
    > I don't think so. There is GtkHTML, but I don't know if it's part of the
    > Ruby/Gtk interface.
    Ruby-GNOME2 includes a binding for gtkhtml2. There are MS Windows packages
    available on the Ruby-GNOME2 download page for the gtk2-specific
    libraries. It would appear that rbgtkhtml is still under construction, but
    basic rendering and link-clicking certainly work.

    [url]http://ruby-gnome2.sourceforge.jp/hiki.cgi?Install+Guide+for+Windows[/url]

    Whether these MS Windows packages include gtkhtml I don't know. The
    Ruby-GNOME2 stuff works great on GNU/Linux though. ;)

    -michael



    ________________________________________________
    Michael C. Libby [email]m_libby@andsoforth.com[/email]

    see my photos and Ruby programs at:
    [url]www.andsoforth.com[/url]


    Michael C. Libby Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139