We have a powerbuilder application where we use forms which display text fields which have autosize height.
These fields are stacked on the form vertically one above the other.
An average sized height is provided in the form, but if more text or data is entered than provided, the autosize feature makes the field taller.
As the fields below are set to reposition (slide up), there is no problem with the display of fields below.
However, there is a long term PB bug which has never been addressed, where the cursor position of the repositioned columns below is not updated, so clicked events on them don't fire properly.
We reported this problem long ago and were told it likely wouldn't be addressed in current maintenance releases.
Is there a getaround for this - so we can use stacked auto resize fields that need to be supported by a clicked or doubleclicked to pop up the appropriate editor?
Ideally the getaround would be to somehow capture the new boxed coordinates of repositioned objects - then we could use the coordinates of the pointer to figure out which objects clicked event should be fired.
(I'm lucky, took over an app where previous developers never used (never knew?) slide up/left)