View Single Post
  #11 (permalink)  
Old 09-03-2008, 07:40 AM
Rioven Rioven is offline
Senior Member
 
Join Date: May 2007
Posts: 174
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi

I made this changes on Erel's EditableTable...but doesn't work when selecting partially diplayed cells and scroll bars...

Code:
Sub eventScrollH_NewEvent
btnAccept_Click
End Sub
Sub eventScrollV_NewEvent
btnAccept_Click
End Sub
Needs to put it back to original...

Code:
Sub eventScrollH_NewEvent
pnlEdit.Visible = 
False
End Sub
Sub eventScrollV_NewEvent
pnlEdit.Visible = 
False
End Sub
CORRECTED File on my previous post...

My only problem now is on device, when updating cell entry and then drag scroll bars, the cell will display unchanged content, but when you select this cell again, it will appear the updated content. What is the best thing to do?
__________________
Rioven

DEVICE: Motorola ATRIX (Dual Core) Android 2.2.1
DESKTOP: Intel Pentium Dual-core E5200; Microsoft® Windows® Vista Home (Basic); Hard Disk:320GB; Memory:4096MB

Last edited by Rioven : 09-03-2008 at 08:05 AM.
Reply With Quote