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
Hi,
In the new R2 Version the following issues I have found. They work fine in the old version.Please visit the following urls for a demo project and a video:http://cid-160bf522301396de.skydrive.live.com/self.aspx/Public/SchedulerDemoProject.zip
http://cid-160bf522301396de.skydrive.live.com/self.aspx/Public/SchedulerDemoVideo.zip
1) WebScheduler1.GetClientAction() doesnt work in the new upraded R2 version now. It works fine in the pervious version.
2) In the Month View the navigation arrows for moving between the months returns javascript error ws03f34 is undefined ISRes.axd. This error is not occuring if I activate the Day View and Week View in the WebScheduler.
3) The following client side function not working: webScheduler1.Calendar.SetSelectedDate(PeriodStarDate); event functions are attached through the following two settings.
OnForwardNavigation="DoForwardNavi" OnBackNavigation="DoBackNavi"check the javascript funcitons below. function DoForwardNavi(ControlID, ViewType, CurrentDate, PeriodStarDate, PeriodEndDate) { // alert(PeriodStarDate - ); var WbSchdlr = ISGetObject("wbSchdlr"); WbSchdlr.AddInput("year", PeriodStarDate.getFullYear().toString()); WbSchdlr.AddInput("month", (PeriodStarDate.getMonth() + 1).toString()); WbSchdlr.AddInput("day", PeriodStarDate.getDate().toString()); WbSchdlr.ViewSettings.SelectedDate = PeriodStarDate; WbSchdlr.RefreshAll(); WbSchdlr.Calendar.SetSelectedDate(PeriodStarDate); return false; } function DoBackNavi(ControlID, ViewType, CurrentDate, PeriodStarDate, PeriodEndDate) { var WbSchdlr = ISGetObject("wbSchdlr"); WbSchdlr.AddInput("year", PeriodStarDate.getFullYear().toString()); WbSchdlr.AddInput("month", (PeriodStarDate.getMonth() + 1).toString()); WbSchdlr.AddInput("day", PeriodStarDate.getDate().toString()); WbSchdlr.ViewSettings.SelectedDate = PeriodStarDate; WbSchdlr.RefreshAll(); WbSchdlr.Calendar.SetSelectedDate(PeriodStarDate); return false; }
I'm not able to upgarde my project because of the above issues.Please consider the above issues as urgent. Prompt reply will be appreaciated!Br,
Shahjahan Ansari
We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue. Please click here to read the official press release.
You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".
The attached sample bin project folder is not using the latest WebUI R2 2009 release, I have taken the liberty in using the latest dll to test the issue.
#1 In which event handler / function do you wish to use the GetClientAction()? I did not see any usage of the GetClientAction in the attached project.
#2 and #3 Analyzing the OnForwardNavigation and OnBackNavigation event handler, it seems the error is caused by SetCalendarDate() function. In your configuration, you will not need to use the SetSelectedDate() function the SetSelectedDate property already suffice for navigating. Here is the modified event handler:
function DoForwardNavi(ControlID, ViewType, CurrentDate, PeriodStarDate, PeriodEndDate){ var WbSchdlr = ISGetObject("wbSchdlr"); WbSchdlr.AddInput("year", PeriodStarDate.getFullYear().toString()); WbSchdlr.AddInput("month", (PeriodStarDate.getMonth() + 1).toString()); WbSchdlr.AddInput("day", PeriodStarDate.getDate().toString()); WbSchdlr.ViewSettings.SelectedDate = PeriodStarDate; WbSchdlr.RefreshAll(); return false; }
Please visit the following url to get the latest sample, I have used the GetClientAction() in the Page Load event:
http://cid-160bf522301396de.skydrive.live.com/self.aspx/Public/IntersoftSchedulerDemo.zip
Also, Issue No. 3 was related to the javascript line line WebScheduler1.Calendar.SetSelectedDate(PeriodStarDate); this line is used to set the correct date in the Calendar object in the top left corner of the WebScheduler control. It works fine in the previous version. I have also tried replacing that line with WebScheduler1.Calendar.SetSelectedDate = PeriodStarDate. theres no such property available in the new version.
Issue No. 2 is related to the arrow buttons we have in the Month View to navigate between months. When you click the back/forward button it returns error.The above Issues are with the Month View if Day View and Week View are not visible in the WebScheduler.
New Issue: On mouse over in the menu control used to show the sub menu items in the older version, In the new version it returns javascript error.
The sample contains this issue as well. Jimmy knows about this new issue.
BR,
Regarding issue #1, a bug report has been submitted to our developer.
My test show that issue #2 and #3 is related. The JS error is caused by the function Calendar.SetSelectedDate() when Day View and Week View is disabled. It seems the Calendar.SetSelectedDate() issue is caused by a bug. A bug report has been submitted to the developer.
The onMouseOver web menu issue has been reported previously by another user in this thread. The thread also contains a link to a new WebDesktop nightly build that already include the fix for this issue.
We will inform you if there is any update / progress for the submitted bug report.
Hi Glenn,
Please let me know when the issues will be resolved, or let me know the date when I should check for the updates. Its quite urgent.
Br,
I have marked this issue as urgent in the bug report that I submitted, however currently I could not give any estimation on when the fix will be available.
Thanks for solving the above issues. But It came back with a new issue now, In Month View the Event cant be moved now and in the TimeLine View when I try to move the Event it returns the following error:User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; AskTB5.4)Timestamp: Thu, 28 Jan 2010 17:06:40 UTC
Message: 'ws37416' is undefinedLine: 7Char: 52452Code: 0URI: ISRes.axd?S/WebScheduler_UI.js/3010003
This is frustrating, when will i get this control working with no errors and issues?????
Shah
It'll be great if you could quickly solve the timeline view issue. It is used heavily in my application and i want to upgrade to R2 now. There are issues related to WebTextEditor, WebGrid and WebInput which are solved in the new version but I simply cant upgrade because of this WebScheduler issue. Please help me!!
The Timeline event move operation JS error is caused by a bug. I have submitted a bug report to the developer. Since you are using a nightly build version, some issue should be expected, since the build has not fully complete the testing cycle.
Regarding the multiple day event movement in the month view, currently WebSchduler only support moving time based single day event. WebScheduler have not support moving event for all day event or multiple day event in month view.
We will inform you if there is any update / progress regarding this issue.
The timeline event operation JS error fix will be included in the next hotfix which will be release in a few weeks at the latest.
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