Paul Squires

Results 5 issues of Paul Squires

Workaround: Need to call the SizeStatusBar method of the Form when the Panel size is changed. ``` frmMain.StatusBar.Panel(0).Width = 700 frmMain.SizeStatusBar ```

The corrected code for the PerformITMcalculation function located in ActiveTrades.cpp should be as follows. This code will eventually find its way into a future update/release. ``` void PerformITMcalculation(AppState& state, std::shared_ptr&...

Followed the setup/installation instructions per the Elements website and produced the **elements.sln** solution. (Visual Studio Community 2022). Executed the **ALL_BUILD** using **DEBUG** profile. All examples built correctly. The resulting Debug...

Bookmarked line coloring is wrong when Selection Margin is disabled. For example, when margin is enabled, the margin icon will display for each bookmarked line using a white colour, however,...

Example code to show the problem: ``` Sub __quit(msg As String = "") db_write("(QUIT)") If Len(Trim(msg)) Then Beep : db_write(cTab & msg) set_removeImage() End End Sub ``` Workaround: Change **End**...