Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Fixed in bugfix PR: https://github.com/pure-data/pure-data/pull/111 
<https://github.com/pure-data/pure-data/pull/111>

> On Jul 19, 2017, at 11:01 AM, Dan Wilcox <danomat...@gmail.com> wrote:
> 
> This is an easy fix. Looks like the menu_undo procedure takes no arguments 
> but the menu bind which is set gives it one, hence the error.
> 
> Making a big fix now.
> 
>> On Jul 19, 2017, at 10:35 AM, pd-list-requ...@lists.iem.at 
>> <mailto:pd-list-requ...@lists.iem.at> wrote:
>> 
>> From: Antoine Villeret <antoine.ville...@gmail.com 
>> <mailto:antoine.ville...@gmail.com>>
>> Subject: Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates
>> Date: July 19, 2017 at 10:16:44 AM GMT+2
>> To: cyrille henry <c...@chnry.net <mailto:c...@chnry.net>>
>> Cc: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" 
>> <pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>>
>> 
>> 
>> I do have the same popup window error when clicking on Undo menu entry.
>> 
>> cheers
>> 
>> a


Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
This is an easy fix. Looks like the menu_undo procedure takes no arguments but 
the menu bind which is set gives it one, hence the error.

Making a big fix now.

> On Jul 19, 2017, at 10:35 AM, pd-list-requ...@lists.iem.at wrote:
> 
> From: Antoine Villeret <antoine.ville...@gmail.com 
> <mailto:antoine.ville...@gmail.com>>
> Subject: Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates
> Date: July 19, 2017 at 10:16:44 AM GMT+2
> To: cyrille henry <c...@chnry.net <mailto:c...@chnry.net>>
> Cc: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" 
> <pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>>
> 
> 
> I do have the same popup window error when clicking on Undo menu entry.
> 
> cheers
> 
> a


Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox

> On Jul 19, 2017, at 10:10 AM, pd-list-requ...@lists.iem.at wrote:
> 
> rom: IOhannes m zmoelnig <zmoel...@iem.at <mailto:zmoel...@iem.at>>
> Subject: Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates
> Date: July 19, 2017 at 9:54:06 AM GMT+2
> To: cyrille henry <c...@chnry.net <mailto:c...@chnry.net>>, 
> pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>
> 
> 
> On 2017-07-19 09:39, cyrille henry wrote:
>> 
>> ubuntu 16.04
>> i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd use?

Change the log level to 4, there is a debug print which says which version of 
TK the GUI is using.

>> configure:
>> 
> [...]
>>wish(tcl/tk): wish
> 
> it uses the 'wish' executable whatever and wherever that is.
> most likely it is tk8.6, which has been the default on Debian (and
> probably most other linux distros) for ages.

On most platforms, Pd uses the "wish" command by default and that is usually 
symlinked to whatever version of Tk is considered "current" on your system.

> ~~~
> $ ls -l $(which sish)
> lrwxrwxrwx 1 root root 7 Nov 20  2015 /usr/bin/wish -> wish8.6
> $
> ~~~
> 
> i think Dan's recent comments suggesting "stay with tcl/tk 8.4" are for
> *OSX only* and of no concern for linux users.

Yes, changing the default from "wish" to "wish8.4" is suggested only for macOS 
as the default uses the buggy version of Tk 8.5 which has issues on mac. Tk 8.5 
and 8.6 are fine on Windows & Linux. They are also mostly fine on macOS but 
required either the user installing a new version to their system manually or 
bundling inside the Pd.app. There is still the not rendering issue on retina 
screens to fix which is a second reason why the suggested default is for mac is 
to stay with 8.4.

All of this is documented in mac/README.txt


Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 10:01 +0200, cyrille henry wrote:
> 
> 
> can you confirm the pproblem with the menu, or is it just me?


No, I have the same behavior on Ubuntu 16.04 / wish 8.6.

Roman

signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Antoine Villeret
I do have the same popup window error when clicking on Undo menu entry.

cheers

a

--
do it yourself
http://antoine.villeret.free.fr

2017-07-19 10:01 GMT+02:00 cyrille henry :

>
>
> Le 19/07/2017 à 09:54, IOhannes m zmoelnig a écrit :
>
>> On 2017-07-19 09:39, cyrille henry wrote:
>>
>>>
>>> ubuntu 16.04
>>> i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd
>>> use?
>>>
>>> configure:
>>>
>>> [...]
>>
>>>  wish(tcl/tk): wish
>>>
>>
>> it uses the 'wish' executable whatever and wherever that is.
>> most likely it is tk8.6, which has been the default on Debian (and
>> probably most other linux distros) for ages.
>>
>> ~~~
>> $ ls -l $(which sish)
>> lrwxrwxrwx 1 root root 7 Nov 20  2015 /usr/bin/wish -> wish8.6
>>
>
> thanks, same here.
>
> $
>> ~~~
>>
>> i think Dan's recent comments suggesting "stay with tcl/tk 8.4" are for
>> *OSX only* and of no concern for linux users.
>>
> ok. great.
>
> can you confirm the pproblem with the menu, or is it just me?
> cheers
> c
>
>
>> gfasmdr
>> IOhannes
>>
>>
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
>> stinfo/pd-list
>>
>>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
> stinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread cyrille henry



Le 19/07/2017 à 09:54, IOhannes m zmoelnig a écrit :

On 2017-07-19 09:39, cyrille henry wrote:


ubuntu 16.04
i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd use?

configure:


[...]

 wish(tcl/tk): wish


it uses the 'wish' executable whatever and wherever that is.
most likely it is tk8.6, which has been the default on Debian (and
probably most other linux distros) for ages.

~~~
$ ls -l $(which sish)
lrwxrwxrwx 1 root root 7 Nov 20  2015 /usr/bin/wish -> wish8.6


thanks, same here.


$
~~~

i think Dan's recent comments suggesting "stay with tcl/tk 8.4" are for
*OSX only* and of no concern for linux users.

ok. great.

can you confirm the pproblem with the menu, or is it just me?
cheers
c



gfasmdr
IOhannes




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread IOhannes m zmoelnig
On 2017-07-19 09:39, cyrille henry wrote:
> 
> ubuntu 16.04
> i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd use?
> 
> configure:
> 
[...]
> wish(tcl/tk): wish

it uses the 'wish' executable whatever and wherever that is.
most likely it is tk8.6, which has been the default on Debian (and
probably most other linux distros) for ages.

~~~
$ ls -l $(which sish)
lrwxrwxrwx 1 root root 7 Nov 20  2015 /usr/bin/wish -> wish8.6
$
~~~

i think Dan's recent comments suggesting "stay with tcl/tk 8.4" are for
*OSX only* and of no concern for linux users.

gfasmdr
IOhannes




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list