Re: [MBS] SOPHOS AV vs MBS...

2011-07-06 Thread Steve Upton
At 1:00 PM +0200 7/6/11, Christian Schmitz wrote:
>Am 06.07.2011 um 00:18 schrieb Steve Upton:
>
>> - *with* SOPHOS installed, app will not launch and Windows throws a bunch of 
>> run-time errors like "pluginEntryTable.GetEntry... can't find plugin method 
>> CDMLTableMBS.setCell(col as integer) as CDTextBoxMBS"
>>
>> It throws a whole bunch of them and won't launch. I *think* they are all 
>> MBS-related errors but am not certain...
>
>Please update plugins.
>
>Until version 10.4 we had the ChartDirector DLL inside the Plugin DLL and 
>loaded it from memory. A thing that some virus scanners don't like.
>With 10.4 plugins we changed that so we now link statically.

Gotcha, thanks

Steve


-- 

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] CGContextGetColorTransform is obsolete

2011-07-06 Thread Michael Diehr
On Jul 6, 2011, at 7:15 AM, Michael Diehr wrote:

> On Jul 6, 2011, at 4:04 AM, Christian Schmitz wrote:
> 
>> 
>> Am 06.07.2011 um 01:07 schrieb Michael Diehr:
>> 
>>> I'm seeing messages in the console that say "CGContextGetColorTransform is 
>>> obsolete and will be removed..."   I'm not using that call myself, but am 
>>> using MBS plugins that operate on CG stuff.   This is with MBS 10.1 in a 
>>> Carbon app.  
>> 
>> What code is causing that?
>> 
>> We don't use CGContextGetColorTransform as I don't find this function in our 
>> code.
> 
> Ok - perhaps it's just something in the RB framework?  I'll do more digging.

Found it -- it is caused by MBS plugin method:

 dim ns as NSImageMBS = HTMLViewer.RenderWebsiteImageMBS

triggers the issue.

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] CGContextGetColorTransform is obsolete

2011-07-06 Thread Michael Diehr
On Jul 6, 2011, at 4:04 AM, Christian Schmitz wrote:

> 
> Am 06.07.2011 um 01:07 schrieb Michael Diehr:
> 
>> I'm seeing messages in the console that say "CGContextGetColorTransform is 
>> obsolete and will be removed..."   I'm not using that call myself, but am 
>> using MBS plugins that operate on CG stuff.   This is with MBS 10.1 in a 
>> Carbon app.  
> 
> What code is causing that?
> 
> We don't use CGContextGetColorTransform as I don't find this function in our 
> code.

Ok - perhaps it's just something in the RB framework?  I'll do more digging.
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] CGContextGetColorTransform is obsolete

2011-07-06 Thread Christian Schmitz

Am 06.07.2011 um 01:07 schrieb Michael Diehr:

> I'm seeing messages in the console that say "CGContextGetColorTransform is 
> obsolete and will be removed..."   I'm not using that call myself, but am 
> using MBS plugins that operate on CG stuff.   This is with MBS 10.1 in a 
> Carbon app.  

What code is causing that?

We don't use CGContextGetColorTransform as I don't find this function in our 
code.

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] Web page archive not updating

2011-07-06 Thread Christian Schmitz

Am 06.07.2011 um 01:53 schrieb Don Pattee:

> The http://www.monkeybreadsoftware.eu/listarchive/2011.shtml archive seems
> to have gotten stuck back in April.

I update it every few months manually.

> Where there any announcements about the current beta release hitting RTM
> anytime soon?

A week after Mac OS X 10.7 release so we can include all the new stuff.

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] SOPHOS AV vs MBS...

2011-07-06 Thread Christian Schmitz

Am 06.07.2011 um 00:18 schrieb Steve Upton:

> - *with* SOPHOS installed, app will not launch and Windows throws a bunch of 
> run-time errors like "pluginEntryTable.GetEntry... can't find plugin method 
> CDMLTableMBS.setCell(col as integer) as CDTextBoxMBS"
> 
> It throws a whole bunch of them and won't launch. I *think* they are all 
> MBS-related errors but am not certain...

