Mathias Conradt
Mathias Conradt

Reputation: 28665

Expandable TextField UI component on Blackberry/RIM OS?

I'm planning to port an app from Android to Blackberry (targeting BB 6.0 only). On Android, I've developed a custom expandable text field component, where the user can click on a more/less link to expand the text.

My question is whether there's an existing UI component coming with BB SDK (6.0) or any open source project that already implemented the demanded feature, or whether it also needs to be implemented from scratch.

Some details:

expandable textfield

Upvotes: 1

Views: 591

Answers (1)

Eric Giguere
Eric Giguere

Reputation: 3505

There is no built-in component that can do this, no. The built-in components are pretty basic and haven't changed that much since the very early days. That's one criticism that developers have.

RIM has released a set of advanced UI controls that you can use in your apps, but no text fields in that. I think you'll have to roll your own, probably wrapping a text field and a custom field within a vertical field manager.

Upvotes: 1

Related Questions