fuse-open / fuse-samples

A collection of smaller examples using the various features of Fuse and FuseJS
MIT License
182 stars 153 forks source link

use UnoObject in place of Object to avoid issue passing to action #30

Closed cbaggers closed 7 years ago

knatten commented 7 years ago

This should probably not be merged, as we're waiting for a foreign code fix instead https://fusetools.slack.com/archives/uno/p1476348508001634

cbaggers commented 7 years ago

Change of plan! The second commit is useful. A nice thing with delegates, Actions and Funcs in foreign java is that they get their own run method. So you don't need to pass them back to call them.

See here for an example

knatten commented 7 years ago

Let me know as soon as this is merged, then I'll try to make samples great^wgreen again on TC.

kristianhasselknippe commented 7 years ago

cherry-picked the second commit, so i'm closing this. Sorry for taking so long :S