'aMorph imageForm: 32' bug in 2226

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

'aMorph imageForm: 32' bug in 2226

KenDickey
Hi Juan,

Don't know when this crept in, but thumbnails are not aspected properly in #TaskBarTask>>minimize:

The graphic shows a color picker panel at full scale and a thumbnail on the TaskBar.

Various thumbnails show similar behaviors.  Some look better than others.  E.g. ColorPallet useNBSISCCColorDict shows no colors at all.

Feature require 'Morphic-ColorEditor'.
ColorPallet useXKCDColorDict.  "pick your naming flavor"
"Then use menu  New morph..->ColorEditor->ColorPallet
 and use the collapse button"

Baby Steps..
-KenD

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org

colorPick2226.png (351K) Download Attachment
-KenD
Reply | Threaded
Open this post in threaded view
|

Re: 'aMorph imageForm: 32' bug in 2226

Juan Vuletich-4
Thanks for the report Ken!

Mea culpa. This stuff is tricky, and the cleanup is not yet complete...

This fixes it:

clippingRectForCurrentMorph
    "In form coordinates"
    ^currentTransformation displayBoundsOfTransformOf: currentMorph morphLocalBounds

Will be in the next bunch of updates.

Cheers,
Juan Vuletich

On 4/7/2015 9:21 PM, Ken.Dickey wrote:
Hi Juan,

Don't know when this crept in, but thumbnails are not aspected properly in #TaskBarTask>>minimize:

The graphic shows a color picker panel at full scale and a thumbnail on the TaskBar.

Various thumbnails show similar behaviors.  Some look better than others.  E.g. ColorPallet useNBSISCCColorDict shows no colors at all.

Feature require 'Morphic-ColorEditor'.
ColorPallet useXKCDColorDict.  "pick your naming flavor"
"Then use menu  New morph..->ColorEditor->ColorPallet
 and use the collapse button"

Baby Steps.. 
-KenD
_______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org