Search:

Type: Posts; User: pbrockway2

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    8,117

    Re: Issues with undo functions

    Try it and see. But from the sound of the name createBitmap() is good: you are still dealing with a reference but now it's a reference to a newly created bitmap.

    If mBitmap is not being used as...
  2. Replies
    3
    Views
    8,117

    Re: Issues with undo functions

    From the look of it the only Bitmap instance you add to the array is mBitmap so it ends up occupying every slot in the array. (Or, to speak more correctly, a reference to that bitmap occupies every...
Results 1 to 2 of 2