RE: New facebook question

2010-09-13 Thread Andrew Scott
The faceBookSDk on riaforge is the more up to date library to use, if you are having troubles I am betting my bottom dollar that you haven't applied as a developer to setup an Application on FaceBook? Without the AppKey and App Secret you will get no were. I wish there was more example on using

Re: cfspreadsheet dateformat

2010-09-13 Thread Ketan Jetty
Create a new query from the original and use DateFormat to get the required results. The logic can be somewhat like the following ... queryAddRow(qNew ); querySetCell(qNew, "myID", qOrig.myID ); querySetCell(qNew, "myDate", DateFormat(q

Railo Training in Australia

2010-09-13 Thread AJ Mercer
Hi Fusioneers, Railo are once again sponsoring cf.Objective(anz) with Gert Franz and Mark Drew attending the conference. As well as doing a couple of sessions, they will both be available before and after the conference to run the Railo training Course. More info here http://webonix.net/post

RE: ImageUtils.cfc and CFImage

2010-09-13 Thread Eric Roberts
Yeah...some of them do, but it is taken care of in the code where it sends bold, italics, and bolditalics. I still haven't got this to work right. I even tried another method using java.awt.font.TextLayout, which is supposedly more accurate, but still had the same issues. With text layout you

Re: New facebook question

2010-09-13 Thread Al Musella, DPM
I saw that.. I couldn't even get the samples to work. I guess I have to delve into the entire api thing.. I was hoping for a simple function. I don't know the facebook terminology so I don't even know where to start.. At 03:37 PM 9/13/2010, you wrote: >Maybe...? http://facebooksdk.riaforg

Re: New facebook question

2010-09-13 Thread John M Bliss
Maybe...? http://facebooksdk.riaforge.org On Mon, Sep 13, 2010 at 2:33 PM, Al Musella, DPM wrote: > > I am new to facebook... I searched the web and everything to do with > cf and facebook looks so complicated. > > All I need to do it create a cf function to post an entry on my own > facebook w

New facebook question

2010-09-13 Thread Al Musella, DPM
I am new to facebook... I searched the web and everything to do with cf and facebook looks so complicated. All I need to do it create a cf function to post an entry on my own facebook wall. I have been using a rss feed to do something similar, but don't have enough control and facebooks rss i

Coldusion 8 Instance Manager won't load

2010-09-13 Thread Dawn Sekel
I was in the process of adding a new development site on our server. When I added the instance in Coldfusion administrator it started the process but never finished. When I log into JRUN 4 administrator I can see the new site name. When I go to the physical server I can see the new directory

Re: ImageUtils.cfc and CFImage

2010-09-13 Thread Raymond Camden
Btw - if you guys find anything, please please please let Ben and I know if we can update our code. On Mon, Sep 13, 2010 at 9:17 AM, Leigh wrote: > > Any chance you are using a style other than "plain" (ie bold, italics, > etcetera)? I think the logic needs a slight adjustment for those styles

RE: ImageUtils.cfc and CFImage

2010-09-13 Thread Leigh
Any chance you are using a style other than "plain" (ie bold, italics, etcetera)? I think the logic needs a slight adjustment for those styles. -Leigh ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Re: Two selects query

2010-09-13 Thread Ketan Jetty
also try using the option tag as Please select an option Ketan Jetty ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http:

Re: Debug Output

2010-09-13 Thread Michael Grant
For the sake of Google love... how did you fix it? On Mon, Sep 13, 2010 at 9:32 AM, Jenny Gavin-Wear < jenn...@fasttrackonline.co.uk> wrote: > > Ignore this please .. fixed it. > > -Original Message- > From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] > Sent: 13 September 2

Re: Two selects query

2010-09-13 Thread Ketan Jetty
did you set the message attribute for the cfselect. Ketan Jetty ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://w

RE: CF9 Solr Search issue

2010-09-13 Thread Andy Matthews
You might consider pinging Shannon Hicks on Twitter, @iotashan. He's quite knowledgeable about Solr. andy -Original Message- From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] Sent: Monday, September 13, 2010 8:40 AM To: cf-talk Subject: CF9 Solr Search issue I've run into a fru

CF9 Solr Search issue

2010-09-13 Thread Mary Jo Sminkey
I've run into a frustrating issue while trying to use Solr search in CF9. I'm not sure if the Verity has the same problem, but basically the problem is that I have 3 different queries I want to index into a single collection and if I purge the collection first, it is refusing to index all three

RE: Debug Output

2010-09-13 Thread Jenny Gavin-Wear
Ignore this please .. fixed it. -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: 13 September 2010 14:30 To: cf-talk Subject: Debug Output Hi all, For some strange reason my debug output has stopped showing. I have my IP added in CF Admin and I a

Debug Output

2010-09-13 Thread Jenny Gavin-Wear
Hi all, For some strange reason my debug output has stopped showing. I have my IP added in CF Admin and I added to my application.cfm. Any ideas much appreciated, Jenny No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 9.0.851 / Virus Database: 271.1.1/3131

Two selects query

2010-09-13 Thread Kevin Parker
Appreciate a little guidance here please -I've created a two selects modelled on the example at... http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Rel ated-Selects but I can't figure out how to make the first drop down appear with nothing selected rather than the first r

cfspreadsheet dateformat

2010-09-13 Thread Richard White
Hi we have a query that uses dates in format of -mm-dd, however when we place that query into a cfspreadsheet we would like to format those dates into dd/mm/. is there a way to do this within the cfspreadsheet tag? thanks

Re: cfdocument and flashpaper (link to flash if not installed)

2010-09-13 Thread Richard White
similarly can it detect whether the user had adobe reader installed? thanks > Hi, > > I am using cfdocument with format flashpaper. however, if users do not > have flash installed instead of informing them of this and providing > them with a link to download flash, the system is showing the d

Re: cfdocument and flashpaper (link to flash if not installed)

2010-09-13 Thread Richard White
does anyone know a way around this? surely cfdocument has some form of support for this? thanks > Hi, > > I am using cfdocument with format flashpaper. however, if users do not > have flash installed instead of informing them of this and providing > them with a link to download flash, the s

Re: saving row order in grid

2010-09-13 Thread Richard White
ExtJS grid ;) The only example i have found in ExtJS is sending the server the index's of the items being dragged (and the item they are being dragged to) and then server code that runs through all other rows adding or minusing their positions. this works great but if i drag an item from row