THanks guys. I was thinking along similar ways and had looked in the bundle
hoping to find the images in there somewhere. Unfortunately I do not see
them - I just see the MT bindings dll. The native project has a Resources
child folder with the images in it. There is no Resources folder in my
bundle. I have tried:
UIImage.FromFile("filename.png");
UIImage.FromFile("Resources/filename.png");
And for grins:
UIImage.FromBundle("filename.png");
UIImage.FromBundle("Resources/filename.png");
but all return null. Would the images be embedded in the dll somehow? If so,
maybe can use FromAssembly? (which I have not tried yet). If not embedded in
the dll, and not visible in the bundle content, I'd assume they are just not
there.
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/Load-image-from-native-library-resources-tp4657849p4657852.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch