Tagged Questions
The morphic tag has no wiki summary.
8
votes
1answer
224 views
Event propagation in a Morphic GUI
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. ...
3
votes
2answers
251 views
What is the difference between a Morph in Morphic and a NSView in Cocoa?
I'd like to know about the things that make Morphic special.
2
votes
1answer
122 views
How to insert an image into a PolygonMorph?
I need to get a texture into a PolygonMorph, but these seem to require an InfiniteForm as color/ filling.
The InfiniteForm is no solution as i need to rotate the PolygonMorph later on and moving ...
1
vote
1answer
75 views
Squeak Circle Section
I'm trying to draw a quarter of a circle with Morphic in Squeak-Smalltalk.
How does it work?
Thanks in advance!
1
vote
3answers
61 views
How to change the text cursor in Squeak or Pharo?
I would like to configure a boxed text cursor without blinking, it is possible in Squeak or Pharo?
1
vote
1answer
197 views
Squeak - How do I move a circle?
In the Squeak Smalltalk environment, I am trying to learn Morphic. There are many, many Morphic classes and I cannot determine the most appropriate one(s) to use for my current application, and I ...
0
votes
2answers
255 views
How to use the mousewheel in a Squeak / Morphic GUI
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 mousewheel.
...
-1
votes
1answer
112 views
Is Python a good choice to build GUI(with “drill down” feature) quick and dirty for beginner programmers? [closed]
I'm building a small application that helps manage my personal life, e.g. personalized calendars and event planner, etc. I'd like it to have "drill-down" features so that I can point my cursor and see ...