Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/22/2025 in all areas

  1. argumentum

    Pointer to a pointer

    I asked ChatGPT and it told me I was the best. It made my day. Am very happy today. Thank you ChatGPP
    2 points
  2. smbape

    OpenCV v4 UDF

    $cv.Mat.create($image, _OpenCV_Rect($left, $top, $width, $height)).copy()
    1 point
  3. First, thank you for your help with this. I appreciate it very much. So technically it did not fix the situation that I was working with. It didn't end up being as simple as removing (or adding) WS_EX_COMPOSITED to/from the extended styles. I was hoping it would be that easy. It ended up being COMPOSITED being added through msstyles (theming file) and not being added during process init. I don't think that we have any way to intercept the underlying msstyles functionality. As far as whether or not the solution works for adding/removing extended styles from other processes in general, that did work. Some processes don't allow it though depending on other circumstances. Whether or not it required _WinAPI_SetWindowPos also depended on circumstances. Sometimes it was needed and sometimes not. I don't understand it fully but I believe it had something to do with whether or not the process cached styles or not.
    1 point
  4. ioa747

    SciTE AI assistant

    I changed the approach, and made it as SciTE tool. This way, the selection process, and console writing, is handled internally by SciTE. To do this you need to add the following to SciTEUser.properties (Adding_utilities_to_the_SciTE_Tools_menu) #------------------------------------------------------------------------------ # 41 SciTE_AI_Assistant command.41.$(au3)="$(SciteDefaultHome)\..\AutoIt3.exe" "D:\i\Pro\.AutoIT\SciTE_AI_Assistant\SciTE_AI_Assistant.au3" command.subsystem.41.$(au3)=0 command.name.41.$(au3)=SciTE AI Assistant command.shortcut.41.*.au3=F10 command.save.before.41.$(au3)=2 # command.replace.selection.41.$(au3)=1 command.quiet.41.$(au3)=0 command.input.41.$(au3)=$(CurrentSelection) #------------------------------------------------------------------------------ #---------------------- Contex Menu ------------------------------------------- user.context.menu=\ ||\ >>>  SciTE AI Assistant  <<< |1141|\ ||\ Execute Selected Path|IDM_OPENSELECTED|\ #------------------------------------------------------------------------------ and make the necessary adjustments e.g. in command.41.$(au3)="$(SciteDefaultHome)\..\AutoIt3.exe" "D:\i\Pro\.AutoIT\SciTE_AI_Assistant\SciTE_AI_Assistant.au3" your path for the d:\your\location\SciTE_AI_Assistant\SciTE_AI_Assistant.au3 You may need to adjust the 41 to the first tool number available to you. in this case, change the >>> SciTE AI Assistant <<< |1141|\ as well in the Context Menu After that, select the text in the SciTE, right-click and select 'instruction' from the context menu '>>> SciTE AI Assistant <<<'
    1 point
×
×
  • Create New...