News:

 

Topic: NumPad Does Not Work in Manipulation Input Window  (Read 11833 times)

0 Members and 4 Guests are viewing this topic.

  • No avatar
  • Posts: 2103
  • Polygon
January 09, 2014, 07:02:43 pm
Ok, here's a bug I found with tabbing, focus traversal, etc while using custom docked windows.

I have found that custom windows/toolbars cause various issues when docked(and reported a few via e-mail over the last 12+ months). Hopefully, as other report issues with docked custom windows IStonia will make better implementation and stop blaming my system/setup.

  • No avatar
  • Posts: 130
  • Spline
January 09, 2014, 08:23:36 pm
Hopefully, as other report issues with docked custom windows IStonia will make better implementation and stop blaming my system/setup.

I do occasionally see myself re-reporting bugs that you've posted about months ago.  I had perhaps incorrectly assumed that they had been mostly fixed since you're the #1 most active non-dev poster on these forums, and a primary reason speculative users like myself have managed to figure out how to use NVIL in the first place.  If there are any cases in which you'd like me to try and reproduce a bug, send me a p.m. (or email me - p.m. to exchange email addresses) and point me to the thread where you've posted about it, as I'm happy to do so and submit my report on it. I use NVil on two fairly different systems (both are running i7 procs, AMD gpus, and Win 7 x64 though), one of which is entirely dedicated to 3d production, and both of which are rock-solid with other commercial 3d applications.  And I know I've experienced some pretty strange bugs - so I definitely believe it's not your system/setup.

  • No avatar
  • Posts: 3760
  • Developer
  • Administrator
  • Polygon
January 09, 2014, 08:57:01 pm
The user tool windows are added dynamically in my code while other windows added by the studio designer. As it is now the Tab controls of this two kind of windows are different. I am trying to figure out what is the cause which hopefully may be the cause of all other problems.

  • No avatar
  • Posts: 130
  • Spline
January 10, 2014, 12:07:51 am
I am trying to figure out what is the cause which hopefully may be the cause of all other problems.

Good luck! :)

  • No avatar
  • Posts: 3760
  • Developer
  • Administrator
  • Polygon
January 11, 2014, 10:47:59 am
The Tab key should work properly now.

  • No avatar
  • Posts: 2103
  • Polygon
January 15, 2014, 12:25:41 am
I am trying to figure out what is the cause which hopefully may be the cause of all other problems.

So what about all the other problems?

  • No avatar
  • Posts: 3760
  • Developer
  • Administrator
  • Polygon
January 15, 2014, 04:07:57 am
The Tab key problem is caused by property setting in the dock panel. If the dock panel is in the same docking container with other dock panels which the tab property is set properly, the problem will occur.

For problems which can be reproduced every time, they generally can be tracked down step by step. For problems that happen randomly, they can be very hard to solve.

  • No avatar
  • Posts: 2103
  • Polygon
January 18, 2014, 03:38:18 am
For problems which can be reproduced every time, they generally can be tracked down step by step.
Screen flicker and boolean problems?


 
Quote
For problems that happen randomly, they can be very hard to solve.
Even more difficult to work with.