Please update plugins.

Until version 10.4 we had the ChartDirector DLL inside the Plugin DLL and 
loaded it from memory. A thing that some virus scanners don't like.
With 10.4 plugins we changed that so we now link statically. 

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] ThreadMBS

2011-07-06 Thread Lee Badham
Hi,

I know I can't stop the debugger from within a ThreadMBS. After any threads 
have run, I can't stop it even though all threads have finished.


Lee

On 6 Jul 2011, at 08:04, Peter K. Stys wrote:

> Before I stopped using ThreadMBS, this was a known issue with no
> resolution.  Makes debugging very difficult.
> 
> P.
> 
> 
> On Tue, Jul 5, 2011 at 1:56 AM, Lee Badham  wrote:
> 
>> I have a strange problem using ThreadMBS.
>> 
>> Whenever I use Threads, after they finish (ThreadMBS.RunningThreads=0) I
>> can no longer pause the app in the IDE. Click on the pause button does
>> nothing.
>> 
>> I've tried this on several projects, including the example ones with
>> RB2011r2, RB2010r4, RB2010r4.1, RB2009r4
>> 
>> MBS 10.5
>> 
>> I'm sure it USED to work though, so I'm not sure what I need to do.
>> 
>> In the work thread I'm using
>> #pragma DisableAutoWaitCursor
>> #pragma DisableBackgroundTasks
>> #pragma DisableBoundsChecking
>> #pragma StackOverflowChecking false
>> 
>> No pragmas anywhere else.
>> 
>> Lee Badham
>> 
>> t: 01923 220 530
>> www.bodoni.co.uk | www.presssign.com
>> Bodoni Systems Ltd
>> Unit 19
>> Orbital 25 Business Park
>> Dwight Road
>> Watford
>> WD18 9DA
>> 
>> ___
>> Mbsplugins_monkeybreadsoftware.info mailing list
>> mbsplugins@monkeybreadsoftware.info
>> 
>> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
>> 
> 
> 
> 
> -- 
> -
> Peter K. Stys, MD
> Dept. of Clinical Neurosciences
> Hotchkiss Brain Institute
> University of Calgary
> tel (403) 210-8646
> -
> ___
> Mbsplugins_monkeybreadsoftware.info mailing list
> mbsplugins@monkeybreadsoftware.info
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Lee Badham

t: 01923 220 530
www.bodoni.co.uk | www.presssign.com
Bodoni Systems Ltd
Unit 19
Orbital 25 Business Park
Dwight Road
Watford
WD18 9DA

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] ThreadMBS

2011-07-06 Thread Peter K. Stys
Before I stopped using ThreadMBS, this was a known issue with no
resolution.  Makes debugging very difficult.

P.


On Tue, Jul 5, 2011 at 1:56 AM, Lee Badham  wrote:

> I have a strange problem using ThreadMBS.
>
> Whenever I use Threads, after they finish (ThreadMBS.RunningThreads=0) I
> can no longer pause the app in the IDE. Click on the pause button does
> nothing.
>
> I've tried this on several projects, including the example ones with
> RB2011r2, RB2010r4, RB2010r4.1, RB2009r4
>
> MBS 10.5
>
> I'm sure it USED to work though, so I'm not sure what I need to do.
>
> In the work thread I'm using
>  #pragma DisableAutoWaitCursor
>  #pragma DisableBackgroundTasks
>  #pragma DisableBoundsChecking
>  #pragma StackOverflowChecking false
>
> No pragmas anywhere else.
>
> Lee Badham
>
> t: 01923 220 530
> www.bodoni.co.uk | www.presssign.com
> Bodoni Systems Ltd
> Unit 19
> Orbital 25 Business Park
> Dwight Road
> Watford
> WD18 9DA
>
> ___
> Mbsplugins_monkeybreadsoftware.info mailing list
> mbsplugins@monkeybreadsoftware.info
>
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
>



-- 
-
Peter K. Stys, MD
Dept. of Clinical Neurosciences
Hotchkiss Brain Institute
University of Calgary
tel (403) 210-8646
-
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info