Search found 397 matches

by nickz
Wed Jan 25, 2023 8:55 pm
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar

I am very sorry about the problems and thank you for the effort.
We will keep working on it.
I have sent you a private message.

Nick
by nickz
Tue Jan 17, 2023 9:58 pm
Forum: General Issues
Topic: DG Kernel 7.1 released
Replies: 0
Views: 28208

DG Kernel 7.1 released

Dear all We have released the v7.1. Data Exchange (Import/Export) via STEP format has been reimplemented based on Extended Data Exchange (XDE) engine of OCCT. This includes support for saving and loading of STEP assemblies and their hierarchies. The new STEP Data Exchange also includes persistence o...
by nickz
Tue Jan 17, 2023 8:39 pm
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar,

We have posted the official update 5349: Downloads. It has few improvements in exceptions handling and also added error logging.

Regards
by nickz
Mon Jan 16, 2023 8:25 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

Hello Gisbar, This is weird. This is the code in the method which throwed the exception: private void OnPaintSafeMode(Graphics g) { Font drawFont = new Font("Arial", 32); SolidBrush drawBrush = new SolidBrush(Color.DarkRed); float x = 40.0F; float y = 40.0F; g.DrawString("DG Kernel Control", drawFon...
by nickz
Thu Jan 12, 2023 6:39 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

Gisbar, Please try this: 5343/DGKernel_7_0.exe It is an unofficial update, we just have compiled. We have replaced rendering in designer with a safe mode rendering. It should work. Please let me know if it does not. It is a temporary workaround to get you going with the evaluation. Your original pic...
by nickz
Wed Jan 11, 2023 4:48 am
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

A thing to try: Visual Studio caches controls, so the version of DGKC.dll may be out of date and incompatible with the installed code. Try replacing the DGKC in the toll box: Open the Toolbox with a dummy new VB app and a designer opened just to see the Toolbox. Right-click Components > DGKC. Choose...
by nickz
Tue Jan 10, 2023 11:46 pm
Forum: Bug Reports
Topic: Issue when adding DGKC on Form (VBNET)
Replies: 10
Views: 43759

Re: Issue when adding DGKC on Form (VBNET)

Hello, Ghisbar Sorry about that. I am sure there is a problem, just as an encouragement: I have tried to reproduce it as: - Installed 5314 update - Started VS 2019 as admin - Opened the installed VB Patch sample - Opened the Patch.vb form in designer - Made the form little larger to insert another i...
by nickz
Wed Aug 31, 2022 6:28 am
Forum: General Issues
Topic: What is up
Replies: 0
Views: 21222

What is up

Hello everyone. We have been quiet for some time. We are working hard internally on implementing Open cascade's Extended Data Exchange towards v7.1. It is a challenging work, but we will get there. There is also an intensive work on a new long shot project. It is going steady, but it is a big work a...
by nickz
Fri Feb 25, 2022 2:36 am
Forum: Bug Reports
Topic: Cant add DGKC to Visual Studio
Replies: 1
Views: 11025

Re: Cant add DGKC to Visual Studio

In update 5305 we have made an unannounced change to the security. We have removed the short evaluation period as it creates lots of room for abuse. You need to register from the start. After installing please go to the Subscription option in the Windows Start menu. Please run it as admin (Right cli...
by nickz
Mon Jan 17, 2022 9:49 am
Forum: Bug Reports
Topic: Model shrinks but does not grow on window resize
Replies: 5
Views: 19622

Re: Model shrinks but does not grow on window resize

Sorry, Aaron,
We had to change code signing service and it was fiddly. This is where the bug came from.
Today's 5297 update should work: Downloads.
Thanks for reporting