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,
Now I use WebSchedule control to create a schedule,but I encounter a problem ,when I add an event in the schedule,it successfully added,but when I add another events continuely, it shows that it is always loading and not successfully.I don't know why .would you please give me a hand? Thank you very much!
the samples is attached,please have a look!
Hi su su,
I’ve analyzed your code here. I use your code and it works fine. After I compared ISDataSource code, I found out that you have ID which is identity data type (autogenerate) which mean you must handle the identity value when you want to insert the event. If you don’t mind, could you try to refresh after you inserted 1 event then insert another event to your WebScheduler? If you can do this state, it means the problem is in identity ID.
To resolve this problem, you can handle identity ID like in this walkthrough step 19. Hope this helps.
Regards,
Bernard
Hi Bernard,
Now the problems that I consulted you have solved now , thank you very much! Now I have another problems, the WEBUI official website may has help documents for every control,but I didn't find it,would give me a link ? Because sometimes when I saw a client side events which wrote by javascript,but I was doubt about the meaning of the parameters,for example:in the samples
Client_GetCellElement.aspx
function GetCellElementByDate() { var s = ISGetObject("WebScheduler1");
var el = s.GetCellElement(new Date(2008, 2, 18, 9, 10, 10), 2, true);//what every parameters in Date? means 2/18/2008 9:10:10?
if (el != null) el.style.backgroundColor = "red"; }
I don't know the code that was bold....
GetCellElement() is a function to gets WebScheduler's cell element by specifying valid values in the parameters.
The parameters are:
date
The date of the cell to be retrieved.
resourceID
Specifies the resourceID of the cell to be retrieved.
getAllDayArea
Determines whether hour area or all-day area should be retrieved.
Hope this helps.
Hi Bernard ,
When I open the WebSchedulerSamples,some samples is open successfull,but some sampes occur error(such as YearCellMinimumHeight.aspx),it shows that in resources:presenting the control error,The unhandled exception,index and length must refer to location withon the string.please see the attach file,I don't know why?
Sorry for the late responses. I tried to replicate your issue in our local end but unfortunately it works properly. I also attach the screenshot here. Could you tell me the step to replicate this issue in our local end? So far, I only open the WebScheduler Sample using C# and VB in Visual Studio 2010 then I check the Design View in aspx. Look forward to hear any feedback from you so I can help you further.
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