Skip to content
Snippets Groups Projects
Commit 76772369 authored by Benoît Minisini's avatar Benoît Minisini :church:
Browse files

Form editor: Do not apply properties defined in a class of the project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Do not apply properties defined in a class of the project.
parent d42aad3a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
  • Contributor

    Hey Ben does it make sense to do this change like this...

     If Component = CComponent.PROJECT_NAME Then bDoNotApply = True
     If Family <> "Form" Then 
     .....

    So the first If does not negate the following tests. I found this change broke my component loader but it is fixed if i do like the above.

    Respects BruceS

  • Contributor

    It also broke a TabPanel rendering and only one tab showed with all objects on the same tab. I changed it to a TabStrip then it was okay.

    But after i made the above change the TabPanel worked okay again.

    Dang , but it also brings the original bug back :disappointed:

    the original bug gives me this error...

    gambas3: warning: cannot set Button.IsList property: CControl.SetProperty.716: Unknown symbol 'IsList' in class 'Button'

    Sorry my understanding is not enough to see the workaround/fix here :(

    Respects BruceS

  • Author Owner

    Make an issue on the bugtracker with a project that triggers the bug(s).

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment