// Event handler: called when the button is clicked void onButtonClick(int id, string label) { string text = getComponentText(textField); // Get text from field popup(text); // Show it as a popup }