Reputation: 2355
In my app I resort to MapContainer twice. The first time in a form and the second time in an InteractionDialog launched from another form.
In the simulator the map appears :
but on a real device it doesn't :
Is it possible indeed to add a MapContainer in the centre of an InteractionDialog (in BorderLayout) ? If so how can I do that ?
Any help appreciated,
Upvotes: 0
Views: 32
Reputation: 52770
The preferred size of a MapContainer
might be 0 on the device and as a result you would see nothing. If you explicitly set the preferred size this might work. However, we haven't tested that use case.
Upvotes: 2