Questions tagged as 'firemonkey'

0
answers

Error ListView Event for Round Images

I have a listview linked to an FDMemTable, in the event: TForm31.ListView1UpdateObjects(const Sender: TObject; const AItem: TListViewItem); I do the following to leave the round photos: var imagem : TListItemImage; begin imagem := AItem....
asked by 09.04.2018 / 15:19
2
answers

How to change the background color of a list item in a ListView in Delphi 10

In Delphi 10 with Firemonkey, at runtime I need that when I click on a list item in a TListView, the background color of this item is changed and it stays anyway so I click on another item. Then, even if you click on another item, the background...
asked by 16.03.2018 / 17:30
0
answers

How to display windows virtual keyboard when cursor is in Edit?

Good afternoon. I made an application to run on the tablet that the S. is a Windows 10. In this screen has some edit and clicking on some edit is not showing the virtual keyboard. Windows is in tablet mode and even then it does not show, but in...
asked by 07.03.2018 / 18:15
1
answer

Problem with listview layout Delphi 10.1 Berlin

I have a problem in the layout of the listview, when I put it in the form and compile it to show the records, so far as it appears the records on the screen show everything in bold, the records that are appearing next when the listview comes up...
asked by 26.02.2018 / 20:11
0
answers

Using Chromium in firemonkey

In my previous question ([#) have indicated me the chromium component CEF4Delphi and in tests I saw that it works very well in VCL but in firemonkey (FMX) it does not work. I would like to know if it is possible, using the chromium component...
asked by 17.01.2018 / 16:11
1
answer

Delphi with TMultiView does not get the desired height

I'm having trouble setting the Height to a TMultiView that is set to "pop up" from the bottom up ( DrawerOptions -> Placement = Bottom property). My Android application keeps the screen horizontal (I force it to be horizontal) and I ne...
asked by 23.11.2017 / 02:37
1
answer

Problem deleting a TObjectListTLabel from memory

I'm having a problem clearing a TObjectList < TLabel & gt ;, in specific ObjectList of type TLabel. I created two ObjectList, added an item and tried to clear them from memory: Code snippet: tolRectMenuItemProntuario := TObjectList<TRecta...
asked by 24.11.2017 / 13:35
1
answer

How to edit ListView items at runtime

Look at Makers, I created a ListView by Design and needed to edit the position and size of text at run time, does anyone have any idea how to do this? In case the items that I will edit from ListView are "Text" Thank you.     
asked by 20.11.2017 / 19:37
0
answers

There is an object that is lighter than Trectangle and can apply background color,

I'm using firemonkey (FMX) and I made a list of times with TRectangle and label, because using ListView it does not look very pretty. Home It turns out that when there are a lot of records (something around 20), it can not open on...
asked by 05.10.2017 / 21:41
1
answer

How do I adjust the size of items in a TListView

I would like to ask you about a difficulty I am facing. TListView is set to Appearance as DynamicAppearance . I would like to break those products that have additional, for example, the first product has 2 additio...
asked by 22.09.2017 / 15:02