All Questions

1
answer

Problem with the accents in textfield in popover

I am using a PopOver that contains a TextField and it is displayed when the user clicks on the imageView of a CustomTextField. When I click inside the internal TextField, everything goes well until I insert an accented vowel, which to my surpris...
asked on 22.10.2016 / 20:32
1
answer

Failed to invoke a SOAP Service in ASP.NET [closed]

I was trying to invoke a method of a SOAP service on a page in ASP.NET, but it is throwing the following error: Some co-workers told me that it was necessary to invoke the service using WsSecurity and attaching certifications previously...
asked on 25.11.2016 / 23:15
1
answer

Angular 6 does not load Jquery when browsing between views

I am implementing a template for a dashboard that has jQuery, chart js etc. as a dependency. Everything went well until the time to implement the routes because now when I browse through them I get the error Uncaught TypeError: Can not read prop...
asked on 07.10.2018 / 18:14
2
answers

Invalid parameter number: no parameters were bound when doing an INSERT in MySQL

I have encountered this problem when doing an INSERT in MySQL. I receive the data from a form that the user completes (it is a textarea to leave comments in the news). In this form I have several buttons enabled to post videos or tweets, and it...
asked on 10.10.2018 / 20:34
2
answers

Error showing a Flutter image

Hello community, I hope you are having a good day. Sorry for the inconvenience, what happens is that I am new to the development with Flutter and I am trying to display an image but it does not show it and it does not stop throwing a warn...
asked on 01.11.2018 / 16:12
1
answer

Problem in variable connection undefined

The code is this: conn file -> Connection to the database: <?php class conn { //Atributos de la base de datos private $dbname; private $host; private $user; private $pass; private $port; //Métodos publi...
asked on 14.11.2018 / 15:57
1
answer

Save Changes Git stash

Because when I create a stash in git to save my changes it is created, but it still keeps changing me and with this I can not change branches, to create another and clean the branch?     
asked on 15.10.2018 / 17:17
0
answers

MediaPlayer comms the RAM even though the Task is finished C #

I'm trying to make a multi-thead player to play many sound effects (mouse hover, click, animations, etc ...). The player works correctly, but I realize that the RAM was filling up every time the sound is played. So I decided to establish a d...
asked on 15.10.2018 / 23:58
0
answers

Problems when inserting in a second database (two schema mysql) Spring Boot

I have a problem when trying to insert, modify or delete a record (by requesting post, put and delete) in a second database. In the application I have two datasource defined for two schemas in a Mysql database. The problem is that in the firs...
asked on 19.11.2018 / 05:47
1
answer

Byte arrays do not match between c # and in nodejs

The problem is this, I have this portion of code in C # that generates a token. SHA256Managed hashstring = new SHA256Managed(); byte[] hash = hashstring.ComputeHash(Encoding.ASCII.GetBytes("araña")); string StringByte = BitConverter.ToString(h...
asked on 30.10.2018 / 18:33