This code
ProgressBar1.Maximum = Socket1.BytesLeftToSend
is showing error when running Analyzer, the manual incorrectly states Maximum as the property.
This code
ProgressBar1.MaximumValue = Socket1.BytesLeftToSend
looks good, no error listed by Analyzer.
AlbertoD
(AlbertoD)
2
Autocomplete only suggest .maximumvalue

Are you going to open an Issue so they can fix the documentation?
Edit: as you are working with Xojo Web, can you post your questions/reports in the Web section?
1 Like
I am not sure how to open an issue, where do I find how to do it?
Tim_Hare
(Tim Hare)
4
Click on the link Alberto provided.
2 Likes
AlbertoD
(AlbertoD)
5
If you click the link that I put on “Issue”, you should be able to open/login to the Issues system.
Click on

and you can add screenshots/url for the documentation that is wrong.
OK, done. Thanks for the link.
1 Like