Jump to content

skyzoframe[hun]

Members
  • Content Count

    85
  • Joined

  • Last visited

Everything posted by skyzoframe[hun]

  1. skyzoframe[hun]

    FMX TListView with dynamicappearance. Create progress bar as bitmap.

    Check here the rar file. In data module you can see, how to build up in runtime the query for data source usage. Here usually I use synchronized threads. In user interface I handle every data sources in dynamic arrays. You all right, I don't use livebindings and live database connections. Live bindings for me is like "tying hands".
  2. skyzoframe[hun]

    FMX TListView with dynamicappearance. Create progress bar as bitmap.

    Or, y := 5; //x := 200; x := trunc(Listview1.Width-50); and it will be responsive for window resize.: Problem step.: 5.- By the way. Is there another method to get object width, in runtime? "TAppearanceListViewItem(ListView1.Items.Add).Objects.FindObjectT<TListItemImage>('IMAGE').Width"
  3. skyzoframe[hun]

    FMX TListView with dynamicappearance. Create progress bar as bitmap.

    One solution from the infinite .: -> WorkStation00.zip
  4. skyzoframe[hun]

    FMX TListView with dynamicappearance. Create progress bar as bitmap.

    Thanks for all the replies. Problem step.: -4. How to move the image, behind the selection? Alternative solution.: The image still in front of the selection blue.
  5. skyzoframe[hun]

    FMX TListView with dynamicappearance. Create progress bar as bitmap.

    I need to stay in Listview-objects! Almost done.. but slow when I use 500 record.. Solution.: WorkStation00.rar WorkStation00.7z
×