Search found 397 matches

by nickz
Wed Jun 16, 2021 4:54 am
Forum: Bug Reports
Topic: System.AccessViolationException(s) with Smart Labels
Replies: 5
Views: 18302

Re: System.AccessViolationException(s) with Smart Labels

Fixed in 5217 update. There was a quirk in renderer
Regards
by nickz
Wed Jun 16, 2021 4:52 am
Forum: General Issues
Topic: Load model from memory
Replies: 6
Views: 9876

Re: Load model from memory

This should be working now after today's 5217 update Download.
See the Test_IModel_DG.TestGlmMemoryPersit() in DGKernel_6_2\Samples\NET\C#\Tests\InterfaceTests\Test_IModel_DG.cs, C#\Tests\InterfaceTests sample project.
Regards
by nickz
Mon Jun 14, 2021 12:04 am
Forum: Bug Reports
Topic: System.AccessViolationException(s) with Smart Labels
Replies: 5
Views: 18302

Re: System.AccessViolationException(s) with Smart Labels

Yeah, this is weird
v5 was based on DirectX 9.1 where text was rendered practically in immediate mode. In DX11 it was changed to use hardware acceleration. So implementation has changed significantly. This is where the bug came from.
We are working on it....
Thank you for reporting
by nickz
Sun Jun 13, 2021 11:59 pm
Forum: General Issues
Topic: Load model from memory
Replies: 6
Views: 9876

Re: Load model from memory

Hmm. I am sure we got this working.
Checking...
by nickz
Sun Jun 13, 2021 11:57 pm
Forum: General Issues
Topic: Disabling zoom on mouse wheel scroll
Replies: 1
Views: 4450

Re: Disabling zoom on mouse wheel scroll

Good point, Aaron.
It will be fixed in the next update.
Thank you
by nickz
Mon May 31, 2021 5:08 am
Forum: General Issues
Topic: Load model from memory
Replies: 6
Views: 9876

Re: Load model from memory

Hi Aaron There was a bug. Sorry. It was kind of grey area missed in tests. Please get today's 5215 update: [url../ProDown.htm]Downloads[/url] If you intend to load an .mdg, call it like: iModelEx.LoadFromMemory(arr, (int)ECADFormat.eCADFormatMDG); Not with 0 format. 0 is .glm (should work as well). ...
by nickz
Thu May 27, 2021 9:04 am
Forum: Bug Reports
Topic: System.AccessViolationException(s) with Smart Labels
Replies: 5
Views: 18302

Re: System.AccessViolationException(s) with Smart Labels

Hi Aaron We have fixed this. Please get today's 5214 update: Notice, if you are upgrading from v5.2 there was a change: The smart labels management needs to be enabled after setup, like: IDynamicScreenItemManager_KC iDynamicManager = (IDynamicScreenItemManager_KC)iView; iDynamicManager.Enable(true);...
by nickz
Thu May 27, 2021 8:58 am
Forum: Bug Reports
Topic: System.Runtime.InteropServices.COMException on IView_DG.SetBoolAttribute()
Replies: 2
Views: 14838

Re: System.Runtime.InteropServices.COMException on IView_DG.SetBoolAttribute()

Hi Aaron
We have found the problem. Please get today's 5214 update:
Thank you for reporting
by nickz
Tue May 18, 2021 7:12 am
Forum: General Issues
Topic: Load model from memory
Replies: 6
Views: 9876

Re: Load model from memory

Hi Aaron
Strictly speaking it should be working, despite it was declared deprecated, but I do not remember any recent mentioning of it.
We will take a close look at it shortly to check if it does. Please keep an eye on this thread.
Regards
by nickz
Tue May 18, 2021 4:58 am
Forum: Bug Reports
Topic: System.AccessViolationException(s) with Smart Labels
Replies: 5
Views: 18302

Re: System.AccessViolationException(s) with Smart Labels

Thank you for reporting, Aaron
We are digging
Regards