Displaying 20 results from an estimated 8000 matches similar to: "Bug in Windows File Selector (PR#7561)"
2005 Jun 30
6
McAfee 8 incompatible with Samba
I've parsed a whole year's worth of postings in this group
and didn't find any previous reference to the problem.
Since I've updated McAfee to version 8 many applications
which open file chooser dialogs report "Access denied"
when trying to open a Samba share, including the users's
own home directory.
At installation one can choose to exclude some apps from
the
2004 Sep 24
5
using tcltk in R under ESS/XEmacs on Windows
Sorry for the cross-post. Not sure where the problem is...
A while back I posted an R function to R-help:
cd <- function (dir = tclvalue(tkchooseDirectory()), saveOld = FALSE,
loadNew = TRUE) {
stopifnot(require(tcltk))
if (saveOld)
save.image(compress = TRUE)
setwd(dir)
rm(list = ls(all = TRUE, envir = .GlobalEnv), envir = .GlobalEnv)
if (loadNew &&
2004 Feb 10
3
how to get the GUI directory chooser on Windows?
Dear R-help,
Can anyone tell me if it's possible to call up the "directory chooser" (the
one you get when you click on "File" -> "Change Dir...") in Rgui from the R
command line? Seems like file.choose() can't be used to choose a directory.
This is in R-1.8.1 on WinXPPro.
Any help much appreciated!
Andy
2008 Feb 27
1
Bug in help(). (PR#10859)
There appears to be a bug in help() when there are multiple packages
attached
containing functions with the same name, and offline=TRUE.
Example:
library(mgcv)
library(gam)
If one simply does:
help(gam) # No ``offline=TRUE''
then the following message appears:
Help on topic 'gam' was found in the following packages:
Package Library
mgcv
2007 Feb 28
4
Help with XDMCP over SSH
I am trying to get XDMCP working over SSH on CentOS 4.4 from a windoze
box running Cygwin/Putty
I have set Enable=true in /etc/X11/gdm/gdm.conf restarted the X server,
logged in with Putty and X11 forwarding enabled. I then try to start the
Xserver with the following commands
# gdmXnestchooser localhost
or
# Xnest :1 -query localhost
Both commands will successfully display a X window and show
2011 Jul 21
10
centos6 not using /etc/gdm/custom.conf
In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as
[server-Standard]
name=Standard server
command=/usr/bin/Xorg -br -audit 4 -s 15
chooser=false
handled=true
flexible=true
priority=0
After this change, Xorg would run with the -br -audit 4 -s 15 options.
Unfortunately in CentOS6 this is not the case. It completely ignores anything put into custom.conf as far
2002 Jul 08
4
Statemement by recurrence avoiding loop
Dear R users,
I would like to calculate a cumulative sum as following: on the i-th row, in the
j-th column of a matrix, I would like to obtain the sum of the (i-1) preceding elements of
this j-th column.
Could I avoid a "for" loop?
Thank you,
Tristan Lorino
----------------------
?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr,
T?l. 01 43 96 70 33
M?l. tlorino at
2006 Sep 20
5
[Slightly OT] Uploading files with firefox
I have been successfully using the latest mongrel and upload progress
plugin with safari but firefox seems to have some issues with any
request
that takes longer than 5 seconds to complete. You get the "Warning:
Unresponsive Script" screen. Apparently this problem is fixable by
following this:
http://computer-vet.com/weblog/2006/04/28/
firefox_warning_unresponsive_script.html
2016 Mar 16
0
Go Bindings and govet
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote:
> Hi Andrew, Peter,
>
> I took a look at the results of running govet on the go bindings - there
> are a lot of small/simple problems that should probably be looked at. Wrong
> number of arguments a few times, shifts by > 32, etc.
>
Did you just run "go vet
2002 Jul 01
2
GUI and Java: RSJava does not work
Hi,
About GUI and R, I would say that personnaly, I need to build a nice GUI for
people who does not know anything about R, to conduct simulations. I don't know
if the choice of R is the best. Maybe writing all the code in Java would be
better... I don't know.
That's why I have tried to install RSJava from Omegahat on my computer (Windows
2000). With R 1.5.0 or 1.5.1, I get the
2002 Jul 01
3
Discrete random variable
Hi,
I would create a function rdiscrete that returns the value of a discrete random
variable X defined on a subset which can change, and for the same probability for
the issue, eg:
X could sometimes take a value in the subset {2,3,4} with probability 1/3 for each
issue,
and sometimes X could take a value in the subset {2,3,4,5,6} with probability
1/5 for each
issue,
etc.
The function should have
2016 Mar 15
2
Go Bindings and govet
Hi Andrew, Peter,
I took a look at the results of running govet on the go bindings - there
are a lot of small/simple problems that should probably be looked at. Wrong
number of arguments a few times, shifts by > 32, etc.
https://golang.org/cmd/vet/
Thanks!
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 May 30
3
Building a stand-alone package
Dear R users,
I'm working with Windows 2000 and R -- note that I could maybe work with Linux too...
I would like to know if it is possible to build a stand-alone statistical
package which:
-- could be programmed in R language,
-- could have a nice graphical interface with buttons and menus (this package
will be distributed to non-statistician people),
-- could realize statistical operations,
2004 Jul 13
1
Errors in log.smbd
Am running Samba on SCO 5.0.2 and continually get the following error in
this log file from *some* client win pc's only;
[2004/07/12 10:02:56, 0] smbd/service.c:(252)
wkst7 (192.168.0.119) couldn't find service scotland:
Also
[2004/07/12 10:02:56, 0] smbd/service.c:(252)
wkst7 (192.168.0.119) couldn't find service veta
I have around 25 shares available with just these two
2005 Aug 07
11
HABTM Movable Select Box
Hi,
I found it a while ago, an add-on to Rails for supporting movable select
boxes, but I searched through the wiki and the mailing list and couldnt
find what I was looking for. I was hoping someone might know of or
remember something about the project.
Thanks,
Dylan.
2016 Mar 24
2
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On 2016-03-14 11:00, Martin Kletzander wrote:
> On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>
> Cool, now I'm wondering whether we also mention distros that are based
> on leveraging libvirt on our apps page [1]
>
>> The initial import process with virsh commands puts off many newbies
>> who
>> lack the technical skills to get up
2008 Mar 07
1
Multi domU Xen Box Network Transparent Sound
I have a new development box at home that I am working on.
Currently it has CentOS 5.1 + Xen 3.2 running several domUs.
I am using XDMCP on the domUs and an X Chooser on dom0 for
connecting to them and it works well, but now I want to be
able to get sound from my domUs and I have been struggling.
I can get some from network transparent sound by using ESD,
but I have no way of controlling the
2008 Mar 07
1
Multi domU Xen Box Network Transparent Sound
I have a new development box at home that I am working on.
Currently it has CentOS 5.1 + Xen 3.2 running several domUs.
I am using XDMCP on the domUs and an X Chooser on dom0 for
connecting to them and it works well, but now I want to be
able to get sound from my domUs and I have been struggling.
I can get some from network transparent sound by using ESD,
but I have no way of controlling the
2008 Oct 24
1
bonding over bridge or bridge over bonding ?
Hi,
I'm trying to configure a network bridge over a bonding without any
success. Here is my configuration:
ifcfg-eth0:
DEVICE=eth0
HWADDR=00:1E:C9:E8:3F:E5
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
ifcfg-eth1:
DEVICE=eth1
HWADDR=00:1E:C9:E8:3F:E7
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes
ifcfg-bond0:
DEVICE=bond0
ONBOOT=yes
BRIDGE=br0
USERCTL=no
ifcfg-bridge0:
DEVICE=br0
2006 Apr 28
5
Newbie: using date-picker
Finally found a nice date chooser script
(http://projects.exactlyoneturtle.com/date_picker), but am a little
confused how to implement it.
So I put this where I need the date picker:
<a id="_name_link" href="#"
onclick="DatePicker.toggleDatePicker(''name'')"
class="demo_link">[ choose date ]</a>
<div