Jump to content

Fiery

Administrators
  • Posts

    11911
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by Fiery

  1. We've just rolled out the first beta build of the next-generation AIDA64 that fixes -- among many other things -- several issues related to how AIDA64 handles mixed DPI monitor setups: https://forums.aida64.com/topic/18367-the-next-generation-aida64-is-around-the-corner/
  2. The latest AIDA64 beta build is already a preview of the next-generation AIDA64 which is a native 64-bit application and so it requires 64-bit DLL modules. It means, in your particular case the new AIDA64 requires the 64-bit variant of RzSwitchbladeSDK2.dll. We will check it out, maybe there's a new trick to be implemented in AIDA64 to find the right (64-bit) RzSwitchbladeSDK2.dll file automatically. Until then, you can try to copy the 64-bit RzSwitchbladeSDK2.dll into the AIDA64 installation folder to make it work. Also, make sure to check this topic:
  3. The scaling feature only scales SensorPanel items but not images. So the image files (BMP, PNG, JPG) you use for either regular images or as custom gauge states will not be altered during the scaling process. The only aspect about images that is altered is the resizing dimensions. But your layout doesn't seem to use resizing for images. In order to make sure your panel is suitable for various DPI settings, you need to use high-resolution images for still images and custom gauge states and use the resizing facility. As an example: if you need a 250x300 pixel sized custom gauge, try to use a set of gauge state images sized at 200% of that, so 500x600 pixels each. Then, after placing the images on your layout, use the Resize parameter for the gauge and enter 250x300 there. If you'd like to see an example of how resizing high-resolution images work for both still images and custom gauges, check the file called sensorpanel_default.spzip in the AIDA64 installation folder.
  4. In AIDA64 please press Ctrl+D --> Sensor Debug --> ISA Sensor Dump. Copy-paste the full results into this topic, or attach the results as a TXT file to your post. Thanks, Fiery
  5. With the latest beta build we've migrated to a new development channel: In your case the issue must be that AIDA64 cannot find a 64-bit aidardsp.dll module to load. I'm not even sure if one exists at all
  6. I've sent you a private message about this
  7. Funnily enough, this one seems to be a compiler bug that we cannot fix on our end. Apparently there's a 78 character limitation on the caption of the very first item in popup menus. What we can do is add a header to the popup menu as a workaround. We will also report the compiler bug to Embarcadero.
  8. Thank you for your feedback'
  9. We could finally reproduce the bug. It seems to be only a visual issue. In other words, even though the filename looks cut, the actual filename is properly used by the custom gauge. We will still fix the issue of course
  10. Even if you only alter the first state by selecting a single file, the filename still gets cut?
  11. Do you select the 16 states (in your first example) in a single round by selecting 16 files in the file open dialog? We've tried that but couldn't reproduce the bug As for the state icon, that is due to a limitation of the new compiler. We had to remove it to avoid visual issues to occur. We'll try to find a way to put it back or find another way to indicate the SensorPanel item type (e.g. gauge) as well as the sensor type (e.g. temperature) in the same chart cell.
  12. We're moving at a high pace with resolving the bugs of v7.99, so you can expect the fixed build in a few days
  13. Thank you, we will fix the issue in the next AIDA64 beta update. Please note that AIDA64 Shared Memory has switched from ANSI to Unicode encoding, so you will need to adjust your shared memory buffer reading code accordingly. You can detect if the shared memory buffer is Unicode encoded by checking the 2nd byte of the buffer: if it's a zero byte (0x00), it means you're dealing with a Unicode shared memory buffer.
  14. @thomwithah We've implemented rotation support for Asus ROG AIO screens in the latest beta update of AIDA64: https://www.aida64.com/downloads/latesta64xebeta Please note that this is already a beta build of the next-generation AIDA64. Learn more about it at: https://forums.aida64.com/topic/18367-the-next-generation-aida64-is-around-the-corner/
  15. We've implemented rotation support for Asus ROG AIO screens in the latest beta update of AIDA64: https://www.aida64.com/downloads/latesta64xebeta Please note that this is already a beta build of the next-generation AIDA64. Learn more about it at:
  16. @Playkappa @Asryan @Schoen @Dashinator @Eliasa We've implemented rotation support for Asus ROG AIO screens in the latest beta update of AIDA64: https://www.aida64.com/downloads/latesta64xebeta Please note that this is already a beta build of the next-generation AIDA64. Learn more about it at:
  17. Here it is: https://www.aida64.com/downloads/latesta64xebeta Make sure to backup your existing SensorPanel layout before pressing right-click on the SensorPanel --> Scale --> Scale all items up by 150% After the scaling some items may still be a pixel off here and there due to rounding.
  18. We can start with a basic HEX code input panel and gradually improve it to fulfill all your needs. @BHSY @COSTAJUNIOR @JariKoi Guys, please chime in: if we started to design a brand new colour picker dialog, what would you like to see on it? Which colour picker dialog do you find ideal to use? (e.g. the one of MS Word, MS Paint, etc)
  19. Thank you for your feedback!
  20. Thank you! Make sure to upgrade to the latest beta version of AIDA64 Extreme available at: https://www.aida64.com/downloads/latesta64xebeta After upgrading to this new version, make sure to restart Windows to finalize the upgrade. Let me know how it works.
  21. Actually the old version worked incorrectly since it treated both your displays as if they were using 150% scaling. What we can do is to implement a facility that would do the 1.5x multiplication on all item positions and dimensions automatically for you. Would it help for you to get over this hump?
  22. I've checked your layout, and sadly it was designed with the 150% scaling in mind, so AIDA64 scaled everything according to that setting. When you import the panel back into a 100% scaled monitor (let's say you set 100% scaling for both your displays), the old AIDA64 version will show your panel incorrectly too. I'm afraid after switching to the new AIDA64, you need to redesign your panel by multiplying everything (every X and Y coordinate and every item width and height) by 1.5 to get the correct layout back. Make sure to do that process with the new AIDA64 version while your SensorPanel is already moved to the secondary (full HD) display. We actually designed the new AIDA64 version to finally properly manage mixed DPI setups, but sadly there's a transition issue when the old SensorPanels may need redesigning in case they were designed with an over 100% scaling setting on the main monitor.
  23. I've sent you a private message about this.
  24. Do you use 150% scaling on your main (4K) monitor, and 100% scaling on your secondary (Full HD) monitor?
×
×
  • Create New...