Questions tagged as 'popup'

1
answer

Receive values (popup) on parent page

In another question, you have been able to help me to store the values of some input of a popup, to pass to the parent page. Summary.jsp (parent page) <input type="button" onclick="test();" value="Palavras" /> <div id="idP...
asked by 13.05.2016 / 04:28
1
answer

Popup in PHP after returning Success

I have a simple contact form and I would like the person to send the message, if it succeeds, a popup appears saying the message was sent. How could I do this? To help, I'll add part of the code PHP here: [..] $header = implode...
asked by 11.04.2016 / 16:36
2
answers

Problems while validating quiz response with javascript

I'm trying to create a simple quiz but I do not have much programming skills. The intention is that when the user dials a response and clicks the button, a div appears showing whether it is right or wrong. Initially, I did with a...
asked by 30.03.2016 / 16:21
1
answer

How to change the background color of the app's popup menu

I would like to know how I change the background color from when I open the menu of an application I'm creating. Follow style.xml <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkA...
asked by 19.04.2016 / 15:52
1
answer

js error in modal (popup)

My question is about a modal code that I modified but the error js and modal does not open This is the html part: <div class="page-wrapper"> <a class="btn trigger" href="javascript:;">Click Me!</a> </div> <div...
asked by 10.06.2018 / 16:53
1
answer

Right-click Popup

I'm trying to make a popup by right-clicking inside a GridView . I am using the event MouseDown and the event MouseUp to make popupControlContainer appear and disappear. But how would you make it appear where the...
asked by 06.09.2016 / 16:06
1
answer

Wait for response of a method to proceed

I have the following problem, I'm making a popup to display information on the screen, almost the same way as a ShowDialog() , being this way: GeneralPopUp popupErro = new GeneralPopUp("Titulo", "Mensagem"); GeneralPopUp.ACTION_TYPE at =...
asked by 19.08.2014 / 15:38
1
answer

How to make a popup with youtube text and video?

I need to make a pop-up that contains both text and YouTube video, the problem is that pop-up is much larger than the height of the screen. In the home page of the site before clicking the link to open the pop-up , the space that the pop-up...
asked by 28.03.2014 / 18:59
0
answers

Popup Preventing Macro from Moving Forward

I have a macro that enters a particular site, populates a form, and sends save to the system, generates a request. After that, a popup is issued with an "OK" button. This ok has eventClick that ends the process and restarts the cyc...
asked by 15.03.2018 / 15:15
1
answer

Glitch with JPopupMenu in Java Swing

I created a small application to test a JPopupMenu along with a JTextField, the problem I encountered is that when I click very fast, repeatedly following together selecting the items one time or another from a glitch / bug on the screen, it lea...
asked by 12.01.2018 / 20:38