Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Components / Libraries  |  REALbasic Starter Kit

REALbasic Starter Kit

REALbasic Starter Kit - 1.0.0

For the new or intermediate REALbasic developer.

All Time: (1.0)
This Version: Not rated (0.0)
Current Version: 1.0.0
Release Date: 2009-05-28
License: Beta
Downloads (this version): 708
Downloads (all versions): 1,395
Price: $30.00

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

The RB Starter Kit executable demonstrates and documents a module of predefined functions that will mainly be of use to new and intermediate REALbasic Developers.

The RB Starter Kit contains an executable for Macintosh and Windows.

Purchase of the Starter Kit gives you the source code for the examples application. The module that performs the functions remains encrypted but can be used in any of your projects without restriction.

As well as the module that can be used within your own projects, the source code for the examples application can be used to learn how to do things such as automatically creating a local SQLite database to store the locations and sizes of all the windows in your application, how to populate and react to events on a Listbox Control, use of Toolbars, Menus Etc.

What's new in this version:

Syntax Highlighter Function

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.5 Intel
  • Mac OS X 10.5 PPC
  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9

Screenshots:

REALbasic Starter Kit

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

REALbasic Starter Kit ReviewComplete waste of money - Version: 1.0.0, 6/1/2009 01:12AM PST

MarkusWinter
Even if it would be free I fail to see the value in this even for absolute beginners.

The 12 (!!!) included functions are of the type "Test for file exists" which in REALbasic is just something like

Dim f As FolderItem // reserve a place in memory for a folderitem
f=GetOpenFolderItem(FileTypes1.Quicktime) // open dialog to load a quicktime movie
If f <> Nil and f,exists then // did the user select a movie? does the file exist?
MoviePlayer1.movie=f.OpenAsMovie // then open the movie
End if

so it just makes it more difficult rather than easier.

Or his "create an email" in REALbasic is simply

Dim mail as EmailMessage

mail = New EmailMessage
mail.fromAddress= EditField_MyEmailAddress.text
mail.subject = EditField_SubjectText.text
mail.bodyPlainText = EditField_email_bodyText.text

Ridiculous.

As the author also states "Additional functionality was added by the use of plugins from MonkeyBread Software" he might infringe on the copyright of the excellent Monkeybread Software plugins (http://www.versiontracker.com/dyn/moreinfo/macosx/16127, 5 Star ratings) as you are allowed to use them in your compiled apps, but I don't think you can "sublet" them in any form which would be required if he uses them in his encrypted module).

There is a strong suspicion in the REALbasic community that he is just repacking code that others have given away for free. This suspicion stems in part from the fact that his other product REALbasic Syntax Highlighter Module seems to be a repackaged version of Alex Resrepo's SyntaxHighlightEditField which is free
Post a commentAlert Admin

REALbasic Starter Kit CommentaryWow. A new low. - Version: 0.7.2, 4/18/2009 11:27AM PST

(2 of 2 users found this comment useful)

justwhatever
Selling sample code to people new to the platform.

This kind of code is normally FREE. Hell, I wouldn't be surprised if it was just repackaged code from RealSoftware (not that I know one way or the other)...
Post a commentAlert Admin