Posts

Showing posts with the label ERROR

Android 229 Keycode issue : Solved

Hello World,           I was having one weird issue with an Android device and that is key code value is 229 and I wanted to prevent it. What I wanted to Achieve? The numeric keyboard on android device The keyboard can only press 0-9 digits no dot or no + - or anything limit character to 4 digit What is the problem? I was using onKeyUp or onKeyDown and more, but I was getting 229 or couldn't get the value at all. We will use the regex to validate the value and on the basis of value, we will set value.   So let's look at a running example of this: See the Pen Android-226-input by Parth Makadiya ( @parthmakadiya12-the-flexboxer ) on CodePen . Link: 1. Full Page view -  https://codepen.io/parthmakadiya12-the-flexboxer/full/zVEoEG 2.  https://stackblitz.com/edit/android-226-input Open it in Mobile and see codes.

FontAwesome import tricks | Block square error

Image
So in this article we will see how to use FontAwesome without having a lot of code  and manipulate the styles So How font awesome works It has its own Fonts It has its own css classes . then we import font awesome and write so these fa and fa-facebook classes are defined in their css file and they will show it to you Lets Do How we can manipulate if we want something else out of it 1.  Import this css in your CSS file at the top @import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"); 2.  in html define your class 3. in css create myIconClass .myIconClass{ content: "\f000"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #000; font-size: 18px; padding-right: 0.5em; position: absolute; top: 10px; left: 0; } change the content You can inspect element on chrome and read...

App engine ERROR SOLVED This application does not exist (app_id=??).

Image
This application does not exist (app_id=). You have to run 2 commands in order to initialise the blank application so  Run this 2 command gcloud config set project project-Id-here gcloud components update gcloud beta app create gcloud beta app create will be installed on your PC if you don't have it .Its 1 MB only You have to do exactly as the error message tells you, which is to run the  gcloud app create  (beta no longer needed) command from a terminal. App Engine is no longer automatically initialized for newly created projects, so you must run this command on a new project before deploying an App Engine app for the first time. __________________________________________________________________________ Also Suggested To check Final Running __________________________________________________________________________

Fix Java was Started but Returned Exit Code=13 in Eclipse

Image
If you are  getting an  error saying “ Java was Started but Returned Exit Code=13 ” during Eclipse installation,  then here is fix for that.  Even I faced this problem during eclipse installation on my windows operating system. After searching on google I found that many of the users facing similar issue with Eclipse. If you are one of them, then here is the solution for the error. Reasons  for Java was Started but Returned Exit Code=13 Error: But before going to the solution, let us know why it is showing that error. If you know the problem behind this issue we can easily fix that error. Reason 1 :  The most common reason behind this problem is, we are  trying to install different bit  version -that is,  64 bit or 32 bit   version of the software. It maybe either Eclipse or Java. Reason 2 :  Configuration mistake in Eclipse.ini  file Reason 3 :  Special characters (  # , !, @) in Eclipse installati...

Cursor not visible at Blogger ERROR Fixed

Image
Hello all,                 Our Team was Facing some problems yesterday. We have detected some errors on Blogger . Users cannot see Cursor in our Blog .Sorry for that trouble .We tried hard to solve that problem and finally found that. The Problem is that We have uploaded a Post That Contains HTML,JS And CSS .So Template start Implementing that post in Template .We dont know the certain reasons but This might be bug of Google. Now Problem Solved .We have removed that post. Enjoy Blogging