Bugs item #3322500, was opened at 2011-06-19 19:21 Message generated for change (Comment added) made by genete You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3322500&group_id=144022
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: Usability Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Genete (genete) Summary: can't convert image filename string Initial Comment: o/s: Linux chocolate 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 athlon i386 GNU/Linux w/ classic desktop synfig 0.63.00 I can't convert a filename string in an import image to anything else. Eg to convert to joined list, it just fails with an error box: "Convert 'Layer Parameter (tree.0000.png):Filename' to ValueNode type 'Joined List': Connect 'Layer Parameter (tree.0000.png):Filename' to '': Connect Layer Parameter: Bad connection" To replicate: press ctrl-I and select an image file. Then with the layer selected, in the parameters window right click the filename parameter and select "convert", "joined list" Worse, it seems to refuse to convert to all the types. ---------------------------------------------------------------------- >Comment By: Genete (genete) Date: 2011-06-26 19:43 Message: It doesn't accept the conversion because the string must be a compatible file path. The problem is that Joined List convert type (which should be the most interesting one from the offered convert types to string type) modifies the original value of the string, adding " ..." at the end of the string. I will modify the code to avoid Joined List to modify the string of the parameter so the convert type can be used. Real String, Int String, Angle String and Time String doesn't work and wont work never. The other convert types work fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3322500&group_id=144022 ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
