Page 49 of 49
Re: IceDesign GUI designer
Posted: Tue Jan 28, 2025 9:47 pm
by williamvanhoecke
Chris,
It is fixed, thanks for the quick action.

Re: IceDesign GUI designer
Posted: Tue Jan 28, 2025 9:54 pm
by le_magn
Thank's Chris!!!
Re: IceDesign GUI designer
Posted: Thu Feb 27, 2025 6:15 pm
by ChrisR
IceDesign has been updated in version 2.3.6
- 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
- And a few optimizations in the internal code
Re: IceDesign GUI designer
Posted: Fri Feb 28, 2025 1:04 am
by ChrisR
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
Re: IceDesign GUI designer
Posted: Mon Mar 17, 2025 5:53 pm
by wro
Hello Chris,
regarding the "pure PureBasic" modification:
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.
Thank you again for your magnificent work.
Re: IceDesign GUI designer
Posted: Tue Mar 18, 2025 12:01 am
by ChrisR
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
Re: IceDesign GUI designer
Posted: Sat Apr 19, 2025 5:38 pm
by tua
Hi Chris,
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.