1.My scheduler shows the time in a format of hh:mm AM/PM, how can I change it to show 24 hours format?
2. The scheduler is loaded very slowly, even when there are no appointments (that's why I know it's not a code problem). Does someone have an idea why?
3. When the user updated an appointment time by dragging it to a different time slot in the scheduler ,I am checking if the update is legal according to my application roles and if not I am canceling the user changes. What happens is that the appointment disappears from the scheduler , even though that In the AppointmentStorage the appointment exists!
Thanks
but in a larger application where I use the scheduler the first load takes sometimes more than a minute.
Thanks.
Do you know why invalidating license information takes more time in one computer and less in other?
> Do you know why invalidating license information takes more time in one computer and less in other?
It can't take more time. If you build your application on machine with valid license installed, run-time license gets embedded into application resources. Run-time license check doesn't look in registry etc., it looks at application manifest only.
I think you should make some research regarding client machine settings.
Check the next:
- does .Net Framework 3.5 SP1 installed? It contains some performance improvements. - is PresentationFontCache enabled? - is there firewall or antivirus software running? - run your test application several times and compare times at first start and at subsequent starts; - compare overall performance of working and client machines (graphics card characteristics make sense as well).