User Activity

  • Posted a comment on ticket #13 on Pdf4Tcl

    I'm not aware of a specific command for this. However, the following should work: ~~~~ set str "Example String Value" set index "end-3" set intIndex [lindex [lseq [string length $str]] $index] This technique should work for both strings and lists. proc intIndexForString {stringValue index} { return [lindex [lseq [string length $stringValue]] $index] } proc intIndexForList {listValue index} { return [lindex [lseq [llength $listValue]] $index] } ~~~ These functions should have O(1) performance regardless...

  • Created ticket #13 on Pdf4Tcl

    Changes Tk8.7 -underline type result in runtime errors

  • Posted a comment on ticket #100 on tkImg

    I agree. This is no longer an issue for me, nor probably for my former employer. This ticket can be closed.

  • Created ticket #100 on tkImg

    libtiff fails to configure on aarch64

  • Committed [7d0de7]

    Missed file from last check-in

  • Committed [ba0ecb]

    Fix crash procssing font size in pixels.

  • Committed [a493b5]

    Rewrite scintillatk.tcl - copy all Text widget ...

  • Committed [c1fcff]

    Fix character location calculation.Fix some ind...

View All

Personal Data

Username:
bgriffin
Joined:
2000-03-29 06:50:11

Projects

This is a list of open source software projects that Brian Griffin is associated with:

  • ScintillaTk Tk platform implementation for Scintilla text widget Last Updated:
  • Project Logo Tcl The Tool Command Language implementation Last Updated:

Personal Tools