Hi guys,
This is something I can live with but got me intrigued...
I have set a BaNano Hover event to a few cells, and all fire the same event... no issues on that...
Each cell holds a Label with different contents (of course)... I thought that by targeting the CELL, the Hover event would be fired as soon as I entered or exited the CELL, but instead, its firing when I enter or exits the CELL AND refiring when I enter the Cell's Content!( see the logs)
Its almost like the hover event detected a "no man's land" inside the cell... can it be due to Padding or Margins inside the Cell?
Anyway to solve? ... as I said, I can live with it... it's just not as clean as I would wish...
This is something I can live with but got me intrigued...
I have set a BaNano Hover event to a few cells, and all fire the same event... no issues on that...
Each cell holds a Label with different contents (of course)... I thought that by targeting the CELL, the Hover event would be fired as soon as I entered or exited the CELL, but instead, its firing when I enter or exits the CELL AND refiring when I enter the Cell's Content!( see the logs)
Its almost like the hover event detected a "no man's land" inside the cell... can it be due to Padding or Margins inside the Cell?
Anyway to solve? ... as I said, I can live with it... it's just not as clean as I would wish...
B4X:
portale2df1481-3d59-4034-89f6-530363241ad0
realnavigationbarbuttonscontainer-r1c1Hovering : true 'Entered the CELL'
Waiting for value (101 ms)
realnavigationbarbuttonscontainer-r1c1Hovering : false 'Exited The CELL(?)'
Waiting for value (101 ms)
realnavigationbarbuttonscontainer-r1c1Hovering : true 'Entered the Cell's Content!!!
Waiting for value (102 ms)
realnavigationbarbuttonscontainer-r1c1Hovering : true
realnavigationbarbuttonscontainer-r1c1Hovering : true
realnavigationbarbuttonscontainer-r1c1Hovering : true
realnavigationbarbuttonscontainer-r1c1Hovering : true
...
more of the same
...
realnavigationbarbuttonscontainer-r1c1Hovering : true
realnavigationbarbuttonscontainer-r1c1Hovering : true
realnavigationbarbuttonscontainer-r1c1Hovering : false 'Exited the Cell's Content!!!'
Waiting for value (101 ms)
realnavigationbarbuttonscontainer-r1c1Hovering : false 'Exited The CELL!!'
realnavigationbarbuttonscontainer-r1c2Hovering : true
Waiting for value (108 ms)
realnavigationbarbuttonscontainer-r1c2Hovering : false
Waiting for value (101 ms)