
Search In
Hello I need to count pixels that are covered by each fingers in multi-touch.When fingers down one by one it should plus pixels in count and finger up it should subtract pixels of that finger.I have did this but it is not getting exact counts i don
The preprocessor are the directives, which gives instruction to the compiler to do something before execution.
C++ supports various preprocessors like #include, #define, #if, #else, #line, etc.
The #define Preprocessor
This d
Step-1 Install Audit Trail module
Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file:-
from openerp.osv import fields, osv
from openerp.osv.os
I am currently trying out pyadaaah - which works quite fine - until I try to use own classes in a vardef line. I then get the error message:
Fatal error in VarDef.__init__: Fatal error in VarDef.__processTypeSection: evaluating type section 'cla
A namespace is used as an additional information to differentiate similar functions, classes, variables etc. with the same name available in different libraries.
Namespaces are used to identify and differentiate the same entities that
Hello reader's today we discussed about "How to get child of Category".
In Wordpress, if we create a category and their sub category and we want to call category and their sub-category. In Programming language we called it Parent Child relation.
The
There are following Touch events in javascript:-
touchmove - this event triggers when the touch point is moved by the user across the touch surface.
touchstart - this event gets triggered when the user makes contact with the touch surface and cre
AppResolver
Introduction :-
AppResolver library is designed for resolving the needs of opening links to their respective application.
Uses :-
This Library can be used for opening different app links and webpages to their respective application.
C
Hellow Reader's ,
In this blog we are going to explain how to show image thumbnail before image upload.In many web application we need to show image thumbnail before uploading.
It will work on every browser which support HTML5 File API an
Many times we have a situation when we have to test the value of a web-element is a number or not. If the web-element stores the value in integer format then we can easily check that whether the desired element is number or not but suppose if we
