search for: ismap

Displaying 7 results from an estimated 7 matches for "ismap".

Did you mean: imap
2001 Feb 03
1
tk non-widget commands (esp. update and winfo)
...lem is that the number of functions just explodes, so it might be better to wrap them into one enchillada? > tkwinfo <- function (widget, what="exists", ...) switch (what, exists=tkcmd("winfo", "exists", widget)=="1", ismapped=tkcmd("winfo", "ismapped", widget)=="1", width=as.numeric (tkcmd("winfo", "width", widget)), height=as.numeric (tkcmd("winfo", "height", widget)), tkcmd ("winfo", what, widget,...
2006 Dec 11
1
a web interface to identify()
...int 4) the server sends a new page to the client, based on attributes of the selected data point i've browsed the R web interface options and frankly don't know which to pick, or maybe they are all overkill for what i am trying to accomplish? perhaps the easiest thing to do is use ismap to capture the i,j coords, the receiving cgi script connects to an R process for the data lookup, and then responds to the browsing client appropriately. the data set involved is very large, so i'd need a single R process sitting there waiting for such queries in order to avoid initi...
2007 Jun 02
2
Server-side Image Maps in Rails
...have a new element appear at the location they clicked. Everything was going well, until it came time to connect the routing map. Here are the relevant parts: In the view, the map is created by -- <%= link_to(image_tag(''floor_plan.png'', :width => ''1000'', :ismap => ''true'', :style => ''position: absolute; top: 150px;''), :action => ''generate_ticket'') %> A click anywhere on the map will generate a url of the form "/report/generate_ticket?287,374" where 287 is the x-coord and 374 is th...
2004 Aug 11
1
RxFax - tiff file problem
...packet order - is there something else? Thanks in advance. -- Snezhana Bekova<br/><br/> ------------------------<br> <a target='_blank' href="http://mail.bg/ads/adclick.php?bannerid=1470&amp;zoneid=13&amp;source=&amp;dest=http%3A%2F%2Fmail.bg&amp;ismap="> 1 Gb ???? ? Mail.bg<br> ????? SMS ?? 2 ??!<br> http://mail.bg</a><div id="beacon_1470" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src='http://mail.bg/ads/adlog.php?bannerid=1470&amp;clientid=862&amp...
2002 Oct 01
2
Does R have graphlets?
I've been experimenting some with the graphlets which S-Plus 6.1 has. Is there something similar in R? I've looked through documentations, and at SJava, but haven't found it. (If you don't know what a graphlet is, here's what it appears to be: a graphlet is a binary file that encodes information about a graph. Java uses spgraph.jar to display the graph and allow certain
2014 Aug 22
0
Wine release 1.7.25
...mplementation. mshtml/tests: Fix test_tr_modify(). mshtml: Added IHTMLTable::insertRow/deleteRow methods implementation. mshtml: Added IHTMLTable::frame property implementation. mshtml: Added IHTMLTableCell::align property implementation. mshtml: Added IHTMLImgElement::isMap property implementation. mshtml: Added IHTMLInputElement::size property implementation. mshtml: Added IHTMLImgElement::align property implementation. mshtml: Added IHTMLInputElement::readOnly property. mshtml: Added IHTMLInputElement_get_form method implementation. msh...
2003 Jun 12
11
htb problem
Hi, I have some interesting problem with htb , I set up root class and sub-classess: $TC qdisc add dev eth0 root handle 1: htb $TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit $TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil 1600kbit $TC class add dev eth0 parent 1:1