Ask a Question related to Mac Programming, Design and Development.
-
Terje #1
Need a clue or diskEvt
When inserting a CD, a floppy or ZIP disk containing an external file
system while my application is running, I don't want the dialog saying
"You have inserted a disk containing no volumes the MacOSX can read..."
The diskEvt does no longer exist for the Eventmanager in MacOSX.
That could be used in pre carbon apps. But can't be used anymore.
So I need some other strategy than diskEvt. Any clues what that might be?
Terje
Terje Guest
-
Problems with flah player i found a clue to solve
Well, for everybody that is not being able to install flash player(including me) on internet explorer here is my history : I'm having problems to... -
Anybody have a clue?
Maybe this has been answered before, if so, please show me the light. "Unexpected failure while compositing bitmap member 2 or PLAYER-CAST 2" I... -
CFMX v7.0.1 Update wouldn't start. Anyone have a clue?
CFMX7 Windows 2000 Professional SP4 I have stopped all Coldfusion services and downloaded the file, coldfusion-70-updater-win.exe (133MB).]/i]... -
NO CLUE what I'm doing-PLEASE HELP !
I d/l'ed a 30 day trial of Contribute 3 as not to purchase if I don't like it. Anyway....I have an ebay store....All I want to do is customize that... -
haven't a clue!
Can someone point me in the right direction? This is the page that results from my web app. This web app installs on every other machine without... -
Eric Albert #2
Re: Need a clue or diskEvt
In article <tgf-D4042E.13201404082003@readme.uio.no>,
Terje <tgf@mac.com> wrote:
You can get disk notification events via Carbon events. I'm not sure if> When inserting a CD, a floppy or ZIP disk containing an external file
> system while my application is running, I don't want the dialog saying
>
> "You have inserted a disk containing no volumes the MacOSX can read..."
>
> The diskEvt does no longer exist for the Eventmanager in MacOSX.
> That could be used in pre carbon apps. But can't be used anymore.
>
> So I need some other strategy than diskEvt. Any clues what that might be?
that allows you to intercept disk mounts, but it might.
-Eric
--
Eric Albert [email]ejalbert@stanford.edu[/email]
[url]http://rescomp.stanford.edu/~ejalbert/[/url]
Eric Albert Guest
-
Arne Scheffler #3
Re: Need a clue or diskEvt
Eric Albert wrote:
No, it does not. Carbon Events are send if new Volumes are mounted not> In article <tgf-D4042E.13201404082003@readme.uio.no>,
> Terje <tgf@mac.com> wrote:
>
>>>>When inserting a CD, a floppy or ZIP disk containing an external file
>>system while my application is running, I don't want the dialog saying
>>
>>"You have inserted a disk containing no volumes the MacOSX can read..."
>>
>>The diskEvt does no longer exist for the Eventmanager in MacOSX.
>>That could be used in pre carbon apps. But can't be used anymore.
>>
>>So I need some other strategy than diskEvt. Any clues what that might be?
>
> You can get disk notification events via Carbon events. I'm not sure if
> that allows you to intercept disk mounts, but it might.
before. The only thing I'm aware of is DiskArbitration. The source is in
the darwin stuff.
arne
Arne Scheffler Guest



Reply With Quote

