when Importing a lot of records via "Import File Loader" (VFileImport.java) I would like to see a progress indicator.
see example at http://www.adempiere.com/File:VFileImport-Progress-Indicator.PNG
Same for Import Processes ...
WDYT
Sorry, we solved it (for zk) in IDEMPIERE-2631, not https://idempiere.atlassian.net/browse/IDEMPIERE-2630#icft=IDEMPIERE-2630
We solved this issue for zk in https://idempiere.atlassian.net/browse/IDEMPIERE-2630#icft=IDEMPIERE-2630
my idea is to extent the existing StatusBar.java to work progress indicator
I implemet on https://bitbucket.org/eugenh/idempiere to show the effect.
when Importing a lot of records via "Import File Loader" (VFileImport.java) I would like to see a progress indicator.
see example at http://www.adempiere.com/File:VFileImport-Progress-Indicator.PNG
Same for Import Processes ...
WDYT