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


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

2017-07-19 Thread cyrille henry

hello,

Undo/redo works fine when using the keyboard shortcut, but I've got problem 
when using the edit menu.

clicking on "undo copy" reesult on the opening of an error windos "error": wrong # args: 
should be "menu_undo"

same problem with french or english local.

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:

pd 0.48.0 is now configured

Platform: Linux
Debug build:  no
Universal build:  no
Localizations:yes
Source directory: .
Installation prefix:  /usr/local

Compiler: gcc
CFLAGS:   -g -O2 -ffast-math -funroll-loops -fomit-frame-pointer
LDFLAGS:
INCLUDES:
LIBS: -lpthread -ldl

External extension:   pd_linux
External CFLAGS:  -fPIC
External LDFLAGS: -Wl,--export-dynamic -fPIC

fftw: no
wish(tcl/tk): wish
audio APIs:   PortAudio alsa OSS
midi APIs:alsa OSS

cheers
Cyrille


Le 17/07/2017 à 12:13, Dan Wilcox a écrit :

Howdy all,

Can y'all test some of the relevant GUI updates the 0.48.0 test release? A few 
I can think of are:

* New preferences system: basically the core prefs have now been separated from 
the gui prefs and there is a new submenu for this

* The translation build system has been updated as it wasn't automatically 
refreshing the translation files. For translators, there should be new strings 
to add and other to update (see po/README.txt for details). For users, the menu 
titles should now be translated for those languages which do so.

* Some button sizing was fixed in the Find, Audio, MIDI, Path, & Startup 
dialogs.

* The HSlider entry in the Put menu had the wrong key-shortcut shown. This is 
fixed.

* The Font dialog can now only be opened when a canvas or Pd window is active 
as it has no effect on dialogs. Focus handling was also improved.

* The Find dialog:
   - no longer hide after search on macOS
   - search string in label now properly truncated for overly long searches
   - button placement improved
   - entry selection now highlighted on window focus in for keyboardists

* Default macOS Preferences hotkey (CMD+,) now opens Audio dialog instead of 
Startup dialog

* Audio & MIDI dialogs should no longer open behind if the other is visible.

*  LOTS of typos were fixed in the doc & help patches :) Hopefully the layout 
stays the same. Also, updated relevant documentation URLS


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 





___
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