Bug #7908

giovanni johncanmail-all at yahoo.it
Mon Apr 20 10:46:47 EDT 2009


Yessssss! This fix the issue! Now it's perfect!
I've only another question for u:
this is a definitive solution for me right now, or
I've to do this modification everytime I run Revolution?

See u! Bye-

> Hi Giovanni,
> 
> I just took a look at this and see the crash on OS X as well. The  
> crash is occurring when the data grid draws the alternating rows.  A  
> quick fix is the following:
> 
> 1) edit script of btn "Data Grid" of stack "revDataGridLibrary"
> 2) Locate the _CreateAlternatingColorImage handler.
> 3) Change:
> 
> -----
> lock screen
> set the rect of pDestImg to theRect
> set the imagedata of pDestImg to theOffsetRow & theColor1Row &  
> theColor2Row
> unlock screen
> -----
> 
> to
> 
> -----
> lock screen
> set the rect of pDestImg to theRect
> put the paintcompression into theOrigCompress
> set the paintcompression to PNG
> set the imagedata of pDestImg to theOffsetRow & theColor1Row &  
> theColor2Row
> set the paintcompression to theOrigCompress
> unlock screen
> -----
> 
> Doing the above fixed the issue on my machine. Does it work for you?
> 
> Regards,




More information about the use-livecode mailing list