Author Topic: Bug in Screen Editor  (Read 2985 times)

Offline williamk

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +1/-0
Bug in Screen Editor
« on: May 31, 2024, 01:09:25 AM »
I have a widget that I created and when I place it into a screen and go to resize it, the container makes whatever direction I try to resize '0'.

Then when I try to make the size bigger than '0' get an error message saying, "The object dimensions (15x235) will make child object(s) larger than the maximum allowed 1024x1024 pixels.Please enter value less than 1 pixels."  (Where '15' is the random number I tried to resize it to).

Offline williamk

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +1/-0
Re: Bug in Screen Editor
« Reply #1 on: June 04, 2024, 09:04:11 PM »
After some troubleshooting, I was able to solve the issue.  I had some a Line object within the widget which had default start and end points were at the same X,Y coordinates (I was planning on changing the Begin Point X value to something else based on data being fed into the widget). 

I'm not sure why this causes the widget to collapse when it's used in another screen and resized but changing the initial values to no longer be on top of one another fixed the problem.