How to manage multiple buttons with single Event handler; like Toolbar
Hi, i have to design one Toolbar using Knockout (observableArray); i have uploaded my sample on jsFiddler at below location: http://jsfiddle.net/vikasjain/Eyrpz/ i designed one sample; which i am using...
View ArticlePhonegap and backbutton
Hello All, I switched from the PG 2.9 to 3.0 and got one issue which drives me crazy: Simple code on handling backbutton stopped working, even such: bindEvents: function() {...
View ArticleExamples of issues between calabash & Worklight app (with screenshots)
I've decided to create a new thread to better describe the issues I'm having. The first screenshot shows a simple query that returns the "Log In" button. Currently, the only function of this button is...
View Articlehow to get timestamps with each log message in the log file --debugfile
Hi, I am creating log file using '--debugfile' switch, i like to see each logged message timestamped in this debug file. How can i do that?? Cheers Qooraf
View ArticleNative libraries not available in cdh4.4 tar ball
Hi, After downloading the cdh4.4 tarball; I am not able to find the native libs: libhadoop.so libhadoop.so.1.0.0 libhadoop.a libhdfs.a libsnappy.so libsnappy.so.1 libsnappy.so.1.1.3 From where I can...
View ArticleAccessing Quantized Wavelet Coefficients in Encoder
Hi all, Can I access the data operated during intermediate steps. I need to access particularly quantized wavelet coefficients (encoder side) that are output of quantizer and the input of entropy...
View ArticleHow do I print equality?
Hello SymPy users, Suppose I have a = b**2, and I want to pprint: a = b How can I do it? The closest I can get is: #!/usr/bin/python from sympy import * var("a b") a = b**2 pprint({"a": a) But it -...
View ArticleRetrieving attributes of terms in lucene
Hi, I have written a custom Tokenizer which will split my input text into tokens, i have overridden the incrementToken method and setting chartermAttribute, offsetAttribute, typeAttribute (Please find...
View ArticleCustom Projection
Hi there, I'm trying to make a custom project string so that I can view a NetCDF file in QGIS. I have data about the projection, but am struggling to make a PROJ string from it that QGIS requires....
View Articlexquery element vs. xquery endpoint - and VTD-XML and XPath
Can VTD-XML and XPath features be used as element components similar to what was done by XQuery? From what I understand VTD-XML and XPath are only URI endpoint components. Reference: XQuery Element...
View ArticleCFX to Queue : io.serializationException
Hi Guys I have a problem in the following route. *<route id="Route1_MES_Queue"> <from uri="cxf:bean:PowerConsumptionEndpoint"/> <log message="Persisting Message to queue ${body}\n">...
View ArticleWeird Issue between TypeSafe Console Agent and spray stack
Hi This post is cross posted with Spray-User Group May here people are more involved to use TypeSafe console I'm still using the old 1.1-M7 version of spray I've started to monitor the project with the...
View Articlecamel-http keeps throwing exception regardless of throwExceptionOnFailure value
Hi, I need to get the status code of a http/POST call that may fail, but that should never stop the route, but log the errors instead. But whatever solution I try, my route keeps failing as soon as I...
View Articlehow to restrict web access to eXist apps to specific users?
Hi, I'm trying to port a webapp to the database (eXist-2.1), under, say, the /db/apps/myApp collection but have troubles getting the permissions right. All goes well if I just add an execute flag to...
View Articlesupported desktops
hi there!! just wanted to know please which desktops environments are supported by freeBSD.
View Articlesync gettimeofday.2 with sys/time.h
Index: gettimeofday.2 =================================================================== RCS file: /cvs/src/lib/libc/sys/gettimeofday.2,v retrieving revision 1.24 diff -u -p -r1.24 gettimeofday.2 ---...
View ArticleDoes meta-oe want imake?
Hi, I'm planning on removing imake from oe-core on the grounds that it's 2013, not 1993. Is anyone aware of anything still using imake? If there are users then I'll send the recipes on to meta-oe,...
View ArticleTObject and @TObject (are objects pointers?)
Hi, I am writing a Tree class which have the following skeleton: generic TTree<T> = class private FItems: TList; public ... end; The FItems variable is used to store Children of current node. My...
View ArticleMaking selectors first-class citizens
As far as I can tell Element.prototype.matches() is not deployed yet. Should we instead make selectors first-class citizens, just like regular expressions, and have this: var sel = new Selectors("i...
View ArticleQuestion of Design for Pent - About notification actions.
Hey Pent. Is there any way, when we do Alert->Notify(s) we can add 3 actions right? Any way you can make them with some "professional" look? Because at the moment they dont align correctly, and the...
View Article