Gitesh Sharma

Results 10 comments of Gitesh Sharma
trafficstars

Actually, one can create a context menu using JS. And using wails can perform any action from golang. For JS implementation check this https://www.sitepoint.com/building-custom-right-click-context-menu-javascript/ I believe there are no limitations...

@dzpt, What I see is today's application creates context menu design with their branding, Consider slack or vscode... Also Afaik and Googled vscode/slack and most of the apps look the...

Working with these specs for me. Try to run with `wails dev` and check the error. ``` Wails CLI v2.0.0-beta.44.2 Scanning system - Please wait (this may take a long...

Hi @leaanthony, Any update on this bug, as v2.2.0 is out? Indeed it's a small bug but it prevents me from dragging the window. (When the cursor changes on edges...

Sure, Can you point me in some direction?

Here is a semi-solution. So it's fixed when the user will use buttons to maximize and minimize (Basically when using functions, it fixed it) But the common way users will...

Well in that case I think `w` & `f` both need to be connected with the parent struct. So I can use `f`'s funcitons in `w`. Consider `r`(root) as the...

Great! This worked when I **maximized**. But when I put to use the same code in the else statement for **unmaximized** it crashes and shows a ` nil memory address`...

I think if we invoke the code after the window appears it should work.

> Yeah, it does feel like the state should be available in the front end without making a call to the back end. And this needs to be per window...