search for: button2

Displaying 14 results from an estimated 14 matches for "button2".

Did you mean: button
2006 Jan 26
3
Help on implementing rails from html with php
...is the code i did and not sure wat''s wrong: <fieldset> <legend>button info</legend> <div id="InfoBox"> <h2>Info</h2> <div id="button1"> <strong>Button1</strong> some text here </div> <div id="button2"> <strong>Button2</strong> some text here </div> </div> <label for="buttons">2 buttons</label> <input type="radio" id="button1" onclick="Effect.Appear(''button1'')">Button 1 <input ty...
2005 Dec 30
2
help on submit_to_remote
hi, read the API doc and made search with google but can''t get a precise explanation on how submit_to_remote work. can someone help on that? thanks
2009 Aug 12
1
calling a function with dynamically generated buttons
...sticky="e") } The buttons are all displayed correctly in my window, but after pressing one, it always generates a plot with the last parameters. So, if I've generated 3 buttons and choose button1, it generates a plot with the parameters of button3. The same plot after pressing button2 or button3. How can I make sure, that each button calls the function with it's "own" parameters? So that button1 calls the function with the first row of my dataframe as the function parameter, button2 with the second row and so on? Thanks in advance, -- Anne Skoeries
2006 Apr 10
3
form_remote_tag can only have one submit button?
I setup a form_remote_tag with several submit buttons, all of them share the same name ( ''do_action'' ) and their values differ. eg. button1 named do_action with value ACTION1 button2 named do_action with value ACTION2, etc No matter which button I press the value passed is always the one defined for the first of these buttons ( the correct value associated with the pressed button is not passed to the controller ). This behavior does not occur with a regular form_tag, which...
2006 May 11
1
compiz without a desktop window
...to grab the cube with the mouse. The pointer needs to be over a window for it to work. In display.c the XSelectInput call in addDisplay is missing ButtonPressMask and ButtonReleaseMask, so it makes sense why this doesn't work. Is there a reason why they have been left out? Lower window with Button2 on the title bar doesn't work at all. Using the binding for lower window does lower the window, though not always to the bottom. There are occasions where it does lower it to the bottom, but it's not clear what causes this. I start Xgl/compiz like this: xinit /etc/X11/xinit/xinitrc.compiz...
2013 Feb 14
0
Building a Package & using gWidgets
...=2,ncol=2) mainwin <- gwindow("MainWindow") button1 <- gbutton("Edit Settings", cont=mainwin, handler= function(h,...){ fix(INPUT) print("Settings Edited") }) button2 <- gbutton("RUN", cont=mainwin, handler= function(h,...){ sim.func(INPUT) print("The run is done") }) savebutton <- gbutton("Write Settings to File",cont=mainwin, h...
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
...index) insert(*full_args) end end end # Simple test Wx::App.run do frame = Wx::Frame.new(nil, :title => ''Sizer API improvements'') do sizer = Wx::BoxSizer.new(Wx::VERTICAL) button1 = Wx::Button.new(self, :label => ''Button 1'') button2 = Wx::Button.new(self, :label => ''Button 2'') button3 = Wx::Button.new(self, :label => ''Button 3'') # use of positional arguments sizer.add_item(button1, -1, 1, Wx::EXPAND) # use of keyword arguments without index sizer.add_item(button3,...
2006 Dec 28
2
updating the AUTHORS file
...eventMatches, eventTerminates, and keycodeToModifiers. Add modMap field to CompDisplay. for the rotate-to-specific-face keys, rotate counterclockwise when that's faster. (bnc 169427) Make the corners toggle scale mode rather than only activating it. (bnc 169408) activate window on Button2 click in addition to Button1 and Button3. gconf_value_compare against the old value for list-type options too. (gconfInitOption): Change the call to gconf_client_get_entry to request the default value again; the fix to gconfSetOption will prevent the infinite loops that happened before. c...
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
...(shape, 100, 0); + SWFShape_drawLineTo (shape, 100, 100); + SWFShape_drawLineTo (shape, 0, 100); + SWFShape_drawLineTo (shape, 0, 0); + + return (SWFCharacter) shape; +} + +static void +do_movie (int version) +{ + char name[100]; + SWFMovie movie; + SWFDisplayItem item; + SWFButton button, button2; + SWFButtonRecord rec; + + movie = newSWFMovieWithVersion (version); + SWFMovie_setRate (movie, 10); + SWFMovie_setDimension (movie, 200, 150); + + button = newSWFButton (); + add_button_events (button); + rec = SWFButton_addCharacter (button, get_rectangle (255, 0, 0), SWFBUTTON_HIT); + S...
2004 Jan 04
5
Multi-line help
I am looking for common practice ideas on how to handle multiple line phones. Is it common with asterisk to have the lines appear as programmable buttons? Or to just have itcm like buttons and use the dial 9 approach? What I am specifically interested in, is to have my line one appear on the first button (sip polycom phones) line two appear on the second button, and use the third as an intercom
2001 Jan 22
0
vorbiscomment gui ideas
...lt;tooltip>Cancel these changes</tooltip> <can_default>True</can_default> <can_focus>True</can_focus> <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> </widget> <widget> <class>GtkButton</class> <name>button2</name> <tooltip>Save these comments</tooltip> <can_default>True</can_default> <can_focus>True</can_focus> <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> </widget> </widget> </widget> </widget>...
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello, I wrote an application in wxRuby: ruby 1.8.6 wxruby 1.9.4 installed from gem windows xp sp2 After several minutes of running it crashes with the following error: "c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...(shape, 100, 0); + SWFShape_drawLineTo (shape, 100, 100); + SWFShape_drawLineTo (shape, 0, 100); + SWFShape_drawLineTo (shape, 0, 0); + + return (SWFCharacter) shape; +} + +static void +do_movie (int version) +{ + char name[100]; + SWFMovie movie; + SWFDisplayItem item; + SWFButton button, button2; + SWFButtonRecord rec; + + movie = newSWFMovieWithVersion (version); + SWFMovie_setRate (movie, 10); + SWFMovie_setDimension (movie, 200, 150); + + button = newSWFButton (); + add_button_events (button); + rec = SWFButton_addCharacter (button, get_rectangle (255, 0, 0), SWFBUTTON_HIT); + S...
2014 Nov 24
1
Contributor Contributions
I have made claims that I have not left the compiz project and that I have been maintaining it over the past 4 years, despite the lack of releases by not fault but my own. At the request of some of the original compiz developers, I am now posting a compilation of some of the contributions I've made over time, since the beginning. Since the most important contributions are code and easiest to