Re: opencard and visual effect

2023-05-04 Thread Klaus major-k via use-livecode
destination card: > on openCard > startTimer > end openCard thanks, but now I will navigate to the "timer" card without visual effect (real or fake). My customer said that is OK. :-) Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl..

Re: opencard and visual effect

2023-05-04 Thread Jim Lambert via use-livecode
> > you may have missed this in my last posting: Klaus, Indeed I did. JimL P.S. Another possibility you could also fake a transition. Then start your timer in the openCard handler of your destination card. In starting card: on fakeTransition lock screen import snapshot

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi Pauil, > Am 03.05.2023 um 22:24 schrieb Paul Dupuis via use-livecode > : > > If I have followed this thread: > 1) Klaus executes a go to with a visual effect using an effect rate of > X millisecs > 2) Klaus need to start a time on how long the user of the app has to

Re: opencard and visual effect

2023-05-03 Thread Paul Dupuis via use-livecode
If I have followed this thread: 1) Klaus executes a go to with a visual effect using an effect rate of X millisecs 2) Klaus need to start a time on how long the user of the app has to answer a question once the card is displayed I believe the order is: 1) preOpencard handler (if one

Re: opencard and visual effect

2023-05-03 Thread Craig Newman via use-livecode
im, > >> Am 03.05.2023 um 20:18 schrieb Jim Lambert via use-livecode >> : >> >>> Problem for me ist to measure the time until the user hits a key after a >>> question >>> appears on the screen on the card. >>> And I start this on "open

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
Hi Jim, > Am 03.05.2023 um 20:18 schrieb Jim Lambert via use-livecode > : > >> Problem for me ist to measure the time until the user hits a key after a >> question >> appears on the screen on the card. >> And I start this on "opencard", so the V

Re: opencard and visual effect

2023-05-03 Thread Jim Lambert via use-livecode
> Problem for me ist to measure the time until the user hits a key after a > question > appears on the screen on the card. > And I start this on "opencard", so the VISUAL effect, what the user really > sees, > MUST have been terminated, but obviously

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
take another look at my results from the Message Watcher: ... preopencard 7:01:46 PM (0) opencard 7:01:46 (3) ... Three milliseconds, not ticks, difference for a visual effect with the "effectrate" set to 300? It LOOKS like 300 milliseconds, but definitively not like 3 millseco

Re: opencard and visual effect

2023-05-03 Thread Craig Newman via use-livecode
Klaus. That was fun. Oh yes, the point of this thread. To me it seems that preOpenCard is sent before, and openCard is sent after the effect terminates. The fact that you have 0 and 3 ticks is no different than having 0 and 125 ticks, The speed of the visual effect is not pertinent. Well

Re: opencard and visual effect

2023-05-03 Thread Klaus major-k via use-livecode
opencard 7:01:46 (3) > ... > I may be a bit slow, but what does the three millisecs difference tell me? 8-) > That everyting (pre- and opencard) does in fact happen AFTER the visual > effect? any hints still welcome... Best Klaus -- Klaus Major https:/

Re: opencard and visual effect

2023-05-03 Thread Mike Kerner via use-livecode
not on the forums. the bigger brains are here. less noise here better behavior here On Wed, May 3, 2023 at 12:27 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > You and my husband should go have a drink together. ;) > -- > Jacqueline Landman Gay |

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
You and my husband should go have a drink together. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 2, 2023 5:58:07 PM Bob Sneidar via use-livecode wrote: I can attest that as an old timer, if I am not very careful, I can

Re: opencard and visual effect

2023-05-02 Thread Bob Sneidar via use-livecode
I can attest that as an old timer, if I am not very careful, I can provide a very wide pool. ;-) Bob S On May 2, 2023, at 15:52, J. Landman Gay via use-livecode wrote: Well, it works better for *you*. I want info to come to me, I don't want to search. My right hand doesn't like all that

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
. 8-) If you do I will send you the stack I made that seems to indicate that “openCard” is sent after the visual effect terminates. Thank you, but I do not need any other example stack, I want to know it with my stack and I also want to know why there are differences between the two ways

