Osvaldo TCF

Results 6 comments of Osvaldo TCF

Thank you! good luck :+1:

> When I have two pages, one for a modal > > ``` > pages := tview.NewPages() > pages.AddPage("background", background, true, true) > pages.AddPage("modal", modal(edit, 50, 20), true, true) >...

This way worked for a small example. The ideal would be to get the "primitive" on which the "click" is being made. // if err := tview.NewApplication().SetRoot(pages, true). SetMouseCapture(mcap).EnableMouse(true).Run(); err...

So, to have the same behavior as before using C++ files, IDF libraries, etc., try use the ".ino" extension - that is, compile for Arduino - rearrange loop() and setup()...

As expected, functions that require the IDF directly do not work. Or, at least I couldn't make it work. This is the case with the esp_log.h. The issue is that...