Displaying 2 results from an estimated 2 matches for "random_frame".
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
....rb file. I want to
create an exe for others that do not have Ruby installed on their
Computer.
I am attaching my Ruby code:
begin
require ''rubygems''
rescue LoadError
end
require ''rubyscript2exe''
require ''Wx''
include Wx
require ''random_frame.rb''
RUBYSCRIPT2EXE.bin = ["random.xrc"]
RUBYSCRIPT2EXE.bin = ["random_frame.rb"]
def random_process
file = @file_path.split("\\")
@file_path = file.join("\\\\")
@file_path << "\\Random.txt"
random_file = File.new(@file_path ,...
2008 Jun 06
3
GenericDirCtrl problem
I am having a problem getting any event to happen when I activate a
selection on GenericDirCtrl i.e. double click on it.
Could anyone help me out.
thanks in advance.
Joe
Attachments:
http://www.ruby-forum.com/attachment/2123/Random.rb
--
Posted via http://www.ruby-forum.com/.