Yep. Haven't heard any response about it though.
Ricky
Cron Stardust
On Sat, Nov 19, 2011 at 10:55 PM, Dave Booth wrote:
> On 11/20/2011 12:41 AM, Hitomi Tiponi wrote:
>> It does appear to be stuck still - it's not the first time this has
>> happened. Also the problem with not showing changes i
The essential bug is that the elements *are* completely covered when
this occurs, but when the mouse-position is matched to an on-screen
element, it ends up matching the wrong thing in the stack. Sometimes.
Under conditions which seem obscure and difficult to reproduce.
And it may match pointing (
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote:
> > found another glitch:
> > I'm developing scripts in eclipse with lslforge. When I "compile" a script
> > in eclipse and then load it using this patch, tabstops are converted into
> > IDunnoWhat (it shows as little squares in the script ed
That happens because the clicks work by going down a hierarchy, it goes
down the window backgrounds first, then works through the children UI
elements of that window, passing around the click message until it hits the
lowest level.
When you click outside the windows it passes through to the 3D wor
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote:
> > found another glitch:
> > I'm developing scripts in eclipse with lslforge. When I "compile" a script
> > in eclipse and then load it using this patch, tabstops are converted into
> > IDunnoWhat (it shows as little squares in the script ed
> On Nov. 20, 2011, 6:53 a.m., Lance Corrimal wrote:
> > found another glitch:
> > I'm developing scripts in eclipse with lslforge. When I "compile" a script
> > in eclipse and then load it using this patch, tabstops are converted into
> > IDunnoWhat (it shows as little squares in the script ed
> On Nov. 19, 2011, 5:54 a.m., Lance Corrimal wrote:
> > I've put the last revision (4) in, and it still doesn't add .lsl to
> > filenames on saving... I'm building on linux here, maybe that's the reason?
>
> Ima Mechanique wrote:
> This is mostly a Window's feature, at this time. The .lsl
> On Nov. 19, 2011, 5:54 a.m., Lance Corrimal wrote:
> > I've put the last revision (4) in, and it still doesn't add .lsl to
> > filenames on saving... I'm building on linux here, maybe that's the reason?
This is mostly a Window's feature, at this time. The .lsl filter is part of a
Window's on
---
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/516/#review1082
---
found another glitch:
I'm developing scripts in eclipse with lslf