Re: Visual Effect

2020-04-18 Thread dunbarx--- via use-livecode
Hi. I never use visual effects, but I think you may need to go to the dictionary. One thing it says is:  "The visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command : visual

Re: Visual Effect

2020-04-18 Thread Bob Sneidar via use-livecode
Thanks Scott. I should read the whole command. I only got as far as the examples for cards. Bob S > On Apr 18, 2020, at 12:15 PM, scott--- via use-livecode > wrote: > > From the docs: > > The visual effect command affects only navigation within a window. If you > want to create a transiti

Re: Visual Effect

2020-04-18 Thread scott--- via use-livecode
From the docs: The visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command : visual effect "wipe down" go stack Index in window "Part 2" -- replaces stack on screen — Scot

Re: Visual Effect and Initial Commands "disappear" on card transition

2016-02-05 Thread Sannyasin Brahmanathaswami
  I solved the problem myself. There is a caveat with animationEngine… I don’t understand it completely but on aeMoveDone nextEvent end aeMoveDone will fire too soon or “cuts out” part of the actions of the subsequent commands being invoked on the card we go to, as well as the visual eff

Re: visual effect not working to show stack

2014-12-24 Thread John Burtt
I use animation engine to slide an opaque group into view. You can slide it from anywhere, to anywhere. Works perfectly, just like a drawer. John B > > No, I can't point to a version of LiveCode where this ever worked... I > was dreaming again (ha!) > > So... it can't be done, except by thes

Re: visual effect not working to show stack

2014-12-23 Thread Brahmanathaswami
No, I can't point to a version of LiveCode where this ever worked... I was dreaming again (ha!) So... it can't be done, except by these "messy" methods you describe. I guess we will have to live without it. Too bad, as many modern UX designs call for the "cool" appearance of content like this.

Re: visual effect not working to show stack

2014-12-23 Thread Scott Rossi
I don't know that it has ever been possible to use a visual effect when launching a stack. Can you point to a version of LiveCode where this works? The only stack-level "effects" I've been able to manage are a dissolve-into-view effect by setting the stack's blendLevel from 100 to 0, expand/co

Re: visual effect not working to show stack

2014-12-23 Thread Brahmanathaswami
John: right... I did read the dictionary. but we don't want the substack being revealed to take over the window of the main stack. and, this doesn't work: on mouseUp visual effect reveal up very slowly go stack "Choose Date" in new window end mouseUp I presume, because, "new window"

RE: visual effect not working to show stack

2014-12-23 Thread John Dixon
Read the dictionary... 'The visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command:' > Date: Mon, 22 Dec 2014 20:58:40 -1000 > From: bra...@hindu.org > To: use-livecode@l

Re: Visual Effect for a stack

2014-01-29 Thread Peter Haworth
Thanks Hank, sounds like just what I want. Off to try it out now. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Wed, Jan 29, 2014 at 10:12 AM, wrote: > > > > I don't think

Re: Visual Effect for a stack

2014-01-29 Thread MacBox
> > I don't think there's a way to use a visual effect to deal with the stack > size change, or is there? > Pete, check out "revChangeWindowSize" Hank ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

Re: Visual Effect Zoom Open and Zoom Close

2014-01-10 Thread Randy Hengst
Hi Klaus, Got it… thank you. be well, randy - On Jan 9, 2014, at 9:54 AM, Klaus major-k wrote: > Hi Randy, > > Am 09.01.2014 um 15:22 schrieb Randy Hengst : > >> ...but where in your scripts is "Zoom Open" or closed? I couldn't find it. >> Sounds worked. > > ... > put "visual effect" &&

Re: Visual Effect Zoom Open and Zoom Close

2014-01-09 Thread Klaus major-k
Hola Al, Am 09.01.2014 um 21:59 schrieb Alejandro Tejada : > Many Thanks Klaus for answering! :D My pleasure :-) But when started this visual effect (zoom in/out) to REALLY zoom in/out (an image)??? Last time I used this effect, must be several year ago, maybe even at my Metacard days, there

