search for: guiv

Displaying 5 results from an estimated 5 matches for "guiv".

Did you mean: gui
2011 Apr 11
0
Package fgui returns error: Object of type closure is not subsettable
...24 Hour' would be separated into three columns, Per (value 1), Day (value 2) and Hour (value 24) Third: Finding the summary statistics of the relevant variables from the data input using the first function. All the functions are working fine in R console. However, when I tried to use the 'guiv' function from the 'fgui' package, the last two functions are returning the error: 'Object of type closure is not subsettable'. The guiv function just provides a GUI to enter the function arguments. guiv works well with the first function but returns an error only with the seco...
2001 Feb 14
3
Brazilian Keyboard and special characters !
...ll have a minor problem: My keyboard in perfectly recognized as the Brazilian ABNT layout, I had to change something in the keyboard.c file, but now is ok. So when I start my application I can get every character I need, but I can tell windows that a '~' followed by a 'a' should guive me a '?'. That the point, I don't have a keyboard layout error, but I dont know hou to tell wine to use special characters like ???a???... and so on. I only get ^a~a and so... Do I have to edit win.ini or system.ini file in my wine disk ? Thanks for any help, Your brazilian friend,...
2005 Jun 20
1
TxFax: can't get a fax to destination (log inside)
Can someone explain me what's going on and why the receiver of this fax guives up saying communication error? Slow carrier up Slow carrier down Slow carrier up <<< CSI: 40 20 20 20 20 20 20 20 34 39 34 35 36 34 39 35 30 20 39 33 2b CSI without final frame tag Remote fax gave CSI as: "+39 059465494 " <<< DIS: 80 00 ee f8 c4 00 DIS with fin...
2017 Mar 22
0
SIS and mailbox restore
...s really too long. * I restore all the SIS missing files since the snapshot date, preserving hard link count; * I restore the mailbox * I purge all the mailbox to delete the large number of unnecessery files restored Option 2: looking in the list archive I see that doveadm dump can guive me the msg.ext-ref that was missing to my knowledge. I try this use of doveadm dump: doveadm dump /MySnapShot/vmail/user/mdbox/storage/m.* Is this correct to get all the information I need ? I have to write a script to get msg.ext-ref for a particular msf.guid, or a specific mailbox Is there...
2011 Nov 15
0
Quantstrat; error with applyStrategy()
...# ################################################## ch <- odbcConnect("PostgreSQL35W") tablenames <- sqlTables(ch, schema = "marketdata")[,"TABLE_NAME"] chooseTable <- function(table.name) x <- table.name table.name <- guiv(chooseTable, argList = list(table.name = tablenames)) data.df <- sqlFetch(ch, paste("marketdata", table.name, sep = "."), colnames = TRUE, rowna...