krepkiy
krepkiy
> require 'tk' root = TkRoot.new { title "Ex1" } TkLabel.new(root) { text 'Hello, World!' pack { padx 55 ; pady 55; side 'left' } } Tk.mainloop unless defined?(Ocran) >...
> ocran test_tk.rb --windows --gem-spec=tk --no-autoload compiled done but not executed ocran test_tk.rb --windows --gem-spec=tk --no-autoload === Loading script to check dependencies === Using default specification C:/Ruby32-x64/lib/ruby/gems/3.2.0/specifications/default/error_highlight-0.5.1.gemspe c for gem...
**@Largo** Thank you for trying to help me. But this option doesn't work for me either.
**@Largo** > Sorry, I can't work on this today, but I would recommend to try the following: > > * Checkout this repository or download as zip. > * checkout...
I downloaded the file ocran https://github.com/Largo/ocran/blob/master/bin/ocran and copied it to the folder with the installed Ruby on my computer c:\Ruby32-x64\lib\ruby\gems\3.2.0\gems\ocran-1.3.15\bin\ ``` # ocran test_tk.rb --windows --gem-full=tk --add-all-core --no-autoload === Loading...
Hi, friends! I downloaded the repository as zip and unzipped to c:\Ruby32-x64\lib\ruby\gems\3.2.0\gems\ocran-master Execute the following commands in this folder: ``` # gem build ocran.gemspec Successfully built RubyGem Name: ocran Version:...
I tried version 1.3.14 It compiled done but also not executed Could you build a new version of gem 1.3.16 with all the changes?
**Largo** Thanks for the help, but I've never been able to get it to work
Hi guys. Is it possible to still make Ocran work with TkRuby? I still have hope that it is possible. Thanks.