Re: Visual Effect Zoom Open and Zoom Close

2014-01-09 Thread Alejandro Tejada
Many Thanks Klaus for answering! :D Klaus major-k wrote >> ...but where in your scripts is "Zoom Open" or closed? I couldn't find >> it. Sounds worked. > put "visual effect" && the selectedText of field "Effect Name" && the > label of button "Speed" into cmd > ## more strings added to CMD > ##

Re: Visual Effect Zoom Open and Zoom Close

2014-01-09 Thread Klaus major-k
Hi Randy, Am 09.01.2014 um 15:22 schrieb Randy Hengst : > ...but where in your scripts is "Zoom Open" or closed? I couldn't find it. > Sounds worked. ... put "visual effect" && the selectedText of field "Effect Name" && the label of button "Speed" into cmd ## more strings added to CMD ## ...

Re: Visual Effect Zoom Open and Zoom Close

2014-01-09 Thread Randy Hengst
Seems to work fine here Mac 10.8.4 LC 6.5.1… but where in your scripts is "Zoom Open" or closed? I couldn't find it. Sounds worked. be well, randy --- On Jan 8, 2014, at 9:22 PM, Alejandro Tejada wrote: > Hi all, > > Could please verify if the visual effects Zoom Open and > Zoom Close wor

Re: Visual Effect Problem in LC5.5.3

2012-11-12 Thread Thomas McGrath III
Thanks for sharing Randy. I am hoping more people will notice these issues and gain some attention. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Nov 12, 2012, at 10:15 AM, Randy Hengst wrote: > Hi Tom, > > I've continued to mess with this… I've gotten the card-to-car

Re: Visual Effect Problem in LC5.5.3

2012-11-12 Thread Randy Hengst
Hi Tom, I've continued to mess with this… I've gotten the card-to-card transitions to work by adding a wait statement just before they are executed…. wait 20 ticks is what I needed… I haven't not tried to figure out why I needed to do that in some apps and not others… I assume it's the amount

Re: Visual Effect Problem in LC5.5.3

2012-11-11 Thread Thomas McGrath III
In my published apps I am experiencing this same problem with visual effects and also the Play command is no longer asynchronous so my move commands no longer execute until the sound is done playing (I'm not using "wait until sound is done") -- Tom McGrath III http://lazyriver.on-rev.com 3mcg

Re: Visual Effect Problem in LC5.5.3

2012-11-10 Thread Randy Hengst
Jacque, I forgot to mention that I had tried that…and within rect… But, I explored some more using only go next card rather than go to card "card name"… next card worked, so I'm now looking for problems with my card script. Thanks for the push. be well, randy - On Nov 10, 2012, at 4:09 PM,

Re: Visual Effect Problem in LC5.5.3

2012-11-10 Thread J. Landman Gay
On 11/10/12 3:02 PM, Randy Hengst wrote: I can open an app in 5.5.1 and test it… the effects work just fine in the simulator. I open the same app in 5.5.3 and the visual effects do not work… in the simulator or on an iPad 3. The syntax changed a bit, try the newer one: lock screen for visual

Re: Visual effect in rect

2012-08-09 Thread Bob Sneidar
No one is that stupid. I blame Gremlins. ;-) Bob On Aug 9, 2012, at 8:40 AM, J. Landman Gay wrote: > I'm not using it. But I just found the problem. Some idiot programmer was > putting the new content into a field twice. Who'd be that stupid? ___ u

Re: Visual effect in rect

2012-08-09 Thread J. Landman Gay
On 8/9/12 10:29 AM, Chris Sheffield wrote: Jacque, Is this for mobile by chance? And in particular for iOS? If so, are you using iphoneSetRedrawInterval somewhere? This can have negative effects on visual effects. If you're using this, trying setting it to 0 (zero) before locking the screen, the

