12-20-2021, 01:00 AM
Ah, thank you Kyonides!
Works great! Thanks!
Code:
begin
# Load the source
require 'fxruby'
# Build the widget...
rescue Exception => e
p(e.message)
system("PAUSE")
end
Works great! Thanks!