search for: html_file

Displaying 5 results from an estimated 5 matches for "html_file".

Did you mean: xhtml_file
2003 Nov 10
2
ISDN TBCT....
Greetings, This may be a bit arcane but does anyone know what the contents of a facility message should be for initiating a TBCT on an NI2 ISDN. I've been trying to get it to work on a DMS100 for the last four months to no avail. The message I am currently sending makes it to the switch but is returned with unknown message. Perhaps someone here has done it before and can help me out.
2008 Feb 26
1
A weird problem with open-uri
Hi all, I found a very weird problem/bug with open-uri today. In my application I have this line: html_file = open(@story.url) It raises this Exception: OpenURI::HTTPError - 404 Not Found This is the url: http://jwak.net/media/844/ . There''re no problems with it. Moreover if I execute the same thing in the console (script/console) - it just works as expected. I start both - the server and the...
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...srackham/bin/a2x", line 814, in <module> > a2x.execute() > File "/home/srackham/bin/a2x", line 343, in execute > self.__getattribute__('to_'+self.format)() > File "/home/srackham/bin/a2x", line 625, in to_chunked > self.copy_resources(html_files, src_dir, dst_dir) > File "/home/srackham/bin/a2x", line 509, in copy_resources > lambda attrs: attrs.get('type') == 'text/css') > File "/home/srackham/bin/a2x", line 240, in find_resources > parser.feed(open(f).read()) > File "/usr/...
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 -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...ile + f_dlg = Wx::FileDialog.new(self, "Open an HTML file", "", "", + "HTML files (*.html;*.htm)|.html;.htm)", + Wx::OPEN) + if not f_dlg.show_modal == Wx::ID_OK + return + end + html_file = f_dlg.get_path + + @html_win.load_file(html_file) + end + + # show an ''About'' dialog + def on_about + msg = sprintf("This is the About dialog of the HTML sample.\n" \ + "Welcome to wxRuby, version %s", Wx::WXRUBY_VERSION) + + #...