Should I update all forms after update to 3.18

Post your Gambas programming questions here.
Post Reply
Ham13
Posts: 19
Joined: Friday 24th June 2022 2:11pm

Should I update all forms after update to 3.18

Post by Ham13 »

Hello,

I just updated Gambas to 3.18. Should I run the "Update all forms" menu option after the update. I'm having problems with the line "DirChooser.Visible = True". when executed in the debugger I get a message looking for the project conaining gb.form. dirchooser - unknown in class container. Gb form is included in the project I'm working on. It works if I say dirchooser.visible = false. Got to be some change in the gb.form component.

Thanks
Ham13
Posts: 19
Joined: Friday 24th June 2022 2:11pm

Re: Should I update all forms after update to 3.18

Post by Ham13 »

The error was due to programing. re-did script and error gone.

However I would like to know if it is good practice to update forms after a major update?

Thanks
cage
Posts: 123
Joined: Monday 2nd September 2019 5:47am
Location: Phoenix Arizona

Re: Should I update all forms after update to 3.18

Post by cage »

You don't need to update your forms with an update. Only if your going backwards to an older version of Gambas. Sometimes how ever you may run into an updated command that works a bit different. If that is the case then it's just a matter up changing the command to the newer requirements.
Post Reply