Yet more heads up about Scripting (IDE or Xojo Script)

No warning about computed properties in a class being unsettable / unreadable :frowning:

https://tracker.xojo.com/xojoinc/xojo/-/issues/71348

2 Likes

Dude… I admire your persistence.

1 Like

I have no choice
Client wants to use Xojo so I find bugs I report them and let client beat Xojo up about them

2 Likes

You may just leave away the Set/End Set part to get the property read only.

Yeah I figured out whats going on
Having

set
end set

means it IS settable just that SET does nothing

same for get

I’ve asked the issue be closed and I’ll revise my code