Skip to content

bugfix: fix to cannot showing syntax info messages in SEM syntax input box - #6308

Open
shun2wang wants to merge 1 commit into
jasp-stats:developmentfrom
shun2wang:fixSemError
Open

bugfix: fix to cannot showing syntax info messages in SEM syntax input box#6308
shun2wang wants to merge 1 commit into
jasp-stats:developmentfrom
shun2wang:fixSemError

Conversation

@shun2wang

@shun2wang shun2wang commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Reproduce step:

  1. load jaspSEM
  2. imput a wrong syntax in input box
  3. the error message does't showing.

This PR fix showing error:

infoText.text = textArea.applyScriptInfo which iss an imperative assignment to the Text element's text. In QML, that permanently binding the text: textArea.infoText . After that, when the engine returns a lavaan error and C++ calls setInfoText(result) , the Text element no longer reacts.

`infoText.text = textArea.applyScriptInfo ` which iss an imperative assignment to the Text element's text. In QML, that permanently binding the text: textArea.infoText . After that, when the engine returns a lavaan error and C++ calls setInfoText(result) , the Text element no longer reacts.
@shun2wang
shun2wang requested a review from boutinb September 1, 2026 09:55
@shun2wang shun2wang changed the title bugfix: fix to showing syntax info messages in SEM syntax input box bugfix: fix to cannot showing syntax info messages in SEM syntax input box Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant