We know that when we open a popup window, if my IE, Yahoo tool bar enable the popup-blocker, then my window will be blocked. like my code.
If anyway we can do that it popup no matter whether got popup-blocker or not, maybe not using the window.open, but other means to have a popup like window? Please advice.
Thanks
The purpose is:
i have a page a.cgi, i click a [start] button in this web page, will open the popup window, which i can click [stop] on the popup window.
Hello,
We someone help me resolve this problem. I have window 2000 professional, windows 98 and Unixware 7.0.1 on the network. I was able to establish connection with all. However, l was unable to ping window 98 from window 2000 professional. I was able to ping the window 2000 from the window... (10 Replies)
I'd like to be able to run a java program that utilizes the Swing libraries from an X Terminal interface to our UNIX box at work. At the command-line, if I type java SomeProgram where SomeProgram creates a JFrame, it causes havoc with any open xterm. All xterm windows lose their borders, title... (3 Replies)
Hi All,
Below I am discussing the problem I am facing while using pattern matching in Unix & Window. Plz hv a look into it.
================
my $s="UPDATE A
SET s="klkkk'
;" ;
if ( $s =~ m/^*UPDATE+/i )
{
print $s;
}
else
{ print "no match";}
===================
Both should... (6 Replies)
I am using GUI mode in Linux & face a problem that when ever i double click on any folder it opens in new Window. I want to ask all DP members where is the option to disable this thing..
Means i want when ever i double on folder it should open in the same Window. looking for your help.. (1 Reply)
Hi,
I am trying to open a console window through the HMC. When I choose to do this the toolbar at the top left of the HMC screen show 'Open Terminal Window'. However when I click on it I am getting the error -
"The tsak you want to switch to is an applet based task, which dowes not support... (1 Reply)
In OSX, I have created some custom... well.. I guess you'd call them Macros?? within the .profile file. Some of these "Macros" are to open specific directories in a Finder window.
Does anyone know what commands need to be used to have these folders open in LIST view, and maybe even be... (1 Reply)
Hello everyone
I don't know if it's the right place to ask, but I will try. I want to use Gtk2 in my Perl chart-drawing script, I found a sample code that could be very useful for me somewhere, but I noticed there is one problem with that - when I draw something, and then scroll the window or... (0 Replies)
Hello All
I am getting an issue which I want to share will all you guys
There is one windiows sercice running on my machine names Network Provisioning Service.
I developed the perl script which do
$service='Network Provisioning Service';
system('net stop $service');
When I manually... (1 Reply)
I would like to know XVFB is open source or not. (0 Replies)
Discussion started by: prathap.g
0 Replies
LEARN ABOUT MOJAVE
xev
XEV(1) General Commands Manual XEV(1)NAME
xev - print contents of X events
SYNOPSIS
xev [-display displayname] [-geometry geom] [-bw pixels] [-bs {NotUseful,WhenMapped,Always}] [-id windowid] [-root] [-s] [-name string]
[-rv]
DESCRIPTION
Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized,
typed in, clicked in, etc.). You can also attach it to an existing window. It is useful for seeing what causes events to occur and to
display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage.
OPTIONS -display display
This option specifies the X server to contact.
-geometry geom
This option specifies the size and/or location of the window, if a window is to be created.
-bw pixels
This option specifies the border width for the window.
-bs {NotUseful,WhenMapped,Always}
This option specifies what kind of backing store to give the window. The default is NotUseful. Backing store refers to the the
pixels saved off-screen when the X server maintains the contents of a window; NotUseful means that the xev process will redraw its
contents itself, as necessary.
-id windowid
This option specifies that the window with the given id should be monitored, instead of creating a new window.
-root This option specifies that the root window should be monitored, instead of creating a new window.
-s This option specifies that save-unders should be enabled on the window. Save unders are similar to backing store, but they refer
rather to the saving of pixels off-screen when the current window obscures other windows. Save unders are only advisory, and are
normally set for popup dialogs and other transient windows.
-name string
This option specifies the name to assign to the created window.
-rv This option specifies that the window should be in reverse video.
SEE ALSO X(7), xwininfo(1), xdpyinfo(1), Xlib Programmers Manual, X Protocol Specification
See X(7) for a full statement of rights and permissions.
AUTHOR
Jim Fulton, MIT X Consortium
X Version 11 xev 1.2.0 XEV(1)