Questions tagged as 'popup'

1
answer

Open page in hidden background

I'm looking for some idea why this code: var urlpopup = "http://googl.com"; function myClickHandler() { if(web == true) setTimeout('popup(urlpopup)', 200); } //funcion para mostrar el popup function popup(url){...
asked by 13.12.2017 / 23:07
1
answer

How can I create a popup or popup window in a java app?

Good afternoon. I'm doing a desktop app using the java swing library and I'm stuck with a popup problem. In my app, there are some checkboxes that when you mark them you have to appear a popup with several options to choose from, spinners,...
asked by 05.12.2017 / 13:59
0
answers

Error saving system information. Access denied. Android studio

Every time I try to save the project or make a change in the I get this annoying message several times, the changes in the project are saved, but it is very annoying to work with this constant interruption. I have tried to run the program in adm...
asked by 20.10.2017 / 16:53
1
answer

How to show an alert with 10 minutes left of a specific time

I currently have the following code: let start_date = ''; var now = new Date(); let validation_date = ''; const $topleft = $(this.refs.topleft); const message_popup = result.map(item => { if (mom...
asked by 02.10.2017 / 21:58
0
answers

PopupMenu on Fragment Android

I have two projects: In one I open in an activity a reciclerview that I charge with cardviews , these cardviews have a button that opens a popupmenu, all perfect. In the other project I try to do the same but within a fr...
asked by 28.07.2017 / 12:44
1
answer

Error wanting to populate ModalPopupExtender with GridView data

I'm trying to edit the data in a row of GridView which, fill in a database in Access , I'm just starting to use Ajax and Asp.Net . This is the button with which I send a call to panel : <asp:TemplateFi...
asked by 02.06.2017 / 21:14