Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF - Mobile Dev Question - BB MobileClient vs ViewController

jstem1177Sep 3 2010 — edited Sep 10 2010
Hello All,

I'm really new to to ADF and Mobile Developement and have gone through a few of the introductory tutorials and I have a simple question.
I noticed that when I create a project (goal is to deploy on BB), the tutorials show that you use a Mobile Client for the UI and Model for the the app itself.
I then went through a tutorial which uses the ViewControl, and generates the JSF pages, and has some really amazing UI components.

So here is the question. I terms of deployment, and let me precise that I need mobile server sync, must i stick to basic MobileClient + Model or can I go with Model+ViewController. What is the major difference? Is it that the basic one use the the BB java platform where is the ViewController uses the built in browser as the container for my app.

Thanks in advance for links, responses, explanations.

Jan

Comments

Panagiotis Konstantinidis
Answer

Hi Pamela,

Have your tried increasing the nodes text through skinning?

You could apply the following in your adf skin:

af|tree::node-stamp-text, af|tree::data-row:selected af|tree::node-stamp-text{

    font-size: x-large;

}

Regards

Marked as Answer by Pamela · Sep 27 2020
Amaan Junaid

Hi,

Try using this in the column of your table.

inlineStyle="line-height:40px;"

AJ

Pamela

It works great thanks!

Pamela

Perfect thanks!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 8 2010
Added on Sep 3 2010
11 comments
1,416 views