Conversation
|
Hi @AndriiVoitenko, |
|
Is there any other way how we can export the ratio of the Screens? |
|
You are right, and there was already discussion about ration aspec. Nevertheless I am not sure about type of this value. Yes string can handle everything, but those everything will cause problems by controller and visualizer, maybe enum or at least some predefined value will be more suitable for it. Next question would be is it a mandatory xml attribute or optional one. In your current implementation it is mandatory one (as you do not has HasRatioAspec function) and empty as default value. And if it is, as you say "main parameters of display" then it should have suitable default value, otherwise it would not help you to visualize it. Long story short: from my point of view, we need clarification on it before implement it in the library. |
|
@AndriiVoitenko I think you are right, we need to discuss it more what we need to add about the displays. Also my opinion is that it need to me mandatory, because of that every screen have specific ratio. |

Adding parameters for Display geometry object
Issue:
The Display object was not containing the Aspect Ratio of the screen.