-
- Downloads
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.
Loading
-
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
-
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
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
Please register or sign in to comment