Re: opencard and visual effect

2023-05-02 Thread Craig Newman via use-livecode
> >> If you do I will send you the stack I made that seems to indicate that >> “openCard” is sent after the visual effect terminates. > > Thank you, but I do not need any other example stack, I want to know it with > my stack and I also want to know > why there are differences betwe

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
on, try to outgun this with the forum. 8-) > If you do I will send you the stack I made that seems to indicate that > “openCard” is sent after the visual effect terminates. Thank you, but I do not need any other example stack, I want to know it with my stack and I also want to know why there

Re: opencard and visual effect

2023-05-02 Thread Craig Newman via use-livecode
Jacque. Go to the forum. I did just that, and the “openCard” message appears in the message watcher exactly after the visual effect finishes. Craig > On May 2, 2023, at 1:08 PM, Klaus major-k via use-livecode > wrote: > > Hi Jacque, > >> Am 02.05.2023 um 18:59 schri

Re: opencard and visual effect

2023-05-02 Thread Craig Newman via use-livecode
Klaus. Come back from the dark side. If you do I will send you the stack I made that seems to indicate that “openCard” is sent after the visual effect terminates. Craig > On May 2, 2023, at 1:08 PM, Klaus major-k via use-livecode > wrote: > > Hi Jacque, > >> Am 02.05.

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
, but what does the three millisecs difference tell me? 8-) That everyting (pre- and opencard) does in fact happen AFTER the visual effect? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode m

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
Open the message watcher and compare its report to what you see on screen. That might help. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 2, 2023 11:19:41 AM Klaus major-k via use-livecode wrote: Someone knowing please chime

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
tTime > > on mouseUp > put the ticks into tTime > visual effect "checkerBoard" slow > go cd 2 > end mouseUp > > In the card 2 script: > global tTime > on openCard > put the ticks - tTime into fld 2 > end openCard > > I get about 60 ti

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
Hi all, > Am 02.05.2023 um 18:07 schrieb Klaus major-k via use-livecode > : > > Hi Håkan > >> Am 02.05.2023 um 17:56 schrieb Håkan Liljegren via use-livecode >> : >> >> AFTER! >> >> Create two cards >> Add a button or something on the

RE: opencard and visual effect

2023-05-02 Thread Ralph DiMola via use-livecode
-Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus major-k via use-livecode Sent: Tuesday, May 02, 2023 12:08 PM To: How to use LiveCode Cc: Klaus major-k Subject: Re: opencard and visual effect Hi Håkan > Am 02.05.2023 um 17:56 schr

Re: opencard and visual effect

2023-05-02 Thread Craig Newman via use-livecode
Klaus. Why aren’t you doing this in the forum??? I made a stack with two cards. Card 1 has a button on it: global tTime on mouseUp put the ticks into tTime visual effect "checkerBoard" slow go cd 2 end mouseUp In the card 2 script: global tTime on openCard put the tic

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
Hi Håkan > Am 02.05.2023 um 17:56 schrieb Håkan Liljegren via use-livecode > : > > AFTER! > > Create two cards > Add a button or something on the first card with the code > on mouseUp > visual effect dissolve slow > go to next card > end mouseUp >

Re: opencard and visual effect

2023-05-02 Thread Håkan Liljegren via use-livecode
AFTER! Create two cards Add a button or something on the first card with the code on mouseUp visual effect dissolve slow go to next card end mouseUp On the second card add a control and the hide it and add the script to the card: on opencard show control 1 end opencard You

Re: opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
Hi Craig, > Am 02.05.2023 um 16:05 schrieb Craig Newman via use-livecode > : > > Klaus. > > I would guess that as soon as the card was navigated to, that is, before any > visual effect starts or finishes. > Not sure how to test this since I am not sure what message

Re: opencard and visual effect

2023-05-02 Thread Craig Newman via use-livecode
Klaus. I would guess that as soon as the card was navigated to, that is, before any visual effect starts or finishes. Not sure how to test this since I am not sure what messages or properties might be set before, during or after a visual effect runs. Craig > On May 2, 2023, at 9:06 AM, Kl

