Rhino on Mac Bit-Map don't work

Hi, I have a problem with Bit-Map, i can insert a .jpg image on Perspective view but is not possible on Top view, it seems that image there is but is not visible.
what am I doing wrong?
Rhino for Mac vers. 5.3.2

if you are talking about BackgroundBitmap, this works only for the viewport you are using it in. i would suggest to ignore this function and use PictureFrame instead which you can lock. its far more versatile and will behave like a proper object otherwise.

Hi, thanks
but where I can find the command “pictureFrame”?

if you are using another language you can always use “_” infront of every command
like _PictureFrame that will work in any case.

OK, very good! thank you very much