I have a tool strip with buttons and for one of them I want to periodically show a number of records in a small box (just like the highlighting of unread messages in e-mail clients). I've been able to create something, but this is not very handy and it doesn't update when I resize the window.
I use a Label for the red box and I call label.moveTo(otherWidget.getPageLeft(), otherWidget.getPageTop()) to position it. Is this the way to go or can I use snapTo?
I use a Label for the red box and I call label.moveTo(otherWidget.getPageLeft(), otherWidget.getPageTop()) to position it. Is this the way to go or can I use snapTo?
Comment