Hassan DRAGA

Results 90 comments of Hassan DRAGA

> Tested compiling with TCC using the GCC build files I believe TCC is compatible with GNU GCC ABI, normally, TCC can use objects compiled using GCC. > TCC doesn't...

I guess as a workaround, we can add `tlhelp32.h` in the V-WebUI package, then add an include flag to make TCC find the include file... I don't know if that...

I will look into this

@MrOtherGuy Thank you for your reply, it's working good with this css ``` @import url(chrome/hide_tabs_toolbar.css); #nav-bar {visibility: collapse;} ``` Just the title still need to be corrected.

I use `show_window_title_in_menubar.css` with `calc(100vw - 140px)` modified.

![test](https://user-images.githubusercontent.com/16948659/97804673-ccc99f80-1c27-11eb-95a8-d502af5d5298.png)

I mean the position :) must be at left if possible.

Thank you @retsyo for pointing this out. I guess HTMX is useful for end-user because this can reduce the need of JS in their apps. While WebUI itself does not...

Examples will be available after the 2.4.0 first release.

I want to mention that `webui_bind()` works only before the window is shown. That's because we make `webui.js` listen only to the binded elements to avoid non-needed communication between UI...