Re: Tcl script fails on some platforms
- From: hrp1000@xxxxxxxxx
- Date: Tue, 31 Jul 2007 02:06:00 -0700
Sorry, I thought I'd done that in the lines -
puts "this is the image filename: $l_image_file"
# If the user picked a file
if {$l_image_file != ""} {
puts "Okay, the image filename wasn't blank"
# add the image to the current session
$::session addImage $l_image_file
addImage is surely the method, and l_image_file is the variable???
.
- Follow-Ups:
- Re: Tcl script fails on some platforms
- From: Mark Janssen
- Re: Tcl script fails on some platforms
- References:
- Tcl script fails on some platforms
- From: hrp1000
- Re: Tcl script fails on some platforms
- From: Mark Janssen
- Tcl script fails on some platforms
- Prev by Date: Re: Tcl script fails on some platforms
- Next by Date: TclMagick, GraphicMagick and the registry (WAS: Re: resizing JPEGs (with Img and photo image))
- Previous by thread: Re: Tcl script fails on some platforms
- Next by thread: Re: Tcl script fails on some platforms
- Index(es):
Relevant Pages
|