I will.... as soon as i do more thatn a Hello World i Will. I'm convencing my company to use this platform WAY better than PHP. BUT (always a but) the learning curve is not THAT easy (sorry always
) probably because i'm adding to the B4J learning curve this framework... once i handle this you will see lot of me around.
That will be nice!.
The best way to learn is copy from the source supplied in the demo and feedback samples (at least it was for me).
If one had to learn from scratch (no source examples) I'm afraid I wouldn't have made it past the first line...
Use the CRUD generator (ABMGenerator) to produce your modal sheets. You can learn much from it - as well as save hundreds of lines of code that would otherwise have to be typed. Alwaysbusy says an update will be in 1.08b.
Sub Page_ParseEvent(Params As Map)
Log(" Insp Parse Event: "&Params)
Dim eventName As String = Params.Get("eventname") ....
.....
End Sub
I added - Log(" Insp Parse Event: "&Params) to log the events. This map shows what events are being fired and what the parameters are:
Insp Parse Event: (MyMap) {eventparams=abmistable,target, abmistable=abmistable, eventname=tbldetl_clicked, target=tbldetl_0_5__}
I have tried the php route... no thanks... Dealing with data in this framework (ABM and B4J) is much easier, more reliable and robust.
Creating these apps is now "pure joy" rather than a frustrating waste of my precious time with other technologies. Things "work" with this and - I can actually understand how and why!!!
Good luck with your new adventure.