Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElXTree megademo -- cell checkboxes problem

Hi,

Just have compiled your mega demo to investigate, why I can't see cell checkboxes in my program. And it also doesn't show them. Didn't change anything -- just have compiled AS IS. More exactly, the only change was required is this one:

function TXTreeDm.RandAccSt: String;
var
  fs : TFormatSettings;
begin
  fs := TFormatSettings.Create;
  Result := Format('$%d%s%2.2d', [
    999 - Random(999),
    fs.DecimalSeparator,
    Random(100)
  ]);
end;

It's because XE5 doesn't understand "DecimalSeparator" global.

But anyway please take a look at the screenshot attached. Where are checkboxes???

Please fix it ASAP!

Без имени-1.jpg
593 x 353 - 75K

Comments

Sign In or Register to comment.