mussonero

Results 15 comments of mussonero

> Thanks for working on this! Anything I can help with? You are welcome :), this issue was bothering me for a long time. At the moment I am testing...

@dmikushin there are additional fixes that need to be added, I will update the PR once I finish working on it from my side.

@dmikushin For the moment the patch I provided seems to work fine, please let me know if I am missing something. here is a screenshot from my auto-bots using 45...

Hi, yes sure no problem

@baker-Xie, 1) I did multiple tests using the examples provided, also I have added a high-resolution clock to both C++ and the python code, it is practically unnoticeable the difference....

@GitMensch @Bill-Gray ,I have started a small private project time ago, it's completely based on TUIdemo. The project already have mouse handling support for every aspect, including the sub menus...

@GitMensch, @Bill-Gray, Ok it is done, i have already PR the changes.

[BLUS31601_RSX_capture.zip](https://github.com/RPCS3/rpcs3/files/9731809/BLUS31601_RSX_capture.zip) @kd-11 Here it is! the broken transparency of the bird sprite.

Just wait for a few minutes at the title screen and the scene of the broken transparency of the bird sprite will be played after the first intro. ![image](https://user-images.githubusercontent.com/5319624/194543626-fe6da737-a500-4041-8699-b5cfeb9dd7ca.png) ![image](https://user-images.githubusercontent.com/5319624/194543940-d089687c-33dd-4bc9-8b0c-e74099a44e38.png)

try this ``` import gradio as gr def change_tab(id): return gr.Tabs(selected=id) with gr.Blocks() as demo: with gr.Tabs() as tabs: with gr.TabItem("Train", id=0): #index is 0 t = gr.Textbox() with gr.TabItem("Inference",...