Recent Posts

Pages: [1] 2 3 ... 10
1
I had plot routines that did as I suggested already, looked at user name and would send output to correct printer near them, we had a multi story building. Again (getenv "Username")

Yes if people leave have to change the list of names.

Note username is returned for current logged in user on a pc.
2
OpenDCL / Re: HTML Opens in Internet Explorer, not Edge
« Last post by MickD on Today at 05:48:19 PM »
I'm working on a Dialog that will show a webpage, but when the dialog navigates to the URL it comes up as a page prompting me to upgrade my browser to Edge (It's a sharepoint page which apparently won't display on Explorer). Is there a way to have the HTML box display as an Edge browser and not Explorer?

What web view control are you using? If you're using the old WebBrowser control you may get these issues as the html engine is pretty old. The most up to date control is WebView2, it takes a bit more to set up but works well and is based on the Edge engine so that should work.
3
What is this, spyware for companies? 

:shifty: I guess I hadn't thought of it like that  :lol:
But the Python docs were pretty helpful for seeing some of the setup involved!

Do you just want "Username" ? That is a big Hint. getenv.

I'm trying to retrieve department / manager of the user to help determine which programs should load for them! I could hard-code it, but then it needs updated anytime someone new comes, if people leave, etc. Would be nice to keep it dynamic.


..... So if I'm understanding this process a little better, It seems that I am desiring delegated credentials for the user, but perhaps I still need somekind of Client key? So I would have to register an app for the company on Azure or something? I'm not totally familiar with all this web business like web apps and what not. But I'd like to get my feet wet with it where I can
4
OpenDCL / Re: HTML Opens in Internet Explorer, not Edge
« Last post by It's Alive! on Today at 08:55:11 AM »
ask Owen to add acedShowHTMLModalWindow and acedShowHTMLModelessWindow
it's AutoCAD only though, uses autocad's internal chrome
5
OpenDCL / HTML Opens in Internet Explorer, not Edge
« Last post by KKirk on Today at 08:34:01 AM »
Edge is set as my default browser, I don't think that's the issue. I don't even have explorer on my PC. Tried changing the default to chrome to see if that changed anything, no luck there.
6
.NET / Re: Ribbon for ZWCAD
« Last post by CADbloke on Today at 05:01:00 AM »
Interesting, Not using .NET anymore, but ZW’s C++ API is generally pretty good. 
Did you reach out to them?
Nah. There’s just loads of differences in the API objects. I’m sure it’s possible but I don’t have enough years left in me.
7
AutoLISP (Vanilla / Visual) / Re: How to Access Microsoft Graph via Visual Lisp?
« Last post by BIGAL on May 13, 2024, 08:54:37 PM »
Do you just want "Username" ? That is a big Hint. getenv.
8
What is this, spyware for companies? 
9
you might have a look through the python SDK for hints
https://github.com/microsoftgraph/msgraph-sdk-python
Pages: [1] 2 3 ... 10