JavaFX on iOS and Android - are we there yet?
Pedro Duque Vieira
pedro.duquevieira at gmail.com
Tue Oct 22 09:38:06 PDT 2013
>
> These have are just styled CheckBoxes (or Toggle buttons, or Radio
> Buttons). We've done this for example for DukePad.
Yes that's right but I think that as it is used so much on Android, ios and
windows 8 it should have a control representation. For instance the same
can be said of checkbox, you can make one out of a styled toggle button but
as it is used so much it merits being a control.
> and in having controls that have the necessary properties so that they can
> be "touchable".
I'm talking about having the appropriate size for instance for you to touch
it. You can't use Modena straight out for a mobile app. Perhaps having a
Modena spinoff that has touch in mind.
What about input controls that popup the ios keyboard for entering text. Is
this already available? If not how can these be achieved. Also we should
keep in mind that the keyboard has to change in accordance to what the user
has to enter: address, number, email, etc..
Thanks. Regards,
On Tue, Oct 22, 2013 at 4:55 PM, Richard Bair <richard.bair at oracle.com>wrote:
> > javafx, like for instance: a toggle button (a control that looks like a
> > flip switch)
>
> These have are just styled CheckBoxes (or Toggle buttons, or Radio
> Buttons). We've done this for example for DukePad.
>
> > , comboboxes where you change the value through a wheel, etc..
>
> Yes, need this kind of integration.
>
> > and in having controls that have the necessary properties so that they
> can
> > be "touchable".
>
> Should already work.
>
> Richard
--
Pedro Duque Vieira
More information about the openjfx-dev
mailing list