Am 25.07.2013 um 18:23 schrieb Marnaud <[email protected]>: > Le 25 juil. 2013 à 10:05, Christian Schmitz a écrit: > >> Did you see the ExtendedAttributesMBS module? > > Hello again. I have finished coding my app with extended attributes, but I'm > getting an unexpected result with > “v=ExtendedAttributesMBS.GetAttribute(Item,t,1)”: it returns an object (I > can't see any property of it in the debugger); the documentation says it > should return either nil or the data associated with name (I presume, a > string). It doesn't mention that an object can be returned. Any hint, please?
Well, extended attributes store plists, so we parse this. It could be anything like a dictionary, an array, a string, a number or a boolean. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
