Domanda

I have an application that I am building for blackberry OS 6.

I have a screen made of a Gridfieldmanager and a Horizontalfieldmanager. The Horizontalfieldmanager contains 4 image buttons along the bottom, when these are clicked I want to basically swap the Gridfieldmanager with another fieldmanager. Is this possible?

È stato utile?

Soluzione

Sure is! You can use theManager.replace(Field oldField, Field new Field) to swap them out.

Documentation on replace

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top