Results 197 comments of ddkwork

I made further changes and now the webview is no longer lagging, but it's not performing the action of opening the page

Also, I added the todo's where I was confused, there are 3-4 of them, once you fix it maybe the page will open up!

![Screenshot_20240510_195612_com.realvnc.viewer.android.jpg](https://github.com/richardwilkes/unison/assets/19886504/f16c4e69-9781-49a9-a506-e7fb886cbd26) After some tough research, I finally made it. Needed to add the get method for the dockheader, in addition to adding another method to fetch the labels for each...

Would you be willing to accept my short pr to extend these features? The entire code would be no more than 20 lines, thank you.

> I'm open to a PR. Depending on just what and how it is being changed, I may or may not accept it. Worth taking a look, though. https://github.com/richardwilkes/unison/pull/56

I spent a few days checking the commits related to root panel and Window draw but no useful error messages appeared, I thought it could only be related to the...

Based on the experience of using it these days, it is very likely that the parent of a panel is set wrongly. Because I had a similar problem when I...

👍👍👍我想你是对的 ---Original--- From: "Richard ***@***.***> Date: Fri, Jun 28, 2024 23:18 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [richardwilkes/unison] Panels don't draw when using VSCode'sdebug mode under Windows (other OS's...

This catches some errors, but nothing to go on, do you have any instructions? thx ```go wnd.MouseEnterCallback = func(where unison.Point, mod unison.Modifiers) bool { wnd.SetFocus(wnd.Content()) wnd.Focus() //wnd.FocusNext() wnd.SetContent(unison.NewButton()) wnd.Wnd().SwapBuffers() wnd.Wnd().Show()...