Patches item #3052385, was opened at 2010-08-24 09:38 Message generated for change (Settings changed) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None
Status: Pending Resolution: Accepted
Priority: 7 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: Properties panels don't open unless you click on Pd Window
Initial Comment: • launch pd • open any existing patch using File->open • right-click on canvas or array and select Properties • nothing happens except this: ‣ .pdwindow done-popup 0 206 47; ‣ error: .pdwindow: no such object • click on Pd window, then on patch • now click properties panel and it works
This bug exists in the HEAD of pure-data.git but not in pd-gui-rewrite/0.43. I suspect it is due to the changes in the startup procedure and things are not getting initialized properly. I'll try to take a look later today.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-09-02 15:48
Message: Ok, I fixed this. (I was wrong about the startup procedure) It turns out that not all window managers send a FocusIn event when a new window is created, so ::focused_window was not being set. I made the Map event also set focused_window, which I guess all window managers will send either Map, FocusIn, or both upon window creation, so we're covered.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-09-01 19:47
Message: Ah, ok, I have a Mac again. This bug does not seem to happen on Ubuntu/Lucid, but it does happen on Mac OS X 10.5.8 using Tcl/Tk 8.5.8.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-08-30 13:07
Message: strange I can't reproduce this now on my Ubuntu/Lucid netbook using the head of pure-data.git
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385...