Recent

Author Topic: Make a Dynamic Shape Array and make an Array of That  (Read 3912 times)

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2059
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Make a Dynamic Shape Array and make an Array of That
« Reply #45 on: January 27, 2023, 03:18:09 pm »
And another update to also set the bordercolor (in code you have the ability to set/unset the complete background color)
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

Boleeman

  • Sr. Member
  • ****
  • Posts: 433
Re: Make a Dynamic Shape Array and make an Array of That
« Reply #46 on: January 27, 2023, 03:32:57 pm »
What about border ON/OFF boolean toggle? 

Here it is 1.30 AM so time to go to sleep. Getting tired now, as I returned to work (yesterday). See you for now. Thanks for the updates and explanations KodeZwerg.

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2059
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Make a Dynamic Shape Array and make an Array of That
« Reply #47 on: January 27, 2023, 03:50:34 pm »
What about border ON/OFF boolean toggle? 
In GenerateBlocks you can update the Pen.Color to:
Code: Pascal  [Select][+][-]
  1.               FBlocks[Brows, Bcols, Srows, Scols].Pen.Color   := clNone;
That would produce that there is no visible difference between the underlaying ScrollBox and the space between those shapes.
Later you can press the new button "Border Color", maybe rename that button to Background Color  :-X
Here it is 1.30 AM so time to go to sleep. Getting tired now, as I returned to work (yesterday). See you for now. Thanks for the updates and explanations KodeZwerg.
Have a good rest and whenever you are curious about updates, just ask :P
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

 

TinyPortal © 2005-2018