fansxs
fansxs
This is a problem with the string processing encoding in the LoadProps function, and I found that this function will cause the window that appears after PyScripter is run to...
This is a great project, is there any progress on the GUI designer? :)
The error is generated when clicking the menu File->Load Styles...
Can you explain where to modify it and how to modify it? I want to try to modify it myself. : )
It works fine, thank you very much!
Now I can debug delphivcl using debug function normally.
In WrapVclForms.pas in P4D, remove the quotes in the doc string PythonType.AddMethod('Realign', @TPyDelphiScreen.Realign_Wrapper, PAnsiChar('TScreen.Realign()'#10 + 'Realigns the screens forms according to their Align properties.')); // screen’s -> screens, it is...
Sure. -------------------------- object Form1: TForm Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 205 ClientWidth = 382 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height...
Now it works fine, thanks. I suggest that this line of code be added by default to the official demo to avoid users having the same questions. : )