-
birdy1976: The #Blit was an early graphical user interface #GUI, connected to a #UNIX computer (cc #hwz #ict) #1981 http://t.co/fnmFak6H
Original-Tweet-Status (OTS)
-
birdy1976: #GUI interface using #VisualBasic to track the killers IP address (cc @alainp) #CSI #illiteracy #fun #television http://t.co/q7X5nGv2
birdy1976: #GUI interface using #VisualBasic to track the killers IP address (cc @alainp) #CSI #illiteracy #fun #television http://t.co/q7X5nGv2
-
birdy1976: The Pencil Project’s mission is to build a free and #opensource tool for diagrams and #GUI prototyping for #Firefox http://t.co/pvSiyBAg
birdy1976: The Pencil Project’s mission is to build a free and #opensource tool for diagrams and #GUI prototyping for #Firefox http://t.co/pvSiyBAg
-
birdy1976: Droid@Screen shows the #screen of an #Android device on a #computer (by @jens_riboe via @prueher) #Java #Swing #GUI http://ow.ly/6ScRo
birdy1976: Droid@Screen shows the #screen of an #Android device on a #computer (by @jens_riboe via @prueher) #Java #Swing #GUI http://ow.ly/6ScRo
-
Flash UI Components Set 2 – Draggable Pane
Clip | Source ActionScript to Open and Close the Draggable Pane function closeMyDraggablePane() { // close pane (instantce is deleted) myDraggablePane.closePane(); } function openMyDraggablePane() { // close first (if already open) closeMyDraggablePane(); // create a new instance of the pane _root.attachMovie(„FDraggablePaneSymbol“,“myDraggablePane“,1000); // set properties myDraggablePane._x = 20; myDraggablePane._y = 60; myDraggablePane.setPaneSize(260, 140) ; myDraggablePane.setPaneTitle(„My Draggable…