e.g. if a loop had the contents
Code: Select all
RichViewEdit1->CurItemNo;
RichViewEdit1->InsertBullet(0,imageList);
My problem is that CurItemNo remains fixed at 0 no matter how many times the loop is executed. ItemCount remains fixed at 1 in a similar manner.
I need to accurately store CurItemNo before each InsertBullet so that I can call SetBulletInfoEd with the proper ItemNo.
I'm obviously missing something here.[/code]