hello every one
How can Use resource of other app in my app without wrapper the app library Can I do that with #additionalRes
I want To use app setting like xml and image in my app
When I use this path the compiler Stop And Show Error
invalid Resource
when I Add '\' in last
the compiler show the error
Can't open folder(D:\Res")
are my way Is true Or must I use the attribute with Wrapper library project only I know that I can Use include image in my project and color but also there are additional things like animation folder and controls view and I want To use it in my project How I can Do that it is possible
How can Use resource of other app in my app without wrapper the app library Can I do that with #additionalRes
I want To use app setting like xml and image in my app
B4X:
#additionalRes:D:\Res
When I use this path the compiler Stop And Show Error
invalid Resource
when I Add '\' in last
B4X:
#AddtionalRes:D:\Res\
the compiler show the error
Can't open folder(D:\Res")
are my way Is true Or must I use the attribute with Wrapper library project only I know that I can Use include image in my project and color but also there are additional things like animation folder and controls view and I want To use it in my project How I can Do that it is possible
Last edited: