Just came across this FireMonkey question on SO, which has 31 upvotes and no answer. (Well, one answer, with 0 votes, and I don't understand what it's trying to say.) Can anyone help this guy out?

Just came across this FireMonkey question on SO, which has 31 upvotes and no answer. (Well, one answer, with 0 votes, and I don't understand what it's trying to say.) Can anyone help this guy out?

http://stackoverflow.com/questions/24982857/how-to-create-a-dialog-like-component-that-allows-drop-other-controls-inside-it

Basically, the author is writing a FMX control which has its own controls inside, so in the component's constructor it creates and parents some labels and panels (with Store = false so they are not streamed when the control itself is streamed.) However, they are being placed in the wrong spot, and the layout only works when Store = true.

It's a good question and I'd like to know the answer too. I just added a small (100) bounty as well.
http://stackoverflow.com/questions/24982857/how-to-create-a-dialog-like-component-that-allows-drop-other-controls-inside-it

Comments