search for: exceot

Displaying 3 results from an estimated 3 matches for "exceot".

2011 Jun 07
1
error with geomap in googleVis
Hi All, I am unable to get the plot geomap in googleVis package. data is as follows > head(index.ret) country ytd 1 Argentina -10.18 2 Australia -3.42 3 Austria -2.70 4 Belgium 1.94 5 Brazil -7.16 6 Canada 0.56 > map1 = gvisGeoMap(index.ret,locationvar = 'country', numvar = 'ytd') > plot(map1) But it just displays a blank page, showing an
2011 Jul 08
5
Slitaz OS. Use Wine with Amazon KindlePC
[Question] I am running Slitaz as OS how do i get Amazon Kinde to run? it shows up as a icon on the desktop, however clicking it shows nothing (exceot for a loading cursor which turns to nowmal) if i ''open with Wine Windows Program Loader'' i get the folowing error there is no windows program configured to open this file'' what gives? if i attempt to add it in wine config ''mind you i have no clue what i'm do...
2004 Aug 06
3
Error in my code
...Output->Lines->Append("A buffer size of '" + (String)length + "' was compressed to '" + (String)outputOffset + "'"); return true; } catch (Exception err) { MainForm->memoOutput->Lines->Append("Exceotion thrown. Message: " + err.Message); } RecordProc is a callback function called every 250 milliseconds with recorded data stored in 'buffer' with length 'length'. Data is in float format. Framesize is 640 (uwb mode). With each call, length has a size of about 32000 (hz)....