Hi All,
I am using ABMCanvas initialized as follows:
My issue is once it is created, I cannot change the width or height properties without removing the component and recreating it as the is no properties to change like.
canvas1.width or canvas1.height
Followed by canvas1.refresh.
Can some one help advise how to change the height and width without destroying the object.
Thanks Phil
I am using ABMCanvas initialized as follows:
Canvas Creation:
Dim canvas1 As ABMCanvas
canvas1.Initialize(page, "canvas1", ABM.COLOR_Grey, ABM.INTENSITY_LIGHTEN3,canvasWidth,canvasHeight, False)
My issue is once it is created, I cannot change the width or height properties without removing the component and recreating it as the is no properties to change like.
canvas1.width or canvas1.height
Followed by canvas1.refresh.
Can some one help advise how to change the height and width without destroying the object.
Thanks Phil