All Questions

1
answer

Missing constraint in interface builder

I'm trying to understand why xCode says I'm missing a constraint for the position and, if I already have a constraint: View.Top = Top Layout Guide.Bottom * 1 + 0     
asked on 16.06.2016 / 12:41
1
answer

Problem with showing values in a Javascript table

I have the following code that generates a table from some data that comes from an array, the code shows me the values of each product per week and its total in the following way: ----------------------------------------------------- Land...
asked on 23.07.2016 / 14:09
1
answer

In C how to search all the file names in a directory and save them in an array of character strings?

Create a code to search all the names of the files in a directory, this code is recursive in case I find other directories in which I am reviewing them. The path inside the directory and file search works well for me, since I have tried them by...
asked on 19.06.2016 / 19:32
2
answers

Convert char array to one byte

void loop() { String str = "F03A42"; int start = 0; int arr[2][19]; int t = 0; //El 'for' lo hace 6 veces hasta que acaba la cadena de datos for(int ends = 2;ends <= sizeof(str); ends += 2){ char...
asked on 17.06.2016 / 02:53
2
answers

Pass an object between controllers

I am trying to have two controllers share an object, that is, from a view I want to send an object to another view, but I can not get it in the view that receives this object. For this I created a service: angular.module("panelYerrandApp").ser...
asked on 22.07.2016 / 11:18
1
answer

Finder with ng-repeat in AngularJS

I have a very simple search engine in my web application with AngularJS, that simple: <input type="search" id="search" maxlength=26 placeholder="Filtrar noticias..." ng-model="search.title"> <li ng-repeat="item in itemData |...
asked on 19.06.2016 / 17:28
1
answer

org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required

I have problems with lifting the .war. It worked super well in Glassfish, but from one moment to the next without any change, it stopped working. I have configured the asenv.bat with set AS_JAVA =C:\Program Files\Java\jdk1.8.0_91 But it do...
asked on 17.06.2016 / 13:21
2
answers

Soap: Header ... problems

I have problems with an App in the Web Service that was consumed successfully. The detail was when security was added to the Web Service, for this a header was added. Who can guide me what could be the detail? I seem to receive a response fro...
asked on 21.06.2016 / 16:02
2
answers

Return to Previous Page after updating

I am in an update form and have the link in the link to update, for example: view_fases.php?iddrs=2 I send it to update, and all good the problem comes when I want to finish making the changes I return to the same page with the id tha...
asked on 16.06.2016 / 18:16
1
answer

A frame layout that shows exactly the same as the other

I mean to show it in the following way: Mainlayout2.addView(Mainlayout); Take into account that the view of the camera was added at the first sight in real time ... My goal in itself is to find a way to show in another framelayout...
asked on 22.06.2016 / 07:04