search for: buttons

Displaying 20 results from an estimated 7746 matches for "buttons".

Did you mean: button
2008 Jan 08
0
9 commits - configure.ac test/custom test/Makefile.am test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...Action/> + </actions> + </Event> + <Event flags1="0" flags2="0"/> + </events> + </PlaceObject2> + <ShowFrame/> + </tags> + </DefineSprite> + <DefineButton objectID="4"> + <buttons> + <Button hitTest="0" down="0" over="0" up="1" objectID="3" depth="1"> + <transform> + <Transform transX="1200" transY="0"/> + </transform> +...
2001 Aug 20
1
Event trail info help request
G'day all, I'm always running the latest wine built locally, daily from CVS. I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a mouse event bug. I write my software in Borland Delphi 4. For testing, I have written a program that simply intercepts the application message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events, and prints them to a
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...ified/ui/vivi_widget.c | 9 123 files changed, 2609 insertions(+), 588 deletions(-) New commits: commit 6b42d7a154bc54f013414e87ff410747a584644d Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 28 16:19:07 2007 +0100 add a test for hit tests on buttons diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 45159ee..1a40a31 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -315,6 +315,19 @@ EXTRA_DIST = \ button-events-menu-8.swf \ button-events-menu-8.swf.act \ button-events-menu-8.swf.trace \ + button-hittest...
2007 Jun 20
0
Branch 'as' - 5 commits - libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie.c test/image
libswfdec/swfdec_graphic_movie.c | 6 - libswfdec/swfdec_movie.c | 3 libswfdec/swfdec_sprite_movie.c | 7 + test/image/Makefile.am | 58 ++++++++++++++ test/image/replace-button-button-5.swf |binary test/image/replace-button-button-5.swf.png |binary test/image/replace-button-button-6.swf |binary
2006 Aug 10
7
Radio Button events
Hi, I have observers for a group of radio buttons, an observe_field for each radio button (I think its not possible to have one observe_field for a group of radio buttons). Now, the problem is that when I click on one radio button, all the observers get trigerred, so the method which the observe_field calls gets the wrong result. I just want...
2005 Sep 20
1
radio buttons and event obvsering
...hopefully suggests, when a radio button from the same group is clicked, a different div is made visible and the others are hidden. In essence, it toggles on (makes visible) the div associated with the radio button from a group that you clicked. However, I''m having problems with the radio buttons not actually setting their "checked" value correctly (I click button C, then click button B, but then B and C were both selected!). The buttons are definitely in the same group (they have the same name attribute). Yes, I double-checked that ;-) The event observing is just this: Eve...
2017 May 15
0
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi, Benjamin > From: linux-acpi-owner at vger.kernel.org [mailto:linux-acpi-owner at vger.kernel.org] On Behalf Of Benjamin > Tissoires > Subject: Re: [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations > > Hi Lv, > > I am trying to reduce the number of parallel discussion we have on the > same subject, but there is something here I can't let you have.
2005 Aug 28
8
Save and delete buttons: POST vs. proximity dilemma
I''m in a dilemma: In order to keep GET requests from deleting objects, I''d like to use the button_to helper to get "something" that generates a POST request. Unfortunately, that something is a form and forms can''t be nested. I''d also like to place buttons related to the same form close to each other. At the top are some navigational buttons (links), then comes the delete button somewhere in the middle, at the bottom is the save button. Achieving this without having all of these buttons in the same form doesn''t appear to be possible. Ha...
2017 May 12
2
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi, If my previous reply is not persuasive enough. Let me do that in a different way. > From: linux-acpi-owner at vger.kernel.org [mailto:linux-acpi-owner at vger.kernel.org] On Behalf Of Zheng, > Lv > Subject: RE: [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations > > Hi, > > > From: Benjamin Tissoires [mailto:benjamin.tissoires at gmail.com] > >
2017 May 12
1
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi Lv, I am trying to reduce the number of parallel discussion we have on the same subject, but there is something here I can't let you have. On Fri, May 12, 2017 at 8:08 AM, Zheng, Lv <lv.zheng at intel.com> wrote: > Hi, > > If my previous reply is not persuasive enough. > Let me do that in a different way. > >> From: linux-acpi-owner at vger.kernel.org
2007 Aug 22
2
Can''t change button-size?
Hi, I tried my first steps with wxruby today and I have a problem. I read the doc and wanted to add a button but no matter what I do the button has always the size of the whole frame also if I told him another size like in this example in which I gave him this size button = Button.new(self, -1, "Push me",Point.new(10,10),Size.new(50,10)) but it always has the size of the whole frame?:
2017 May 15
2
[PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations
Hi Lv, On Mon, May 15, 2017 at 5:55 AM, Zheng, Lv <lv.zheng at intel.com> wrote: > Hi, Benjamin > >> From: linux-acpi-owner at vger.kernel.org [mailto:linux-acpi-owner at vger.kernel.org] On Behalf Of Benjamin >> Tissoires >> Subject: Re: [PATCH v2 5/5] ACPI: button: Obselete acpi_lid_open() invocations >> >> Hi Lv, >> >> I am trying to reduce
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the actions It is useful because the edge bindings are too easily triggered, an edge + mouse button is good because it confirms the action. An additional side benefit is that the mouse wheel can be used for rotating the cube and for the switcher (it is an excellent alternative to alt-tab). I wanted to share the patches before cleaning
2005 Nov 10
4
Multi-button mice and Linux?
Does anyone here use a multi-button (as in more than 2) mouse with Linux? How well supported are they? I've had to get one recently for work. I was diagnosed with CTS and I now wear braces and use a wireless Intellimouse. Works great at work with Windows, but I'm unsure how much, if any support there is for Linux. Anyone have experience with this? Preston
2012 Jan 10
1
vmware player CentOS 6 2-button 3-button touch pad with pointing device Lenovo ThinkPad
Hi All, Question: What (how, where) I need to set (configure) to make 'middle' button on the touch pad acting as a '__paste__' button? when I run LINUX (CentOS 6.2) as guest on MS Windows 7 Home premium ? Details: LENOVO T520 laptop touch pad with 3 buttons pointing device (red small mushroom) between GHB keys vmware host: MS Windows 7 Home Premium edition 64-bit vmware guest: CentoOS 6.2 64-bit vmware player version: 4.01 As you all know, on UNIX/LINUX the copy/paste function works slightly different than on MS Windows-ware. When one would like to...
2003 Nov 30
1
tcltk problem with <Button-2>
The following R code works as expected: require( tcltk ) tt <- tktoplevel() # create a button labelled A that changes to B when pressed pressed <- function() tkconfigure( tt.but, text="B" ) tt.but <- tkbutton( tt, text="A", command=pressed ) tkpack(tt.but) # if Control-Button-1 pressed change button label to C e <- expression( tkconfigure( tt.but,
2017 Feb 01
6
Buttons too big in Firefox for Linux
A while back, after doing a yum update, a new version of Firefox was installed and since then, the contents of my pages don't fit any more because the buttons are now much bigger. I've done some searching and to be honest I've drowned in the results. To make matters worse, most of the results are OLD, referring to IE version 6 and Firefox version 30. This problem is only very recent (months). The problem is only in Firefox for Linux. Firef...
2007 Jun 19
0
Branch 'as' - 4 commits - libswfdec/swfdec_codec_video.c libswfdec/swfdec_movie.c test/trace
...| 171 ++++++++++ 196 files changed, 639 insertions(+), 2 deletions(-) New commits: diff-tree e3ec3e22461f214518eb34f429d7ca7bd8b81630 (from 28447808e16488d22eb3667436d888dd2c02615e) Author: Benjamin Otte <otte at gnome.org> Date: Tue Jun 19 13:17:52 2007 +0200 apparently buttons get a name, too I think TextFields probably get a name, too, just like everything scriptable. There should probably be a SwfdecScriptable base class for all of these. diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index 5f57f9b..1b09906 100644 --- a/libswfdec/swfdec_...
2006 Mar 02
1
Some progress with solidworks...
I tried solidworks 2005 on ubuntu with the latest wine 0.9.8, and i was really close to make it work ! install with msiexec works, altough there are a lot of error messages. I have to install mozactivex control too. I have to override msvcrt.dll, instead i got this error : denis@bureau:~$ wine ~/.wine/drive_c/Program\ Files/SolidWorks/SLDWORKS.exe wine: Call from 0x7fcb1500 to unimplemented
2008 Jun 24
1
Suggestions on how to use stub_model with webrat?
Hi all, I am using story runner with webrat, but I am not sure how to incorporate stub_model into my tests. The webrat steps only care about the user interface and have nothing to say about interaction with the database. Following Ben Mabey, I have a line in my story like: "When clicks the Create button" And a step like: When "clicks the $button button" do |button|