Fork me on GitHub
#reveal
<
2020-12-23
>
comptedeouf17:12:29

Is there a way to bring the reveal ui window to the front from the repl ? (I use a vertical monitor so can't use the macos split screen)

vlaaad17:12:17

It's not possible to do today since there is no way to interact with Reveal window from the repl other than sending values to it and closing it

vlaaad17:12:24

This is the next thing I'm planning to do, implement a way to interact with Reveal from outside Reveal.

vlaaad17:12:14

It's currently in very early design phase, but I'll keep your use case in mind!

comptedeouf19:12:33

found a way

(javafx.application.Platform/runLater 
   (fn [] (-> (javafx.stage.Window/getWindows) first            .toFront)))

comptedeouf19:12:35

that's if I have only one window but that works for me. Thanks for the awesome library.

vlaaad19:12:21

Oh right, the window is globally accessible 😸

Affan Salman23:12:18

Hi, is there a way to search within a table view? (Text search key β€˜/β€˜ does not work there for me.)

wilkerlucio23:12:29

cmd/ctrl + f I think searches in general

wilkerlucio23:12:52

just tried here, and you are right, it doesn't work in table view

Affan Salman23:12:06

Thanks @U066U8JQJ. Unfortunately, that keybinding and the equivalent β€˜/β€˜ don’t work in table view for me.

Affan Salman23:12:48

Thanks for taking the time to check it, @U066U8JQJ!

πŸ‘ 3
vlaaad07:12:35

Sorry, no way to search in the table :/

Affan Salman13:12:10

Thanks @U47G49KHQ; is that a javafx table (view) limitation?

vlaaad14:12:51

yeah, it needs separate search implementation

πŸ‘ 3