opencard and visual effect

2023-05-02 Thread Klaus major-k via use-livecode
Hi friends, quick question: Will "opencard" be sent to a card AFTER the card was navigated to with a visual effect or already during the effect? I cannot tell actually in my stack. Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@

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 co

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

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" -- repl

Visual Effect

2020-04-18 Thread Bob Sneidar via use-livecode
with visual effect reveal down very slow breakpoint end mouseUp homestack() simply returns the file path of the main stack, which this button is on. The visual result is indistinguishable from simply showing and hiding the stack. Bob S ___ use

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

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
What Jacque said; Originally you had built the standalone with LC 9.0.1 rc1 (and installed it in the device), so its manifest had targetSDKversion=26. Then you built a new one with LC 9.0.0, so it had its targetSDKversion equal to the minSDKversion, as specified in the standalone settings, and

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread J. Landman Gay via use-livecode
It could be because 9.0.1 sets the target version in the manifest to 26 and 9.0 sets it to the same version as the one you select in the dropdown menu in standalone settings. If you've truly removed the old app completely I wouldn't think it would matter, but apparently Android stores some

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
Cheers > >> > > >> > Monte > >> > > >> > > On 20 Jul 2018, at 9:54 am, Monte Goulding via > use-livecode < > >> use-livecode@lists.runrev.com> wrote: > >> > > > >> >

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Dan Friedman via use-livecode
he large number of >> acceleratedRendering related patches that went into 9.0.1 rc 1. I am >> looking into it as it will be a blocker for 9.0.1-rc-2. >> > > >> > > Cheers >> > > >> >

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
t;> > > This looks like a regression from the large number of >> acceleratedRendering related patches that went into 9.0.1 rc 1. I am >> looking into it as it will be a blocker for 9.0.1-rc-2. >> > > >> > > Cheers >> &

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
a regression from the large number of > acceleratedRendering related patches that went into 9.0.1 rc 1. I am > looking into it as it will be a blocker for 9.0.1-rc-2. > > > > > > Cheers > > > > > > Monte > >

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Ray via use-livecode
leratedRendering on, the effect is not applied when doing this: >> >> lock screen for visual effect >> //do something >> unlock screen with visual effect wipe left //any effect fails >> >> However, if accelerate

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Dan Friedman via use-livecode
dRendering on, the effect is not applied when doing this: >> >> lock screen for visual effect >> //do something >> unlock screen with visual effect wipe left //any effect fails >> >> However, if accelera

Re: Android, acceleratedRendering and visual effect

2018-07-20 Thread Dan Friedman via use-livecode
> > Cheers > > Monte > >> On 20 Jul 2018, at 4:13 am, Dan Friedman via use-livecode wrote: >> >> Hello! >> >> Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, the effect is not applied w

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
r 9.0.1-rc-2. > > Cheers > > Monte > >> On 20 Jul 2018, at 4:13 am, Dan Friedman via use-livecode >> wrote: >> >> Hello! >> >> Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, >> the effect is not applied when do

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
! > > Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, the > effect is not applied when doing this: > > lock screen for visual effect > //do something > unlock screen with visual effect wipe left //any effect fails > > However, if acceler

Android, acceleratedRendering and visual effect

2018-07-19 Thread Dan Friedman via use-livecode
Hello! Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, the effect is not applied when doing this: lock screen for visual effect //do something unlock screen with visual effect wipe left //any effect fails However, if acceleratedRendering is off, the visual effect

Re: Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! Klaus.. Jai Ganesha! Awesome this works (yet to test on mobile) on mouseUp set the effectrate to 500 lock screen for visual effect put the long Id of image "stone" into pHiddenImage put the long Id of image "night" into pVisibleImage show t

Re: Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Klaus major-k via use-livecode
ac and Win)! > So, I did some tests…wondering about the engine's timing work with visual > effects: Use "the effectrate" to set the duration of the "very slowly" (sic!) visual effect. Mentally a bit challenging, but works! :-D > ... > Are simultaneous visual effects + so

