search for: chooser

Displaying 20 results from an estimated 72 matches for "chooser".

Did you mean: choose
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 --------------------------------------...
2007 Mar 14
0
how to filter by image files in file chooser
Currently i''m uploading files and i have a file chooser.. <%= file_field(''upload'', ''filename'') %> Is it possible when the file chooser comes up to filter by image type? Because I only want the users to upload, jpgs, gifs, tiffs, or pngs. thanks in advance! --~--~---------~--~----~------------~-------~--~--...
2004 Sep 24
5
using tcltk in R under ESS/XEmacs on Windows
...= TRUE, envir = .GlobalEnv), envir = .GlobalEnv) if (loadNew && file.exists(".RData")) { loaded <- load(".RData", envir = .GlobalEnv) return(invisible(loaded)) } where the default value for the `dir' argument is to run the tcltk directory chooser and get the directory name chosen. (Thanks to Prof. John Fox for the tcltk part!!) While this function works fine under Rgui on Windows, it doesn't work when running R within ESS (5.2.3) and XEmacs (21.4.13). The directory chooser never shows up, and dir just gets the empty string. Does any...
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 shield, e.g. Lotus Notes, but if I have to exclude MS Internet Explorer, which is the app for many web apps, then t...
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.
2012 Mar 07
1
date columns chooser
i have a data frame with 2 columns of dates. with str(dataframe) i have ensured myself that they were indeed formatted as dates. one column has NA's in it. the aim is now to make a third column that chooses date1 if it is a date, and choose date2 if it is a NA. i am trying df$date3=ifelse(is.na(df$date1), df$date2, df$date1). this leads to unexpected behaviour: the resulting column is
2012 Oct 26
0
colorspace: interactive HCL palette chooser
Dear useRs, we have just released a new version (1.2-0) of the "colorspace" package: http://CRAN.R-project.org/package=colorspace In addition to the infrastructure for transforming colors between different color spaces (RGB, HSV, HCL, and various others) and support for different types of color palettes (qualitative, sequential, diverging), there is now a new graphical user
2012 Oct 26
0
colorspace: interactive HCL palette chooser
Dear useRs, we have just released a new version (1.2-0) of the "colorspace" package: http://CRAN.R-project.org/package=colorspace In addition to the infrastructure for transforming colors between different color spaces (RGB, HSV, HCL, and various others) and support for different types of color palettes (qualitative, sequential, diverging), there is now a new graphical user
2008 Feb 27
1
Bug in help(). (PR#10859)
...No ``offline=TRUE'' then the following message appears: Help on topic 'gam' was found in the following packages: Package Library mgcv /Library/Frameworks/R.framework/Resources/ library gam /Users/rturner/Rlib and a small chooser-menu window pops up to permit one to select the package to be referred to. However if one does help(gam,offline=TRUE) then the message about multiple packages appears, immediately followed by Error in titles[i] <- if (inherits(tmp, "try-error")) "unknown title" els...
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 as I can tell. It appears to run with -nr -verbose -auth -nolisten tcp by...
2005 Jan 25
2
Bug in Windows File Selector (PR#7561)
...irectory. Steps to reproduce: 1. > plot (x) # for some data x 2. Right click new plot, choose "Save as postscript..." 3. Choose a different directory (e.g. "My Documents\R\foo.ps") 4. Again, right click the plot, selecting "Save as postscript..." 5. The file chooser will open, with the R install directory as the starting location Expected Behaviour: The chooser dialog should start in the most-recently used directory.
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 the X mouse pointer but not the chooser. Can anyone tell me what I am doing wrong? Thanks Dean
2011 Feb 03
3
R Data Manipulation - Transposing Data by a Given Column, Like User_ID
Hello, I'd like to transpose data to create an analysis-friendly dataframe. See below for an example, I was unable to use t(x) and I couldn't find a function with options like PROC TRANSPOSE in SAS. The ideal solution handles variable quantities of SITE - but beggars can't be choosers. :-) Thank you in advance, Mike ## INPUT DATA USER_ID<-c(1,1,1,2,2,2,3,3,4) SITE <-c("SITE1","SITE2","SITE3","SITE1","SITE2","SITE3","SITE1","SITE2","SITE3") COUNTS <-c(10,13,22,10,12,12,13,44,99...
2008 Jan 27
9
Problem setting up VNC on SLES10 HVM DomU
I''ve just uneventfully installed SLES10 as an HVM DomU (after finding out, the hard way, that OpenSUSE 10.3 won''t install on Intel VT). This almost went without a hitch, but I''ve been banging my head against a brick wall for a few hours trying to get VNC working. I can get a remote desktop, but a few seconds after I log in to the remote desktop, the screen goes
2002 Feb 07
9
X windows
How would i allow xwindows and xdmcp through would it be ACCEPT net -> fw all 117 and ACCEPT net -> fw all 6000:6100 ? and for that matter how would i stop x traffic from leaving the fw machine? REJECT fw -> net all 6000:6100 ?
2003 May 06
2
"help.start() and kde konqueror"
...he response to the command is below: > help.start(browser= 'konqueror') Making links in per-session dir ... If konqueror is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... > konqueror: Ok?nd v?ljare "-remote". /Unknown chooser "-remote". - translation from Swedish/ konqueror: Anv?nd --help f?r att f? en lista med de tillg?ngliga kommandoradsv?ljarna./konqueror: Use --help for a list with the abvailable command line choosers. - translation from Swedish/ The response to the command with netscape (where the se...
2004 May 18
1
VoIP Termination w/ 402 or 712 area code?
...#39;m almost completely convinced that no one offers these area codes (eastern Nebraska, western Iowa), however considering the wide audience of this mailing list I thought this would be a good place to ask. I would prefer a provider that allows for Asterisk use, but I realize beggars can't be choosers. -- Tony Kava Senior Network Administrator Pottawattamie County, Iowa
2006 Jun 21
1
SIP or IAX client written in C
I am looking to make a linux application that will use a SIP or IAX clinet to connect to my Asterisk server and make calls. I would like it to be written in C, but beggers can't be choosers. Any information that would help me with my development would be appreciated. If you know of a project that is already basically made, feel free to point me in the right direction and I will be off your back. Regards, Chris Andrist
2012 Sep 28
2
UEFI boot with memdisk
I am getting the following error with memdisk when attempting to boot. I am booting UEFI device using elilo.efi and loading a elilo.conf file with below configuration. Attached is also a print sceen of the error I am getting about memdisk. # force chooser to textmenu chooser=textmenu delay=20 prompt # # the files containing the text (with attributes) to display # message=textmenu-message.msg # # files to load when the corresponding function key is pressed # f1=general.msg f2=params.msg image=/images/RHEL6.2-x86_64/vmlinuz label=RHEL6.2-...
2008 Jan 14
0
8 commits - player/swfdec-player.c player/swfdec-player.ui player/swfdec-window.c player/swfdec-window-handlers.c
...ult (), + swfdec_url_get_url (swfdec_loader_get_url (window->loader)), + &data); + } + g_free (data.app_exec); } /** @@ -148,6 +154,16 @@ swfdec_window_error (SwfdecWindow *window, const char *msg) window->error = TRUE; } +static void +swfdec_window_add_recent_filter (GtkRecentChooser *chooser) +{ + GtkRecentFilter *filter; + + filter = gtk_recent_filter_new (); + gtk_recent_filter_add_group (filter, "swfdec-player"); + gtk_recent_chooser_set_filter (chooser, filter); +} + #define BUILDER_FILE DATADIR G_DIR_SEPARATOR_S "swfdec-gnome" G_DIR_SEPARATOR_S &q...