Re: [MBS] IconMBS for Windows and Linux

2017-12-31 Thread Christian Schmitz
> > From what I've gleaned, You would use g_file_info_get_icon() or > g_file_info_get_symbolic_icon() from the GFileInfo class. > I tried to het file info via g_file_query_info. Than get icon via g_file_info_get_icon. Asking for image with gtk_image_new_from_gicon. Works, but getting pixel

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 4:26 PM, Christian Schmitz wrote: > >>> I am not sure if those functions would help. >> >> Any other ideas for Linux? > > I tried a few things, but nothing works. > Seems to be a thing where you don’t find many snippets on the web. > > I’d

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 3:27 PM, Christian Schmitz wrote: > >> Hmmm, just tried and I get an UnsupportedOperationException when I try to >> get a generic icon for C: - >> >> i = New IconMBS(GetFolderItem("C:\", FolderItem.PathTypeNative)) > > iconMBS class is

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Christian Schmitz
> > Hmmm, just tried and I get an UnsupportedOperationException when I try to get > a generic icon for C: - > > i = New IconMBS(GetFolderItem("C:\", FolderItem.PathTypeNative)) iconMBS class is macOS only. folderitem.IconMBS is a different function! > Also, any chance that it could

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
On Dec 30, 2017, at 2:41 PM, Christian Schmitz wrote: > >> Am 30.12.2017 um 22:38 schrieb Tim Jones : >> >> Hi Folks, >> >> I'm "improving" a cross platform app for Windows and Linux and need to >> access file/folder icons similar to the way I

Re: [MBS] IconMBS for Windows and Linux

2017-12-30 Thread Christian Schmitz
> Am 30.12.2017 um 22:38 schrieb Tim Jones : > > Hi Folks, > > I'm "improving" a cross platform app for Windows and Linux and need to access > file/folder icons similar to the way I can in Mac OS. I've been using > IconMBS and IconFamilyMBS for quite a while on the Mac, but

[MBS] IconMBS for Windows and Linux

2017-12-30 Thread Tim Jones
Hi Folks, I'm "improving" a cross platform app for Windows and Linux and need to access file/folder icons similar to the way I can in Mac OS. I've been using IconMBS and IconFamilyMBS for quite a while on the Mac, but now that I've looked at the docs, it is listed as not supporting Linux or