Run processes/effects simultaneously with a visual effect ?

2017-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
ouseUp put empty into fld "bool" hide image burger with visual effect dissolve very slowly put "false" into fld "bool" answer "Are U Hidden Yet?" with "Yes" or "No" end mouseUp btn 2: on mouseUp put empty into fld "bool" sh

Re: hide with visual effect

2016-10-11 Thread J. Landman Gay
On 10/11/16 3:52 PM, Devin Asay wrote: On Oct 11, 2016, at 2:26 PM, J. Landman Gay wrote: Do you know if "very fast" is no longer "as fast as the machine will go"? That used to be the case. It’s not that any more. It is all relative to the effectRate property.

Re: hide with visual effect

2016-10-11 Thread Alejandro Tejada
Hi Mike, This old stack provides an useful visual reference for every visual effect: https://dl.dropboxusercontent.com/u/3834621/demoMC27_no_sounds.livecode Alejandro ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: hide with visual effect

2016-10-11 Thread Devin Asay
> On Oct 11, 2016, at 2:50 PM, Mike Kerner wrote: > > Devin, I should have mentioned this, but I made my dialog translucent, so > the scroll down effect won't look right since it causes the underlying card > to slide into view, when what I'm trying to get is the

Re: hide with visual effect

2016-10-11 Thread Devin Asay
erty. Here’s what the dictionary says: "By default, the effectRate property is set to 2000 (2 seconds)." "You can specify five speeds with the visual effect command: very fast, fast, normal, slow, or very slow. The effectRate property specifies how long a very slow visual effect take

Re: hide with visual effect

2016-10-11 Thread Mike Kerner
ct 11, 2016, at 11:19 AM, Devin Asay <devin_a...@byu.edu> wrote: >>>> >>>> >>>> On Oct 11, 2016, at 8:46 AM, Mike Kerner <mikeker...@roadrunner.com> >>>>> wrote: >>>>> >>>>> I am trying to give the user the

Re: hide with visual effect

2016-10-11 Thread Mike Kerner
>>>> >>>> I am trying to give the user the illusion that a dialog is sliding into >>>> view and out of view. The dialog is a rectangle graphic background, >>>> with >>>> controls. Showing it is easy - show x with visual effect scroll up ve

Re: hide with visual effect

2016-10-11 Thread J. Landman Gay
iew and out of view. The dialog is a rectangle graphic background, with controls. Showing it is easy - show x with visual effect scroll up very fast. When I want to hide it though, hide x with visual effect scroll down very fast instead shows the underlying card moving, not the group that represents t

Re: hide with visual effect

2016-10-11 Thread Scott Rossi
Oct 11, 2016, at 8:46 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: >> >> I am trying to give the user the illusion that a dialog is sliding into >> view and out of view. The dialog is a rectangle graphic background, with >> controls. Showing it is easy - show x

Re: hide with visual effect

2016-10-11 Thread Devin Asay
> On Oct 11, 2016, at 8:46 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > > I am trying to give the user the illusion that a dialog is sliding into > view and out of view. The dialog is a rectangle graphic background, with > controls. Showing it is easy - show x with

Re: hide with visual effect

2016-10-11 Thread Richmond
x with visual effect scroll up very fast. When I want to hide it though, hide x with visual effect scroll down very fast instead shows the underlying card moving, not the group that represents the dialog. I could write a loop to physically move the dialog, but that doesn't seem ideal

Re: hide with visual effect

2016-10-11 Thread Mike Kerner
wait - got it - to slide the graphic over the card show x with visual effect scroll up very fast #push up works, too to move it off screen hide x with visual effect reveal down very fast On Tue, Oct 11, 2016 at 10:46 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > I am tryin

hide with visual effect

2016-10-11 Thread Mike Kerner
I am trying to give the user the illusion that a dialog is sliding into view and out of view. The dialog is a rectangle graphic background, with controls. Showing it is easy - show x with visual effect scroll up very fast. When I want to hide it though, hide x with visual effect scroll down

