Hey all,
For anyone who's tried a recent build, I made objects that don't
successfully create have a red border. Previously, they had dashed
border with normal color, I added the red. The red part was a bit
too eager so it was showing up when you are creating a new object, I
think I fixed this by removing a seemingly extraneous "itemconfigure"
command.
Please test and let me know if that part is working for y'all.
.hc
All information should be free. - the hacker ethic
Nice! There are actually two cases where this happens that might be useful to distinguish. One is where the object can't be found, if it's not in the path. The other is where an object fails to instantiate, an example being [netrecieve] if a port is in use.
On Sat, 10 Nov 2007 14:39:48 -0500 Hans-Christoph Steiner hans@eds.org wrote:
Hey all,
For anyone who's tried a recent build, I made objects that don't
successfully create have a red border. Previously, they had dashed
border with normal color, I added the red. The red part was a bit
too eager so it was showing up when you are creating a new object, I
think I fixed this by removing a seemingly extraneous "itemconfigure"
command.Please test and let me know if that part is working for y'all.
.hc
All information should be free. - the hacker ethic
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Those are good ideas, but they would require substantial
modification, which I am not quite ready to do. Right now, I am just
adding color to existing modes.
.hc
On Nov 11, 2007, at 4:34 AM, Andy Farnell wrote:
Nice! There are actually two cases where this happens that might be useful to distinguish. One is where the object can't be found, if it's not in the path. The other is where an object fails to instantiate, an example being [netrecieve] if a port is in use.
On Sat, 10 Nov 2007 14:39:48 -0500 Hans-Christoph Steiner hans@eds.org wrote:
Hey all,
For anyone who's tried a recent build, I made objects that don't successfully create have a red border. Previously, they had dashed border with normal color, I added the red. The red part was a bit too eager so it was showing up when you are creating a new object, I think I fixed this by removing a seemingly extraneous "itemconfigure" command.
Please test and let me know if that part is working for y'all.
.hc
All information should be free. - the hacker ethic
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- Use the source
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
On Sun, 11 Nov 2007 09:34:33 +0000 Andy Farnell padawan12@obiwannabe.co.uk wrote:
an example being [netrecieve] if a port is in use.
or if you spell it wrong, can you make it detect that too? :)