Hi all - this is a little complicated. Let's just say I MUST be able to create shapes using a Stack and Push and Pop for example. That requires me to place an Image control on an Internal Window. That works perfectly.
I also need to allow freehand drawing on an Image using the dDrawing functions. That works perfectly.
But how do I combine the two? Or is there a freehand function using a Stack? I know a stack is just that but instead of creating a Shape it would be nice to allow free hand text.
What I did was to create an Image Control in a Stack. I then disabled the ability to edit and initiated my Drawing functions. But I was unable to draw on the Image in the stack.
Has anyone done anything like this? Thx.
I also need to allow freehand drawing on an Image using the dDrawing functions. That works perfectly.
But how do I combine the two? Or is there a freehand function using a Stack? I know a stack is just that but instead of creating a Shape it would be nice to allow free hand text.
What I did was to create an Image Control in a Stack. I then disabled the ability to edit and initiated my Drawing functions. But I was unable to draw on the Image in the stack.
Has anyone done anything like this? Thx.