Ben,
Hope you had a great time New Mexico. It’s been raining cats and dogs here in Santa Cruz, CA so I’ve had a lot of time to work with StrataFrame over the weekend. I’m using an AddHandler call and when I first tried to link up the events I had a “brain dead” moment and ended up adding an event handler that created a new instance of the OrderEntry form instead of handling the event on the existing object. Once I got that sorted I was able to accomplish what I wanted.
I also like applications that validate business rules on a character-by-character basis rather than waiting until you tab off a field. I was very happy to find out how easy that was to do by having the ObjectMapper generate events that I could trap in the form and call RulesCheck.
The more I work with SF the better I like it. However more detailed doc would be welcomed. A tutorial that builds a sample app would probably help people get their minds around this product. I’m used to working more in code and it’s taking me awhile to get used to working with properties windows. When trying to figure out how something works I have to remember to look at the properties rather than reading through the code, there just isn’t that much of it! Of course that’s the beauty of this framework.
-Larry