wxBell ?

BlitzMax Forums/Brucey's Modules/wxBell ?

René(Posted 2009) [#1]
I do not get wxBell() command to work.
It says "identifier not found" when I try to compile.

Do I need to Import a certain module?
Or is there different way to make it work? Since this seems the only way to play system sound on Mac it would be very helpful.

Thank you.
René


Brucey(Posted 2009) [#2]
It looks like it's missing. (that and lots of other things too, I expect!)

I'll add it to the core module.


René(Posted 2009) [#3]
Wow, thank you!

Maybe another one...in my current project there is UTF-7 code I have to convert to.
As far as I have seen there are some string converter classes in wxBase like wxMBConvUTF7.

Do you think this can convert UTF-7 code to readable text? And if yes, is there a way you can implement that too?

René


René(Posted 2009) [#4]
Well, I have seen that my string is even a modified UTF-7 code (mailboxnames of IMAP servers). So I think wxMBConvertUTF7 will not help...


Brucey(Posted 2009) [#5]
I've actually gone out of my way to avoid implementing any of the wxMBConv classes, if I can help it.
In fact, if I remember correctly, the only place I've used it is in the BlitzMax String to wxString conversions (and vice versa).

But if you feel it's something you really need... :-)


René(Posted 2009) [#6]
Thank you for your offer... to save a bit of your time I have found a python script that does the job :-)