Page 52 of 52

Re: IceDesign GUI designer

Posted: Wed Jan 14, 2026 10:03 pm
by le_magn
Hi Chris, i opened the main window of my project with the latest icedesign, made a small change to a stringgadget, saved it, but now the project no longer compiles:

[21:57:17] [COMPILER] Line 25: Structure already declared: GadgetImages (C:\ASSEMBLER\pb394\miei_pb4\_TRADUZIONE_GIOCHI\LPILauncher\ResizeImagesHelper.pbi line 19).

I noticed that the “ResizeImagesHelper.pbi” file is renamed "ResizeHelper.pbi"?, I simply have to change the file name from "XIncludeFile "ResizeImagesHelper.pbi"" to "XIncludeFile "ResizeHelper.pbi"" in all other GUI files?...

Re: IceDesign GUI designer

Posted: Wed Jan 14, 2026 11:46 pm
by ChrisR
Hi le_magn,
Oh yes, I should have written it down :?
ResizeImagesHelper.pbi was renamed to ResizeHelper.pbi in the previous version 2.40.
The option for scaling font sizes was included in this helper file, and I thought it would be best to rename it.
In fact, as you have seen, it creates an incompatibility between the old files and the new generated files.
You can correct it either by recreating the old files, or more easily as you wrote, by changing the included file name from [XIncludeFile "ResizeImagesHelper.pbi"] to [XIncludeFile "ResizeHelper.pbi"]
Well spotted :)

Re: IceDesign GUI designer

Posted: Thu Jan 15, 2026 12:28 am
by le_magn
Thanks Chris, i renamed it in all GUI files and work ok :)

Re: IceDesign GUI designer

Posted: Tue Jan 27, 2026 10:43 pm
by t57042
Is there a 32 bit version for windows 7?
I want to test the domo
Richard

Re: IceDesign GUI designer

Posted: Tue Jan 27, 2026 11:49 pm
by ChrisR
With the purchase, you have access to both x64 and x86 versions.
But I didn't build the 32-bit demo version, thinking that it wouldn't really be useful.
If you only have Windows 7 x86 available, I can build a 32-bit demo version tomorrow.

Re: IceDesign GUI designer

Posted: Wed Jan 28, 2026 12:27 pm
by ChrisR
@t57042, I added the 32-bit demo version (IceDesign_x86_Demo.exe) to the IceDesign GitHub space:
https://github.com/ChrisRfr/IceDesign
Enjoy testing it :)