In powerbuilder, is it possible to turn a picture into an button? If so is it possible to program it so that if I hover on top of it then it replaces the picture with another picture?
Would this be achieved via theme.json, or through powerbuilder or something?
How would I achieve this, what code what I have to type?
> You can then code a script to change image under that condition.
Do you know what code I can add to change the image as soon as I hover over the image button?
Addtionally, under checkbox, there is
"box-images":
{
"unchecked":{"file":"checkbox-box-normal-unchecked.bmp"},
"checked":{"file":"checkbox-box-normal-checked.bmp"},
"indeterminate":{"file":"checkbox-box-normal-indeterminate.bmp"}
}
Is there something similar for picturebuttons where on hover will show one image and not hover will show another picture?
This.PictureName = "xxxxx"