Re: [MBS] When GrowlNotification does nothing

2014-06-27 Thread Marnaud
Le 25 juin 2014 à 14:38, Christian Schmitz a écrit:

 Did you load Growl framework?
 
 Does our example work for you?

Ok, your examples work and I had not loaded the framework. Still, the 
documentation doesn't tell anything about the need to load a framework (and the 
link for more information to the Growl's website is as useful as if it was a 
C++ sniped code (one reason to use Xojo being it's readability)). Also, it 
takes time to find examples (that's not your fault, of course, but it 
discourages me to try the examples when something fails).
Perhaps mentioning the need to load a framework would be useful in the main 
page of the MBS documentation for the Growl class?

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


[MBS] When GrowlNotification does nothing

2014-06-25 Thread Marnaud
Hello!

I'm trying the GrowlNotification class, with the code below:

(property of the window: GN as GrowlNotificationMBS, created when the app 
starts)

  GN.Description=This is a description
  GN.Name=Test
  //GN.IsSticky=True
  GN.Title=Some title
  GN.PostNotification

However, nothing happens (no notification, nothing in the Console); of course, 
my preferences aren't set to ignore notifications. The documentation doesn't 
tell how it's possible that nothing happens with a GrowlNotificationMBS object, 
so I assume something is “unexpected” here. Using RB 2011 under Mac OS 10.6.8, 
almost latest version of the MBS plugin. Any idea?
___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] When GrowlNotification does nothing

2014-06-25 Thread Christian Schmitz

Am 25.06.2014 um 12:37 schrieb Marnaud anic...@mac.com:

 Hello!
 
 However, nothing happens (no notification, nothing in the Console); of 
 course, my preferences aren't set to ignore notifications. The documentation 
 doesn't tell how it's possible that nothing happens with a 
 GrowlNotificationMBS object, so I assume something is “unexpected” here. 
 Using RB 2011 under Mac OS 10.6.8, almost latest version of the MBS plugin. 
 Any idea?

Did you load Growl framework?

Does our example work for you?

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