IronBlock icon indicating copy to clipboard operation
IronBlock copied to clipboard

Missing output tag

Open claudioanselmo77 opened this issue 3 years ago • 5 comments

Inside IBlock interfacce implementation it's missing the output tag information, it's a mistake or there Is a reason ?

claudioanselmo77 avatar May 07 '21 18:05 claudioanselmo77

I'm sorry, I don't understand. Could you provide a code example?

richorama avatar May 07 '21 18:05 richorama

{   "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 .

claudioanselmo77 avatar May 07 '21 19:05 claudioanselmo77

Thank you. I hadn't previously noticed the output tag when developing ironblock. I will investigate.

richorama avatar May 07 '21 19:05 richorama

-- 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 .

claudioanselmo77 avatar May 07 '21 19:05 claudioanselmo77

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 .

claudioanselmo77 avatar May 08 '21 19:05 claudioanselmo77