This Week In LiveCode 67
Welcome to This Week in LiveCode! This is a weekly summary of what’s been going on in the LiveCode open source project and community. Want something mentioned? Tweet @LiveCode or send us an e-mail.
Updates from the LiveCode open source community
Interesting discussions
- Why do I still need MacToISO, when working with UTF-8?
- What has changed in MacOS 10.12 in handling code pages?
- Code signing - not out of the wood yet: please help!
- Selling a download product for Windows
- Android deployment: Could not encode class bundle
Updates in the LiveCode open source project
26 pull requests were merged since the last issue.
New LiveCode releases
Notable changes
- Use blocking wait when waiting for screen refresh:
Otherwise many snapshots in quick succession can cause
recursionLimit
to be reached. - Support
mobilePickPhoto()
maximum width and height settings on Android: A previously ios-only feature that is now supported on Android as well. - Fix memory corruption when getting regular polygon points
- Add slider to Property Inspector for
startAngle
andarcAngle
: - Ensure all menus are updated after mouseDown to group:
Now all menus in the menubar are rebuilt after the
mouseDown
message has been sent to the menubar group. This fixes the long-standing problem where only the menu which was clicked on would be rebuilt, causing all other menus to be stale. - Uncache object IDs when removing from object tree: A nasty bug that could cause a crash on object deletion.
- Various inter-related clipboard fixes
- Various fixes to defects detected by Coverity Scan Static Analysis tool.
Bug of the week
Bug 19097 - Mac Menubar not updated correctly at mouseDown
The simple and self-explanatory example stack, combined with the detailed recipe in the bug report, nicely demonstrates the problem.
Help needed!
Want to get involved in the LiveCode open source project but don’t know where to start? Try one of these:
- (Easy) Update & complete documentation for
the processor
- (Easy) selectionChanged does not appear in the player object page of the dictionary
- (Easy) Fix format of
mobileControlDo
dictionary entries - (Medium) Add info on manipulating field contents to the User Guide
- (Medium) Make guide outlines in the Dictionary expand/collapse with repeated clicks
- (Medium) Reduce whitespace in Dictionary
- (Hard) Allow Windows line endings in script-only stacks
- (Hard) Create a LiveCode Community build for Raspberry Pi
Contributors this week
- BerndN
- HedgeHao
- livecodeali
- livecodefraser
- livecodeian
- livecodepanos
- montegoulding
- peter-b
- runrevmark
Upcoming events
- Greater Toronto Area LiveCode Meetup Jan 25, 2017
- International LiveCode Mini Conference Jan 25, 2017, organised by Mark Schonewille
Contribute!
This Week in LiveCode is openly developed on GitHub. If you find any errors in this issue, please file an issue or submit a pull request.