All Questions

1
answer

How can I link to DisplayMemberPath inside an ItemTemplate?

I need to create a list type control that meets the following requirements: Show an icon delete right next to the text of each item. Must show the added elements horizontally. When clicking on the delete icon, the control must be able to...
asked on 25.02.2016 / 16:04
1
answer

AngularJS unknown provider $$ cookieReaderProvider

I am trying to use the ngCookies of AngularJS, but when I run my project I get the following error: [$injector:unpr] Unknown provider: $$cookieReaderProvider <- $$cookieReader This is an example of my code var ole_no_ldap = angular....
asked on 22.02.2016 / 23:31
4
answers

I can not enter data in the mysql database using a php form

I have a user registration form, and when I execute it, it tells me that it has been connected correctly, and that the user has registered, but when entering mysqladmin , there is no record in the database. I have the following form code:...
asked on 27.10.2016 / 16:59
1
answer

WebView in a Fragment?

I have this error:    Second_Fragment can not be converted to Fragment Code: public class Second_fragment extends Fragment { String direccion_web = "https://www.google.es/"; public View onCreateView(LayoutInflater inflater, @N...
asked on 27.10.2016 / 21:31
2
answers

Insert video in HTML

I'm making a website that has a video on the cover. The problem is that the video is too loud, so I made the following resolution: CSS Code #video-container{ height:85vh; overflow:hidden; } video{ width: 100%; overflow:hidde...
asked on 26.10.2016 / 14:58
1
answer

Simulate betting in PHP

I want to make a PHP script that completes the realization of a random pool. I have the following code, which would make a simple table of 15 rows and 3 columns. I do not know how to randomly mark in each row a 1, X or 2. I tried a rand (1,3), i...
asked on 28.10.2016 / 18:01
1
answer

As non-object oriented software diagrams?

I have developed a small system in Python, but I have not defined classes. They are simply files with functions that call each other and a file Main.py central. I am now trying to represent this system, but I can not find the indicated...
asked on 28.10.2016 / 21:20
2
answers

Remove Jquery EventListener react.js

I am working on a project using react.js, I have a component called chatBox which I am using in different components, as shown in the example. The problem that arises is that every time I render a component the click event is duplicating. Is...
asked on 26.10.2016 / 21:35
2
answers

Problems in while with if to accumulate

I have a problem I want to do an accumulation of parts and payments within a while and then accumulate based on the employee and then paint the data on screen. But you skip the information related to the name by a column. 2939 DEL...
asked on 26.10.2016 / 18:10
1
answer

Problems retrieving data that contains unicode in mysql

Dear friends, they passed me a site where I have to repair the search function and I run into the following problem: There is a column in the bd, for this example 'name', which stores the data in the following way: {"is": "Balloon Puc \ u00f...
asked on 07.11.2018 / 14:16