I tried this a bit, and it looks like the engine does resize the screen, but
does not update the contents of the windows at the same time, but only a cycle
later. that produces a very choppy resize visual :(
Maybe a bug report could help? After all, the runrev guys are supposedly
changing aroun
lock and unlock do not help either
but thanks
Todd
2011/5/31 Björnke von Gierke
> Did you try to experiment with lock and unlock screen too? because you can
> salvage a lot of things with arcane divinations (aka. randomly adding lock
> screen at improbable locations and look what it does, whic
Did you try to experiment with lock and unlock screen too? because you can
salvage a lot of things with arcane divinations (aka. randomly adding lock
screen at improbable locations and look what it does, which will be somewhat
random, sometimes slowing stuff down to a crawl, sometimes solving al
Yeah avoiding the geo manager is a good idea.
Had a thought, though I don't know how to implement it.. Would it be
possible to use snapshots during the resize as an overlay? Not sure how one
would go about implementing this, but maybe someone will yay or nay it as an
idea.
On Tue, May 31, 2011 at
On Tue, May 31, 2011 at 5:39 AM, Mike Bonner wrote:
> Just curious, if you use the widget from the object library, and modify its
> script so that you call revupdategeometry does it smooth it out for you?
> Sorry for any weird line breaks here. Have marked where I added
> revupdategeometry
Hel
sure how smooth this would be, since, as has been said,
> > doing this sort of thing under script control might be a bit sluggish. I
> > cannot test it from where I am.
> >
> >
> > Craig Newman
> >
> >
> >
> >
> >
> > -----Original M
ginal Message-
> From: Todd Geist
> To: How to use LiveCode
> Sent: Mon, May 30, 2011 4:01 pm
> Subject: Re: custom stack resize contro
>
>
> tried that... it doesn't help :<(
>
> On Mon, May 30, 2011 at 12:47 PM, Jan Schenkel >wrote:
>
> > --- On Mon,
luggish. I cannot test it from where
I am.
Craig Newman
-Original Message-
From: Todd Geist
To: How to use LiveCode
Sent: Mon, May 30, 2011 4:01 pm
Subject: Re: custom stack resize contro
tried that... it doesn't help :<(
On Mon, May 30, 2011 at 12:47 PM, Jan Schenkel wrote
tried that... it doesn't help :<(
On Mon, May 30, 2011 at 12:47 PM, Jan Schenkel wrote:
> --- On Mon, 5/30/11, Todd Geist wrote:
> > I have tried all of the suggestions
> > in this thread, and while they all work,
> > they all cause a little stutter with my geometry.
> > Specifically I have a
>
--- On Mon, 5/30/11, Todd Geist wrote:
> I have tried all of the suggestions
> in this thread, and while they all work,
> they all cause a little stutter with my geometry.
> Specifically I have a
> group "Nav Bar" at the top of the card. This group
> resizes on resizeStack
> to fill the screen le
thanks for confirming my findings :>)
Todd
On Mon, May 30, 2011 at 11:47 AM, Scott Rossi wrote:
> In my experience, the only way to get smooth (ish) resizing of a stack is
> to
> use the built-in resizer and set the liveResizing of the stack to true.
> Scaling by script is never as fast, and as
In my experience, the only way to get smooth (ish) resizing of a stack is to
use the built-in resizer and set the liveResizing of the stack to true.
Scaling by script is never as fast, and as you've seen, you will often see
controls update along with the blank (white) background of stack as you
dra
I have tried all of the suggestions in this thread, and while they all work,
they all cause a little stutter with my geometry. Specifically I have a
group "Nav Bar" at the top of the card. This group resizes on resizeStack
to fill the screen left to right. No matter what I do that group resize
do
On 5/28/11 11:26 PM, dunb...@aol.com wrote:
A direct way to do it, though with my quick workup one must move slowly, is to
have this in the card or stack script:
on mouseMove
put the rect of this stack into tRect
put the screenMouseLoc into tLoc
if item 3 of tRect - item 1 of tLoc< 20
---Original Message-
From: Jim Lambert
To: use-livecode@lists.runrev.com
Sent: Sat, May 28, 2011 3:49 pm
Subject: Re: custom stack resize contro
ToddG wrote:
> I have a stack with a custom title bar, that I created (no stack controls) .
> I need to create a resize control to go in th
ToddG wrote:
> I have a stack with a custom title bar, that I created (no stack controls) .
> I need to create a resize control to go in the lower right. I have seen this
> done before but I can't find any examples. Can any one point me at a good
> example?
Also, look under this menu for a stack
16 matches
Mail list logo