I have simple activity which has xCustomListView with panel with edit view. Edit has FocusChanged proc. This proc read edit value and set label text in picture edit value is "12" and label text is "Kid 0".
The "Clear CLV" button clear xCustomListView. If the cursor is parking on the edit...
Hi guys :)
I made a simple notification
dim notif as Notification
notif.Initialize
notif.Icon = "icon"
notif.AutoCancel = True
notif.SetInfo("Title", "This is body.", Me)
notif.notify(1)
I want to do something whenever the notification is canceled
is it possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.