[GRASS-dev] Re: tcltk 8.3 and v.digit toolbox

Michael Barton michael.barton at asu.edu
Fri Oct 6 11:02:31 EDT 2006


I'm just getting to one of my GRASS digests from yesterday (didn't have much
time to look at email). It turns out that bwidget LabelFrame is not just a
drop in replacement for the tk 8.4 labelframe. For one thing, LabelFrame
seems buggy in the version of bwidgets that GRASS uses and the frame border
will not draw with a label there. Second the options are slightly different.

If you want to replace the labelframe statement in toolbox.tcl (ca. Line
223) with the following and see what happens, I guess go ahead. On my Mac,
running x11, it creates the label but does not draw the box, no matter what
I do. This is problematic, but maybe it at least runs on 8.3. Again, I can't
say if there are any other 8.4 features that won't run on 8.3, so I'm not
sure it's worth it anyway.

I don't know what happens on Mac Aqua or Windows. I'm tied up most of the
rest of the day and so can't test further.

LabelFrame .bpf -bd 1 -relief groove -side top -anchor n \
    -text [G_msg "mouse button actions (left, right, center)"]

Cheers
Michael

__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton



> From: Markus Neteler <neteler at itc.it>
> Date: Thu, 5 Oct 2006 09:03:46 +0200
> To: GRASS developers list <grass-dev at grass.itc.it>
> Subject: [GRASS-dev] GRASS 6.2.0RC2 forthcoming
> 
> Hi,
> 
> due to traveling I would like to tag GRASS 6.2.0RC2 later today
> as last release candidate.
> 
> Still an outstanding TODO is the fix v.digit/toolbox.tcl for tcl8.3.
> Hamish apparently solved it but we don't know how.
> 
> Release details are here:
> http://grass.gdf-hannover.de/wiki/GRASS_6.2_Feature_Plan
> 
> After the 18th of October we can then release GRASS 6.2.0.
> 
> Markus
> 
> 




More information about the grass-dev mailing list