B4J Question DatePicker in JavaFX

Fabrice La

Active Member
Licensed User
Longtime User
In the new JavaFX (RC) there is a DatePicker.

Where or how can i use date picker in JavaFX 1.1 ? or in B4J ?
 

Swissmade

Well-Known Member
Licensed User
Longtime User
Hi Agraham,
In the meantime Java 8 has a DataPicker and many other controls.
Is it possible to support this by B4J??

Thanks for help.
 
Upvote 0

Mark Zraik

Member
Licensed User
Longtime User
Hi Agraham,

I've been trying to get the value from the DatePicker ComboBox, but to no avail.
B4J is new to me, Nodes are a mystery to me as well.

I've looked at the Adobe docs online and it would seem that one could walk down the node tree to get the value, but I don't see the choices in the DatePicker tree in B4J.

Maybe there is an event triggered that I can receive (ValueChanged) or something like it.
If you have the time, could you show a B4J example of how to get the value from the combobox?

I've looked at the web example, but the javascript is not the direction I wanted to go.

It may not be possible with the way we are using FX, too.
Please point me in the right direction.

Mark
 
Upvote 0

Mark Zraik

Member
Licensed User
Longtime User
Hi swissmade,

Thank you for the response.
I looked at what you've done, wow! You made your own DatePicker in it's entirety!
Is it OK to use this in my code?

Mark
 
Upvote 0

Mark Zraik

Member
Licensed User
Longtime User
Hi swissmade,

Thank You sooooo much.
You will also have a Credits entry in the about section. I always credit the forum members and the community, but this will be specific to you, Unless, you don't want one.
Let me know,
Thank you again.
Mark
 
Upvote 0
Top