
HighlanderSword
Active Members-
Posts
302 -
Joined
-
Last visited
Everything posted by HighlanderSword
-
OutlookEX UDF - Help & Support (IV)
HighlanderSword replied to water's topic in AutoIt General Help and Support
Have a strange issue that just started recently , when outlook opens when called from the UDF , the ribbon has an icon "All Apps" (see screenshot attached) When I run outlook manually this ICON does not appear. Any Ideas ? Using UDF - OutlookEX: 1.7.0.0 2021-11-16 Using Office Pro Plus 2021 -
OutlookEX UDF - Help & Support (IV)
HighlanderSword replied to water's topic in AutoIt General Help and Support
ok, I will do some more digging , it can be done from the GUI by right clicking the email and the Assign Policy and the Retention Policy and you pick from the list -
OutlookEX UDF - Help & Support (IV)
HighlanderSword replied to water's topic in AutoIt General Help and Support
ok that set it a folder level, need to set it at the individual email level as folder level as policy runs that reset the folder level -
OutlookEX UDF - Help & Support (IV)
HighlanderSword replied to water's topic in AutoIt General Help and Support
Is there a way using the Outlookex UDF to set the retention policy to a Policy name that is defined by admins (Never Expire) -
This is a Great Add on for Scite ! How do you create a New INi File that has all of the settings , thought it would be new profile , but not following why it is asking for a Select(activate) the window you want to track and then click on ok. I worked around this by copying an exiting ini and renaming it and then editing that. Are you working on any new enhancements currently looks like 1.0.0.5 is the latest version
-
GuiBuilderPlus [updated March 24, 2024]
HighlanderSword replied to kurtykurtyboy's topic in AutoIt Example Scripts
Are you still making updates to this ? -
Dealing with Array of Pointers
HighlanderSword replied to BigDaddyO's topic in AutoIt General Help and Support
Thanks !- 6 replies
-
- dllcall
- credentialstore
-
(and 1 more)
Tagged with:
-
Dealing with Array of Pointers
HighlanderSword replied to BigDaddyO's topic in AutoIt General Help and Support
Great that works, so how do I get other elements from the Tagcredential was able to do - $tTargetname = DllStructCreate("wchar string[100]", $tCredential.TargetName) and that worked But below returns nothing and no @error is set as well $tPersist = DllStructCreate("wchar string[100]", $tCredential.Persist) This is my first time working with DllStructiure- 6 replies
-
- dllcall
- credentialstore
-
(and 1 more)
Tagged with:
-
Dealing with Array of Pointers
HighlanderSword replied to BigDaddyO's topic in AutoIt General Help and Support
Anyone have any luck getting the DLL call to work ?- 6 replies
-
- dllcall
- credentialstore
-
(and 1 more)
Tagged with:
-
WebDriver UDF (W3C compliant version) - 2024/09/21
HighlanderSword replied to Danp2's topic in AutoIt Example Scripts
Looks like when it runs in Chrome the _wd_attach is not getting the details from the second tab , the results come back as null. When it runs in Firefox it gets the details for both tabs , will continue to debug... -
WebDriver UDF (W3C compliant version) - 2024/09/21
HighlanderSword replied to Danp2's topic in AutoIt Example Scripts
Yes a simple attach does work in Chrome -
WebDriver UDF (W3C compliant version) - 2024/09/21
HighlanderSword replied to Danp2's topic in AutoIt Example Scripts
Looking for some help , The below code works fine in Firefox, but does not work in Chrome , that attach fails with $_WD_OPTION_NoMatch = 8 Can see that the new tab has been created and is named DETAILS.pdf , but the attach fails Using ChromeDriver 108.0.5359.71 Using Autoit 3.3.16.1 ;excute script to generate Details and it will open a new tab in Existing Browser , Named Details _WD_ExecuteScript($_MY__WD_SESSION, "submitAction_win0(document.win0,'GET_DETAILS_ALT$0');") ;attach to the new tab , wait loop until the attach returns error code of 0 do _WD_Attach($_MY__WD_SESSION, "DETAILS.pdf") ConsoleWrite("Attaching to details " & @error & "/" & $_MY__WD_SESSION & @crlf) until @error =0 -
_AD_IsAccountExpired error
HighlanderSword replied to HighlanderSword's topic in AutoIt General Help and Support
can an admin please delete this , I posted in the wrong location, I have created a new one in the correct location. Thanks -
Active Directory UDF - Help & Support (III)
HighlanderSword replied to water's topic in AutoIt General Help and Support
Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0- 875 replies
-
- active directory
- ad
-
(and 2 more)
Tagged with:
-
Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0
-
Auto Start a tool every time Scite is run
HighlanderSword replied to HighlanderSword's topic in AutoIt Technical Discussion
Thanks that is what I've done, just wanted to check if there were any option in SCITE properties to do that.... -
Hello, Is there a way to auto-start a tool that is already defined in SCITE, so for example instead of waiting for the editor to open an then manually press ALT-Q, can that be defined somewhere in a properties file to always start the JUMP Tool ? I have a few tools that I would like started every time SCITE is opened.
-
Minor Problem if Directory where menueditor is located has spaces in the path it will not load
-
Advanced.Help for AutoIt and UDFs
HighlanderSword replied to water's topic in AutoIt Example Scripts
It is now working , Thanks !!!!!!- 53 replies
-
- advanced.help
- udfs
-
(and 1 more)
Tagged with:
-
Advanced.Help for AutoIt and UDFs
HighlanderSword replied to water's topic in AutoIt Example Scripts
Hello Water, Have you had a chance to investigate ?- 53 replies
-
- advanced.help
- udfs
-
(and 1 more)
Tagged with:
-
Advanced.Help for AutoIt and UDFs
HighlanderSword replied to water's topic in AutoIt Example Scripts
Hello, I'm circling back on trying to open the examples files from the CHM Default location is below chm.mainfolder=C:\AutoIt\Advanced.Help\HelpFiles I created a folder C:\AutoIt\Advanced.Help\Helpfiles\Examples and copied all of the .au3 files into the new Examples Folder When I try and click on the link from the CHM file ( I get that file opened by doing F1 on one of the outlookex functions) nothing happens , what am i missing- 53 replies
-
- advanced.help
- udfs
-
(and 1 more)
Tagged with:
-
GuiBuilderPlus [updated March 24, 2024]
HighlanderSword replied to kurtykurtyboy's topic in AutoIt Example Scripts
Yes, please continue to post the small release builds -
GuiBuilderPlus [updated March 24, 2024]
HighlanderSword replied to kurtykurtyboy's topic in AutoIt Example Scripts
Hello, Do you have any plans to provide an option to import an uu3 file that already contains code for the Form ? This would making switching over to this GUI builder a quick and easy process Can you share your plans for new features you are planning on ? -
WebDriver UDF - Help & Support (III)
HighlanderSword replied to Danp2's topic in AutoIt General Help and Support
ok will need to figure out how to determine how to identify the frame number, will do some more digging in the HTML -
WebDriver UDF - Help & Support (III)
HighlanderSword replied to Danp2's topic in AutoIt General Help and Support
Hello Tried the _wd_executescript, and below is the error from the log 1653589293757 webdriver::server DEBUG -> POST /session/cc5cf4aa-dfab-4846-aff1-fba0eaccb50e/execute/sync {"script":"submitAction_win0(document.win0,'$ICField19');", "args":[]} 1653589293760 webdriver::server DEBUG <- 500 Internal Server Error {"value":{"error":"javascript error","message":"ReferenceError: submitAction_win0 is not defined"