0
votes
0answers
3 views

Javascript onkeyup event(how to mention Arrow keys in my code)

I'm using javascript onkeyup event,i'm restrict only numbers and backspace and tab button. I need to mention Left right up and down arrow keys in my code... how can i mention in my code... please help ...
0
votes
0answers
4 views

How to pass value of a selected row in a popup div(which contains php include another file) on click of a button?

I have a form in which all the contacts are listed with fields like first name last name etc. Every row has view edit delete anchor tags on which I am calling a popup div. This popup div contains the ...
0
votes
0answers
3 views

C++: fixed solution of lint issue 91 introduced new error lint issue 302

I am working on fixing my C++ code from lint warnings. i am facing problem in one of its fix. I had fixed a lint issue 91, which describes that "Line exceeds Integer characters". I fixed this by doing ...
0
votes
0answers
3 views

VS C# Localization

Been a while since I have localized a WinForm project. Must be missing something really basic. Made a Hello World Winform project (VS2008) to refresh myself. (Production project is in VS2013) All ...
0
votes
0answers
5 views

How to handle failure of Jquery.get() using Jquery.when()?

I am trying to display the failure response of Jquery.get() using Jquery.when(). On the below code, .done() is called perfectly after successfull load. but fail() is not called if the .get() request ...
0
votes
0answers
3 views

Delete amazon s3 object by versionId using rest API

I am trying to delete amazon s3 object using rest API but getting any success. I have created the URL(signed url) at server side using java and then made XHR request to that URL at client side(i.e. ...
0
votes
0answers
2 views

MYSQL Migration toolkit error - The JRE library cannot be found

I am trying to migrate my data using MySql Migration ToolKit. I have installed it but it is showing me error indicating: Initialize Java Loader. When I check the path for my JRE library, it is correct ...
0
votes
0answers
3 views

Restangular pass HTTP Request Methods as parameter

I am new to restangular and angular we have a funtion that looks like function (service_url, method){ $http({ url: service_url, method: method, data: { }, ...
0
votes
0answers
6 views

How to add Font Family in Curved Text in Canvas html5

i'm Newbie to here, I am using curve text in my website and its working fine.Here my code for create curve text canvas = new fabric.Canvas('c'); Example = new CurvedText( canvas, {angle:0} ); ...
0
votes
0answers
6 views

How to sort gridview using date

How to sort gridview which contains a Date field column .(When I sort the fields gets sort as string variables ).. Taking date from database and placed into a string variable. And I would like to ...
0
votes
1answer
13 views

Update Data In MySQL Gives Error

update table1 set isDeleted = 1 where isDeleted = 0 and mId in (select id from table1 where isDeleted = 1 ); Error Code: 1093. You can't specify target table 'table1' for update in FROM clause
0
votes
0answers
3 views

FFmpegFrameRecorder videoBroadcasting audio comes faster than video frame

I'm using FFmpegFrameRecorder for video broadcast according to sample provided by vanevery.Problem is audio comes faster than video frame.I'm using following code but unable to produce complete video ...
0
votes
1answer
8 views

Javascript- print out options from select menus

I am currently working on a javascript project that requires me to dynamically generate three drop down menus. I currently have everything working, but their is one last feature I don't know how to ...
0
votes
0answers
6 views

javascript yotube api to know any one how seeks slider?

my question is simple i have JavaScript for YouTube_api I want to write JavaScript that will let me know if any one have seeks the slider directly to end with out watching entire video of youtube . ...
0
votes
0answers
17 views

display all the names in team1 and team2

Here is the situation. The User will insert names in team1 and team2 via User input then the program will display all the names of TEAM1 and TEAM2. I have a problem in my display methods, because they ...

15 30 50 per page