Rev Crash Again!

Wouter wouter.abraham at pi.be
Thu Jan 8 21:34:35 EST 2004


Some further investigation on the crashes  when:

     set the imagePixMapID of last image to (the pixMapID of stack 
pStackPath)

In the TD on the imagePixMapId  card :

Use the imagePixmapID property to pass the window ID to an external 
that needs to manipulate the window.

So the following handler :

on mouseup
   put the pixmapID  of stack "Home" into a
   put the windowid of stack "Home" into b
   put the pixmapID of  this stack  into c
   put the windowid of this stack  into d
   put a && b && c && d
end mouseup

In metacard (2.5.1 build 3  OS X 10.3.2)
a = b   c = d  when setting the resizable to false

when adding an image to the card and the resizable  is true then
a = b   c <> d

when setting the resizable to false again then
a = b   c = d again

In revolution 2.1.2 (OS X 10.3.2)
a = b  c <> d
  adding a card,  setting the resizable doesn't change this results

When in metacard   a stacks pixmapID < >  its windowid
then Dar's handler is working as a charm (here at least)

>
> I'd like to make this crash, if somebody could show me how.  I'm using
> Rev 2.1.2.
>
> Dar Scott

Dar if you want to make this crash, look for a stack which  pixmapID =  
windowid
(home for example) and try your handler with that pixmapID. (HTH :^)
May be others mileage will differ.

Need to sleep now,
Goodnight or rather goodmorning,

WA



More information about the use-livecode mailing list