I have a problem with multithreading in .net. With the following code: class Program { private static ManualResetEvent[] resetEvents;
I am implementing a graphical user interface with Morphic / Squeak. Some of the items have drag & drop functionality. While dragging, I want to be able to rotate these items with the mo开发者_开发
I have an image for a Squeak Morphic GUI that contains some transparent parts and thus should not accept any mouseevents etc. but just be visible, but it needs to be visible in front of other morphs.
I need to get a texture into a PolygonMorph, but these seem to require an InfiniteForm as color/ filling.