07-29-2022 08:54 AM
Thank you for your reply.
Since my project controls special hardware and continuasly send command to get status, it is difficult to reproduce this problem without those hardware.
However, the issue is very simple.
(1) Check the "Allow user resize front panel" and OK
(2) Run the vi. However, I cannot resize front panel.
(3) Stop vi. Then check the "Allow user ......", then I found the check is simply disappear.
Question is if any one has this experience.
07-29-2022 01:53 PM
@MK2012 wrote:
Thank you for your reply.
Since my project controls special hardware and continuasly send command to get status, it is difficult to reproduce this problem without those hardware.
I don't understand this statement. What does communication with hardware have to do with screen sizing? Are you overworking the CPU? Are you doing everything in the UI thread? Please share your code. It is often obvious to a veteran developer what the problem is without having to actually connect to the hardware, but without the code it could be lots of things.
07-30-2022 01:29 AM
Yes you are right and your comment is very much helpful.
Thank you very much.
As you said that you can debug without hardware, so that I think I could debug much easier as far as I know the way.
Eventually, I found wrong code and issue has been solved.
Thank you very much again.
Best Regards,