Recent posts

#91
Runtime/AutoLISP / Dialog start position
Last post by Fred Tomke - July 29, 2025, 02:16:06 AM
Hello,

when I close the form, the latest position is stored in the registry to make sure to reshow it on the latest position before closing.

(vl-registry-read (strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\Profiles\\" (getvar "CPROFILE") "\\OpenDCL\\Dialogs\\<projectname/formname>") "TopLeftX")
It works fine on a workstation with a never changing screen configuration with 0,0 at the leftmost screen.

In former times - when I was young and unexperienced - I tried to make sure that the form will appear on a place within the visible monitor area. I couldn't image that form positions could be negative values.

In the meantime a customer told me that she cannot see the (modeless) dialog although it is open. A research for the reason ended up with the result in exactly the position-overriding in my former code: start the form at x=30 and y=30 when the last form position is obviously outside the visible monitor area. But infact x=30 and y=30 is outside for this customer. Less than 0 for x and more than 1980 for x is actually visible.

Is the any chance to retreive minx miny maxx maxy for each accessible screen and not only screensize?

I hope I was understandable.
With regards, Fred
#92
Deployment / Re: Support OpenDCL for Gstarc...
Last post by Joseph - July 26, 2025, 05:27:38 AM
Try one of these emails:

Marketing : info@gstarcad.net
Sales : sales@gstarcad.net
Support : support@gstarcad.net
#93
Deployment / Re: Support OpenDCL for Gstarc...
Last post by owenwengerd - July 25, 2025, 08:19:18 PM
Please ask someone from GstarCAD to contact me by email to work out how I can get the SDK. I don't want to violate any copyright
#94
Deployment / Re: Support OpenDCL for Gstarc...
Last post by Joseph - July 24, 2025, 09:23:24 PM
Don't know. The reseller sent me the download link for the SDK. But anyone who make an account on gstarcad website can download the SDK from this link https://www.gstarcad.net/download/. If you downloaded from https://filebin.net/58wta6agdxvdf30k you can delete it from there.
#95
Deployment / Re: Support OpenDCL for Gstarc...
Last post by owenwengerd - July 24, 2025, 07:18:59 AM
Are you authorized to distribute the SDK files?
#96
Deployment / Re: Support OpenDCL for Gstarc...
Last post by Joseph - July 23, 2025, 09:55:55 PM
I uploaded the file, here is the link:
https://filebin.net/58wta6agdxvdf30k
#97
Deployment / Re: Support OpenDCL for Gstarc...
Last post by owenwengerd - July 23, 2025, 10:50:31 AM
I get "Access Denied" when accessing the SDK download link.
#98
Deployment / Support OpenDCL for Gstarcad 2...
Last post by Joseph - July 23, 2025, 02:54:05 AM
Hi there.

There's new version of Gstarcad: 2026
Here's the link for the Installer:
https://www.gstarcad.com.my/download-gstarcad2026
and for the SDK:
https://ovsdownload.gstarcad.net/software/GstarCAD/2026/EN/GstarCAD2026_grxsdk.zip

I hope this help support OpenDCL for Gstarcad 2026
#99
Runtime/AutoLISP / Re: BricsCAD V26 dcl runtime
Last post by Emiliano - July 20, 2025, 02:38:56 AM
Great! Thanks Owen!
#100
Runtime/AutoLISP / Re: BricsCAD V26 dcl runtime
Last post by owenwengerd - July 19, 2025, 01:49:34 PM
Nothing yet, but it should be available before the end of July.