Recent Posts

Pages: [1] 2 3 ... 10
1
Do you need to use MS Graph?

With MS Graph you would have everything. From device info, who they have lunch schedules with, and Sally’s next fingernail appointment
2
:shifty: I guess I hadn't thought of it like that  :lol:

Well, I watched a couple of videos and one of them mentioned, and I’m paraphrasing,
companies can access employee emails via the REST API to scan for keyword words as a search tool.

Of course, the conspiracist in me immediately thought, scan employee emails and feed them to an AI to build profiles  :evil:
 
3
AutoLISP (Vanilla / Visual) / Re: How to Access Microsoft Graph via Visual Lisp?
« Last post by MickD on May 14, 2024, 10:38:55 PM »
It seems to be able to access the api you need to register your 'app' then you can have at it.
https://learn.microsoft.com/en-us/graph/auth-register-app-v2

Do you need to use MS Graph? If not you could build your own simple web server on the company intranet or host it in the cloud. Something like Go with SQLite db would be easy enough to setup, you could even register it and then use it with the MS Graph api to get extra data if needed.
4
AutoLISP (Vanilla / Visual) / Re: How to Access Microsoft Graph via Visual Lisp?
« Last post by BIGAL on May 14, 2024, 08:08:07 PM »
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.
5
OpenDCL / Re: HTML Opens in Internet Explorer, not Edge
« Last post by MickD on May 14, 2024, 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.
6
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
7
OpenDCL / Re: HTML Opens in Internet Explorer, not Edge
« Last post by It's Alive! on May 14, 2024, 08:55:11 AM »
ask Owen to add acedShowHTMLModalWindow and acedShowHTMLModelessWindow
it's AutoCAD only though, uses autocad's internal chrome
8
OpenDCL / HTML Opens in Internet Explorer, not Edge
« Last post by KKirk on May 14, 2024, 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.
9
.NET / Re: Ribbon for ZWCAD
« Last post by CADbloke on May 14, 2024, 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.
10
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.
Pages: [1] 2 3 ... 10