[MBS] Plugin possibly throwing console error messages

2011-06-23 Thread Dean Davis
for any direction you can give. Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] [ANN] 11.3pr12

2011-11-09 Thread Dean Davis
Is the new Growl code compatible with old and new Growl? Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] Growl: send notifications

2011-11-21 Thread Dean Davis
Does GrowlApplicationBridgeMBS only work with Cocoa builds? Any examples yet of how to do a simple setup with registration and notification? Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https

[MBS] NSAppleEventManager Implementation

2012-10-15 Thread Dean Davis
cocoa, carbon or both of these? Thanks, Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] ODBC connectivity

2013-06-06 Thread Dean Davis
...@monkeybreadsoftware.de: Am 05.06.2013 um 18:20 schrieb Dean Davis after...@gmail.com: Can I and how do I get the same functionality from MB SQL plugin? I will check. But did you try a few strings already? Like giving connection string without server? Could you try with setting

Re: [MBS] ODBC connectivity

2013-06-06 Thread Dean Davis
. connectionString, UserName, Password can all be blank. Then to get the connection string back for later use just do... s= connection.Option(DSN) On Thu, Jun 6, 2013 at 3:43 PM, Dean Davis after...@gmail.com wrote: Yes, I have been experimenting but I couldn't figure out how to execute

[MBS] MacUSBMBS question

2014-01-07 Thread Dean Davis
and work with it? Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] MacUSBMBS question

2014-01-08 Thread Dean Davis
it doesn't require me to send any data to receive I don't know how to use SendMessage in a way that I would expect output. Dean On Wed, Jan 8, 2014 at 6:08 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 08.01.2014 um 17:08 schrieb Dean Davis after...@gmail.com: In my case it may

Re: [MBS] MacUSBMBS question

2014-01-13 Thread Dean Davis
I see some added functionality in MacHIDMBS in the new PR, I'm ready to test. Is there some new documentation? Dean On Wed, Jan 8, 2014 at 8:59 PM, Dean Davis after...@gmail.com wrote: Ok here is some more information about the device I got from the manufacturer

Re: [MBS] MacUSBMBS question

2014-01-13 Thread Dean Davis
No worries, I'll use it in a thread so I can do constant ReadMessage without pausing the UI. Are there equivalent WinHIDMBS functions available? Dean On Mon, Jan 13, 2014 at 11:57 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 13.01.2014 um 17:55 schrieb Dean Davis after

[MBS] Add delegate function to Sparkle

2014-01-14 Thread Dean Davis
What's the chance of getting feedParametersForUpdater added as an event to SUUpdaterMBS I've implemented profiling and would like to add some extra parameters to the prarmeters sting. Thanks, Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing

[MBS] NSDockTile of window

2014-11-21 Thread Dean Davis
How do I get to the NSDockTile of a window in my app so I can change the DockTile of a collapsed window? I see how to get to the applications Dock Tile just not a windows. Thanks, Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list

Re: [MBS] MacUSBNotificationMBS and availability of a USB device

2014-11-21 Thread Dean Davis
Just do the loop in your own thread and send yourself a notification when the loop completes. On Fri, Nov 21, 2014 at 10:57 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: Hi all, Using MacUSBNotificationMBS, I get an event as soon as an USB device is plugged in. Unfortunately, there is

Re: [MBS] MacUSBNotificationMBS and availability of a USB device

2014-11-21 Thread Dean Davis
Why no thread? On Fri, Nov 21, 2014 at 12:17 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 21.11.2014 um 17:08 schrieb Dean Davis after...@gmail.com: Just do the loop in your own thread and send yourself a notification when the loop completes. please, no loop

Re: [MBS] NSDockTile of window

2014-11-24 Thread Dean Davis
of drawing an application dock tile or window dock tile. Thanks for any advice, Dean Davis On Fri, Nov 21, 2014 at 10:21 AM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 21.11.2014 um 16:01 schrieb Dean Davis after...@gmail.com: How do I get to the NSDockTile of a window in my

Re: [MBS] NSTextAttachment

2014-12-17 Thread Dean Davis
Thanks, of course I find a class I really need right after my subscription expired! :) On Wed, Dec 17, 2014 at 12:17 PM, Christian Schmitz supp...@monkeybreadsoftware.de wrote: Am 17.12.2014 um 17:50 schrieb Dean Davis after...@gmail.com: Do we have NSTextAttachment equivalent in MBS

Re: [MBS] NSTextAttachment

2015-04-03 Thread Dean Davis
NSTextAttachment working good but now as I advance using it I see I may also need NSTextAttachmentCell. NSTextAttachment would also need to be modified to include setAttachmentCell Please let me know if you can add this. Thanks. On Fri, Dec 19, 2014 at 10:26 AM, Marnaud anic...@mac.com wrote:

[MBS] ChartDirector missing function

2015-06-22 Thread Dean Davis
I was following a code example here... http://www.advsofteng.com/doc/cdcpp.htm#AngularMeter.htm And I see I don't have access to 'relativeLinearGradient' on from CDAngularMeterMBS Can this get added please? Thanks. ___

Re: [MBS] Getting info on USB Storage Device

2016-06-02 Thread Dean Davis
If you are trying to detect when a USB storage device is plugged in then I would just use MacUSBDeviceMBS and WinUSBDeviceMBS to notify you that "something" has been plugged in (or unplugged) then scan for "new" storage devices independent of MacUSBDeviceMBS/WinUSBDeviceMBS using the "Volume" and

[MBS] Xojo 2018r2 + MBS 18.3 - plugins not loading

2018-08-29 Thread Dean Davis
g complies fine. I have not tried 2017r2.1 with MBS18.3 yet, thought I'd ask for advice here first. Dean Davis ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] Chart Director - Zooming and Scrolling with Viewport Control Examples

2018-11-28 Thread Dean Davis
Was looking through the Chart Director examples looking for something that goes with Zooming and Scrolling like this... https://www.advsofteng.com/doc/cdcpp.htm#viewportcontroldemo.htm With the big graph on top and the full graph on bottom. Couldn't find one but just wanted to check to make sure