-
birdy1976: Register for the students' panel at the eduhub days 2013 (by @eduhubnews cc @mwoodtli #hwz #ict) #eduhub13 #future http://t.co/W0KS1Ey1
Original-Tweet-Status (OTS)
-
birdy1976: Call for proposals for students‘ panel at #eduhub days 2012 (by @eduhubnews cc @liobanet #hwz #ict) #eduhub12 http://t.co/8oskuUOY
birdy1976: Call for proposals for students‘ panel at #eduhub days 2012 (by @eduhubnews cc @liobanet #hwz #ict) #eduhub12 http://t.co/8oskuUOY
-
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…