search for: htmlframe

Displaying 12 results from an estimated 12 matches for "htmlframe".

2008 Sep 23
2
R2HTML: output from for-loops
Hi, I am trying to prepare a report with R2HTML using HTMLStart(outdir="./html", filename="report", echo=T, HTMLframe=F) then, for instance, I want to get the output of a loop: for (i in 1:20) print(summary(rnorm(1000))) but only the first of summaries really ends up in the html file. What am I doing wrongly? Thanks, Werner __________________________________________________ Do You Yahoo!? Sie sin Massenmai...
2003 Mar 31
2
Using R2HTML
Hello, I''m using R2HTML library to make a HTML page output (both data frames and graphics): HTMLStart(outdir=paste(getwd(),"/prove html", sep = ""),filename="index", echo = F, HTMLframe = T, withprompt = "HTML> ", CSSFile = "R2HTML.CSS", Title = "Indici di attivit?") ... barplot(tab41[,2],main="...",ylab="%",names.arg=rownames(tab41),cex.names=0. 7) grid(nx=0,ny=NULL,lty=2) barplot(tab41[,3],main="...",ylab="&quo...
2010 Jan 03
3
R2HTML Report number format, or Better Way?
...7 82.35 1.253 0.4759 2.2293 COM I 1711 26 0.9521 26.01 1.102 0.7811 0.9789 COM 9 1 0.9313 0.00 1.000 0.0000 0.0000 library(R2HTML) HTMLStart(outdir="c:/R/reports", file="myreport1", extension="html", echo=FALSE, HTMLframe=TRUE) HTML(srtype) HTMLhr() HTMLStop() Par Sal Median COD PRD LowerCI UpperCI RES I 9683.00 578.00 0.95 29.69 1.19 0.94 0.96 RES V 4003.00 155.00 0.98 16.51 1.09 0.95 0.99 OTHER 1542.00 10.00 0.84 82.35 1.25 0....
2010 Jun 05
2
R2HTML problem
Im developing an application with R and Gtk+. It's just a simple GUI which helps new users to interactuate with R. Thing is, when you do a statistical analysis, I also want to provide a HTML report, but HTMLStart doesnt work propperly when executing from TinnR. It does create the file but not empty, I've tried some examples from different websites, and it's always the same.. it works
2010 Aug 01
2
R2HTML giving "NULL" in output
...ry line of output I get a line saying NULL. R2HTML seems to be including <p class='character'>NULL</p> after each entry. Here is an example of my R code and the source of the HTML... HTMLStart(outdir=OutPath, file="M1000.Report", extension="html", echo=F, HTMLframe=F) HTML.title("Variation in Elite Male Track Cyclists 2005-06: 1000m TT", HR=1) # Main Title HTML.title("Data Exploration", HR=2) # Secondary Title HTML.title("Summary Tables", HR=3) # Section Header HTML(summary(M1000.G)) # Display table HTMLStop() # close outp...
2003 Sep 26
0
homepage should not use frames (PR#4316)
...nce. Or when I go to my "back" button menu, I get a list of 20 undifferentiated www.r-project.org links. I won't trouble you with more detail, but I would like to point out a more thorough set of anti-frame arguments at http://www.html-faq.com/htmlframes/?framesareevil If I'm missing some blindingly obvious way to avoid using frames, or to work more easily with them, I apologize for my ignorance, and would appreciate corrective advice. I must also admit that I don't know enough about html to suggest an...
2018 Mar 02
0
Wine release 3.3
...modes. mshtml: Set SCRIPTPROP_INVOKEVERSIONING based on document mode value. urlmon: Use HttpQueryInfoA in IWinInetHttpInfo::QueryInfo implementation. mshtml: Support X-UA-Compatible HTTP header. server: Share security descriptor among all pipe instances. mshtml: Merge htmlframebase.c into htmlframe.c. mshtml: Merge htmliframe.c into htmlframe.c. mshtml: Merge htmlembed.c into htmlobject.c. mshtml: Merge htmlmeta.c into htmlhead.c. mshtml: Merge htmloption.c into htmlselect.c. mshtml: Merge htmltablerow.c into htmltable.c. mshtml: Merge...
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
...uri) + end + + def on_cell_mouse_hover(cell, x, y) + if link = cell.get_link + get_related_frame.set_status_text(link.get_href) + else + get_related_frame.set_status_text('''') + end + end +end + +# The frame or self-contained window for this application +class HtmlFrame < Wx::Frame + attr_reader :html_win, :addr_bar + + def initialize(title, pos, size, style = Wx::DEFAULT_FRAME_STYLE) + # A main application frame has no parent (nil) + # -1 means this frame will be supplied a default id + super(nil, -1, title, pos, size, style) + setup_menus + s...
2003 Dec 14
22
White space being removed from "Programlisting" elements
Good Morning Mike, I''m finding that when I load a document, XXE is blindly removing all "superfluous" white space from "programlisting" elements. This of course is leading to a real mess (check out the FAQ on the web site :-( ). What can I do to avoid this? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \
2009 Nov 13
0
Wine release 1.1.33
...cript: Pass global object as this if 'this' argument is null or undefined in Function.call. jscript: Pass global object as this if 'this' argument is null or undefined in Function.apply. mshtml: Moved whole element initialization to HTMLElement_Init. mshtml: Moved IHTMLFrameBase to separated object to allow sharing implementation with HTMLFrame. mshtml: Store content window on HTMLIFrameElement creation. mshtml: Moved content_window to HTMLFrameBase. mshtml: Associate HTMLWindow with HTMLIFrame. mshtml: Added HTMLFrameElement object and associat...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...tus: creating dlls/mshtml/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. conpoint.c dispex.c editor.c hlink.c htmlanchor.c htmlbody.c htmlcomment.c htmlcurstyle.c htmldoc.c htmldoc3.c htmldoc5.c htmlelem.c htmlelem2.c htmlelem3.c htmlelemcol.c htmlembed.c htmlevent.c htmlform.c htmlframe.c htmlframebase.c htmlgeneric.c htmliframe.c htmlimg.c htmlinput.c htmllocation.c htmlnode.c htmlobject.c htmloption.c htmlscreen.c htmlscript.c htmlselect.c htmlstyle.c htmlstyle2.c htmlstyle3.c htmlstyleelem.c htmlstylesheet.c htmltable.c htmltablerow.c htmltextarea.c htmltextcont.c htmltextnode....