iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Dear Domingo,
Thanks for your patience. Build 51 is now available in our nightly build server which addressed this issue. Please give it a spin and let us know how it works in your end.
For complete details, see Update 1 Release Notes.
Hope it helps!
Hi Domingo,
You can download sample from this problem from : http://git.intersoftpt.com/projects/CROS-SUPP/repos/activity-after-action/browse
The dismissing of Activity Presenter is caused by dismissed Action Presenter. Thus, you should do activity presenter on different thread. To avoid this issue, set the delay of the background thread to 500ms. Please take a look at this code :
IViewService viewService = ServiceProvider.GetService<IViewService>(); if (viewService != null) { viewService.RunOnBackgroundThread(() => { viewService.RunOnUIThread(() => { this.ActivityPresenter.Show("Updating...", ActivityStyle.SmallIndicatorWithText); }); }, 500); }
Hope this can help you.
Regards,
Jevon Christian
What happens if the ActionPresenter closes after 500ms? Is 500ms an estimated value? How can you tell if the actionpresenter is closing or ActivityPresenter has closed for that matter? Why does ActivityPresenter close along with the ActionPresenter?
Any updates?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname