Hello!

Hello!

I am not sure what I am doing wrong.
I have an FMX app split into 3 panels.
Top panel has a grid of sorts.
Centre panel has a label with a cool font (thanks to the guy who pointed me to it) and the last panel has a flow layout aligned to top and one of the Kernow controls aligned to the client.

At design time, it looks perfect (see second picture) but at run time... ugh...
I am sure I am missing something, but I don't know what.

Suggestions?

Thanks

Comments

  1. I didnt notice what is bad except font.

    ReplyDelete
  2. Can you explain what's the difference?
    Maybe the disappeared ComboBox or the buttons?

    What kind of component do you use for positioning the components? If you are really using TPanels, I can recommend you the use of TLayouts. Are better for FMX apps.

    ReplyDelete
  3. The lower panel was not showing all controls. I have changed it to a frame and it works. However, panels should work properly as well. Not sure why they do not.

    ReplyDelete

Post a Comment