Bugs item #2921977, was opened at 2009-12-27 20:17
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2921977&group_…
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: pd-devel
Group: v0.43
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted …
[View More]By: max (maxn)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: multiple selections with shift
Initial Comment:
selecting multiple parts of a patch using the shift-key doesn't work any more with the gui-rewrite version
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-01-13 02:22
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-12-29 04:43
Message:
thanks for reporting, should be fix in this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=128…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2921977&group_…
[View Less]
Hey IOhannes,
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=129…
Just checking out your commits. The ./pd-gui.tcl [[<host>:]<port>]
stuff looks interesting, but your commit removed that stringent test,
which might be needed if "wish pd-gui.tcl" is going to be able to
handle command line args like -stderr -open -verbose, etc. Just
something to test and look out for.
Also, what are the security implecations of this?
.hc
---------------------…
[View More]-------------------------------------------------------
I hate it when they say, "He gave his life for his country." Nobody
gives their life for anything. We steal the lives of these kids. -
Admiral Gene LeRocque
[View Less]
Hey IOhannes,
Any reason not to use the "tkwait visibility .pdwindow.tcl.entry"
option? I think its preferable because it keeps things symmetic, i.e.
grab/ungrab. It'll only cause the GUI to pause, 'pd' will still keep
loading.
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-gui-rewri…
.hc
----------------------------------------------------------------------------
All information should be free. - the hacker ethic
Bugs item #2929975, was opened at 2010-01-11 13:39
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2929975&group_…
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: None
Group: v0.43
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: …
[View More]IOhannes m zmlnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [pd-gui-rewrite] random crashes when starting from pd-gui
Initial Comment:
i get random crashes, when i start the pd-gui-rewrite as "pd-gui" with arguments
the "delme.pd" is a simple patch containing msgboxes and [print]s.
zmoelnig@ferrari:~/src/cvs/pure-data/pd-gui/src$ wish8.5 ./pd-gui.tcl delme.pd
::pd_connect::from_pd
Connection from 127.0.0.1:42400 registered
Error in startup script: grab failed: window not viewable
while executing
"grab set -global .pdwindow.tcl.entry"
(procedure "::pdtk_canvas::started_loading_file" line 4)
invoked from within
"::pdtk_canvas::started_loading_file [format "%s/%s" $basename $filename]"
(procedure "open_file" line 5)
invoked from within
"open_file $filename"
(procedure "open_filestoopen" line 3)
invoked from within
"open_filestoopen"
(procedure "main" line 43)
invoked from within
"main $::argc $::argv"
(file "./pd-gui.tcl" line 629)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-12 14:38
Message:
tkwait visibility .pdwindow.tcl.entry' seems like the right idea, but I
moved it to the main proc, since it is only needed in the startup
procedure
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=129…
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-01-12 03:18
Message:
fixed with r12959;
it turned out that the pdwindow was not yet visible when the "grab"
command occured, which crashed.
on tk8.4, either the code is executed slower and thus the window is
already visible when the "grab" is called, or it simply behaves more rebust
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-01-11 13:41
Message:
debian (squeeze/sid) tcl/tk8.5 (probably 1/3 of my startups fail)
with tcl/tkl8.4 it seems to be more stable...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2929975&group_…
[View Less]
Bugs item #2930859, was opened at 2010-01-12 20:33
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930859&group_…
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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: [popen] 1st outlet doesn't work in Windows Vista
Initial Comment:
In windows vista (only platform I tested on), when you send a message to [popen], the output from the first outlet has an unpredictable behaviour.
Here's some of the things that happen (same test gives different results if repeated):
1) The expected output, i.e. the output generated by the command in the "shell", one symbol ber line
2) "sending <message>" where <message> is a verbatim copy of the message you have input
3) "sending <message><junk>" where <junk> is either a random sequence of unreadable characters, or a random slice of some previously input message
4) When the output of the command is mulltiline (e.g. "dir") you sometimes get only the first N lines (correctly output as multiple symbol messages, but not all the messages that the command actually produces in the shell, e.g. in the case of "dir" not the complete list of files)
These are the cases I've been able to observe.
By the way by "expected behaviour" I mean what I guess is the expected behaviour, as the help-patch totally lacks a description of what the external does.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930859&group_…
[View Less]
Bugs item #2930741, was opened at 2010-01-12 11:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930741&group_…
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: pd-devel
Group: v0.43
>Status: Pending
>Resolution: Works For Me
Priority: 5
Private: …
[View More]No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch size not saved
Initial Comment:
it seems pd-rewrite saves the position of patches and subpatches, but not their sizes.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-12 14:22
Message:
Using today's SVN on Mac OS X 10.5.8, running in both Aqua and X11, I can't
reproduce this. Both poistion and size are saved for me.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930741&group_…
[View Less]
Bugs item #2930743, was opened at 2010-01-12 11:55
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
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: pd-devel
Group: v0.43
Status: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted …
[View More]By: max (maxn)
>Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: patches off-screen not shown
Initial Comment:
patches with positions off the screen (fox ex. on a disconnected second monitor) aren't automatically shown on the present screen
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-12 13:59
Message:
works for me! nice algorithm, I like that! I expanded on it to also
handle width and height:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=129…
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-01-12 13:04
Message:
should be fixed with revision 12966;
please confirm whether it works or not
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
[View Less]
Bugs item #2930743, was opened at 2010-01-12 17:55
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
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: pd-devel
Group: v0.43
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
…
[View More]Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: patches off-screen not shown
Initial Comment:
patches with positions off the screen (fox ex. on a disconnected second monitor) aren't automatically shown on the present screen
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-01-12 19:04
Message:
should be fixed with revision 12966;
please confirm whether it works or not
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
[View Less]
Bugs item #2930743, was opened at 2010-01-12 16:55
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
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: pd-devel
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted …
[View More]By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: patches off-screen not shown
Initial Comment:
patches with positions off the screen (fox ex. on a disconnected second monitor) aren't automatically shown on the present screen
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930743&group_…
[View Less]
Bugs item #2930741, was opened at 2010-01-12 16:54
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930741&group_…
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: pd-devel
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted …
[View More]By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch size not saved
Initial Comment:
it seems pd-rewrite saves the position of patches and subpatches, but not their sizes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2930741&group_…
[View Less]