pyscripter

Results 222 comments of pyscripter

It used to be like this ```pascal {$IFDEF PreferNativeSvgSupport} {$IFNDEF SvgDisableEngineHint} {$MESSAGE HINT 'but Prefer Windows Direct-2D SVG-Engine if available'} {$ENDIF} , D2DSVGFactory {$ENDIF} ``` for some reason the comma...

@carloBarazzetta This is not about a specific svg. The code does not compile with PreferNativeSvgSupport. ```pascal {$IFDEF PreferNativeSvgSupport} {$IFNDEF SvgDisableEngineHint} {$MESSAGE HINT 'but Prefer Windows Direct-2D SVG-Engine if available'} {$ENDIF}...

Maybe PyScripter is using a different version of python from the one you installed beambending. Try from the PyScripter menu Tools, Tools, Install Packages with pip

I am closing since there is no feedback or update.

I would recommend adding the cursors the Delphi way and then using them, instead of creating and destroying them each time: // Add the panning cursors to Screen.Cursors ```pascal TPanningCursor...

Also Copilot gives me the following code to get the cursor as bitmap, The bitmap can then be drawn on the panning form. ```pascal procedure GetCursorBitmap(Cursor: HCURSOR; Bitmap: TBitmap); var...

> This approach consumes several resources (handles) when not actually needing them. I don't see much benefit here. Ok.

> It seems that a cursor and an icon are internally very similar. I think they are identical. I will test and report back.

Please see the video below (enable sound in playback). This is on a high DPI monitor, but there are similar issues on 96 DPI monitor. Two issues: - Panning image...