Re: Visual effect in rect

2012-08-09 Thread Chris Sheffield
Jacque, Is this for mobile by chance? And in particular for iOS? If so, are you using iphoneSetRedrawInterval somewhere? This can have negative effects on visual effects. If you're using this, trying setting it to 0 (zero) before locking the screen, then back to whatever value once the visual e

Re: Visual effect in rect

2012-08-09 Thread J. Landman Gay
On 8/9/12 2:55 AM, Jacques Hausser wrote: Afterthought (more likely): are you sure they are not "embedding" classical lock - unlock screen around your command ? If you have command mainStuff lock screen doChanges unlock screen end mainStuff command doChanges lock screen for

Re: Visual effect in rect

2012-08-09 Thread Jacques Hausser
Afterthought (more likely): are you sure they are not "embedding" classical lock - unlock screen around your command ? If you have command mainStuff lock screen doChanges unlock screen end mainStuff command doChanges lock screen for visual effect in rect tRect unlock scree

Re: Visual effect in rect

2012-08-09 Thread Jacques Hausser
Hi Jacque, I had the same problem and finally it worked with the following, but I don't remember exactly why. The trick was perhaps 'show image "Affiche" ' which was never hidden. If it is the case, you should perhaps group the things you are changing and 'show group' before unlocking ? loc

Re: Visual effect push left broken in LC 5.5 GM3?

2012-04-04 Thread William de Smet
Hi John, Thanks for your suggestion. It works now! greetings, William 2012/4/4 John Dixon : > > >      William ... > > try something like this... have a look at 'lock screen' and 'visual effects' > in the dictionary, I can't remember if this was in the iOS release notes as > well, but the s

RE: Visual effect push left broken in LC 5.5 GM3?

2012-04-04 Thread John Dixon
William ... try something like this... have a look at 'lock screen' and 'visual effects' in the dictionary, I can't remember if this was in the iOS release notes as well, but the syntax has changed. This is fine for me in 5.5... lock screen for visual effect go next card

Re: Visual effect problems in iOS

2012-02-22 Thread Mark Wieder
Ken- Tuesday, February 21, 2012, 9:12:32 AM, you wrote: > Thank you for listening to this rant… ...you left out "think diff..." oh... never mind... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Visual effect problems in iOS

2012-02-21 Thread Pete
Interesting. There's an example in the dictionary that specifically uses "slowly" but sounds like you can't use that any longer. At the risk of giving Ken apoplexy, you could argue that "slow" is being used as an adjective to describe the speed property of the visual effect command, not as an adv

Re: Visual effect problems in iOS

2012-02-21 Thread Peter M. Brigham, MD
Ah, another grammarhead! I love it! I've always found it interesting that the obsessive focus on syntax and grammar needed by programmers/coders to use the coding language well is rarely associated with equal attention to grammatical English. -- Peter Peter M. Brigham pmb...@gmail.com http://h

Re: Visual effect problems in iOS

2012-02-21 Thread Graham Samuel
Thanks Chris I am embarrassed to say that my card-to-card effects are now working! I had a completely repeatable recipe to show they won't working yesterday, but a restart of my machine and a test immediately afterwards (both on the simulator and the iPad itself) showed the effects working fine

Re: Visual effect problems in iOS

2012-02-21 Thread Michael Doub
Let me join you on the soapbox. I agree with you that support for all platforms should be the same. I am less of an language purest, but I am happy to support you. -= Mike On 02/21/2012, at 12:12 PM, Ken Ray wrote: > > On Feb 20, 2012, at 2:26 PM, Graham Samuel wrote: > >> Having finall

Re: Visual effect problems in iOS

2012-02-21 Thread Ken Ray
On Feb 20, 2012, at 2:26 PM, Graham Samuel wrote: > Having finally reviewed that page (12) I notice that the description doesn't > apply to my case. I have not locked the screen, and am just doing a > card-to-card transition. As I said, my very simple example works (set up a > "flip left" visu

