Displaying 20 results from an estimated 25 matches for "button1".
Did you mean:
button
2006 Oct 23
1
R tcl/tk
...x in
column 2) and later frame.2 resides where it should in the toplevel frame.
tkgrid(tklabel(frame.2, text="FACTOR column "), tkentry(frame.2,
textvariable=FACTOR.column.value, width=2), sticky="e")
This doesn't work because I don't know how to tell tcl that answer.button1
belongs in frame2:
tkconfigure(answer.button1, variable=buttonValue, value="TRUE")
tkgrid(tklabel(frame.2, text="Question? yes "), answer.button1,
sticky="e")
^^^^^^^^^^^^^^^
I know this can not be as hard as I am...
2006 Jan 26
3
Help on implementing rails from html with php
...essed and the infobox have to change the information
displayed inside it accordingly and immediately.
Here 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=...
2006 Mar 29
0
css, div-tags and ajax
Hi.
I copied parts of the ajax-examples in Agile Rails prog. and modified
it so it searched for zip-codes. The result is displayed in
search.rhtml. The first version looked like this, I liked the look of
the "add to cart" in the depot-example. :class => ''button1'' is
originally addtocart which I renamed in the .css-file.
<% for city in @cities %>
<%= link_to (city.postalcode,
:action => ''observer'',
:class => ''button1'') %>
<%=h city.na...
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
2007 Mar 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
...ellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doesn't have
_NET_WM_ACTION_MOVE, but you can move it with decoration. Use Alt+Button1,
window move and then gtk-window-decorator know that window can't be moved.
(this exemple doesn't work with my patch as move plugin will not let
gtk-window-decorator move the window).
Remove move restriction, gtk-window-decorator can't move window, use
Alt+Button1 to move window, t...
2009 Aug 12
1
calling a function with dynamically generated buttons
...{plotten(mat = anzeige, namen = namen, titel = tit)})
tkgrid(but, row=4, column=i, 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 par...
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 do...
2001 Feb 13
0
devX11.c -- questions about expose events and XBell
...session in
emacs, I get ^G but no sound. When I redirect the output, I get
nothing... *Question* Why don't you use *XBell*?
*** devX11.c~ Tue Feb 13 17:24:40 2001
--- devX11.c Tue Feb 13 18:07:41 2001
***************
*** 1880,1887 ****
if (event.xbutton.button == Button1) {
*x = event.xbutton.x;
*y = event.xbutton.y;
! fprintf(stderr, "\07");
! fflush(stderr);
XSync(display, 0);
done = 1;
}
--- 1879,1885 ----...
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts,
with light green foreground and dark green background. I have the
following .Xdefaults file contents:
$ cat .Xdefaults
! This is a comment ;-)
#ifdef COLOR
*customization: -color
#endif
!! Let's cast a wide net, for any app supporting these
! Blink instead of beeping
*visualBell: True
*scrollTtyOutput: False
2008 Jun 09
1
FX ruby program error EOF
Since a week or so I am getting this error in a program which has been
running fine for 6 months or so.
I have a hard time running debug on this error and finding the cause. As
it seems that the error is in the middle of fxruby and not in my
application.
I click on button1 - the first time every works perfect. Handling the
next record, pressing button1 leads to this error.
Any help is appreciated.
Ernst
C:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread'': end of file
reached (EOFError)
from C:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'...
2013 Feb 14
0
Building a Package & using gWidgets
...to be able to edit the settings - like with the fix command above, to save a settings object to file, and to read in setting from an object file. I've built this with gWidgets:
gui <- function(){
INPUT <- matrix(c(1:4),nrow=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=...
2008 Jan 31
3
Multiple form weirdness in IE6
...couple of hidden inputs. The second form has all the
visible controls including three buttons. Each of these buttons has a
behaviour attached to it (From Ben Nolan''s Behaviour.js) based on its
id. The code for the first button is something like this (I am also
using prototype.js):
var button1Func = function(event)
{
alert("I am in button1Func");
$(''secondForm'').submit();
};
Behaviour.register(
{
''#button1'': function(element)
{
Event.observe(element, ''click'', button1Func);
}
});
When...
2013 Sep 26
29
[Bug 69827] New: Uneven, jerky mouse movement, increasing CPU usage
https://bugs.freedesktop.org/show_bug.cgi?id=69827
Priority: medium
Bug ID: 69827
Assignee: nouveau at lists.freedesktop.org
Summary: Uneven, jerky mouse movement, increasing CPU usage
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: jimoe at
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape
sequences properly and therefor need to employ xterm instead. When
I run xterm from a gnome terminal window I am presented with an
extremely small terminal window employing an almost unreadably small
font.
I have attempted to set the font size using xrdb and a custom
.Xresources file. I can change the colour scheme. I can
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...*******/
--- 1547,1553 ----
}
free(xd);
! dd->deviceSpecific = NULL;
}
/********************************************************/
***************
*** 1858,1866 ****
else
done = 2;
}
! }
! else
handleEvent(event);
}
/* if it was a Button1 succeed, otherwise fail */
return (done == 1);
--- 1888,1901 ----
else
done = 2;
}
! } else {
handleEvent(event);
+ if (!dd->deviceSpecific) {
+ /* Allow new active window to redraw */
+ R_ProcessEvents((void*)NULL);
+ error ("Device closed while...
2009 Aug 18
1
8.2 behaving weird on openSuSE 10.3 & 11.0
...-chunk" as the cube
rotates very slow and awkwardly at (again guessing 1 side each 1/4 second)
Also, when the cube face settles into its full-screen view it isn't very
smooth. It kind-of "wiggles" into place.
Cylinder rotation also suffers extreme slowness. In 7.6, ctrl+alt+button1
rotated the desktop lightning fast even with animated skydome. In 8.2 there is
marked slowness.
For the new install of 8.2, I completely removed my existing ~/.config/compiz
directory (it's saved if I need it again) and let 8.2 create a fresh config
directory. I also upgraded python-GTK a...
2011 Dec 20
0
Can't print from windows program in Mac OS Lion
...any other form, I receive an error from X11.
"Error:error al cargar el controlador de impresora.
VENTANAREPORT.BOTON1.CLICK
Linea 0
Error guardado."
(I`m Spanish, so the error is in Spanish) the translation to english would be:
"Error:error loading printing controller
WINDOWREPORT.BUTTON1.CLICK
Line 0
Error saved"
In the command window shows other error:
"fixme:commdlg:PrintDlgExA (0x32ad1c) stub"
Can some body helpme to solve this problem, it is very important to me, to print the invoices...
Thank you very much and Happy Christmas
2006 Dec 28
2
updating the AUTHORS file
...require intltool for option-description translation
translate compiz.schemas.in into compiz.schemas
Put numbers into the shortDescs of the command and run_command
options
Use Shift rather than Control, for consistency with Metacity, and to
remove the ambiguity about whether Ctrl+Alt+Button1 should be "grab
cube" or "move with snapping". (bnc 169402)
rewrite to make compiz.schema regeneration a little easier, and to
make it possible to generate schema files for third-party plugins.
Include plugin descriptions and dependency information in the schema.
add a...
2003 Oct 01
3
problem downloading Red Hat R-1.7.1-1.i386.rpm
System info:
Red Hat 9.0
R Version 1.7.0
ESS 5.1.21
Emacs 21.2.1
-------------------
Colleagues
At work I've had to migrate from Mandrake 9.1 to Red Hat 9.0 and I'm
reinstalling R. I am having a problem downloading from
R-1.7.1-1.i386.rpm from /bin/linux/redhat/9/i386. Basically the download
does not complete. I am using mozilla, and when I click on the link the
screen corrupts with
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
...eSelectWindow wrappable so that subplugins can be notified of
window selection.
Clear window input extents when removing decoration from a window.
Correctly terminate move action if it was initiated by decoration button
press and the button binding was not set to <some modifier>+Button1.
Fixed annotate erase invocation and termination.
Don't try to get button positions for undecorated windows.
Always use the current window decoration extents instead of the custom
decoration extents, which may not be currently used (e.g. if the window was
excluded from decor...