Forum

When Do we use CreateBitmap and when do we use CreateBitmapLabel from CCanvas Class?

I was wondering when is we use CreateBitmap and when do we use CreateBitmapLabel from CCanvas Class and wheather someone could post some code which contains the correct syntax in how to properly use these methods

How to correctly use CArrayList<T>

I am new to generics and want to understand a syntax. I tried all kinds of version of coding my classes but failed every time i am trying to instantiate CArrayList<T> Can someone demonstrate how to use the CArrayList<L> class so that i can use its add function and other methods? I am interested in