Growl for REALstudio / REALbasic / Xojo
Tue, Jun 28 2011, 08:47 Growl, Mac OS X, programming, REALbasic, REALstudio, Xojo PermalinkIf you want an easy way to implement Growl notifications into a REALstudio project, download this zip-file: growl-for-realbasic It contains the following objects:
Growl.rbo
growlNotifyScript.scpt
growlRegisterScript.scpt
growlRunningScript.scpt
I added the check if the GrowlHelper application is running before issuing Growl-commands.
To use the class, copy the four files into your project's folder and all four objects into your REALstudio project and then double-click the Growl-class to open it. Inside is a Notes-section which explains how to use it.
(Original source code can be found here at BitBucket)
Growl.rbo
growlNotifyScript.scpt
growlRegisterScript.scpt
growlRunningScript.scpt
I added the check if the GrowlHelper application is running before issuing Growl-commands.
To use the class, copy the four files into your project's folder and all four objects into your REALstudio project and then double-click the Growl-class to open it. Inside is a Notes-section which explains how to use it.
(Original source code can be found here at BitBucket)
Comments
De Saint 0396 - De Saint in het Inferno
Sun, Jun 26 2011, 23:15 books, iPhone PermalinkHandbrakePM - A batch video encoder
Sun, Jun 26 2011, 23:15 Mac OS X, REALbasic, REALstudio, software, video, Xojo PermalinkHandbrake is the video converter ... but it lacks one thing: batch encoding. This is where HandbrakePM comes in handy. Simply drag and drop a whole series of files onto the app, select your options and press 'Convert'.
You can read more about it or choose for a direct download (Mac Intel only).
You can read more about it or choose for a direct download (Mac Intel only).
Prijslijst voor Inlichtingen
Sun, Jun 05 2011, 15:18 Humor PermalinkIn Duitsland kwamen we een leuke kaart tegen voor op het bureau. Paste mooi bij ons beroep als IT-er; dus heb ik de vrijheid genomen er een Nederlandse versie van te maken:
Kopieren, printen en op de deur hangen!
Kopieren, printen en op de deur hangen!
De Saint 0170 - De Saint en de vliegende schotel
Sun, Jun 05 2011, 12:20 books, iPhone PermalinkFinding postcodes near a known postcode
Fri, Jun 03 2011, 16:16 Geodata, Lasso, programming PermalinkI am building a website where I need to find people based on their postcode and have been searching the past month for a good and cheap solution. From solutions costing around €2000 down to solutions costing €500 down to one which costs only €99 for a latitude/longitude database of Dutch postcodes, to be found at GEODATAS.net. On their website is sample code present and I converted the PHP-version to Lasso 8 code. —> Click here for how-to and demo code.