Hi All.
After doing some reading and searching through the forum, I read that MBS has something that will “do the job” for me.
So I went to MonkeyBread Software and found the Xojo Plugins (currently for evaluation) but there is something like 54 to choose from.
Which one do I need?
Also I found this in the forum from ChristophDV:
Found it with MBS
`dim myProcess as ProcessMBS
myProcess=new ProcessMBS
myProcess.GetCurrentProcess
if myProcess.TransformProcessType(myProcess.kProcessTransformToUIElementApplication) = 0 then
end if`
To show the Dock Icon again:
`if myProcess.TransformProcessType(myProcess.kProcessTransformToForegroundApplication) = 0 then
end if`
[/quote]
I assume that because he calls ProcessMBS that HE is using MonkeyBread Software Plugins?
Regards
6 posts - 5 participants