
Fortunately, it is only a test and not an interface in real life.
Do/Undo is on my Todo

ShadowStorm wrote: Wed Nov 30, 2022 12:34 pm At home it takes much longer and my computer is pretty good but it's a laptop.
Such a test is useful, or useless ? I have my own opinion, thoughNo surprise, it's normal with the 12 panels, 120 Tabs and 2424 Gadgets.
The Demo looked great, so I tried to duplicate it, and ran into some problems...... The Background image will be opaque in the generated code, compiled.
Yes, the displayed image is without transparency, the window itself is not transparent .blueb wrote: Fri Dec 02, 2022 4:12 pm So I compiled to an EXE and it still displayed 100% (no transparency)
Code: Select all
SetWindowLongPtr_(WindowID(#Window_0), #GWL_EXSTYLE, GetWindowLongPtr_(WindowID(#Window_0), #GWL_EXSTYLE) | #WS_EX_LAYERED)
SetLayeredWindowAttributes_(WindowID(#Window_0), 0, 128, #LWA_ALPHA) ; 128 = Tranparency
The problem is not the fixed price but the fact of making a donation rather than a purchase.vmars316 wrote: Fri Dec 02, 2022 4:42 pm Sorry ChrisR ,
I didnt realized realize it was a Fixed price .
Anyways , I made another donation for $6 .
Awaiting a download link :
A CanvasContainer in IceDesign is just a Canvas with #PB_Canvas_Container flag.lesserpanda wrote: Sat Dec 03, 2022 3:43 am 1. What's the difference between Canvas Container and a Container Gadget?
To do this, you can use Proportional in the properties, so it will be scaled proportionally to the size of the window.lesserpanda wrote: Sat Dec 03, 2022 3:43 am 2. I have a list icon view gadget on the form. Form is 1000x800 for example. When I make it full screen. How can I fix the width of the list and then height will expand as well? Much like a responsive webpage.
The forum here is your friend, there are tons of good examples, in the great help file also. if needed, you can refine your search by using:lesserpanda wrote: Sat Dec 03, 2022 3:43 am 3. Also, is there somewhere I can get samples so I know what to add first before adding what.