shoes-deprecated icon indicating copy to clipboard operation
shoes-deprecated copied to clipboard

Does shoes have menubar/tray app support?

Open ghost opened this issue 7 years ago • 5 comments

ghost avatar Jul 14 '17 17:07 ghost

@rucuriousyet Please ask on Shoes 3 or Shoes 4 depending which one you're asking about. In general. Shoes does not have menus so there is nothing to build a menubar with. Depending on the platform and shoes version their may be 'workable' tray support - depending on what you want to do.

ccoupe avatar Jul 14 '17 23:07 ccoupe

So, in shoes(3 or 4) it's not possible to do something like System Tray in Java?

https://docs.oracle.com/javase/tutorial/uiswing/misc/systemtray.html

ilovemysillybanana avatar Jul 28 '17 15:07 ilovemysillybanana

Thanks for the Java pointer. Shoes 3 can not do that - no structured menu support. I've added the request to Shoes 3.3 . Shoes 4 uses swt instead of awt/swing - I have no idea if swt has that ability and if it's cross platform.

ccoupe avatar Jul 29 '17 06:07 ccoupe

@rucuriousyet, @ilovemysillybanana please see https://github.com/Shoes3/shoes3/issues/363 and provide your opinion and even better, a use case.

ccoupe avatar Aug 01 '17 01:08 ccoupe

Some brief searching look like SWT (which Shoes 4 uses) should be able to put something in the system tray on Windows. Will take some research so I logged https://github.com/shoes/shoes4/issues/1462.

jasonrclark avatar Aug 02 '17 18:08 jasonrclark