![]() |
LDControls.SetButtonStyle error - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: LDControls.SetButtonStyle error (/showthread.php?tid=288) |
LDControls.SetButtonStyle error - martmen - 04-04-2025 Hallo LitDev,Martin schau mal das Programm ZSWC978.000 an. Die Button müssten eigentlich identisch aussehen. Ist aber nicht so. LDControls.SetButtonStyle verändert die Weite des Button. Das sollte nicht so sein oder steckt hier ein Sinn dahinter, den ich noch nicht erkannt habe. Viele Grüße RE: LDControls.SetButtonStyle error - litdev - 04-05-2025 Hi, So it is the order of the commands LDControls.SetButtonStyle and Controls.SetSize. SetButtonStyle recreates the button with the set styling and it resets the width to fit the text as the brushes fonts may have different sizes. SetSize forces the size to be set regardless of the content. |