lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

View: New views
5 Messages — Rating Filter:   Alert me  

lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

by Bret Simister :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Re: lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

by Henry Minsky-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Are you using DHTML or SWF8?

There is a known bug in swf10 with the APIs, I am working on now.


On Tue, Oct 20, 2009 at 6:08 PM, Bret Simister <bsimister@...> wrote:




--
Henry Minsky
Software Architect
hminsky@...



Re: lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

by Bret Simister :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Henry,

Flash 9 or 10 does not work for me in OL 4.4 ( try the test case that comes with openlaszlo cursors.lzx ). Only Flash 8 works. I had Antun try it in the latest release and it is broken there as well.

Thanks,
Bret 

On Oct 20, 2009, at 3:30 PM, Henry Minsky wrote:


Are you using DHTML or SWF8?

There is a known bug in swf10 with the APIs, I am working on now.


On Tue, Oct 20, 2009 at 6:08 PM, Bret Simister <bsimister@...> wrote:




--
Henry Minsky
Software Architect
hminsky@...




Re: lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

by Henry Minsky-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I'm tracking this as  LPP-8563

We did have the custom cursor working for the SWF10 grid component's column slider (see examples/components/grid_example.lzx) and that still works in trunk, but a bunch of things are not working, the API calls in testcase test/cursors.lzx all seem to be broken.





On Tue, Oct 20, 2009 at 7:04 PM, Bret Simister <bsimister@...> wrote:
Hi Henry,

Flash 9 or 10 does not work for me in OL 4.4 ( try the test case that comes with openlaszlo cursors.lzx ). Only Flash 8 works. I had Antun try it in the latest release and it is broken there as well.

Thanks,
Bret 

On Oct 20, 2009, at 3:30 PM, Henry Minsky wrote:


Are you using DHTML or SWF8?

There is a known bug in swf10 with the APIs, I am working on now.


On Tue, Oct 20, 2009 at 6:08 PM, Bret Simister <bsimister@...> wrote:




--
Henry Minsky
Software Architect
hminsky@...






--
Henry Minsky
Software Architect
hminsky@...



Re: lz.Cursor APIs in openLaszlo 4.4 do not seem to work. Is this fixed in later versions?

by Henry Minsky-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I checked in a fix for swf10 cursors, it will be in tomorrow nightly build if you want to test.

Release notes:


A pair of attributes has been added to the <resource> tag, 'offsetx' and 'offsety'.

The purpose is to allow you to specify an offset of a bitmap resource used for a custom cursor,
so that the mouse will aligh with the proper 'hotspot' in the cursor image.

Example: set a custom crosshair cursor from a bitmap resource, with an offset of (-8,-8)

<resource name="crosshair" src="cursor_crosshair.png" offsetx="-8" offsety="-8" />
<view height="40" bgcolor="#cccccc" width="100" cursor="crosshair" />


The cursor offset feature currently only works in the swf10 runtime, but will eventually work
in DHTML and SWF8.


On Tue, Oct 20, 2009 at 7:04 PM, Bret Simister <bsimister@...> wrote:
Hi Henry,

Flash 9 or 10 does not work for me in OL 4.4 ( try the test case that comes with openlaszlo cursors.lzx ). Only Flash 8 works. I had Antun try it in the latest release and it is broken there as well.

Thanks,
Bret 

On Oct 20, 2009, at 3:30 PM, Henry Minsky wrote:


Are you using DHTML or SWF8?

There is a known bug in swf10 with the APIs, I am working on now.


On Tue, Oct 20, 2009 at 6:08 PM, Bret Simister <bsimister@...> wrote:




--
Henry Minsky
Software Architect
hminsky@...






--
Henry Minsky
Software Architect
hminsky@...