event driven

  1. stanlyonhack

    Android Question invoke an event from another event

    I wish I could invoke an event from another event, example: To remove an element from a CustomListView I use the event of this object Sub CustomListView_ItemClick (Index As Int, Value As Object) CustomListView.RemoveAt (Index) End Sub Now my question is how can I invoke this event from the...
  2. Mashiane

    B4J Question [BANano] [SOLVED] Extending Event Driven BANanoSQL with own CallBacks?

    Hi there This is just a thought... The current implementation of the event driven BANanoSQL has a callback method for .Execute being Sub SQL_SQLExecuteResult(Tag As String, Result As List) If perhaps one could have an extra call e.g. .Execute1(qry,args,BANano.CallBack(DoThis)) , this being...
Top