search for: davidp

Displaying 7 results from an estimated 7 matches for "davidp".

Did you mean: david
2003 Apr 23
3
regression parms var-cov matrix
Win2k, R1.6.2. I've been using Splus 6.1 and wanted to try the same regression analysis in R. Using "names( blah.lm )" in R yields [1] "coefficients" "residuals" "effects" "rank" [5] "fitted.values" "assign" "qr" "df.residual" [9] "xlevels"
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
...er show(PLACEMENT_SCREEN) end end def runme application = FXApp.new("MyTest", "FoxTest") TestWindow.new(application) application.create application.run end runme ------------------------------------------------------------------------- -- David Peoples davidp@touringcyclist.com The Touring Cyclist http://www.touringcyclist.com 11816 St. Charles Rock Road, Bridgeton, MO 63044 tel: 314-739-4648 fax: 314-739-4972
2005 Mar 23
2
FXListBox size behavior?
..., or a bug? Its certainly not how I''d choose it to act. Is there some combination of options in the "new" method, or some layout manager setup, that can force the listbox to stay one (appropriately wide) width? Code to demonstrate the problem below. David -- David Peoples davidp@touringcyclist.com The Touring Cyclist http://www.touringcyclist.com 11816 St. Charles Rock Road, Bridgeton, MO 63044 tel: 314-739-4648 fax: 314-739-4972 ----------------------------------------------------- #!/usr/bin/env ruby # tested using FXRuby 1.2.5 and Ruby 1.8.2 (One-click installer #...
2008 May 24
2
Microstation files read only
...seems to be working but I can only open files as read only, (even files that I've just created). Error message states "File is currently in use by: Username: Computer: Open as read only YES CANCEL" Is this a matter of changing some setting for the file attributes, if so, where? Davidp
2005 Feb 18
2
Fixed column widths in FXTable?
...r show(PLACEMENT_SCREEN) end end def runme application = FXApp.new("MyTest", "FoxTest") TestWindow.new(application) application.create application.run end runme ------------------------------------------------------------------------- -- David Peoples davidp@touringcyclist.com The Touring Cyclist http://www.touringcyclist.com 11816 St. Charles Rock Road, Bridgeton, MO 63044 tel: 314-739-4648 fax: 314-739-4972
2006 Feb 23
0
problems while dailing outside
Hi, I have problems while trying to dial from simple analog phone that attached to my TDM400P card. No matter which number i press i immediately get a congestion tone. when calling from outside (e.g cellphone )to the line on port 4 and pressing extension #123 everything works fine and i manage to make a connection. I've plugged on port(Zap) 4 the analog line and on port 1 the phone.
2009 Feb 18
3
Validation and ComboBox
I''m trying to make a ComboBox that can be typed into but only accepts entries that are already in the drop-down list. I hoped a combination of the CB_DROPDOWN style and a TextValidator with the FILTER_INCLUDE_LIST would make that happen, but the validator seems to be ignored. Is that combination supposed to do what I want? If so, please review the code below and let me know where my