label unstable in panel control
I've in my program label+panel+image_control
The label size varies according to the included data and I've to show it programatically as soon as the user move the cursor over the image (using the mousemove event), but unfortunately the label seems to be unstable as it appears in different locations in my form & sometimes hanging although i specify the location to appear in.
How show the frame in front of the panel even though the frame sometimes may cross the limits of the panel control???
Re: label unstable in panel control
Quote:
How show the frame in front of the panel
hmmm... what frame? you only mention a label + panel + image_control
Can you post the relevant parts of your code - labels don't just randomly choose their locations so I'm guessing there's some issue around either the code positioning the label or possibly something to do with auto-positioning using anchor?
Re: label unstable in panel control
the panel=frame
Actually the label is invisible but once the mouse moves over the image the label appears like popup @ the location of the image
Please note that I have many images in the panel distributed in different places inside. some images are beside the edge of the panel so I can't ensure the label to be totally appear inside the panel!
Please help
Re: Label unstable in panel control
:wave:
Please help urgently :rolleyes:
Re: label unstable in panel control
A screen shot will speak better
1 Attachment(s)
Re: label unstable in panel control
Attachment 74592
the panel appeared in light blue & other controls included inside the panel in yellow
the popup appeared in red should appears when the mouse come over any of the controls inside the panel.
for example when the mouse comes on control "a" the popup appears inside the panel but for control "b" it appeared away in other place in the form and somtimes the popup hangs, so I need to overcome this issue regardless the position of the control inside the panel
Thanks
Re: label unstable in panel control
Re: label unstable in panel control
yes it's a label
sorry for inconvenience but I just simulate the problem on power point but it's quit similar
to my program...
I need to overcome the problem of showing the label away from the mouse cursor as explained above