summae3443 | 4 May 2012 17:46
Favicon

Small Icons


body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}
body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}When I explore a graphical object, a nice little image of the object appears in an IndentingListItemMorph. How can my Squeak code get at a small icon such as this and what class generates the bitmap for it? It seems that the little image would be very useful in board games as markers for player positions. Are there other ways of doing this?

Dan Norton
_______________________________________________
Beginners mailing list
Beginners <at> lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Chris Cunnington | 4 May 2012 18:31
Picon

Re: Small Icons


You know it's an IndentingListItemMorph, as I expect you clicked down on the halos while holding your cursor over the icon. Now click on the gray wrench icon. It will bring up a menu with things like "inspect morph", "inspect owner chain", etc.

Chris


On 12-05-04 11:46 AM, summae3443 <at> mypacks.net wrote:
body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}
body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}
body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}When I explore a graphical object, a nice little image of the object appears in an IndentingListItemMorph. How can my Squeak code get at a small icon such as this and what class generates the bitmap for it? It seems that the little image would be very useful in board games as markers for player positions. Are there other ways of doing this?

Dan Norton


_______________________________________________ Beginners mailing list Beginners <at> lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
Beginners <at> lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Gmane