Firemonkey....

Firemonkey....

in ListView DynamicAppearance im Edit mode, i added a TGlyphButtonObjectAppearance, button type Checkbox.
So, i expect that when Listbox in edit mode, when i click on that checkbox, checkbox will turn to checked. but it's not. What i'm doing wrong?

Comments

  1. Hey Juan C. Cilleruelo,


    in Firemonkey, put one TlistView.
    in ListViews ItemAppearance, Toggle DesignMode, ToggleEdit Mode.
    then you have Edit mode enabled, right?
    So then, you can edit, how it will item look like when in code you have MyListView.EditMode := true;
    So, then click on ItemEdit, and select appearance as DynamicAppearance. then put one TGlyphButtonObjectAppearance , and change it type to Checkbox...
    ok now?

    ReplyDelete
  2. Sorry again. I'm still using Delphi Seattle Update 1. May be this functionality is part of a modern version of delphi.

    I can't "Toggle DesignMode, ToggleEdit Mode".

    Inside ItemAppearance property I have the sub-properties ItemAppearance (again) and ItemEditAppearance, but I can't select DynamicAppearance in neither.

    Sorry about the inconvenince. I think I'm not able of help you.

    Good luck with your problem. Bye!!

    ReplyDelete
  3. Right, i thought you know, that DynamicAppearance is Berlin feature.
    Anyway, someone get a good solution on other group

    plus.google.com - Firemonkey.... in ListView DynamicAppearance im Edit mode, i added a…

    ReplyDelete

Post a Comment