[MBS] NSCollectionView

2020-05-04 Thread Guido Boller
Hi Christian I'm using IKImageBrowserViewMBS for displaying large amounts of picture files in a browser view. On Apple's developer page, I saw that IKImageBrowserView will be deprecated in a future OS release. Users are asked to switch to NSCollectionView. As far as I know, NSCollectionView is

Re: [MBS] IKImageBrowser

2019-04-28 Thread Guido Boller
I tried this in various combinations but wasn't successful. No great deal if it doesn't work, but just slightly annoying! Thanks anyway for your feedback, Guido > Am 28.04.2019 um 14:23 schrieb Guido Boller : > > Hi Christian > > I'm using your MBSIKImageBrowse

[MBS] IKImageBrowser

2019-04-28 Thread Guido Boller
Hi Christian I'm using your MBSIKImageBrowserView plugin to display images in a CocoaControl (MacOS 10.14.4). Since upgrading to Xojo 2018.4, when first displaying the window containing the control, the images are not drawn, but instead I only see the standard grey background of the control. On

[MBS] Gradients in GraphicsMagick

2018-05-26 Thread Guido Boller
Hi After reading your blog entry on gradients in GraphicsMagick I started to experiment with other GM-commands. To create a radial gradient I would have to use "radial-gradient:white-black" in GM. Using your example I replaced "i.read "gradient:#20a0ff-#00;"" by "i.read "radial-gradient:#20

Re: [MBS] NSTableControlMBS

2018-01-18 Thread Guido Boller
Thanks, I had searched for the intercellspacing property in the online documentation, but somehow missed it. It works perfectly now. Guido ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgatewa

[MBS] NSTableControlMBS

2018-01-17 Thread Guido Boller
Hi I'm trying to use NSTableControlMBS as a replacement for the built-in ListBox (based upon the "Dynamic ListBoxTV (Database)" example). Is there a way to set the intercell spacing to zero so that I can for example use custom colors when hovering over a row without interruptions of the color b