Visual Effect and Initial Commands "disappear" on card transition

2016-02-05 Thread Sannyasin Brahmanathaswami
card into tEvent switch tEvent case "nextStage" # set/called when all scenes are done on a card put the uNextStage of this stack into tNextCard visual effect dissolve very fast go to card tNextCard break case "scene2" send "scene2" to this card # almost always is o

Re: visual effect not working to show stack

2014-12-24 Thread John Burtt
to manage the content. Or: use sheet and be content with the drop from the top default effect. BR Scott Rossi wrote: 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

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

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 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

Re: visual effect not working to show stack

2014-12-23 Thread Brahmanathaswami
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/contract effects by repeatedly changing the stack's

visual effect not working to show stack

2014-12-22 Thread Brahmanathaswami
I have a main stack and a substack this button on the main stack is meant to open the substack and show it with a visual effect. It doesn't work... the substack just snaps open LC 6.6.2 OS X Mavericks on mouseUp go invisible stack choose date show stack choose date with visual

unlock screen with visual effect ...

2014-08-13 Thread Fred Moyer
“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

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

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

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

Mobile: go stack X in window of stack Y with visual effect

2014-02-14 Thread Klaus major-k
Hi friends, 1. I have a stack stack1 and a substack stack2 2. stack1 only has one button 3. When I use this in the button script: on mouseUp lock screen for visual effect go stack stack2 in window of stack stack1 unlock screen with visual effect push left very fast end mouseUp it works

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

Re: Visual Effect for a stack

2014-01-29 Thread Peter Haworth
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

Visual Effect for a stack

2014-01-28 Thread Peter Haworth
original value. All that works just fine but the group has the nice visual effect to it when it's shown/hidden whereas the change in stack size is instantaneous. I don't think there's a way to use a visual effect to deal with the stack size change, or is there? I have tried decreasing the height

Re: Visual Effect Zoom Open and Zoom Close

2014-01-10 Thread Randy Hengst
. ... put visual effect the selectedText of field Effect Name the label of button Speed into cmd ## more strings added to CMD ## ... ## CMD will later be DOne :-) ... be well, randy Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de

Re: Visual Effect Zoom Open and Zoom Close

2014-01-09 Thread Randy Hengst
-revolution.278305.n4.nabble.com/Visual-Effect-Zoom-Open-and-Zoom-Close-tp4674550.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

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 iowahen...@mac.com: ...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 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 ## ... ## CMD

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 capellan2...@gmail.com: 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

Visual Effect Zoom Open and Zoom Close

2014-01-08 Thread Alejandro Tejada
this message in context: http://runtime-revolution.278305.n4.nabble.com/Visual-Effect-Zoom-Open-and-Zoom-Close-tp4674550.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com

Desktop visual effect

2013-01-18 Thread Peter Haworth
I'm probably missing something obvious but I can't get the visual effect command to do anything. I issue the visual effect command right before opening a stack, hoping that the stack would appear according to the chosen effect, but no matter which effect I choose, the stack appears without

Re: Desktop visual effect

2013-01-18 Thread Klaus on-rev
Hi Pete, Am 18.01.2013 um 20:08 schrieb Peter Haworth p...@lcsql.com: I'm probably missing something obvious but I can't get the visual effect command to do anything. I issue the visual effect command right before opening a stack, hoping that the stack would appear according to the chosen

Re: Desktop visual effect

2013-01-18 Thread Peter Haworth
missing something obvious but I can't get the visual effect command to do anything. I issue the visual effect command right before opening a stack, hoping that the stack would appear according to the chosen effect, but no matter which effect I choose, the stack appears without the visual

Re: Desktop visual effect

2013-01-18 Thread Scott Rossi
but I can't get the visual effect command to do anything. I issue the visual effect command right before opening a stack, hoping that the stack would appear according to the chosen effect, but no matter which effect I choose, the stack appears without the visual effect Pete lcSQL Software http

