-
Posts
34,864 -
Joined
-
Days Won
346
Jos last won the day on September 30
Jos had the most liked content!
About Jos

Profile Information
-
Member Title
Je maintiendrai
Jos's Achievements
-
argumentum reacted to a post in a topic:
BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
SOLVE-SMART reacted to a post in a topic:
BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
MattyD reacted to a post in a topic:
MediaPlayerElement - WinRT Xaml Island
-
WildByDesign reacted to a post in a topic:
MediaPlayerElement - WinRT Xaml Island
-
argumentum reacted to a post in a topic:
MediaPlayerElement - WinRT Xaml Island
-
Updated v25.205.1420.14 available in Beta.
-
So the change that is proposed is like this at line 2000 in Autoit3Wrapper v 25.205.1420.13 ?: ; SET DEFAULT TO WIN10 when not specified If $INP_Res_Compatibility = "" Then $INP_Res_Compatibility = "Win10" If $INP_Res_Compatibility <> "ignore" Then FileWriteLine($hTempFile2, ' <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">') FileWriteLine($hTempFile2, ' <application>') If StringInStr($INP_Res_Compatibility, "Win10") Then FileWriteLine($hTempFile2, ' <maxversiontested Id="10.0.18362.1"/>') FileWriteLine($hTempFile2, ' <!--The ID below indicates application support for Windows Vista -->') FileWriteLine($hTempFile2, ' <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>') FileWriteLine($hTempFile2, ' <!--The ID below indicates application support for Windows 7 -->') FileWriteLine($hTempFile2, ' <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>') FileWriteLine($hTempFile2, ' <!--The ID below indicates application support for Windows 8 -->') FileWriteLine($hTempFile2, ' <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>') FileWriteLine($hTempFile2, ' <!--The ID below indicates application support for Windows 8.1 -->') FileWriteLine($hTempFile2, ' <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>') FileWriteLine($hTempFile2, ' <!--The ID below indicates application support for Windows 10 -->') FileWriteLine($hTempFile2, ' <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>') _Write_RC_Console_Msg("Setting Program Compatibility Manifest information to Windows10", "", "...", 0)
-
WildByDesign reacted to a post in a topic:
MediaPlayerElement - WinRT Xaml Island
-
I am fine with that too as long as it all makes sense and is useful for most.
-
WildByDesign reacted to a post in a topic:
MediaPlayerElement - WinRT Xaml Island
-
When it is a generic change we should make and works for all win10 compiled scripts, then obviously the change can be made. Just give me the details of the change for the current Autoit3Wrapper.au3, and I will make those changes. 🙂 Cheers, Jos
-
genius257 reacted to a post in a topic:
how to run some file every 30 sec
-
Festerini reacted to a post in a topic:
how to run some file every 30 sec
-
I am sure he's happy after 5 years!!! 😉
-
The lite version is simply just the SciTE editor that can do basic things and comes with the AutoIt3 installer. The Full version comes with many extras and is a separate installer. The latest version of the SciTE source is now part of the AutoIt installer, since that was recently updated, The latest full version is available in the Beta directory of SciTE4AutoIt3. I can't put things in production at the moment as I lack Edit access to the webpages after the last forum updates and are waiting for Jon to return from hibernation.
-
There is no Tidy v3.3.18.0. Please provide the version of Tidy when reporting Tidy issue, but my wild guess would be you have a pretty old version that will generate a new table one time and that old version had an issue showing a log message in the console for each found func/macro etc Just let it run and finish, and it should not happen again, or even better use the current Beta version.
-
Jos reacted to a post in a topic:
BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
I've tried to simply follow the rules that Tidy uses when it comes to indentation. In that case neither is perfect as this is the result with my tidy settings: Func _Test1() ;~ Local $123 ;# ;# ; A Comment ;# ;# EndFunc ;==>_Test1 Func _Test2() ;~ Local $123 ;# ; An inline Comment ;# EndFunc ;==>_Test2