More than one browser in an FMX application
Posted: Wed May 16, 2018 3:10 pm
I've created a component for FireMonkey that seems to work, that avoids having to replicate most of the code in the SimpleFMXBrowser sample. One concern I had was whether the browser had to be on the main form or not, but it seems not, as I've successfully used my component to have the browser on another form.
I know this is a very general question, but are there any issues around having more than one browser form in a FireMonkey application? Does the message handler(TFMXApplicationService.HandleMessage) in uFMXApplicationService need to be common to both, for example?
I know this is a very general question, but are there any issues around having more than one browser form in a FireMonkey application? Does the message handler(TFMXApplicationService.HandleMessage) in uFMXApplicationService need to be common to both, for example?