Search found 1 match

by opn
Fri Mar 10, 2017 2:54 am
Forum: Application Development
Topic: Can't draw in screen open event
Replies: 1
Views: 5494

Re: Can't draw in screen open event

The screen is refreshed just after the Screen_Opened event. causing the form to be cleared. So whatever You maually place on the screen with this event will be cleared. You can see the same behaviour if you implement this code, in your button script, just after drawing. "this.Refresh(); "