search for: ismapped

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

Did you mean: is_mapped
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()
i have a function like this: # show a plot and run a script when the user clicks on a plot, # where the script arguments correspond to the user-selected point. blah <- function(x, y) { plot(y~x) n <- identify(x=x, y=y) com <- system(command=paste("bleh", names(y)[n])) } i would like to do this via a web page instead of x11() etc. eg: 1) a user clicks on
2007 Jun 02
2
Server-side Image Maps in Rails
I''ve been working on an idea to use a server-side image map to allow users to click anywhere in an area and 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 =>
2004 Aug 11
1
RxFax - tiff file problem
Hi all, We use tiff version 3.5.7-2 and spandsp-0.0.1k with asterisk version 0.7.2-4 on debian unstable. Our asterisk server receives calls and faxes from a mobile operator. We are connected to their Cisco router which connects to our asterisk over VoIP that goes inside a Vlan over 100Mbit fiber which passes a few switches. RxFax works and we receive faxes, but the tiff file is sometimes malformed
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
The Wine development release 1.7.25 is now available. What's new in this release (see below for details): - Implementation of the packet capture library. - A few more DirectWrite functions. - Improvements in HTML table support. - More VBScript math functions. - Various bug fixes. The source is available from the following locations:
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