Thanks Troy & George, I have downloaded the SQLiteQuery sample code from the Developer site and have been working through trying to wrap my head around it.
I was more looking for a run through tutorial/guide to get me started, having never produced anything with X-Code before, it can be quite daunting. It would also appear that things are done slightly differently when producing a plugin for Quartz rather than a standalone application. Also a good explanation of like time modes, threading etc would be great. I'll stick with the sample code and pdf's provided on the Developer site, and see what I come up with! Many Thanks, Charlie On 14 February 2011 17:34, George Toledo <gtole...@gmail.com> wrote: > All of the Xcode QCPlugin sample projects are fairly well commented, even > if there aren't actually tutorials. So, with each step, the logic behind it > is fairly well explained, for the most part. There is also a place at the > ADC where all of the QCplugin methods are listed, and even a patch > programming tutorial guide. > > In addition to that, there are published source code for a variety of the > v002 plugin projects, and many standard API source code projects available > on the net, at places like github, google code, etc. > > > (...apart from Troy's suggestion of the pertinent SQLiteQuery project). > > > On Mon, Feb 14, 2011 at 12:00 PM, Charlie Francis < > charl...@cellcastonline.com> wrote: > >> Hi, >> >> I'm looking to develop a patch for QC using X-Code that will poll a local >> SQLite Database for new entries, and pass them through as a structure, and >> queue them. I've looked on the Apple Dev site, and download a few sample >> patches from the Apple Dev site to familiarise myself with them. I've also >> been on http://cocoadevcentral.com/ and read through most of the >> tutorials there, but they aren't very Quartz specific. >> >> Are there any other tutorials based around building patches for Quartz? Or >> is it a case of get stuck in, and see what happens? >> >> Just a bit of backstory, I'm trying to create a messaging system that can >> communicate with Quartz, so messages can be sent from a web interface, >> Windows or Mac. I did try sending UDP messages using the >> stream_socket_client and fwrite functions in PHP, but that resulted in a lot >> of errors, and a limited message length that could be sent. Messages were >> not being received every time because of some sort of timeout, and if a few >> messages were sent in quick succession some would get lost and not be >> recorded. So unfortunately the only other option I can think of is polling a >> database. >> >> Any suggestions are gratefully welcomed. >> >> Thanks, >> Charlie >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/gtoledo3%40gmail.com >> >> This email sent to gtole...@gmail.com >> > > > > -- > George Toledo > gtole...@gmail.com > www.georgetoledo.com > > The information contained in this E-mail and any attachments may be > confidential. > If you have received this E-mail in error, please notify us immediately by > telephone or return E-mail. > You should not use or disclose the contents of this E-mail or any of the > attachments for any purpose or to any persons. > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com