Plug-in with Window

2008-03-25 Thread Herr Thomas Bartelmess
Hello List! I'm currently working on a Plugin (Cocoa Plugin Arcitecture). Does somebody know, how I open a new Window, desigend in Interface Bulider. At the moment I open a new Window with by Code, with a View by code Hope you unterstand my Problem.. Thanks a lot. Thomas Bartelmess __

CoreAnimation presets in Interface Builder

2008-03-25 Thread Herr Thomas Bartelmess
Hello everyone! Does somebody know how to use the CoreAnimation preset Transtions form Interface Bulilder. I would really like to use them. I think about the transtions, like flash, rotating cube etc. Thanks a lot. Greetings Thomas ___ Cocoa-dev

Re: AppleScript Support with Plugin

2008-03-13 Thread Herr Thomas Bartelmess
Thanks for your Help everyone. I haven't get what i needed yet. I have to write a plugin for an application (Daylite from Marketcircle). An this plugin should extend the scripting commands (Incoming Call). So i have to extend the .sdef file from a plug-in. Thanks for any help from anyone Th

Re: AppleScript Support with Plugin

2008-03-13 Thread Herr Thomas Bartelmess
AM, Herr Thomas Bartelmess <[EMAIL PROTECTED] > wrote: Hello, can somebody please help me. I want to create a pluging witch adds applescript support to my application.. Here's a good starting point for making your app scriptable: <http://developer.apple.com/documentation/Co

AppleScript Support with Plugin

2008-03-13 Thread Herr Thomas Bartelmess
Hello, can somebody please help me. I want to create a pluging witch adds applescript support to my application.. Thanks for all kind of help ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator com

Ignore mouse in QTMovieView

2008-03-12 Thread Herr Thomas Bartelmess
Hello my problem is: i have a QTMovieView. Is there a possibility to make is immune for mouseclicks, so that it can't be controled? Thanks for any help Thomas ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin request

Ignore QTMovieView Inputs

2008-03-12 Thread Herr Thomas Bartelmess
Hello sorry for my constant asking... i have a QTMovieView. Is there a possibility to make is immune for mouseclicks, so that it can't be controled? Thanks for any help Thomas ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p

Re: Deleting a folder

2008-03-12 Thread Herr Thomas Bartelmess
unix command rm -r thomas Am 12.03.2008 um 21:42 schrieb Mr.Gecko: Hello I have been trying to find a way to delete a folder so when some one chooses replace in the save panel it would delete the folder before it recreates it. What is the easiest way of doing that? _

Mute System

2008-03-12 Thread Herr Thomas Bartelmess
Hi everyone, does somebody know, what i have to do to control the system Aduio Volume (mute, increase, decrease). I searched a lot, but without result thanks for your help Thomas ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n

lock Keyboard for Kisok-Mode

2008-03-04 Thread Herr Thomas Bartelmess
Hello everyone. I would like to add an Kiosk mode to my Application. Does somebody know how I can lock the Computer for every kind of Keyboard Inputs (Just not for one Compo to leave the Kisok) Best would be if the mouse wouldn't be there too. Thanks for your help Thomas

Re: Charting API?

2008-02-27 Thread Herr Thomas Bartelmess
Google Offers an Chart API, you could include it with Webkit. But i think thats not that what you searched. Am 27.02.2008 um 20:14 schrieb Chris Schmitt: I want to add some simple bar graphs and pie charts to my project. Is there an apple api for charting or do you need to use a 3rd party

Creating a NSView with Interface Builder

2008-02-25 Thread Herr Thomas Bartelmess
Hello, i'm currently working on a Plugin. My problem is that i have to provide a preference View. I have to give a NSView to the programm. Currently i wrote a NSView Subclass, but its to much work to do every button an textfield by code. My question is, how can I design an View in Interfac