User Activity

  • Posted a comment on discussion Open Discussion on tkImg

    Well, I downloaded the folder.gif file from the first post I made here and it works on my mac. Thanks a bunch. I don't really understand why it wouldn't run on mac. I was running a ubuntu vm pointing to the same directory and it ran Drakon Editor fine. Of course I have been running the same download on Windows for years and it ran fine. But thanks for the solution. I have been installing and uninstalling tcl/tk and img from multiple methods trying to get this to run on mac. This gets me out of install...

  • Posted a comment on discussion Open Discussion on tkImg

    Trying to get https://drakon-editor.sourceforge.net to run on M3 running macos Sonoma 14.5 tclsh % package require Tk 8.6.14 % package ifneeded Tk 8.6.14 load /Library/Frameworks/Tk.framework/Versions/8.6/Tk % package require Img 1.4.17 % package ifneeded Tk 8.6.14 load /Library/Frameworks/Tk.framework/Versions/8.6/Tk % package ifneeded Img 1.4.17 package require img::window package require img::tga package require img::ico package require img::pcx package require img::sgi package require img::sun...

  • Posted a comment on discussion Open Discussion on tkImg

    proc p.get_icon { name } { variable images global script_path if { ![ info exists images($name) ] } { set file $script_path/images/$name.gif set images($name) [ image create photo -format GIF -file $file ] } return $images($name) } proc p.get_folder_icon { } { return [ p.get_icon "folder" ] } I get this error: File and image width are not identical

View All

Personal Data

Username:
brooksg44
Joined:
2024-05-23 02:27:42.705000

Projects

  • No projects to display.

Personal Tools