Re: [MBS] Determining the system language

2015-03-17 Thread Christian Schmitz

 But for some reason this method returns 0 (=english) for my german system. 
 I'm pretty sure this method worked for me for quite some time, but now it 
 doesn't seem to anymore (under Mac OS 10.10.2). 
 
 So, what would be the best way to do this in a cocoa app?

maybe this:

  dim s() as string = NSLocaleMBS.preferredLanguages  
  MsgBox s(0)
  
gives de for me.

which must not be the locale I use!

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] [ANN] MonkeyBread Software Releases the MBS Xojo Addressbook Kit in version 1.0

2015-03-17 Thread Christian Schmitz
Nickenich, Germany (March 17th, 2015) -- Monkeybread Software releases version 
1.0 of the MBS Xojo Addressbook Kit.

The MBS Xojo Addressbook Kit provides you with a few useful classes and modules 
to easily add Addressbook to your Xojo iOS application.

Complete Wrapper for iOS Addressbook framework.
* CFErrorMB
* ABSourceMB
* ABRecordMB
* ABPersonMB
* ABMutableMultiValueMB
* ABMultiValueMB
* ABGroupMB
* ABAddressbookMB

You can query sources, groups and persons, read/modify/delete values and 
get/set images for persons. Our example shows you how to create a person and 
browse people, groups and sources.

Wrapper Features

* For Xojo 2015r1
* Using exception handling to track error
* Test code included
* All classes with MB postfix to avoid name conflicts.
* All module definitions are protected to avoid conflicts
* Inline documentation
* Full Source code, no encryption
* Works for 32bit and 64bit targets.



Our Addressbook Kit requires Xojo 2015r1 or newer. 
If you need similar classes for OS X, you can check the MBS Xojo Cocoa Plugins 
from us.

The Addressbook Kit is available for $99 USD or 79 Euro (+VAT if needed).

You can learn more and try the sample application on our website:
http://www.monkeybreadsoftware.de/xojo/AddressbookKit/

Please do not hesitate to send us comments, questions or feedback.


Greetings
Christian Schmitz
Monkeybread Software
http://www.monkeybreadsoftware.de/



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


Re: [MBS] Writing Multisession CD

2015-03-17 Thread Christian Schmitz

 Am 17.03.2015 um 11:24 schrieb Jean-Luc Arnaud jean-...@cdmultimedia.fr:
 
 Hmmm...
 
 Is it possible to write one for tomorrow?:-D
 
 Ok, thanks, Christian, I'm afraid I will have to find a workaround.

No, maybe check if there is a command line tool to do this included with 
windows.

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] HASPHL C2V and features

2015-03-17 Thread Lee Badham
Hi,

I’m trying to add a feature to a USB dongle, but the the C2V file generated is 
not recognised in the SentinelEMS software

I get a ‘One or more of the C2V files are invalid or empty, or relate to a 
non-existant Batch Code’ error

If I use the built in RUS(Remote Update Software) to generate the C2V file it 
works and I can add the feature, but when using NEW HASP(h4801, VENDORCODE)
I always get a failure.

I can always login via NEW HASPHL(4800,VENDORCODE) though.

I’ve tried h4901 too, but that didn’t work either. When using ‘Check-in’ from 
the Sentinel EMS software it shows that there is a productID and feature ID 1 
available.

I’ve noticed that the C2V file generated from the demo program is different to 
that from the RUS software.

The RUS C2V has:

?xml version=1.0 encoding=UTF-8?
hasp_info
haspscope
hasp id=“285629572
vendor id=“335567/
/hasp
/haspscope
c2v
JANFKJHFKJWENNFKJDSNFKJEF
LKSJDFLKSJDFKJSDFJSLDFJSJ
/c2v
/hasp_info

The HaspHLMBS has

?xml version=1.0 encoding=UTF-8?
hasp_info
c2v
SKLJDHFLKHFGKJSHFSHDGKLEW
LJSDFHKLJHSDFGKHEFHKLJEFHL
/c2v
/hasp_info

Any ideas?
Regards,

Lee Badham

Bodoni Systems Ltd

+44 (0)1923 220530



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


Re: [MBS] HASPHL C2V and features

2015-03-17 Thread Christian Schmitz

 Am 17.03.2015 um 19:46 schrieb Lee Badham le...@bodoni.co.uk:
 
 Hi,
 
 I’m trying to add a feature to a USB dongle, but the the C2V file generated 
 is not recognised in the SentinelEMS software

Sorry, no idea.

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] Determining the system language

2015-03-17 Thread Maximilian Tyrtania
Christian kindly explained here how to determine the system language under Mac 
OS X:
http://www.monkeybreadsoftware.net/faq-howtocheckonmacoswhichcountryorlanguageiscurrentlyselected.shtml
This method internally calls GetscriptmanagerVariable which apparently is 
deprecated (but probably should still work).

But for some reason this method returns 0 (=english) for my german system. I'm 
pretty sure this method worked for me for quite some time, but now it doesn't 
seem to anymore (under Mac OS 10.10.2). 

So, what would be the best way to do this in a cocoa app?

Maximilian Tyrtania
http://www.contactking.de
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] Determining the system language

2015-03-17 Thread Beatrix Willius
Either NSLocaleMBS.currentLocale or Xojo.Core.Locale.current for Xojo 2015r1 or 
higher.

 On 17.03.2015, at 12:31, Maximilian Tyrtania li...@contactking.de wrote:
 
 Christian kindly explained here how to determine the system language under 
 Mac OS X:
 http://www.monkeybreadsoftware.net/faq-howtocheckonmacoswhichcountryorlanguageiscurrentlyselected.shtml
 This method internally calls GetscriptmanagerVariable which apparently is 
 deprecated (but probably should still work).
 
 But for some reason this method returns 0 (=english) for my german system. 
 I'm pretty sure this method worked for me for quite some time, but now it 
 doesn't seem to anymore (under Mac OS 10.10.2). 
 
 So, what would be the best way to do this in a cocoa app?



Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

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


Re: [MBS] Determining the system language

2015-03-17 Thread Maximilian Tyrtania
Ah - obtaining an instance of Xojo.Core.Locale.current and then checking the 
identifier works nicely, thanks!

Maximilian Tyrtania
http://www.contactking.de

 Am 17.03.2015 um 13:57 schrieb Beatrix Willius bwill...@gmx.de:
 
 Either NSLocaleMBS.currentLocale or Xojo.Core.Locale.current for Xojo 2015r1 
 or higher.
 
 On 17.03.2015, at 12:31, Maximilian Tyrtania li...@contactking.de wrote:
 
 Christian kindly explained here how to determine the system language under 
 Mac OS X:
 http://www.monkeybreadsoftware.net/faq-howtocheckonmacoswhichcountryorlanguageiscurrentlyselected.shtml
 This method internally calls GetscriptmanagerVariable which apparently is 
 deprecated (but probably should still work).
 
 But for some reason this method returns 0 (=english) for my german system. 
 I'm pretty sure this method worked for me for quite some time, but now it 
 doesn't seem to anymore (under Mac OS 10.10.2). 
 
 So, what would be the best way to do this in a cocoa app?
 
 
 
 Mit freundlichen Grüßen/Regards
 
 Trixi Willius
 
 http://www.mothsoftware.com
 Mail Archiver X: The email archiving solution for professionals
 
 ___
 Mbsplugins_monkeybreadsoftware.info mailing list
 mbsplugins@monkeybreadsoftware.info
 https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

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