Re: Desktop visual effect

2013-01-18 Thread Peter Haworth
if this worked it would be Mac only). Regards, Scott Rossi Creative Director Tactile Media, UX Design On 1/18/13 11:08 AM, Peter Haworth p...@lcsql.com wrote: I'm probably missing something obvious but I can't get the visual effect command to do anything. I issue the visual effect command

Re: Desktop visual effect

2013-01-18 Thread Alejandro Tejada
the source code by clicking the link button below. Have a nice weekend! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Desktop-visual-effect-tp4659122p4659135.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Desktop visual effect

2013-01-18 Thread Peter Haworth
://runtime-revolution.278305.n4.nabble.com/Desktop-visual-effect-tp4659122p4659135.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Desktop visual effect

2013-01-18 Thread Scott Rossi
download the source code by clicking the link button below. Have a nice weekend! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Desktop-visual-effect-tp465 9122p4659135.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Desktop visual effect

2013-01-18 Thread Robert Sneidar
You have strange dreams. In mine, scantily clad beautiful women seem to magically show up. But hey, to each his own! ;-) Bob On Jan 18, 2013, at 11:18 AM, Scott Rossi wrote: But when asking about it much later, nobody could recall if (or how) it was done, so maybe it was just a dream (even

Re: Desktop visual effect

2013-01-18 Thread Peter Haworth
this Splash Screen window is the way it fades on. You can download the source code by clicking the link button below. Have a nice weekend! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Desktop-visual-effect-tp465 9122p4659135.html Sent from

Re: Desktop visual effect

2013-01-18 Thread Peter M. Brigham
On Jan 18, 2013, at 2:18 PM, Scott Rossi wrote: One simulated effect I've done is to create a loop that progressively sets the blendLevel of a stack, which results in fading the stack in (or out of) the desktop. Here's from the script of the first card of a splash stack that I use: on

Locking a group for a visual effect

2012-11-26 Thread Magicgate Software - Skip Kimpel
I want to transition between cards but keep a group (background and menu called MainMenuAndBackground in place without experiencing the effect results. Is this possible? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Locking a group for a visual effect

2012-11-26 Thread Robert Sneidar
I don't think you can within the same app. You *could* make a standalone as a system window which will float above other apps, launch it with Applescript and show it just before you transition, then hide or quit it after the transition. It's an ugly hack, but it is how I do animated dialogs or

Re: Locking a group for a visual effect

2012-11-26 Thread Magicgate Software - Skip Kimpel
This would be for mobile devices SKIP On Mon, Nov 26, 2012 at 1:07 PM, Robert Sneidar slylab...@me.com wrote: I don't think you can within the same app. You *could* make a standalone as a system window which will float above other apps, launch it with Applescript and show it just before

Re: Locking a group for a visual effect

2012-11-26 Thread Paul Hibbert
It is possible to hide other groups with visual effects, this works… hide group groupControls1 with visual effect dissolve slow go cd 2 show group groupControls2 with visual effect dissolve slow …Assuming you can group the rest of the controls separately. I just tried a quick test

Re: Locking a group for a visual effect

2012-11-26 Thread J. Landman Gay
On 11/26/12 11:20 AM, Magicgate Software - Skip Kimpel wrote: I want to transition between cards but keep a group (background and menu called MainMenuAndBackground in place without experiencing the effect results. Is this possible? If the parts that should show with a visual effect

Re: Visual Effect Problem in LC5.5.3

2012-11-12 Thread Randy Hengst
of or specific types of code being process before the visual effect is called… anyway, thought I'd share. be well, randy -- On Nov 11, 2012, at 7:42 AM, Thomas McGrath III wrote: In my published apps I am experiencing this same problem with visual effects and also the Play command

Re: Visual Effect Problem in LC5.5.3

2012-11-12 Thread Thomas McGrath III
the visual effect is called… anyway, thought I'd share. be well, randy -- On Nov 11, 2012, at 7:42 AM, Thomas McGrath III wrote: 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

  1   2   >