Blog blog blog....

Its been awhile since I looked at my own site. i need better blogging software that lets me know when there are reactions.. Openblog seems to be pretty dead:(

So sorry if I haven't reacted to your posts, I'll add a few reactions here as it seems that the comment system has a few issues as well..



Read more ...

Add to: Digg | Technorati | del.icio.us | Stumbleupon | reddit | Furl

Download of old tutorial file

I forgot to put this on ages ago. The file for part 5 of the tutorial contains the end result. I made this so long ago I'm crossing my fingers that is still works:) but back by popular demand:

www.basenlily.me/downloads/part_5.zip

Add to: Digg | Technorati | del.icio.us | Stumbleupon | reddit | Furl

What an adventure today!

Damn, it has been so long since I wrote anything here. Live has just been to busy and I hardly find the spare time to write anything. I am attempting to find the time to learn Ruby so who knows, that might be a reason to revamp this site.

Today was an adventure though, the Dutch festival was on, a yearly get together for Dutch migrants here in Sydney with traditional Dutch food and Dutch entertainment. The festival itself is a 3 day event and today was the last day. The festival was a lot of fun, getting to the festival proved an adventure...



Read more ...

Add to: Digg | Technorati | del.icio.us | Stumbleupon | reddit | Furl

BasenLily.ME

I'm running ahead of myself here but since I haven't posted anything here for awhile now but our site address is going to be amended with BasenLily.me.



Read more ...

Add to: Digg | Technorati | del.icio.us | Stumbleupon | reddit | Furl

Omnis and subwindows

I've been way to busy lately to do any personal posts however today there was a topic on the Omnis discussion list about subwindows and communication between them and their parent windows that made me want to write a little something about it. The topic has come up many times in the past and since it is something I've done a lot with it seemed like a good idea to do a little sample library and add some explanation.

Subwindows are basically windows that are contained within another window. They are Omnis Studio's answer to be able to reuse visual components in multiple places in your application. This can be anything from a subwindow containing a single component/field to a subwindow that allows you to enter an entire record consisting of a dozen entry fields.

The problem herein is how to properly communicate between the subwindow and its parent window.
Object Orientation states that any object should not assume or directly influence another object that contains/uses it. That is the only way to guarantee an object can be reused in multiple places without any restrictions in the behavior of the object that uses it. A subwindow and it's parent however always have a symbiotic relationship in one form or another and some measure of communication between them is required. The parent window communicating with the subwindow is easy as this is simply done through public methods, but the subwindow (as it interacts directly with the user) communicating back to the parent, now their lies the problem.



Read more ...

Add to: Digg | Technorati | del.icio.us | Stumbleupon | reddit | Furl