search for: savebutton

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

Did you mean: save_button
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues. Strings are not binary-safe. Some characters are not allowed. - newline / line feed (\n), tab (\t) are displayed - carraige return (\r) is stripped - Other control characters and high-ascii cause control values to become empty. Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard, et al. Most
2013 Feb 14
0
Building a Package & using gWidgets
...print("Settings Edited") }) button2 <- gbutton("RUN", cont=mainwin, handler= function(h,...){ sim.func(INPUT) print("The run is done") }) savebutton <- gbutton("Write Settings to File",cont=mainwin, handler= function(h,...){ setfilename <- ginput("Please enter the filename") save(INPUT, file=setfilename) }) lo...