Hi,
When opening an XE7 andriod project in 10.3 Rio I get the below, I know that TTMSFMXBitmap is relaced by
TTMSFMXImage.
Selecting Ignore or cancel does not bring up the form, I have replace TTMSFMXBitmap with TTMSFMXImage in the .pas, but still can't the form up
Pieter
(Pieter)
2
You also need to replace TTMSFMXBitmap with TTMSFMXImage in the FMX form file.
Hi Pieter,
I have replaced TTMSFMXBitmap with TTMSFMXImage in the FMX form file. Still getting the below odd.
Pieter
(Pieter)
4
Do you have stylebook on the form? After replacing all TTMSFMXBitmap with TTMSFMXImage, which exact errors do you get when opening the form?
The form does not open, I get Error Creating form:ClassTTMSFMXBitmap not found. Yes there is a stylebook on the form
Pieter
(Pieter)
6
You'll need to remove the stylebook, it contains traces of TTMSFMXBitmap.