All Questions

3
answers

AngularJS returns UNDEFINED to me in the RETURN

It happens that I have this function, which should return me a string in JSON , but it's not like that, it returns me undefined , why? $scope.get = function(id, tabla){ var data; if(id=="") {...
asked on 22.02.2017 / 15:15
1
answer

Format md-datepicker in angular inconsistent

I have a md-datepicker defined with Angular 1.X: <md-datepicker ng-model="query.filter.mindate"></md-datepicker> How can I define the format of the date of this component? I have already read some answers about it (lik...
asked on 09.02.2017 / 14:42
1
answer

Align Image to html text in header

I need to align a header section in a code. I have and I want to get something like this The code is: <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class...
asked on 15.02.2017 / 12:16
4
answers

Connect PHP with Java

I am making an application, I have a database in Hostinger already created and the PHP files also connected so that I can take the corresponding columns. My problem is that I do not know how to connect these PHP with Java . How do I make...
asked on 22.01.2017 / 00:19
1
answer

How to make a macro so that an Excel Button generates an action?

How to give a function to execute a button in excel, the excel button is a drop-down list button, so I want to execute an action, the action I want to give me is that I see a box to complete in which I already have the macro for it, what I do no...
asked on 22.02.2017 / 15:44
1
answer

How not to detect upper case in Python 3.5

I've done a program in Python 3.5 to ask myself words. But I have a problem: dictionary = {} numpal = int(input("Cuantas palabras quieres que te pregunte?: ")) if numpal<=0: print("El numero de palabras tiene que ser mayor que 0.")...
asked on 23.01.2017 / 11:01
2
answers

Bootstrap datetimepicker z-index

I'm opening a datetimepicker in a modal but when I open the picker it stays behind: I have put the z-index property in the css but it does not work for me. <div class="form-group is-empty"> <l...
asked on 15.02.2017 / 04:48
1
answer

Event similar to c # keyDown that can be applied on Android

What I need is to capture the Qr and show the records of that code. I have something like that. This is my XAML. <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textPersonN...
asked on 05.01.2017 / 21:30
1
answer

Mapping a json in jas

Good afternoon, can someone help me map this json in a javascript ? [{ "header": { "nav" : {"option1":"menu 1"} } }] so that this stays this way <header> <nav> <li></li> </nav&...
asked on 12.01.2017 / 17:20
1
answer

Show data in GridView

I'm trying to make a simple application where a GridView is shown, but the application does not show the GridView . What am I doing wrong? public class AdapterCategory extends BaseAdapter{ protected Activity activity; protected Arr...
asked on 31.01.2017 / 11:41