All Questions

2
answers

Increase RAM memory timerTask

I am doing a query to a table in the SQL database, the problem is, I have to consult the data in real time, therefore I have created a task every 1 second, but it turns out that the RAM memory increases until that is full. public void sent...
asked on 13.10.2016 / 21:23
1
answer

Hour data for a Spinner

I have a Spinner and as data these hours: final String[] horasInicio = new String[] { "09:00", "09:30", "10:00", "10:30", "11:00", "11:30", "12:00",...
asked on 15.06.2016 / 15:37
0
answers

Excel VBA Run-time error '70': Permission denied (If I run) [closed]

When I run the next Code it triggers an alert that says Error '70', but when I run it Step by Step It works Perfectly !!!! Sub Arribos () Dim IE As Object Dim objElement As Object Dim objCollection As Object Dim i As Integer Dim j As Double...
asked on 14.06.2016 / 18:29
2
answers

I have a problem with the getMenuInflater ()

package com.example.victor.asteroids; import... public class MainActivity extends AppCompatActivity { private Button btnAcercaDe,btnSalir; @Override protected void onCreate(Bundle savedInstanceState) { super.onCrea...
asked on 17.06.2016 / 20:57
1
answer

empty the string fields in the sqlite database [closed]

Good afternoon I have a problem when saving data of type string in the database and it is that it does not keep them that I can do thanks, it registers empty.     
asked on 09.06.2016 / 22:46
1
answer

Can a web panel (already deployed) be changed in tomcat for it but with some improvements?

Hi, I'm working with Genexus Salto and I have an application already in production that I developed last year with GxEvo3 update 3. It's somewhat complex, it has mobile integration, GAM, among some other things. What happens is that I changed a...
asked on 19.06.2016 / 23:25
2
answers

Get JSON data that returns a URL through Java

I'm trying to get some specific data from an http request, this request returns data in json, here's an example: { "Head" : { "RequestArguments" : { "DataCollection" : "", "Scope" : "System" },...
asked on 20.06.2016 / 06:30
1
answer

Error editing DataGridView

I am working on a Windows Forms app, a problem has arisen in a DataGridView, I am working on the CellEndEdit event, in which when I edit a row and click on another row, it sends me an Exception. The operation is not valid because it causes a...
asked on 11.06.2016 / 17:07
1
answer

Can Selenium be run as a console, but not as a test in Azure?

The robots run as a console from selenium, what you need to know is if Azure supports SELENIUM not only as a test.     
asked on 14.06.2016 / 20:22
2
answers

CSS: Put two bootstrap buttons side by side

The buttons look like this: What CSS rules would I have to put them in so that they would be next to each other? <td> <a href="{{ route('admin.admins.show', $admin->id)}}" class="btn btn-info btn-sm">View...
asked on 08.09.2017 / 07:42