search for: mdi

Displaying 20 results from an estimated 279 matches for "mdi".

Did you mean: edi
2009 Aug 11
1
Passing a list object to lapply
Hello, I'm having difficulty passing an object name to a lapply function. Can somebody tell me the trick to make this work? #Works T13702 <- TRACKDATA[["13702.xls"]][["data"]] min(unlist(lapply(list(T13702), function(x) mdy.date(x[1, 2], x[1, 1], x[1, 3])))) 16553 #Works d<-2 assign(paste("T",substr(names(TRACKDATA)[d],1,(nchar(names(TRACKDATA)[d]
2009 Jan 14
2
Windows installer text bug (PR#13445)
Full_Name: Rob Cranfill Version: 2.8.1 OS: Windows XP SP2 Submission from: (NULL) (130.76.32.19) Using the Windows installer for 2.8.1, partway through the process there is a dialog that looks something like this: ---------------------------------------------- Display Mode Do you prefer the MDI or SDI interface? ------- Please specify MDI or SDI, then click Next. (*) MDI (one big window) ( ) SDI (separate windows) ---------------------------------------------- Those descriptions are reversed: "MDI" is Multiple Document Interface, with separate windows; SDI is Single D...
2005 Aug 19
2
Handling dates
I have a problem with some functions handling dates, in packages 'date' and 'survival' (they seem to be identical). For instance, from the documentation, -------------------- mdy.date {survival} R Documentation Convert to Julian Dates Description Given a month, day, and year, returns the number of days since January 1, 1960. Usage mdy.date(month, day, year, nineteen = TRUE,
2000 Jan 03
1
Rounding in date.mdy from library(date)
The date library contains a function date.mdy that converts a number D to the date (month,date,year as a list) at D days after 1 Jan 1960. This a convention that fits in with SASs. The logic would be that the result was the date at D days after 1 Jan 1960 00:00:00 (which is a POINT in time as opposed to a date which is an interval), so that any D with 2<=D<3 was rounded to 3 Jan 1960 and
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
...e4ebfe099d98b87192e Review welcome! - Shao Miller ----- From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sat, 6 Aug 2011 05:24:46 -0400 Subject: [PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK Like 'ifcpu.c32' and 'ifplop.c32', this COMBOOT32 module will check for the presence of MEMDISK(s) and choose one of two (optionally) specified commands. Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- NEWS | 1 + com32/modules/ifm...
2004 May 01
2
MDI interface with sidepanel
Hi Just started with WxRuby after using Fox. Very impressed by the easy binary install and I''m already liking the native look and feel on MSW. Thanks! I''m trying to create an app with a MDI Parent Frame and a full-height (docked) side panel with various controls in it. The MDIParentFrame doesn''t work properly if I put it inside another frame with a sizer, so I''d appreciate some tips on a good way to do this. On the WXWidgets mailing list, I saw this recommended:...
2008 Sep 02
2
qcc help
Hi Gents, I need to get the control limits from qcc function. As follows: qcc(MDI, type = "xbar.one") Call: qcc(data = MDI, type = "xbar.one") xbar.one chart for MDI Summary of group statistics: Min. 1st Qu. Median Mean 3rd Qu. Max. 0.3266 0.4249 0.4371 0.4333 0.4451 0.4858 Group sample size: 1 Number of groups: 383 C...
2004 Feb 10
1
MDI
Hello, I want to use wxruby in my application, but this should be MDI application. Kevin, could you add MDIParentFrame, MDIClientWindow and MDIChildFrame in wxruby-0.3, please? -- Best regards, Pavel mailto:papushev@inp.nsk.su
2006 Jun 09
1
date.mdy in date package
I'm having a problem with output from date.mdy in the date package. Goal: to take a long vector of dates of the form "01/22/99" and extract values month="01", day="22", year="1999". I am providing the vector of class dates in the attached file to date.mdy: > mdy_dates<-date.mdy(trimmed_dates) The first few obs of the
2009 May 11
1
MDI form in Wine
Hi all, One of my application use MDI(Multiple Document Interface) form, when I open 2 forms at the same time, and close one form first, then I can still see some image of previous form overlapped on the other form, if I minimize the window and the maximize the other form, the overlapped image will disappear! Does anyone know...
2006 Aug 27
1
MDI fixed
In diagnosing the wxWindow.h problem I discovered that the problem is related to directors wrapping returned pointers. I went in to wxMDIParentFrame and removed ''virtual'' from a couple of the functions and the MDI windows work again. I will investigate a fix for this later, since there are a lot of functions that return pointers. However, the MDI crash was a big one that was driving me nuts. If I can''...
2004 Mar 16
0
MDI and submenues
Hello wxruby-users, Kevin, thanks for fast addition of the support of MDI and submenues! I''ve tested it under WinXP and all works very well. There is a test example at the end of the message. -- Best regards, Pavel mailto:papushev@inp.nsk.su #================================================ require ''wxruby'' include Wx class MyFrame < MD...
2009 Nov 11
1
Unexpected behaviour for as.date()
Hi everyone, I am trying to use the function as.date() from the "dates" package in R 2.10.0 to convert a character date to a Julian date, as follows: > as.date("02-MAY-01", order="mdy") # convert May 2, 2001 to a Julian date [1] 2May1 However, when trying to convert a character date from the year 2000 to a Julian date, I get an <NA> instead of the desired
2001 Jun 24
3
Wine and BlitzIn
...terminal window does not work -- you can type in and send your commands but you can not see what other people are saying. I am using SuSE 6.4/i386. The WINE session log may look like: (BEGIN) wine BlitzIn2/BlitzIn2.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: fixme:mdi:MDIRefreshMenu partially function stub fixme:mdi:MDIRefreshMenu partially function stub fixme:msacm:acmGetVersion 0 not supported fixme:msacm:acmGetVersion 1095724048 not supported fixme:msacm:acmGetVersion 1095724048 not supported fixme:msacm:acmGetVersion 1095724048 not supported fixme:msacm:acmG...
2008 Jun 04
1
Enter key in data editor bombs program in MDI (PR#11579)
...r causes the program to crash with the following command: Dataset <- edit(as.data.frame(NULL)) This problem persists when using the fix command, such as fix(Dataset). Interestingly, the arrow keys and mouse work fine in navigating through the dataset. Also, this problem only occurs for me in MDI mode, not in SDI mode.
2006 Oct 21
0
[703] trunk/wxruby2/Changelog: Get/SetStipple for Wx::Pen; faster building on dual core; MDI sample bugs on OS X
...ecoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[703] trunk/wxruby2/Changelog: Get/SetStipple for Wx::Pen; faster building on dual core; MDI sample bugs on OS X</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>703</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-10-21 15:55:03 -0400 (Sat, 21 Oct 2006)&...
2001 Jan 03
1
package/ date/ download problem
Colleagues I want to download the package "date" from CRAN <http://cran.r- project.org/> to get the R-scripts (for version 1.2.0) *** date/INDEX *** as.date Coerce Data to Dates date.ddmmmyy Format a Julian date date.mdy Convert from Julian Dates to Month, Day, and Year date.mmddyy Format a Julian date date.mmddyyyy Format a Julian date date.object Date Objects mdy.date
2011 Nov 11
0
R Startup options (MDI and SDI)
...s my setup: - I'm on a Windows machine (I don't have full admin rights) - I have a folder with an *.RData file and an .RProfile file - I want the user to be able to start R by double clicking on the *.RData file Can I specify the application start up options (like --no-save --mdi) in the local RProfile file? Thanks! [[alternative HTML version deleted]]
2001 Dec 05
1
Visual FoxPro 5 apps
Hello, I was wondering if anyone has gotten Visual FoxPro apps working? Here's where I am. Under both fake_windows, and the 'real windows' installations, Foxpro apps seem to not release the mouse click when an MDI window is selected, or the scrollbars are used. In a print-preview, this appears to be a lockup (really, it's in 'select mode', for highlighting text). What I've noticed. 1. I can run the development environment. This gives me a MDI window where I can type commands. 2. I can u...
2005 Apr 01
0
MDI on OS X
Hi I was wondering if the mdi sample runs for anyone on OS X? On 10.3, in both wxruby and wxruby-swig it creates a ruby app but doesn''t show any child windows on request. cheers alex