Re: Visual effect problems in iOS

2012-02-21 Thread Chris Sheffield
Graham, Not sure if you've ever found a solution for this problem, but I've got a couple other suggestions that may help. First, if you're simply issuing a command like: visual effect "whatever" go cd "someCard" then this should work just fine. I've found that if something like

Re: Visual effect problems in iOS

2012-02-20 Thread Graham Samuel
Thanks Paul, stupid of me. I seem always to be looking in the wrong place for information. Having finally reviewed that page (12) I notice that the description doesn't apply to my case. I have not locked the screen, and am just doing a card-to-card transition. As I said, my very simple example

Re: Visual effect problems in iOS

2012-02-20 Thread Paul Hibbert
Hi Graham, > Thanks - I had not read these notes in detail and indeed it took some time to > find anything like them on the RunRev web site - they don't seem to have > stuck around on my Mac after installation. The only notes I could find are > called "LiveCodeNotes-5_0_0.pdf, revision 7", and

RE: Visual effect problems in iOS

2012-02-20 Thread Graham Samuel
Thanks - I had not read these notes in detail and indeed it took some time to find anything like them on the RunRev web site - they don't seem to have stuck around on my Mac after installation. The only notes I could find are called "LiveCodeNotes-5_0_0.pdf, revision 7", and there's nothing on P

RE: Visual effect problems in iOS

2012-02-19 Thread John Dixon
Hi... have a look at p.12 in the LC 5.0.2 release notes about the changes to using visual effects... > From: livf...@mac.com > Subject: Visual effect problems in iOS > Date: Sun, 19 Feb 2012 18:15:50 +0100 > To: use-livecode@lists.runrev.com > > Folks, I have been trying to use 'visual effect'

Re: Visual Effect command

2011-06-27 Thread Pete
Thanks Ken, I'll give it a try. Always leery of trying anything out of the ordinary with modal windows since LC hangs up very easily on any problems with them! I do actually need a modal window though so not sure if this will do it or not. I guess the closest way I can describe this is for the m

Re: Visual Effect command

2011-06-27 Thread Ken Ray
> Looks like the show and hide commands allow you to name a stack, but there's > no way to specify that the stack should be modal, which is what I need. I > thought about trying "go invisible stackname as modal" followed by the show > command but I think the script would stop execution at the go c

Re: Visual Effect command

2011-06-27 Thread Pete
Looks like the show and hide commands allow you to name a stack, but there's no way to specify that the stack should be modal, which is what I need. I thought about trying "go invisible stackname as modal" followed by the show command but I think the script would stop execution at the go command s

Re: Visual Effect command

2011-06-27 Thread Scott Rossi
One way to restrict a visual effect to a portion of the screen is to use the effect with hide/show: show grp 1 with visual push down hide grp 1 with visual push up However, this will not work with overlapping objects. You would have to make sure the affected object can be displayed independent

Re: Visual Effect command

2011-06-27 Thread Shao Sean
If the new window is non-resizable you could group all the controls together and then do a loop to set the height of the new window and move the group.. I'd recommend locking the screen so you can set the topLeft of the new window and not have it bouncing all over the screen.. on mouseUp

Re: Visual effect transition from a card to another with sound on iOS

2011-06-24 Thread Christian Langers
Exactly what is written : 1. visual effect 2. gone to next card 3. sound I tried this already... :( Christian Le 24 juin 2011 à 15:37, Thomas McGrath III a écrit : > What happens if you reverse the order? > visual effect... > go next > it environ > > -- Tom McGrath III > http://lazyriver

Re: Visual effect transition from a card to another with sound on iOS

2011-06-24 Thread Thomas McGrath III
What happens if you reverse the order? visual effect... go next it environ -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jun 24, 2011, at 7:20 AM, Christian Langers wrote: > Hello, > > does anybody know of an elegant solution to have this transition done > simultan