Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Acrobat

Pages: [1]
1
Support / divide zero exception
« on: July 23, 2014, 10:08:10 pm »
Hey! Toolkit!
tk2dUIScrollableArea.cs
You code don't catch divide zero exception. Please, see 433 source code string:
   newPercent = destValue / (contentLength - visibleAreaLength);
The value have a NAN!

Pages: [1]