search for: fld2

Displaying 2 results from an estimated 2 matches for "fld2".

Did you mean: fd2
2007 Aug 28
6
Factor levels
Dear R-users, I have found this not-so-recent post in the archives - http://tolstoy.newcastle.edu.au/R/devel/00a/0291.html - while I was looking for a particular way to reorder factor levels. The question addressed by the author was to know if the read.table function could be modified to order the levels of newly created factors "according to the order that they appear in the data
2008 Sep 06
0
Tab control using FXRuby
...TextField.new(addr,20, fld1, FXDataTarget::ID_VALUE, FRAME_SUNKEN|LAYOUT_FILL_X|LAYOUT_FILL_Y) fld1a.connect(SEL_COMMAND) do puts "fld1 contains #{fld1.value}" main.setPosition(-10, -10) end FXLabel.new(addr, "Surname" , nil,LABEL_NORMAL|LAYOUT_FILL_X|LAYOUT_FILL_Y) fld2= FXDataTarget.new("") FXTextField.new(addr,20, fld2, FXDataTarget::ID_VALUE, FRAME_SUNKEN|LAYOUT_FILL_X|LAYOUT_FILL_Y) fld2.connect(SEL_COMMAND) do puts "fld2 contains #{fld2.value}" main.setPosition(-20, -20) end FXLabel.new(addr, "Company Name" , nil,LABE...