IronBlock
IronBlock copied to clipboard
Missing output tag
Inside IBlock interfacce implementation it's missing the output tag information, it's a mistake or there Is a reason ?
I'm sorry, I don't understand. Could you provide a code example?
{ "type": "string_length", "message0": 'length of %1', "args0": [ { "type": "input_value", "name": "VALUE", "check": "String" } ], "output": "Number", "colour": 160, This its a fragment of code from blocky web site, inside you project the Interface IBlock, dosen' t read the tag output, used to know the returned data type, why ? Bye
Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 08:44PM +02:00 da Richard Astbury @.*** :
I'm sorry, I don't understand. Could you provide a code example? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .
Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate.
-- Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 09:19PM +02:00 da Richard Astbury @.*** :
Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .
Hello, i have try to investigate about this situation, the really problem it's that the JSON format used to create the object, isn't really linked to xml serialization, if you need ti save additional information, you must use mutators, my situation it's really special becouse i use the same type to manage objects with output parameters and not. Thanks for your support,and you idea about this project Bye
Inviato da Libero Mail per Android venerdì, 07 maggio 2021, 09:19PM +02:00 da Richard Astbury @.*** :
Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .