All Questions

1
answer

Share facebook Include PHP

I have a two buttons to share content from a web page (one of fb and one of tw). I am using inlcude to repeat the content on all pages <?php include 'share.php';?> . The problem is that Facebook asks me for a specific url fo...
asked on 03.03.2017 / 19:04
2
answers

Button to execute an action while pressing it for a long time

Dear I need a button while pressed to execute an action X example While I press to increase a counter and when I stop pressing, I'll stop     
asked on 23.04.2017 / 18:20
1
answer

Translate DatetimePicker from Bootstrap

Good morning, I am making a form in which you have to fill in several fields, including a calendar to choose a date. For this I use DatetimePicker. I get the calendar to work, but I can not change the language (I have tried changing the order of...
asked on 02.05.2017 / 08:34
2
answers

how to initialize a string [] with a string-array of Android resources?

That wave friends, I would like to know about the question, what happens is that I have this: String[] data = {"Ejemplo 1", "Ejemplo 2", "Ejemplo 3", "Ejemplo 4"}; and I have this string arrangement in my resources: <string-array name=...
asked on 02.05.2017 / 21:22
2
answers

Error getting relative path in python

I try to get the relative path to open a txt document using the following code: imports os filePath = os.path.relpath('../ProyectoLenguajeInterprete/Test') txt = open(filePath) print "Content for: %r:" % filePath print txt.read() But he t...
asked on 02.05.2017 / 21:59
2
answers

Paint with random colors

I have the following onDraw : public void onDraw(Canvas canvas) { paint = new Paint(); paint.setColor(Color.RED); canvas.drawRect(rectangulo,paint); } I would like to know how to implement so that it was not just Color....
asked on 05.05.2017 / 08:06
2
answers

maven is responsible for installing all the dependencies?

I'm doing some tests of crud with spring-boot, but in the dependence of ojdbc remains in red, I think it is not being imported.     
asked on 30.04.2017 / 16:08
4
answers

problem with SqlDataReader 3 layers Login asp.net c #

Good afternoon, I would like you to help me, I am doing a log in 3 layers since I'm capturing my values in a SqlDataReader This is myData Layer. public void LogeoUsuario(string cboAgencia, string clave, string usuario) {...
asked on 05.05.2017 / 23:01
1
answer

What are the ObservableList and where can I use them? [closed]

I start programming in java and I have not been clear about the observable lists, I have seen examples where they relate them to an ArrayList but I do not understand what the end of that relationship is.     
asked on 19.04.2017 / 01:15
1
answer

Synchronize a ViewPager with a BottomNavigationView on Android

I have a ViewPager and a BottomNavigationView that when selecting an element it is located to the corresponding page within the ViewPager , but if I change the page the item BottomNavigationView does not change. The...
asked on 27.04.2017 / 19:54