Search found 397 matches

by nickz
Thu Oct 03, 2013 11:01 pm
Forum: Bug Reports
Topic: Creating bitmap with IVirtualView
Replies: 1
Views: 7254

Re: Creating bitmap with IVirtualView

Hi JM_ You seems to be using native windows calls. I think they are causing problems. They are probably locking the DC and the KC window mixes up contexts. It works in my test if you replace the code below Bitmap bmp = new ... with: Graphics gr = pictBox.CreateGraphics(); gr.DrawImage(bmp, 0, 0); Th...
by nickz
Fri Sep 27, 2013 10:40 am
Forum: General Issues
Topic: VB6
Replies: 2
Views: 7250

Re: VB6

Hi Mike Everything should work with v4.3 in the same way as the version you currently have. We do not plan any changes which would prevent this in the future Generally though, my personal opinion is that new development should not be done with VB6, unless you do not plan to retire in the next five y...
by nickz
Mon Sep 23, 2013 3:09 am
Forum: General Issues
Topic: Modeling Studio
Replies: 3
Views: 9829

Re: Modeling Studio

Hi jons882
See my answer at http://www.dynoinsight.com/phpBB3/viewt ... f=2&t=2831
I think it deserves a separate thread
Nick
by nickz
Mon Sep 23, 2013 3:05 am
Forum: General Issues
Topic: Object types and modeling
Replies: 0
Views: 9118

Object types and modeling

Hi This is a response to http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=2824 which deserves a separate thread Here is a brief overview of KS section types: SectionOCC are the BSpline Brep objects http://www.dynoinsight.com/Help/Geom/Objects/BRep/BSplines/BSplineBRep.aspx based on the Opencasc...
by nickz
Tue Sep 17, 2013 7:16 am
Forum: Bug Reports
Topic: Draw Visibility
Replies: 1
Views: 6630

Re: Draw Visibility

Hi atrev We had a look at the issue. I assume you are not doing something completely wrong like representing each point as a separate section. KC assumes that there are not too many point sets (more than a hundred would not be good), but each set can be very large, like hundreds of thousands of poin...
by nickz
Thu Sep 12, 2013 4:09 am
Forum: Bug Reports
Topic: Production v4.3 is out
Replies: 0
Views: 9422

Production v4.3 is out

Dear partner The current 3730 update: http://www.dynoinsight.com/ProDown.htm has been released as the first production update of v4.3. We are pretty happy with stability and performance of both 32 and 64 bit editions. Start up time is significantly faster than in v4.2. Download and installation size...
by nickz
Thu Sep 12, 2013 4:04 am
Forum: General Issues
Topic: Production v4.3 is out
Replies: 0
Views: 8606

Production v4.3 is out

Dear partner The current 3730 update: http://www.dynoinsight.com/ProDown.htm has been released as the first production update of v4.3. We are pretty happy with stability and performance of both 32 and 64 bit editions. Start up time is significantly faster than in v4.2. Download and installation size...
by nickz
Sun Sep 08, 2013 10:56 am
Forum: Bug Reports
Topic: Problem with scroll bars on an MDI child
Replies: 1
Views: 9431

Re: Problem with scroll bars on an MDI child

JM,
I think this should be handled by the application. I have checked KC does not receive any messages or events in this case. I suggest handling scroll bar events and if the slider is near the bottom limit call an extra kc.UpdateView();
Nick
by nickz
Fri Sep 06, 2013 1:03 am
Forum: Bug Reports
Topic: install problem
Replies: 4
Views: 11732

Re: install problem

First of all, you should be able to upgrade from any version to 4.3 without any license. Any problems they can be sorted out. V4.3 is free apart from AutoCAD support, which only makes difference when you are trying to open an autocad file. I just did a quick check: Installed v3.2 (3.1 should have sa...
by nickz
Thu Sep 05, 2013 3:42 am
Forum: Bug Reports
Topic: install problem
Replies: 4
Views: 11732

Re: install problem

Hi atrev We are investigating this. We definitely test all updates. Quick suggestion: Try the latest version of v4.3: http://www.dynoinsight.com/ProDown.htm There were significant improvements in setup. It is still beta, but there only few bugs left and overall I believe it is already better than 4....