Current Notes 30

For #30, an extra-large Current Notes!

Software

CalendarKit 2.0 beta – Now integrates with Outlook

Yuma – Develop web apps using REALbasic!

Toringo Plugins – Plugins for encryption and DRM

On-Target Reports 5.0.3 – Bug fixes

gZip plugin – Now open-source

Notebook TabPanel – It’s a notepad and a tab!

Extended Plugin 3.3 – Extend your numeric precision

Inline HTTP (and more) – From Adam Shirey

Information

Trivial Client-Server Example – From Charles’ presentation at REAL World

Some warnings about pre-emptive threads – From Alacatia Labs

ListBox Hover Cell – A useful tip

Community

MacMod Interview with Andrew Bredlow – A video interview from MacWorld

REAL World Recap – Thoughts from Bob Keeney

REAL World Day 1, Day 2, Day 3 – From Kevin Cully

REAL World Day 1 and Recap – Norman gives his insight

REAL Word Day 1, Day 2, Day 3 – From Brad Rhine

REAL World thoughts – From Jay Jennings

Self and Me – Steve Garman gives you some tips for when to use these two keywords

Introspection and Caching – More insight from Aaron



2 Responses to “Current Notes 30”

  1. ron says:

    I use 2007 r 5 and notice that ‘object binding’ does not work.

    a) is there a workaround? I could program each add/edit/delete button but don’t know the correct code. Got any hints?

    b) does 2008 r 3 allow object binding?

  2. Paul Lefebvre says:

    Bindings were removed from REALbasic in one of the 2007 releases. I suspect they’ll be added back at some point, but so far they have not been.

    a) The workaround is to use code. In particular, the DatabaseRecord and RecordSet would be good classes to investigate.

    b) No, REALbasic 2008 r3 does not allow object binding either.

    – Paul