atom feed7 messages in at.iem.pd-devRe: [PD-dev] toxy & 0.38
FromSent OnAttachments
Tim BlechmannNov 14, 2004 5:52 pm 
Krzysztof CzajaNov 16, 2004 8:47 am 
Tim BlechmannNov 16, 2004 1:39 pm.pd, .pd
Krzysztof CzajaNov 17, 2004 4:56 am 
Tim BlechmannNov 17, 2004 9:13 am 
Krzysztof CzajaNov 18, 2004 5:05 am 
Tim BlechmannNov 18, 2004 4:41 pm 
Subject:Re: [PD-dev] toxy & 0.38
From:Krzysztof Czaja (cza@chopin.edu.pl)
Date:Nov 18, 2004 5:05:11 am
List:at.iem.pd-dev

hi Tim,

the easiest short-term solution would be commenting out the line

menu_fixwindowmenu [lindex $i 1]

in proc pdtk_fixwindowmenu of pd.tk. This line's task is duplicated with canvas menu -postcommand, anyway, so it is not necessary.

If you do not want to mess with pd.tk, the pdtk_fixwindowmenu may be redefined using tot (still a short-term solution).

A permanent solution: another message to canvas ('hidemenu'?).

Krzysztof

Tim Blechmann wrote:

I think, the menu of a *main* patch should never be destroyed, without updating the $menu_windowlist variable. Same in .37, but .38 seems to be less forgiving.

hm ... i'm not really familiar with the tcl/tk code ... is it possible to do that from toxy or will i have to do that in pd itself?