I think they'll be in the 'root' file location of the App Bundle? If the
library has them in a folder-structure, then the folder structure will be
preserved, based in the App Bundle root...


On Fri, Dec 14, 2012 at 8:22 AM, Nic Wise <n...@fastchicken.co.nz> wrote:

> If you build the app, and look inside the .app folder/file, whats in
> there? a folder called "Resources" with your files?
>
> If so, just do UIImage.FromFile("Resources/whatever.png");
>
> :)
>
> On Fri, Dec 14, 2012 at 2:53 PM, Dennis Welu
> <dennisw...@motisconsulting.com> wrote:
> > Any tricks / is it possible to load an image in the Resources folder of a
> > bound native library? I have the native library, the bindings project,
> and
> > the application using it. From the application code I've tried various
> > things to load a png from the library resources. Is this a case where I
> > should be using UIImage.FromAssembly maybe? Can't seem to get
> > FromBundle/FromFile to work no matter what image name/path I try.
> >
> >
> >
> > --
> > View this message in context:
> http://monotouch.2284126.n4.nabble.com/Load-image-from-native-library-resources-tp4657849.html
> > Sent from the MonoTouch mailing list archive at Nabble.com.
> > _______________________________________________
> > MonoTouch mailing list
> > MonoTouch@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monotouch
>
>
>
> --
> Nic Wise
> t.  +44 7788 592 806 | @fastchicken
> b. http://www.fastchicken.co.nz/
>
> mobileAgent (for FreeAgent): get your accounts in your pocket.
> http://goo.gl/IuBU
> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
> Earnest: Self-employed? Track your business expenses and income.
> http://earnestapp.com
> Nearest Bus: find when the next bus is coming to your stop.
> http://goo.gl/Vcz1p
> London Bike App: Find the nearest Boris Bike, and get riding!
> http://goo.gl/Icp2
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to