derez Expert Licensed User Longtime User May 7, 2013 #1 I think this warning should not appear, I use this way to throw away a panel when it should not be visible, instead of using visibility property (becuase this way I don't have all the panels on top of each other in the designer) Attachments 2000.png 11.3 KB · Views: 277
I think this warning should not appear, I use this way to throw away a panel when it should not be visible, instead of using visibility property (becuase this way I don't have all the panels on top of each other in the designer)
Erel B4X founder Staff member Licensed User Longtime User May 7, 2013 #2 You have two options: 1. Change to 2000dip. 2. Add 'ignore comment to this line. In 99% of the cases, a pixel value without scaling unit is a mistake. For all other cases you should use 'ignore comment. Note that on high resolution screens 2000 (and NOT 2000dip) can be visible. Upvote 0
You have two options: 1. Change to 2000dip. 2. Add 'ignore comment to this line. In 99% of the cases, a pixel value without scaling unit is a mistake. For all other cases you should use 'ignore comment. Note that on high resolution screens 2000 (and NOT 2000dip) can be visible.
derez Expert Licensed User Longtime User May 7, 2013 #3 Ok, and it is not a big deal to change Upvote 0