Re: [MBS] Odd crash with DelayMBS

2018-04-11 Thread Tim Jones
On Apr 11, 2018, at 8:31 AM, Christian Schmitz  
wrote:
> 
>> In working with the various mode values, what combination of modes would 
>> allow DelayMBS to provide a similar result to the App.DoEvents API?  I need 
>> to be able to pause processing for known periods without interfering with 
>> the main run loop.
>> 
> 
> I don't know what app.DoEvents does. But I bet it processes event. 
> And that is what you can disable with flag value 32.

If I set the mode to 32, I still get the Busy Wait Cursor and my app stops 
updating.  20 sort-of gets me there, but I still get the color pizza ...

--
Tim

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


Re: [MBS] Odd crash with DelayMBS

2018-04-11 Thread Christian Schmitz
> In working with the various mode values, what combination of modes would 
> allow DelayMBS to provide a similar result to the App.DoEvents API?  I need 
> to be able to pause processing for known periods without interfering with the 
> main run loop.
> 

I don't know what app.DoEvents does. But I bet it processes event. 
And that is what you can disable with flag value 32.


Sincerely
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] Odd crash with DelayMBS

2018-04-11 Thread Tim Jones
On Apr 10, 2018, at 1:25 PM, Christian Schmitz  
wrote:
> 
>>> 
>>> Why do you do this?
>> 
>> Not something I'm doing.  I have situations where I need to allow hardware 
>> to stabilize in a shell, so I send the command data block, and then use 
>> DelayMBS(period / 100) in a For x = 0 to 99 loop.
> 
> You can pass 32 as flags to not do the runloop.

In working with the various mode values, what combination of modes would allow 
DelayMBS to provide a similar result to the App.DoEvents API?  I need to be 
able to pause processing for known periods without interfering with the main 
run loop.

Tim

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


Re: [MBS] Serial Port on Mac OS X 10.10+

2018-04-11 Thread Christian Schmitz

> Am 11.04.2018 um 16:13 schrieb Frael :
> 
> Hello, it seems that we can no longer connect devices through the serial port 
> from MacOS X 10.10
> 

Really?

Xojo has serial ports built in and we would not do anything different.
So if you have a serial device acting as Serial Port, it should work.

For generic USB devices, we do have LibUSB classes.

Sincerely
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


[MBS] Serial Port on Mac OS X 10.10+

2018-04-11 Thread Frael
Hello, it seems that we can no longer connect devices through the serial port 
from MacOS X 10.10

cf: https://forum.xojo.com/42434-usb-serial-device-projects-with-xojo/0

Does MBS have a solution for serial ports with recent systems?

Frael

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


[MBS] [ANN] 18.2pr2

2018-04-11 Thread Christian Schmitz
Hi,

* Updated SQLite to version 3.23.1
* Updated DynaPDF to version 4.0.18.48.
* Added Bluetooth plugin with 16 new classes from CoreBluetooth framework to 
connect to Bluetooth LE devices.
* Added NSUUIDMBS, NSStreamMBS, NSOutputStreamMBS and NSInputStreamMBS classes.
* Updated to SQLAPI 4.2.2.
* Update checks disabled for ProDeveloper, Runtime and Site licenses.
* Fixed problem with loading cairo library on Linux.
* Deactivated updater check.


Sincerely
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