Re: How to learn to build mobile apps..

2013-04-19 Thread Raymond Camden
I'd take a look at PhoneGap (phonegap.com). On Fri, Apr 19, 2013 at 12:59 AM, Cameron Childress camer...@gmail.comwrote: I like Titanium: Some decent but not awesome basic instruction: http://mobile.tutsplus.com/tutorials/appcelerator/appcelerator-development/ -Cameron On Fri, Apr

Coldfusion and Adobe Echosign - any examples?

2013-04-19 Thread Stephen Hait
Do you know of any examples using Coldfusion to connect with Echosign's API? We are exploring moving from Docusign to Echosign for online document signing. We generate PDF documents on a website that site visitors then sign at Docusign. We transmit the PDF to be signed to Docusign and the users

Re: SSL on CFquery

2013-04-19 Thread Richard White
Thanks Russ, ill take a look into this You don't, afaik ypu simply need the client cert in the java keystore. See this http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-using-ssl.html There is a handu cfadmin extension on riaforge.org for managing your keystore. Regards Russ

java.lang.ArrayIndexOutOfBoundsException

2013-04-19 Thread Richard White
Hi, I am getting the following error but no information as to where the error is occurring. java.lang.ArrayIndexOutOfBoundsException This is a massive function. I am prepared to walk through the code step by step to find the error but wondering why it wasn't giving me the line of code that

Re: How to learn to build mobile apps..

2013-04-19 Thread Bobby
phonegap+ It was very easy to figure out. We used it recently to convert a responsive hack day project into a mobile app. It worked like a champ. On 4/19/13 6:27 AM, Raymond Camden raymondcam...@gmail.com wrote: I'd take a look at PhoneGap (phonegap.com). On Fri, Apr 19, 2013 at 12:59 AM,

Re: java.lang.ArrayIndexOutOfBoundsException

2013-04-19 Thread Will Swain
Have you checked the log files? Got a stack trace? On 19 April 2013 13:58, Richard White rich...@re-base.net wrote: Hi, I am getting the following error but no information as to where the error is occurring. java.lang.ArrayIndexOutOfBoundsException This is a massive function. I am

Re: java.lang.ArrayIndexOutOfBoundsException

2013-04-19 Thread Richard White
Hi Will, I just checked the log and it doesn't provide a message or stack trace. The only thing is says is: The specific sequence of files included or processed is: #url for file# Have you checked the log files? Got a stack trace? On 19 April 2013 13:58, Richard White rich...@re-base.net

Re: How to learn to build mobile apps..

2013-04-19 Thread Gerald Guido
Lynda just came out with out with a tute on Phonegap. I have not gotten through all of it but so far it looks good. If it is like their other stuff it should get you, like the title suggests, up and running. http://www.lynda.com/HTML-tutorials/Up-Running-PhoneGap/99541-2.html HTH G! On Fri,

Re: Coldfusion and Adobe Echosign - any examples?

2013-04-19 Thread Billy Cravens
I don't know of any specific examples, so it looks to be a SOAP web service. cfscript echosignWs = CreateObject('webservice','https://secure.echosign.com/services/EchoSignDocumentService15?wsdl'); docResult=echosignWs.createLibraryDocument(apiKey=myApiKey,libraryDocumentCreationInfo=myDocInfo);

Re: Coldfusion and Adobe Echosign - any examples?

2013-04-19 Thread Russ Michaels
the easyiest way to create SOAP requests is with SoapUI http://www.soapui.org/?utm_expid=56905-14 You can then just copy the generated requests directly into your CFML code. On Fri, Apr 19, 2013 at 5:54 PM, Billy Cravens bdcrav...@gmail.com wrote: I don't know of any specific examples, so it

dhtmlxGrid creating JavaScript

2013-04-19 Thread Mallory Woods
Hi, I'm not sure if anyone here has used dhtmlxGrid for an excel type display before. http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml Overall, it works pretty good and I have been able to get a nice display with sorting etc and using my database and CF to create the data for the