Hi James,
I saw in one of your video a fancy flashy selection with a green halo around the mouse. Does it come from Mac OS or from Smalltalk ? Annick Fron _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I am pretty sure it comes from the software used to make the screen cast.
Runar Jordahl 2008/10/9 Annick Fron <[hidden email]>: > Hi James, > > I saw in one of your video a fancy flashy selection with a green halo > around the mouse. Does it come from Mac OS or from Smalltalk ? > Annick Fron > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Do you have any idea how to make that in VW ?
I am building a tool for an industry where design is paramount. Annick Fron Le 9 oct. 08 à 10:05, Runar Jordahl a écrit : > I am pretty sure it comes from the software used to make the screen > cast. > > Runar Jordahl > > 2008/10/9 Annick Fron <[hidden email]>: >> Hi James, >> >> I saw in one of your video a fancy flashy selection with a green halo >> around the mouse. Does it come from Mac OS or from Smalltalk ? >> Annick Fron >> >> _______________________________________________ >> vwnc mailing list >> [hidden email] >> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc >> > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
>>> I saw in one of your video a fancy flashy selection with a green halo >>> around the mouse. Does it come from Mac OS or from Smalltalk ? >>> > Do you have any idea how to make that in VW ? > If had to guess I'd say pretty much like menu's are displayed: have a transient window that sits above all others. This window will need to be transparent and pass clicks on to windows underneath it (and that is the hard part: these windows underneath might belong to other applications). R - _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Annick
On Oct 9, 2008, at 1:22 AM, Annick Fron wrote: > Do you have any idea how to make that in VW ? > I am building a tool for an industry where design is paramount. > Annick Fron Thanks for keeping me up past my bad time. :( http://www.cincomsmalltalk.com/userblogs/travis/blogView?showComments=true&printTitle=Little_Green_Circles&entry=3401058232 :) -- Travis Griggs Objologist "There are a thousand hacking at the branches of evil to one who is striking at the root" - Henry David Thoreau _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Annick
You can also have a look at the clippingRectangleOrNil method within graphicscontext (also used by Cairo) which artificially defines the bounds of your view. > Message du 09/10/08 12:29 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |