Adam Castrucci

Results 10 comments of Adam Castrucci

> I found a solution. It is a symbol conflict between wails and the github.com/energye/systray library. > > As a workaround, I renamed AppDelegate to ApDelegate in `github.com/wailsapp/wails/[email protected]/internal/frontend/desktop/darwin/ AppDelegate.h, AppDelegate.m,...

@precisionpete can you provide a basic example? I am on mac13 with the following code and it doesnt run; are you sure you didnt have to do anything related to...

FYI I managed to get this to work by forking branch of systray and 1. renaming AppDelegate to SysTrayAppDelegate for all instances found in the fork project to get rid...

@nohajc any luck on this? I am encountering the same bug - submenus cannot be programmatically checked/unchecked via Check()/Uncheck(). Works fine for first level menu items ``` Item 1 Item...

@andydotxyz just to be clear, your test has you clicking on one submenu item (not a top level menu item, but at least one level deep), which programmatically checks/unchecks a...

Im wondering if `CGO_CFLAGS=-mmacosx-version-min=10.13 CGO_ENABLED=1 CGO_LDFLAGS=-framework UniformTypeIdentifiers -mmacosx-version-min=10.13` is the culprit. I need to see if I can set mmacosx-version-min to something higher

FYI I managed to get this to work by forking branch of systray and 1. renaming AppDelegate to SysTrayAppDelegate for all instances found in the fork project to get rid...

Correct. That was the easier of the changes ;)

I cant speak to wails v3, but v2 doesnt support it out of the box. It's not hard to implement however, mac: smallest tweak to wailsv2 would expose this functionality,...

@hamster620 any thoughts on the possibility of this?