Code: Pascal [Select]procedure TForm1.BGRASpeedButton1DblClick(Sender: TObject);begin if colordialog1.Execute then ChangeToolColor( colordialog1.Color );end; BGRASpeedButton have doubleclick event but it looks like it's not working.
Hello,I am trying to left menu with bgracontrols and I have a question about button text style.Is it possible to use button's text style as Tpanel's text style?I mean bgracontrols has centered text style but I need left , right and of course center too.In attach you can see what I mean.
HiI am having a problem where BCLabel and BCButton is not displaying Russian, all I get is [][][][]....A standard TLabel is displaying correctly when I select Eurostile or Gill San Font ( these are the 2 main ones I use), when i change fontex to same font; i get the above.
Just tested on mac mini that has 1.8 installed, and the issue is still there.The Russian shows when the default font is used, but when font name is changed to Eurostile then i get the boxes.Using standard TLabel, Tmemo, etc then the russian is displayed ok when font is changed to Eurostile.Hope it helps