Bugs item #1626077, was opened at 2007-01-02 11:07 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1626077...
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: Open Resolution: None Priority: 5 Private: No Submitted By: Frank Barknecht (fbar) Assigned to: Miller Puckette (millerpuckette) Summary: Hash signs in GUI labels get replaced by dollar signs
Initial Comment: Hash signs ("#") in the label of a GUI object are replaced by a dollar sign ("$"). That is, giving a slider a label like "silder#" will result in a label "slider$" both in the GUI as in the saved patch file.
This is slightly different for float atoms: Here the patch file correctly saves the hash, but still displays a dollar in the patch.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-09-17 15:44
Message: Logged In: YES user_id=564396 Originator: NO
both symbol- and numberbox behave inconsitently too: creating a label "$1_slider" (in the properties) will actually create a label "#1_slider" (and save it with the hash)
there is no way to use $args in symbol-/numberboxes (just like there is no way to use hash in iemgui-objects)
imho, it would be good if $args in labels would be expanded in both cases, and hashes would stay hashes.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1626077...