All Questions

1
answer

Project XCODE generated with Unity 5.3.4 is closed when I run it on an IPAD2

I have a project in XCODE generated with Unity 5.3.4. The problem is that when you run it on an iPad2 it closes instantly. When running it on my iphone 5 it works fine. Both devices have iOS 9.2. I enclose the log that reports to me on iPa...
asked on 25.04.2016 / 21:40
2
answers

WPF reuse view from different modules

What is the best way to reuse an vista.xaml, which belongs to another class library (another module) in WPF using MVVM?     
asked on 13.04.2016 / 16:01
1
answer

Stored procedure does not run completely when I call it from PHP

I'm having a very serious problem because it does not let me continue with the project I'm developing. The logic is as follows, I upload a file of Excel to the server (from a web system) then I read the data that is in the file of E...
asked on 22.04.2016 / 14:11
1
answer

CRUD Firebase for Java object

I am faced with a problem creating the CRUD for a Java object in Firebase, in the documentation there is no section on it. Assuming the CRUD is about User.java : public class User { private int birthYear; private String fullN...
asked on 29.04.2016 / 10:52
1
answer

Capture array values to display in a panelGrid (PrimeFaces)

I do a project using Serverfaces and Primefaces, and I am faced with this situation. I am printing the searches of my page (of hotels) in a dataGrid. In turn, if I select any hotel, it prints me some information I want in a dialog, which contain...
asked on 27.07.2017 / 21:10
0
answers

Realization of an APP with PhoneGap and Framework7

I am trying to make a web application using these two technologies, although in some points I can not understand it. The application presents an initial login page, which makes a query to an API and if the user is authenticated, you pass to a...
asked on 19.07.2017 / 07:53
1
answer

Problem when ordering queries entered by the user

I am creating a program that captures data on a page using JavaScript. I inserted the QuickSort sorting method for general queries, however, only one query is displayed on the screen even if I entered more than one. This is my code: v...
asked on 16.06.2017 / 14:45
2
answers

Problem with gradle sync

I just installed Android Studio , and you're giving me this error all the time: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2 Failed to resolve: com.android.support: appcompat-v7:26 Any suggestions as to w...
asked on 20.07.2017 / 08:56
2
answers

Get line breaks of a textarea with JavaScript

I have a text area. <textarea style="font-size:15px;text-align:left;width:500px;height:150px" class="control-label" id="txtTextoTemplate">{{txtTextoTemplate}}</textarea> This text, I need it to modify a text that I use in conju...
asked on 06.07.2017 / 15:33
3
answers

C # mysql reader.read ()

I'm trying to read take the idphone from the phone table, but the reader1 collects the data from this table rarely and almost always he does not. Corroborating that the data I am looking for exists in said table with the search pattern....
asked on 24.04.2016 / 15:14