Daestrum Expert Licensed User Longtime User Sep 16, 2017 #1 Can I use the DesignerName="???" in a library xml file to circumvent the duplicate method error, when loading a library? eg, B4X: ... <method> <name>add</name> ... </method> ... <method> <name DesignerName="add1">add</name> ... As I am currently testing a method of using a jar without the need to write a wrapper, by generating the xml directly from the jar file itself.
Can I use the DesignerName="???" in a library xml file to circumvent the duplicate method error, when loading a library? eg, B4X: ... <method> <name>add</name> ... </method> ... <method> <name DesignerName="add1">add</name> ... As I am currently testing a method of using a jar without the need to write a wrapper, by generating the xml directly from the jar file itself.
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2017 #2 I think that you can. You will need to test it. Upvote 0