On Thu, 2012-03-01 at 12:20 +0100, Alaney Dória wrote:
> Events will be associated to user interface events that a programmer
> can 
> use for execution of custom code. The notification is related to the 
> data himself, when data have certain value.

Sure, that sounds useful. You would want to define the events that you
want to respond to for each Table or field:

For instance:

Table:
- Record Added
- Record Removed
- Record Changed

Field:
- Field Changed


However, if there are common things that this would do, it would be best
to turn them into real features. For instance:

- Calculating the foreground and background colors based on the field
value. This should be quite easy to implement.
- Validation of entered values.

I think you mentioned those here, but you did not file specific bugs:
https://bugzilla.gnome.org/show_bug.cgi?id=668815


Then, you would only want to implement some more general feature if
there are still other things that you need to do.

However, just because I think some of this might be useful, that does
not mean that I will work on it in my spare time before first doing
other things.

-- 
Murray Cumming
murr...@murrayc.com
www.murrayc.com
www.openismus.com

_______________________________________________
glom-devel-list mailing list
glom-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/glom-devel-list

Reply via email to