PeterPanino

Results 19 issues of PeterPanino

Do you have a DELPHI version?

How to continue the search? F3 does not work.

I have been using the Preview Handler for several days now in Windows Explorer and in Everything (the popular search program). Often when I close the Windows Explorer window or...

While the **uses** node: `` ... as a multiline element has the attributes _begin_line_, _begin_col_, _end_line_, _end_col_, the Comments-node object has only the members **line** and **col**. Although a comment...

1. Does it work with Delphi 11 Alexandria? 2. Is it possible to fix this issue in Delphi FormDesigner's Structure Panel: When the Delphi FormDesigner's Structure Panel is NOT FOCUSED,...

IDE Tabs: There is only one font color for both active and inactive tabs: ![image](https://cloud.githubusercontent.com/assets/5140376/7885115/6fda4fde-0622-11e5-8444-1ecf1f0882aa.png) This causes a very bad visibility for the caption of inactive tabs: ![image](https://cloud.githubusercontent.com/assets/5140376/7885125/7c4f7f0a-0622-11e5-80af-fcce8d619cf4.png) So please...

enhancement

Tried the \ErrorSoftVCLComponents-4.1.0-11\Samples\ActivityBar example in Alexandria. Works well while application is idle but: ``` procedure TMainForm.ckbActiveClick(Sender: TObject); begin EsActivityBar.Active := TCheckBox(Sender).Checked; // EsActivityBar does not update while looping: if EsActivityBar.Active...

question

Why in the GUI version of UnivDisasm can only 64-bit programs be loaded in the GUI 64-bit version and vice versa? Please make a GUI version where both 32-bit and...

Hi, do you have a package for Delphi 11 Alexandria?

In my own project, this code generates a compiler error (although I use the same uses clause as in your demo project): `ThemeManager.ThemeType := TUThemeType(comboChooseTheme.ItemIndex);` [dcc32 Error] MainForm.pas(991): E2003 Undeclared...