View Issue Details

IDProjectCategoryView StatusLast Update
0004015NoesisGUIStudiopublic2025-06-17 07:55
ReporterAlexLashkevich Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0004015: Noesis Studio resolutions list
Description

Hello, please add possibility to set up own screen resolutions in noesis studio.
https://www.noesisengine.com/forums/viewtopic.php?t=3624

PlatformAny

Relationships

related to 0004257 assignedmaherne Noesis Studio Aspect ratios instead/in addition to the resolutions 

Activities

sfernandez

sfernandez

2025-04-03 14:02

manager   ~0010460

Last edited: 2025-04-03 14:03

From client feedback, they want to be able to choose from the following list of resolutions:

  • 572х360
  • 640х360
  • 731х411
  • 776х365
  • 800х360
  • 800x380
  • 844х390
  • 960x640
  • 1024х768
  • 1280х744
  • 1280х889
  • 1440х960
  • 1920х1080
  • 2560х1440
  • 3840х2160
maherne

maherne

2025-04-03 15:50

developer   ~0010461

Last edited: 2025-04-04 01:23

Support for adding custom design size resolutions has been added to the Studio project (.noesis) file, using a DesignSizes node. These DesignSize entries will replace the default hardcoded design sizes.

<Project>
  <Assembly>
    Root
  </Assembly>
  <DefaultDataNamespace>
    Root
  </DefaultDataNamespace>
  <DesignSizes>
    <DesignSize Width="572" Height="360"/>
    <DesignSize Width="640" Height="360"/>
    <DesignSize Width="731" Height="411"/>
    <DesignSize Width="776" Height="365"/>
    <DesignSize Width="800" Height="360"/>
    <DesignSize Width="800" Height="380"/>
    <DesignSize Width="844" Height="390"/>
    <DesignSize Width="960" Height="640"/>
    <DesignSize Width="1024" Height="768"/>
    <DesignSize Width="1280" Height="744"/>
    <DesignSize Width="1280" Height="889"/>
    <DesignSize Width="1440" Height="960"/>
    <DesignSize Width="1920" Height="1080"/>
    <DesignSize Width="2560" Height="1440"/>
    <DesignSize Width="3840" Height="2160"/>
  </DesignSizes>
</Project>

DesignSize also has an optional Name property. If no name is set, the default name will be "<width>x<height>".

<Project>
  <Assembly>
    Root
  </Assembly>
  <DefaultDataNamespace>
    Root
  </DefaultDataNamespace>
  <DesignSizes>
    <DesignSize Name="iPhone 14" Width="1170" Height="2532"/>
  </DesignSizes>
</Project>

Issue History

Date Modified Username Field Change
2025-03-27 11:59 AlexLashkevich New Issue
2025-03-27 12:59 jsantos Assigned To => sfernandez
2025-03-27 12:59 jsantos Status new => assigned
2025-03-27 12:59 jsantos Target Version => Studio_Alpha
2025-04-02 11:08 sfernandez Target Version Studio_Alpha => Studio_Beta
2025-04-03 14:02 sfernandez Note Added: 0010460
2025-04-03 14:02 sfernandez Note Edited: 0010460
2025-04-03 14:03 sfernandez Note Edited: 0010460
2025-04-03 15:50 maherne Note Added: 0010461
2025-04-03 15:52 maherne Note Edited: 0010461
2025-04-03 15:53 maherne Note Edited: 0010461
2025-04-03 16:11 maherne Note Edited: 0010461
2025-04-03 16:11 maherne Note Edited: 0010461
2025-04-03 16:12 maherne Note Edited: 0010461
2025-04-03 16:12 maherne Note Edited: 0010461
2025-04-04 00:29 jsantos Note Edited: 0010461
2025-04-04 00:30 jsantos Note Edited: 0010461
2025-04-04 00:31 jsantos Status assigned => resolved
2025-04-04 00:31 jsantos Resolution open => fixed
2025-04-04 00:31 jsantos Fixed in Version => Studio_Beta
2025-04-04 01:22 maherne Note Edited: 0010461
2025-04-04 01:23 maherne Note Edited: 0010461
2025-06-17 07:55 JohannesBB Relationship added related to 0004257