Davide mercanti

Results 10 comments of Davide mercanti

for the RadioButton the problem seems related to "animationProgress" in the paint event. If I force it ==1 the dot appears

...same thing for combobox...

The datagrid contains only search result. The other controls have been populated by form shown

Yes, sure ! Tell me if you need something else. ``` Public Class frmAllegati Dim _loadingGrid As Boolean = False Private _RichiestaAlle As DbEntities.Allegato = Nothing Public Sub SetParams(cosa As...

mmh... I don't know... for now I blocked the animation in this way (example OnPaint in MaterialRadioButton.cs) ![immagine](https://user-images.githubusercontent.com/1032335/180408863-1a4a2960-6d25-442a-bbf8-c1efe7082d8b.png) and with this trick the items appears selected correctly (both selection in...

Can I test your X3DLoader? This is my test. [THREETest.zip](https://github.com/hjoykim/THREE/files/13475936/THREETest.zip)

Maybe this way? In STEP_Reader AddColors ![immagine](https://github.com/usnistgov/STP2X3D/assets/1032335/3be2ee67-b27d-4205-828f-56563137c0ae)

Thank you. I've built source code with VS2019. However, it is not clear to me which OCC object to use to read the GENERAL_PROPERTY associated with a component. Can you...

Thank you. Ok I can get the names traversing entities... but It is not clear to me how to recover the value of the property and know which instance it...

Could it be that it needs a window handle that is perhaps not available when the task manager is not running interactively with the user? ![Image](https://github.com/user-attachments/assets/8f13785b-b2a2-4833-89e3-483fac523a22) In these cases how...