realbasic
What's wrong with this Applescript?
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.[详细]
2023-02-07 15:28 分类:问答How to send a string from an Apple script
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[详细]
2023-02-07 14:11 分类:问答RealBASIC opening a program file on the default operating system Console/Terminal
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[详细]
2023-02-02 01:51 分类:问答Realbasic OS X: find resource directory
I\'m storing a data file in the resource directory of a RealBasic app. But how do I programma开发者_StackOverflow社区tically locate it?[详细]
2023-01-23 10:45 分类:问答Loop a collection with Realbasic
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[详细]
2023-01-21 21:14 分类:问答Creating a file of a certain type with Real Studio
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[详细]
2023-01-20 03:49 分类:问答RealBasic app crashes on writeline
I have an Mac RB app that crashes when I write a line to a TextOutputStream on the user\'s preferences.[详细]
2023-01-18 23:29 分类:问答What are some other comparable products to RealBasic?
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[详细]
2023-01-18 04:23 分类:问答Where can I find Apple's standard source list / sidebar icons?
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.[详细]
2023-01-15 14:52 分类:问答how to export data from realbasic to open office word file or compatible software
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[详细]
2023-01-09 22:21 分类:问答