Regression iOS: unlock screen for visual effect

2019-09-09 Thread Sannyasin Brahmanathaswami via use-livecode
I am getting a "flicker" instead of a "dissolve"  in LC9.5 + latest iOS on 
iPhone 12.4.1

command loadNewImage pPath
lock screen for visual effect
set the filename of sMainImage to pPath
setImageToFullCardLoc sMainImage, "portrait", 0,0
centerMe sMainImage,0,0
    show sMainImage --with visual effect "dissolve" 
unlock screen with visual effect "dissolve" 
end loadNewImage

same code, an Android: I get a smooth "dissolve"

I know Apple keeps changing things.
I don't know how far back this goes, where it was OK on an earlier version of 
LC or whether it was working on an earlier version of iOS... 

can anyone confirm?

BR


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


unlock screen with visual effect ...

2014-08-13 Thread Fred Moyer
Hi:

It’s been a long time since I’ve been on the mailing list — great to see it’s 
still going strong! 

Some things seem not to work as they used to in the old Revolution. One of them 
is unlock screen with visual dissolve.” How do you lock the screen, make a 
bunch of changes to the look of a card, and then unlock the screen with visual 
dissolve? I must be missing something really obvious. For example why doesn’t 
this work

on mouseUp
   lock screen
   set the visible of btn “thisButton to not the visible of btn thisButton
   set the visible of fld thisField to not the visible of fld “thisField”
   set the vscroll of group  “ThisGroup” to 10 + (the Vscroll of group 
“ThisGroup”)
   unlock screen with visual effect dissolve
end mouseUp

(Using Mac OS 10.9)

Thanks
Fred Moyer



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: unlock screen with visual effect ...

2014-08-13 Thread Mark Schonewille

Hi Fred,

At some point in time, the syntax changed. The new syntax is

lock screen for visual effect
// do a bunch of stuff here
unlock screen with visual effect dissolve

Dissolve should work on any platform. Some effects only work on a 
specific platform. It is also possible that a combination of using an 
unstable version of LiveCode together with Mavericks breaks something. 
Make sure to use a GM release.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 8/13/2014 23:47, Fred Moyer wrote:

Hi:

It’s been a long time since I’ve been on the mailing list — great to see it’s 
still going strong!

Some things seem not to work as they used to in the old Revolution. One of them is 
unlock screen with visual dissolve.” How do you lock the screen, make a bunch 
of changes to the look of a card, and then unlock the screen with visual dissolve? I 
must be missing something really obvious. For example why doesn’t this work

on mouseUp
lock screen
set the visible of btn “thisButton to not the visible of btn thisButton
set the visible of fld thisField to not the visible of fld “thisField”
set the vscroll of group  “ThisGroup” to 10 + (the Vscroll of group 
“ThisGroup”)
unlock screen with visual effect dissolve
end mouseUp

(Using Mac OS 10.9)

Thanks
Fred Moyer




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: unlock screen with visual effect ...

2014-08-13 Thread Kay C Lan
On Thu, Aug 14, 2014 at 5:56 AM, Mark Schonewille
m.schonewi...@economy-x-talk.com wrote:
 At some point in time, the syntax changed. The new syntax is

 lock screen for visual effect
 // do a bunch of stuff here

The Dictionary is in need of a thorough update, but thankfully this is
not one of them. Mark has provided the answer and the Dictionary has
two examples including one that will be a further update since you've
last used LC and may be of use:

lock screen for visual effect in rect (the rect of control 1)

HTH

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: unlock screen with visual effect ...

2014-08-13 Thread Richard Gaskin

Kay C Lan wrote:

 The Dictionary is in need of a thorough update...

The team's been doing pretty quick work on Dictionary entries whenever 
reported.  If you find one that contains erroneous info, please file a 
report on it.


Thanks -

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode