Hi,
I need to create a On/Off button similar to that of Time machine's On/Off
button(similar one can be seen in Safari->Preferences->Extensions tab also).
Is there a Cocoa built-in draggable On/Off button for Mac OS?
Thanks,
Swetha
___
Cocoa-dev
Hi ,
Our application needs to log trace messages to a file for troubleshooting .
Currently once the file size reaches 10MB , we are creating a new file and
copying the last 4KB messages to the new file.But the requirement is to wrap
the file i.e to always keep the latest 10MB traces.
Any inp