Rename elements for ComboBox and ListView, if control name is changed, so that new name is displayed in Design
ObjectTheme correct protoype for DwmSetWindowAttribute (Windows 11), used for constants DWMWA_USE_IMMERSIVE_DARK_MODE, DWMWA_BORDER_COLOR, DWMWA_CAPTION_COLOR and #DWMWA_TEXT_COLOR
A small update to fix a bug that was reported, thanks
Containers must not be disabled In IceDesign, otherwise I don't receive any events for the canvas inside (the drawing area)
The "Disabled" property is hidden for containers, it's good here but it was possible to disable them if done on another Gadget in a multiple selection.
It's fixed and updated
Three programs with over 7000 lines started at Linux Mint Cinnamon, went to Linux Mint Debian, then over to Windows 10 and finally ended up at a Raspberry Pi 4B 64Bit Version. Every step just required the specific project settings and everything was done.
The project includes precise vector graphics resulting in DIN A4 pdf reports "Proof of working hours" including calculation of holidays for each federal state in Germany plus the required math, signature. The entire year as a csv file. Also including the required tools to generate secure signatures and transferring existing forms into vector coordinates. Everything works fine under all used systems and did not require a single line modification due to the operating system.
So it is a really portable design. OK- the forbidden fruit is missing, because I am still living in paradise and do not use them.
May be of interest to the community and a proof of PureBasic and IceDesign and the "Stay pure" switch.
Thanks
Glad to see that you were able to build your project on different platforms and without too many modifications.
But here, it's mainly PureBasic that deserves special thanks for its compatibility between the different platforms.
Good continuation in your development
there is a glitch with Window titles. I made my own date requester and its window is 200 pixels wide. The window title is 'Select a date'. The window title does NOT display in design mode, but it does show as expected when I run the window in the designer. There is ample space in the caption bar to show the title.
When I increase the window width to 204, the title appears.