Before I raise .. can anyone confirm they also get the exception.

Before I raise .. can anyone confirm they also get the exception.

New FireMonkey Application.
Choose Blank Application.
Add a data module.
Add a Stylebook on Data Module.
Set Default Platform to Premium Style Jet.
Add Other Platforms (OSX, iOS, Android) and set each one's Style to the relevant Jet file.
Set Use StyleManager to True on Style book.
On Form, include Data Module (File->Use Unit..).
Add a TVertScrollBox to Main Form and set it's Align to Client.
SaveAll
F9 - Run and close application.

I get an exception 'Invalid pointer operation'.

https://drive.google.com/file/d/0B5K-mW6kF-PLMUZGY3FBZEkyOU0/view?usp=sharing

Comments

  1. Quick update: I only created a form, with a Vertical Scrollbox set to Align Client and a Stylebook set to UseStyleManager = True, and it is still giving an exception.
    I'm using the Vertical Scrollbox to allow scrolling up if a virtual keyboard is enabled (as per some webinar examples).

    ReplyDelete
  2. Move the Datamodule up in the create order before the form, then you don't get the exception. And it still works.

    ReplyDelete
  3. Tom Chamberlain Thanks for that, it did the trick!

    ReplyDelete

Post a Comment