Programming :: QWT Get X Axis Value On Click?
Feb 26, 2011What would be the optimal way to get the value of the x-axis when a QWT plot is clicked on?
View 3 RepliesWhat would be the optimal way to get the value of the x-axis when a QWT plot is clicked on?
View 3 RepliesI try to configure mouse click interval since a single click is recognized as double click by doing it from KDE mouse configuration in system settings; but my attempt doesn't work even (I set the click interval to 2 sec, but doesn't change anything). What is the best way to do this in slackware?
View 4 Replies View RelatedI want that I click with the mouse on the video, it paused.I notice that there is "BaconVideoWidget" which I guess is the video rendering widget but it don't have signal named "clicked":
Code:
vd = totem_object.get_video_widget()
vd.connect("clicked", vd.hide)
[code]....
My LCD has pivot mode but i don't know how i can use that. I've read manual but I can't even reflect my screen across x or y axis. I've tried also transform option. Nothing worked. In result I've got only massage that i don't understand:
Code:
$ xrandr -x
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 151 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 14
[Code]...
I have followed the calculator sample tutorial and cannot get the the calculator client working, the problem appears on the server side. I am working on Linux, I am using:
- Axis C++: axis-c-linux-current-bin.
- Xerces (parser xml): xerces-c2_2_0-linux8.0gcc32
- Apache 2: httpd-2.0.64.
I have used Eclipse to compile the example. When I run the calculator client I get the following message on the command line: "terminate called after throwing an instance of 'axiscpp::SoapFaultException' what(): Cannot deserialize the requested element " and warning message:
[code]....
I have got an old print server Axis 150. It does not support TCP/IP I know that there was a thread about this print server [URL].... but I didn't found answer to "how to bring it up" there.
View 5 Replies View RelatedI have a Powerbook G4 1.67Ghz. My problem is that if I sleep my laptop by choosing sleep from the desktop menu in kde then it sleeps and wakes fine but when it wakes the pointer is locked to the x axis and tends to snap back to the same point when I'm not actively manipulating it. This is also the case if my laptop sleeps after 10mins inactivity. If I sleep the laptop by closing the lid this problem does not occur. When it wakes all is working well.
View 5 Replies View RelatedThe code below seems to do a right mouse click (firefox 2.0.0.7) IF I pass it 3, but I cant get it to do a left mouse click?
View 4 Replies View Relatedcan i get the ocuurance of left click-right click-double click?i need the time of ocurance and the click(left-right-double) that happend.any software?any clue..i need it in linux environment(kde or gnome)
View 14 Replies View RelatedI have created a simple web form which pokes a PHP script:
<form name="update" action="http://www.mysite.com/script.php" method="POST">
<input name="submit" type="submit" value="submit">
</form>
I can easily surf along to the URL [URL] and click the submit button which pokes script.php and everyone's happy. Automating this in iMacros or Selenium - no problem.
I want to automate this in a bash cron on the same server - preferably as a one-liner.
I *thought* something like this might work:
Code:
wget --spider --post-data="submit=submit" http://www.mysite.com/wget.html
or
Code:
curl -d "submit=submit" http://www.mysite.com/wget.html
and many variations thereof but no luck.
Is there ANY way I can click the submit button from a Bash command line? Curl, wget, lynx - one of these simply MUST be capable of this.
I do not want to run script.php from the command line - there are loads of relative links etc.
Ok, first is it possible to take a program I wrote and make it to be a entry in the right menu of a file browser program.
Also, can this happen if the program is developed in Java?
OpenSuSE 11.4
Kde 4
Dolphin(file browser)
How does one, in portable JavaScript, map a particular mouse-click, (x,y), to the character within the DOM element that is underneath it?
View 1 Replies View RelatedI have asked for a video capturing software before but recommend a GOOD screen recorder where you can select the window/window size the axis and also a good editing software which will render/export into FULL 720p HD
View 2 Replies View RelatedI want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:
Code:
X Y
0 100
10000 80
20000 75
[code]....
Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:
Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G
(The abbreviations k-M-G are not the important point. Just shown for clarity)
where can I change the single click into a double click (because I'm a windows user (sorry!))? The mouse model does not support this.
View 4 Replies View RelatedI'm newish to the forum, but have been using ubuntu for the past few months.I recently upgraded from eeebuntu (a 9.04 derivative) to 10.04, and found that two finger tapping my touchpad has gone from middle click to right click, (and 3 fingers is now middle instead of right).
From what I've seen, this has been changed since 9.10, but I haven't been able to find a permanent solution yet. Most fixes have been from before and use hal, or other things that don't exist anymore. The one thing I've found does work is using xinput and the command
Code:
xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Tap Action" 2, 3, 0, 0, 1, 2, 3
But that has to be run every time I start up, and it occasionally reverts while I'm using the computer. I've tried making a script that runs at startup, but neither adding it to the list of startup programs, or autostart folder has worked, but running the script file manually does work. I'm a bit at wits end with this, it's the only issue I've had with 10.04, and I've spent many many hours trying to get it to work (I've also tried gsynaptics and the newer version whose name escapes me right now). Hopefully there's a permanent fix out there.
when i click my mouse on something, it sometimes registers as two clicks. it doesn't happen all the time, but frequently enough to be annoying. for example, when i click a videos video to pause it, it often opens into fullscreen (which you normally click twice to do). also, in the url bar of chromium, i can't select the entire url by clicking. i now need to use ctrl+a. that's also because when i try to select the url, the highlight randomly disappears.
if i have multiple windows open, my click on the first "x" of the top-most window also closes the next window. i'm on linux mint 10. it's not really important, but it drives me crazy sometimes when my mouse doesn't work the way i want it to.
About a week ago I installed some updates. What they were I don't remember. After I did that my mouse started acting up. Now about half the time when I single click it registers as a double click. Also when I click and drag to select text anywhere it'll randomly do another click screwing up that process.
So far I think the problem is when I press the left mouse button it registers the left click and then when I release, it randomly registers another left click.
The mouse itself works fine if I take it to another PC that's using windows.
OS: Ubuntu 9.10 64bit
Mouse: Microsoft Intellimouse 3.0
mouse menu different in 10.10, is there a way to make the mouse single click instead of double click?
View 2 Replies View RelatedCode:
linux-uitj:/home/anisha # uname -a && cat /etc/*release
Linux linux-uitj 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64 GNU/Linux
openSUSE 11.2 (x86_64)
VERSION = 11.2
If I normally click the Trash icon either in Kmail or in Evolution more than one mail gets deleted in a sequential order! I have to press the click button extremely light to avoid this problem. I have confirmed this problem is not only with the Email clients but even with most other normal applications too. I have changed my mouse twice but the problem persists. Both were USB mice. Below I have provided log information :
Code:
linux-uitj:/home/anisha # dmesg | grep usb
[ 0.138267] usbcore: registered new interface driver usbfs
[ 0.138267] usbcore: registered new interface driver hub
[ 0.138267] usbcore: registered new device driver usb
[ 0.396952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.396956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.396958] usb usb1: Product: EHCI Host Controller
[Code]....
For some reason now when I left click slackware sees it sometimes (4 out of 5 times) as a double click. This is very frustrating? Here is a list of ps aux
Code:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.1 0.0 824 276 ? Ss 12:39 0:01 init [4]
[code]...
After I adjust my slackware and rebooted I saw a strange "rectangle" on my desktop. Please, look at the screenshots below and tell me how I should solve this problem.
I can't move it. Right-click menu on a rectangle coincides with a right-click on desktop. It does not prevent, but very annoying.
Ubuntu 10.04 LTS has no immediately apparent way that I can see for changing the mouse behavior from the default double-click to single-click. There appears to be some type of kludgy, but unsatisfactory fix for this unwanted behavior in the Accessibility-option, under Mouse-Preferences.
View 5 Replies View RelatedIn my top right corner I got all my Ubuntu appindicators that come with Ubuntu 11.04. I also have Dropbox, caffeine and screenlets. Problem is that I cant click on dropbox, caffeine, battery indicator, wlan or sound indicator until I first click on messages menu and slide over to appindicator that I need. When screenlets appindicator is not present there is no problem. Its the same when I had Jupiter installed.
View 1 Replies View RelatedI am working on a piece of html/php code. With a specific moment of the week, I would like that linux click on the button : RESET
( indicated with
Code:
<INPUT type="submit" name="bsubmit" value="Reset">
[code]....
I'm trying to run a program, I selected permission to execute, but when I click to run it, it does nothing. I click to open with terminal and it still does nothing. Is there a workaround or a force start?
View 1 Replies View RelatedIve noticed this in 2 places specifically.The first is when I try to open the only "tarball" program Ive ever tried to install, Celtx. I unpacked the program into my bin folder, and when clicking (or double clicking) on either the executable file or the shell script nothing happens. If I double click on shell script, and then on the executable, I get an error saying "celtx is already running but not responding. To open a new window you must first close the existing celtx process, or restart your computer".
The second time is when I get a notice on my screen about new security updates available.I click on it, and it opens up the "software update" window with the updates it wants to nstall already checked. I click "install updates" and nothing happens. If I click the help button, it gives me an error "failed to execute child process "gnome-help"". Im guessing this one is because Im not using gnome, but XFCE. If I open up online update using yast, I can update from there and install these files fine.So basically the second problem is not that big of a deal, since Im able to install the files from a different area. Its just annoying and I dont know if it means there is a deeper bug in my system. The first problem makes me unable to run a program I really wan to run, so thats the one I really need the most help with.
I upgraded the KDE version on a new installation of 11.1 on another computer and everything went fine. But today I tried upgrading my computer from 4.2 to 4.3.5 with the one click installer, and in addition to having many dependency issues that I thought I got figured out, everything is messed up on my desktop. I still have the 4.2 panel, and my background is messed up (the background I had set has been replaced with a checker pattern), the lizard icon for the application menu is just a grey circle with a play button, all of my icons and my desktop folder that used to be on the desktop are gone, and nothing is showing in the system tray.
View 4 Replies View RelatedTrying to disable tap to click on my 9.10 install on an MSI wind. Ive tried using the gconf-editor and can see that the value has changed (unchecked) but the touch to click is still enabled. I have rebooted with no change. I do not see any options in the mouse settings either.
View 9 Replies View RelatedI'm running Ubuntu 10.04, and I recently have wanted to start changing some of my taskbar items around. The problem is, when I go to right-click on the taskbar, all I can see are the "Help" and "About" menu options. No preferences, no options to get rid of a taskbar item, no options to add a taskbar item.
View 4 Replies View Related