similar to: Help: how to hide the buttons of a new opening device

Displaying 20 results from an estimated 60000 matches similar to: "Help: how to hide the buttons of a new opening device"

2005 Sep 26
2
Help: x11 position in the Unix environment
Hello, In the Unix environment, I open a window by x11(). May I specify the position of this window by specifying the position of the top left of the window as in Windows environment? Or some other parameters can be used to do that? Thank you, Shengzhe
2005 Sep 04
2
Help: PLSR
Hello, I have a data set with 15 variables (first one is the response) and 1200 observations. Now I use pls package to do the plsr as below. trainSet = as.data.frame(scale(trainSet, center = T, scale = T)) trainSet.plsr = mvr(formula, ncomp = 14, data = trainSet, method = "kernelpls", model = TRUE, x = TRUE, y = TRUE) from the model, I wish to know the
2005 Jul 14
2
help: how to change the size of a window after it has been created
Hello, I wish to plot some figures in a window in turn, but the size of these figures is different, so how can I change the size of the window by resetting the parameters before each plotting? Thank you, Shengzhe
2005 Jul 12
1
help: how to use tkevent.generate(...)
Hello, I use package "tcltk" to do some GUI programming, and want to find a function which can do the operation "click a button", just like using a mouse to click. If tkevent.generate can do that? I tried it as below, but failed. Please give me a hint! tt <- tktoplevel() tkwm.title(tt,"Simple Dialog") onOK <- function(){print("OK")} onCancel <-
2005 Jul 28
2
Help: how to specify the current active window by mouse
Hello, When I use "windows()" to open several windows, e.g. 4 windows, device 2, device 3, device 4 and device 5. Normally using "dev.set()" to specify the current active window, if there is a way to specify the active window by mouse click? When I click device 3, device 3 becomes active (shown on device header), and when I click device 4, device 4 becomes active, so on....
2005 Jun 21
1
test for equality of two data sets with multidimensional variables
Hello there, I have two data sets with 14 variables each, and wish to do the test for equality of their covariance matrices and mean vectors. Normally these tests should be done by chi square test (box provided) and Hotelling's T square test respectively. Which R functions could do this kind of test? I just find some functions could do for one dimension, but no for multidimension. Some one
2005 Jul 13
1
help: how to plot a circle on the scatter plot
Hello, I have a data set with 15 variables, and use "pairs" to plot the scatterplot of this data set. Then I want to plot some circles on the small pictures with high correlation(e.g. > 0.9). First, I use "cor" to obtain the corresponding correlation matrix (x) for this scatterplot. Second, use "seq(along = x)[x > 0.9]" to find the positions of the small
2008 Apr 26
9
No hide button in 0.9.60 ?
i am running flashfxp under wine now a while, recently i upgraded to kubuntu 8.04 and installed wine 0.9.60. I discovered that then there is no hide button anymore in FlashFXP. Onbly 2 Buttons to the left, the close and the maximize button. I then re-installed 0.9.59 and with that i get again the minimse button back, unfortunaly this version has a bug not displaying the program in the taskbar.
2013 Dec 22
1
Remove/deactivate the session and language buttons in login screen
Hi All, I'm using centOS 6.4 with openbox as windows manager. I modified /etc/X11/xinit/Xsession file in orden to set up openbox as default windows manager for all users (I changed gnome-session to openbox-session). Now, I would like to remove or deactivate the the session and language button in login screen. I tried to find these using gconf-editor but without any luck. I could change the
2008 Apr 04
3
Taskbar buttons missing in Wine 0.9.59
More than one of my apps have no taskbar button (Wine 0.9.59 and Gnome 2.20). Is this the same problem as bug #12362 ? Bill
2007 Aug 30
2
OSD Mystery
I recently started using compiz-fusion. After spending months looking at an anemic little rectangular on-screen volume control when I use the volume buttons on my ubuntu thinkpad T60p, all of a sudden I noticed that I was getting a nice, big, robust rounded-corner display (somewhat mac-like). Now it's gone again. I really have no clue whether this came from compiz-fusion, emerald, a plugin,
2013 Jul 03
3
Problems with gfxboot.c32
Hello, I am currently trying to get the gfxboot archive from Ubuntu 12.04 working with gfxboot.c32 under BIOS, using ISOLINUX 6. AFAIK, the Ubuntu patches have been added in 4.03, and in fact it works with the official 4.05 release, but not with 5.10 or 6.01-pre5. I can tell that the menu is actually working, you just don't see it. If you navigate it "blind", the correct
2006 Sep 20
1
Fedora Patches
Hi, We've been fixing a few bugs and glitches in our fedora compiz rpm and I wanted to post them here for review, in the hope that we could get them included before the upcoming release. Without further ado: cow.patch - add support for using the composite overlay window for GL output instead of rendering to the root window. This is lets compiz run on AIGLX without the
2007 Mar 19
1
DC++ problem
Linux newbie here. WinXPPro, PCLinuxOS, wine version 1.0.9.23-1, DC++ version .668 Finally got it to load, read my shares and go online. Problem is if I minimize the program, on maximize the screen does not refresh. All I get is a border with the radio buttons in the upper right corner with my desktop visible. DC++ continues to run. If I select the shut-down button the "do you really
2006 Mar 17
5
Radio Button Validation
I''m writing a quiz application and I need to validate the radio button reponses. I do not have the questions in a database, I just have forms which contain "question1" and then I strip out the "question" portion and just insert the number as the question''s id. So now I''m faced with the dilemma of making sure the radio buttons are pressed. Radio
2009 Oct 20
4
Linksys 962
Working with a new client that has a ton of these phones, and in a new installation the phone is registered, can place and receive calls with no issues, but has a "locked" picture of a phone in the upper right corner. Any Linksys experts know what this means? I have searched the admin guide and googled to no results... really just an annoyance I suppose, but I would like to know
2005 Jul 06
1
how to split several objects' names
Hello, I have a string like "O1 O2 O3", O1, O2 and O3 are the names of three objects. How to split it into a vector or three new objects, and obtain their content? I try to use strsplit to do that, but seems it doesn't work like that. And what is "<<-" for? the same as "<-"? Thank you, Shengzhe
2005 Sep 20
1
radio buttons and event obvsering
Hi, I made a little utility class that turns on a particular div when a radio button is clicked - a RadioButtonDivToggler. As the name 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,
2004 Aug 02
1
asterisk call parking + SNOM lighted buttons?
I'm trying to get call parking working with the lighted buttons on the SNOM 200. I have set the 5 buttons to "Park Orbit", for extensions 700-704. Pressing the first button (x700) does park the call. However, the remaining buttons (x701-704) don't allow me to pick up parked calls, or show parking status via the LEDs. I can only pick up parked calling by manually dialing the
2006 May 20
1
How to unlock old SCCP Cisco 7960 ?
Hi, An Cisco 7960 ipphone has been set to SCCP firmware by one of our students. I want to set it to 7.5 SIP firmware and I've been unsuccessful yet. Firmware versions are SCCP 3.0 (Source: http://www.cisco.com/univercd/cc/td/doc/product/voice/c_ipphon/english/ipp7960/addprot/mgcp/frmwrup.htm#wp1045789) ie: Application Load P003F300 Boot Load ID PC030300 When I browse, phone settings, I see