FlightGear Newsletter February 2015: Difference between revisions

Jump to navigation Jump to search
(Compact Citation II article)
Line 62: Line 62:
|date=<nowiki>2015-01-26</nowiki>
|date=<nowiki>2015-01-26</nowiki>
}}</small>
}}</small>
=== Popup tips can now be positioned ===
Popup tips can now be positioned on the screen.
Some examples:
<syntaxhighlight lang="nasal">
#Show readme at position 10, 10
gui.popupTip("readme", nil, nil, {y: 10, x: 10});
#Show readme at position y=10, with 2 second delay
gui.popupTip("readme", 2, nil, {y: 10});
#Show readme at position x=10, y at default position
gui.popupTip("readme", nil, nil, {x: 10});
#Show readme at position 10, 10, with 10 second delay
gui.popupTip("readme", 10, nil, {"y": 10, "x": 10});
</syntaxhighlight>


=== Interview with a contributor ===
=== Interview with a contributor ===
574

edits

Navigation menu