Interesting questions
-
0
votes2
answers905
viewsMake IFRAME or EMBED dynamically pick attribute of clicked link
What way a IFRAME or EMBED can be dynamically created with HREF clicked at that given moment, opening the object with its URL of that link on which it was triggered via mouse click. Code…
javascriptasked 9 years, 11 months ago Diego Henrique 2,916 -
2
votes1
answer718
viewsHow to create button in a Simpleadapter with event click excluding item
I set up a list in an android app that is a simple list using SimpleAdapter. What I need now is to delete the item from the list, but I don’t know how I would do it because I couldn’t get the…
-
5
votes3
answers354
viewson('change') shoot every click
How do I so that every time I choose an option it fires an event. In the example below it is already with the selected One. I wanted even if I choose him again he shoots without having to trade…
jqueryasked 7 years, 7 months ago Matheus Soares 53 -
2
votes3
answers1291
viewsHow to recover the attribute of a dynamically created element?
The elements are generated dynamically, thanks to this it does not exist in the DOM. My case is the following: <div class="ui-grid-a">'; <div class="ui-block-a">'+row.nome_item+' id…
-
0
votes0
answers44
viewshow to create a reportViewer using a dataset
hi would like to know how it creates data table from a select and save as PDF code used namespace WindowsFormsApp1.dbSetTableAdapters {…
c#asked 7 years, 2 months ago Felipe Carlos 1 -
2
votes0
answers128
viewsReact-createRef() Api - this.child.Current is null
In order to allow mine parent component access values of my child component (Display), I started working with the createRef() API that came out in this patch 16.3. Following the example "Adding a…
-
1
votes2
answers239
viewsRetrieve database records by date field?
How do I recover users recorded in a database table by the dt_birth field through two values representing the minimum and maximum age of the users that will be returned, the minimum and maximum age…
-
0
votes0
answers67
viewsDynamic creation of imageview
How to create imageviews on android dynamically based on a result of a database search? For example, I have a product that will always have an image. But he might have one or two extra images. How I…
-
1
votes0
answers47
viewsPass value from a button to a php variable through POST using AJAX
Hello I would like to ask a help, I started using ajax recently and I am having a problem that I could not identify with my little knowledge. I am developing a project that I want to take the value…
-
1
votes1
answer1032
viewsRecover select value with Vuejs
i have a form and would like in the field (which is a select) to return (selected) the value previously marked. Ex: if my selected is empty, the select will display values normally (1, 2, 3, 4). If,…
-
1
votes1
answer669
viewsHow many apps you can have on Google Play
If possible, does anyone know how many apps you can have in the same Google Play account ?
-
0
votes1
answer79
viewsProblems with Iframe and js
I have the following code below that shows a regressive chronometer on my page, the idea is that when zeroing it shows an iframe(video), even shows but the video is flashing as if only it was in…
-
1
votes1
answer1315
viewsHow to make a Jframe return an instance of a given object?
I have a JFrame called Jframecadastre person which has only two fields name and surname, as shown in the image : Jframecadastre person: public class JFrameCadastroPessoa extends javax.swing.JFrame {…
-
1
votes2
answers101
viewsCalling function after fadeOut
I have a function that removes the row from a table, after removal I need it to be called to function getTotal();. But in any way that I put it does not work, because of the effect of the line, I…
-
1
votes1
answer201
viewsHow to implement my java program to be Multithread?
My program is not running properly, I can start the server but does nothing else. I want to be able to write a message in the program and have the same message as a response. This is the client…
-
1
votes0
answers20
viewsPushsharp Catch Registerid
I’m having a doubt, how can I catch the RegisterID(DeviceId) for javascript so that I can use in the future pushsharp?
jqueryasked 10 years, 9 months ago Eduardo Gimenes 11 -
1
votes0
answers308
viewsPage monitoring with PHP
Hello, I wonder if there is any way to monitor a page of a particular site via PHP, constantly...and signal as soon as the page is updated. I found a desktop program that does this…
phpasked 11 years ago Charles Fay 1,197 -
0
votes1
answer61
viewsAccess Jlabels without using switch case...
I’m developing a game with JLabel from 1 to 50, I can access them online without having to use a switch. You can verify that what changes in the code and only the lblBoard1 or lblBoard2 and so on,…
-
1
votes0
answers110
viewsResize Cellular Images
I have a post page, which receives this setting for the images that comes from the database: .post-content img{ max-width:100%; } What happens is, when you see the photo on the phone, they get…
cssasked 7 years, 6 months ago Daniel Gomes Da Silva Moreira 73 -
0
votes1
answer42
viewsPostgresql - Foreign Key after import
I have a database in Firebird and I am passing the data it to Postgresql, so I made an application that reads the data from Firebird and inserts it into Postgresql. The database is from a…