My app has some rudimentary applescriptability.There is one method (receivedInstantMessage) that takes a single parameter (message) and passes it to my app which then processes it.
I code in REALbasic. Whenever I receive an IM via iChat, iChat runs an applescript and sends to it the last message received.I need to somehow forward this mes开发者_C百科sage as a string to the app
To make my Real Studio application portable, I want to make it open an executable file on Mac, Windows, and Linux with the default Console/Terminal application. I have a string s, which is the filenam
I\'m storing a data file in the resource directory of a RealBasic app. But how do I programma开发者_StackOverflow社区tically locate it?
I\'m work on a tool for learning purposes, it perform a search with google apis. Using HTTPSocket I get the results of the search in json format and then parse it to dictionary with the json.parser wr
I am making an editor with Real Studio for a special kind of file type. I made the file type with the File Type Editor, but how can I make a file output stream for that file type? Currently I am using
I have an Mac RB app that crashes when I write a line to a TextOutputStream on the user\'s preferences.
I\'m looking to get something that can create apps for Mac and Windows. It also seems that RealBasic can also create applications that have some sort of SQLLite DB built in. This is nice for standalon
I\'m writing an app for OS X (in REALbasic, not Objective-C). I have implemented a source list (i.e. the sidebar in iTunes) in this app.
I use real basic for programming and I want to export some data to a开发者_JAVA百科 word file that can be opened with \"Open Office\" or any other word processing software that can work on MAC OSX, an