Gabriel95 / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

WebEngine: title and location cannot be used in binding expression #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
WebEngine.title and WebEngine.location are currently String representations 
acquired through the getters. Thus, they can't be used in binding (<==) where 
Observable/Property are required.

The following patch set those members to the corresponding StringProperty as 
found in the wrapped jfx instances.
This also updates the WebView example.

Original issue reported on code.google.com by sca...@gmail.com on 14 Dec 2012 at 8:37

Attachments:

GoogleCodeExporter commented 8 years ago
Solved. See 
http://code.google.com/p/scalafx/source/detail?r=8de77d96132ec94cc1d2f5239ee48c1
882cfc09e

Original comment by rafael.a...@gmail.com on 7 Jan 2013 at 6:41