LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
on mouseUp
-- lock messages --> 'smoothes' the effect?
lock screen for visual effect # <-- obligatory, not 'optional'
set the vis of image 1 to not the vis of image 1
unlock screen with dissolve
-- unlock messages
end mouseUp
I see many references to v6.6.x here, but unless I missed it none for v6.7. This newer version has had most aspects of how it interacts with OS X updated to use the Cocoa APIs. You may find that the issue has already been addressed in that version, and if not and you submit a but report you may well see it fixed before it gets released.
v6.7 is such a joy to use on Mac systems that you're really missing out if you're using anything earlier. Even just the modern window behaviors and appearances are quite nice, along with many other improvements.
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Perhaps forum users need to build a function matrix for LC versions/OS and tick in a box if they know it works. Then when you need a certain range of functions/features for an app you can look for a match in the matrix. So you know if it will work before even trying.
@Fourthworld
How should we describe a range of version numbers starting with 6.6.3 and ending with 7.0-rc3, other than I did with "6.6.3 to 7.0-rc3" above?
[-hh] wrote:@Fourthworld
How should we describe a range of version numbers starting with 6.6.3 and ending with 7.0-rc3, other than I did with "6.6.3 to 7.0-rc3" above?
Thanks. That's why I wrote "unless I missed it" - I read more than two dozen posts here this morning, and in all that while I had done a page search for "7" I hadn't noticed that this thread had continued onto a second page. Klaus has noted this is a bad habit of mine, and I fully agree; I'll try to make more time to carefully read every post in each thread I reply to, but in practice this may not always happen, so please accept my apologies in advance, as I'm sure it'll happen again.
I might have missed this as well, but if there a bug report link here? If not it would be very helpful if anyone who has a recipe filed one against at least v6.7 so we can better ensure it gets fixed before release.
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
I posted my problem prior to the release of several newer versions including 6.7. In short, I am experiencing occasional screen flashing in all the new versions of LC in Yosemite. Furthermore, 6.7 is extremely slow in redrawing graphics i.e. changing the points of a line graphic in a mouseMove handler, to the point of being unacceptable. To tell the truth, I am overwhelmed with all these new releases and have not seriously tested 7.0. Nor have I zeroed in on the screen flashing problem, and wonder why I seem to be the only one experiencing it?
Thanks and cheers,
Roger
FourthWorld wrote:I see many references to v6.6.x here, but unless I missed it none for v6.7. This newer version has had most aspects of how it interacts with OS X updated to use the Cocoa APIs. You may find that the issue has already been addressed in that version, and if not and you submit a but report you may well see it fixed before it gets released.
v6.7 is such a joy to use on Mac systems that you're really missing out if you're using anything earlier. Even just the modern window behaviors and appearances are quite nice, along with many other improvements.
Even though I still get the occasional screen flash, It seems to be less frequent if I "reduce transparency" (Yosemite System Preferences->Accessibility-> Display) and go to a Solid Color instead of a Desktop Picture. This with both LiveCode 6.6.5 and 6.7. I ask again, does anyone have any idea why I seem to be the only one with this problem?
I'm still getting flashing in Yosemite using 6.7.1 (rc 1) when doing show/hide with visual effects on images and groups. I thought that changing the stack background color to a dark grey (to match the general color of the elements I'm swapping) but to no avail - still flashes white.
By the way - this flashing is not happening consistently. I've tried to track down when it does and doesn't happen but not luck so far nailing down a pattern.
on mouseUp
lock screen for visual effect # <-- obligatory, not 'optional'
set the vis of image 1 to not the vis of image 1
unlock screen with dissolve
end mouseUp
No problems or any flicker on OS X 10.10 and LC 6.7.1 rc2!