Re: cfgrid with Ajax question...
Nevermind, I just figured it out, by adding (select="no") to the cfgridcolumn that did the trick. tom On Aug 2, 2008, at 5:21 PM, Tom Jones wrote: > Hello, > I have just started to play with Coldfusion 8 and I really like the > Ajax integration. I have been following some the guide info on how to > use it and I have a question. I have the following code here that > allows me to edit in place, which is really cool, but I would like to > have the first column be a link to the full client record and also not > editable. > > Is it possible to make the first column a link and non-editable? > > thanks, > tom > > > > bind="cfc:places.getClients({cfgridpage},{cfgridpagesize}, > {cfgridsortcolumn},{cfgridsortdirection})" > delete="yes" selectmode="edit" > onchange="cfc:places.editData({cfgridaction},{cfgridrow}, > {cfgridchanged})" > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310101 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
cfgrid with Ajax question...
Hello, I have just started to play with Coldfusion 8 and I really like the Ajax integration. I have been following some the guide info on how to use it and I have a question. I have the following code here that allows me to edit in place, which is really cool, but I would like to have the first column be a link to the full client record and also not editable. Is it possible to make the first column a link and non-editable? thanks, tom ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310100 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfeclipse and ftp
thanks for your feedback, seems really strange that it is now on version 3.3 and people are still having problems with ftp - which i would be sure would be a fundamental feature in an application like this. well we will still be using dreamweaver for developing our interfaces as it has all the tools we need which cfeclipse doesnt. so i guess we will still use dreamweaver as the ftp as well until cfeclipse can get it right!!! it is excellent on the the coding though!!! thanks again > Hi > > we are just making the move from dreamweaver to cfeclipse and think > its great!!! > > except the ftp doesnt seem to be as straight forward as it is in > dreamweaver! > > we have seen that there are various ways of uploading files to our > site but none of them seem to work through our cfeclipse and wonder > what we are missing? > > first we tried to connect to our server using the file explorer... we > clicked on locations --> entered the details of our server (all is > definitely correct) and then save and closed the dialog box. we then > select the site from the drop down box but it contains no files and > doesnt provide a way for us to connect to it. > > we also found another tutorial on how to synchronize our files with > our server by right clicking on the project node on the navigation tab > and selecting 'import'. it then says to open the folder called 'other' > and select the FTP option, but we don't have this option in the > 'other' folder. the only option we have is 'remote file system' > > the third option we have read about is to use aptana. but this seems > like overkill. why would we need such a large program just to upload > files to our server. > > we would appreciate any advice on best option and what we are doing > wrong, or what we are not doing but should be doing? > > thanks > > richard ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310099 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfimage issue
I think you are right. Should have check with other gif's too. Thank you On Sat, Aug 2, 2008 at 3:32 PM, C S <[EMAIL PROTECTED]> wrote: > >Yep, you are right. Works with jpg but not with gif or png. > > It may have to do with the color pallete of the gif you are using. For > example if you run the following code, the text appears red on the Google > logo. Presumably because the logo's color palette contains red, or a very > similar color. The text on the other images appears gold. I believe that > is caused by dithering, which will approximate the closest match to "red" in > the image's color palette. With the last two images, the closest match seems > to be a gold color. > > http://www.google.com/intl/en_ALL/images/logo.gif";)> > http://www.houseoffusion.com/_/hof120.gif";)> > http://www.houseoffusion.com/images/nav/houseOFfusion.gif";)> > > > > > > source="#arguments.imageURL#"/> > > > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310098 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfeclipse and ftp
> I've always just used WebDrive to map my FTP > servers to a local drive. Second you on Webdrive, I still use HomeSite+ on Windows and found WebDrive gave me better FTP control and performance over the FTP/RDS shell extension. Eliminated that nasty "ftp timeout and it zero-bytes the file and locks up" issue too. -Justin Scott ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310097 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfeclipse and ftp
lol. My dev box used to be Linux, so I had to use FTP to it. I use Araxis Merge to actually migrate the code. I'm not positive if I follow the drag and drop question right now.. ~Brad - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, August 02, 2008 3:02 PM Subject: RE: cfeclipse and ftp >> Once I map the drive, I >> just open the files in my IDE directly from that drive. > > That would mean I'd be opening my files on my production server. > Not a good choice for me, I'm not *that* good of a coder! :o) > > I want to test locally then move them to production. > > Is drag-n-drop from within the IDE between local files and the > WebDrive possible in the Explorer tab? If so, that would be great. > > Rick > >> -Original Message- >> From: Brad Wood [mailto:[EMAIL PROTECTED] >> Sent: Saturday, August 02, 2008 3:34 PM >> To: CF-Talk >> Subject: Re: cfeclipse and ftp >> >> I dunno-- I've never used FileZilla and my last job had purchased >> WebDrive >> for us. >> >> I'm not sure what you mean by separate interface. Once I map the drive, I >> just open the files in my IDE directly from that drive. >> Since it maps it as a regular drive, I also have the option of easily >> dragging stuff to and from the drive in windows and using Araxis Merge to >> compare code. >> >> You could probably get similar mileage out of a freeware version of the >> same >> thing. >> >> ~Brad >> >> >> - Original Message - >> From: "Rick Faircloth" <[EMAIL PROTECTED]> >> To: "CF-Talk" >> Sent: Saturday, August 02, 2008 2:15 PM >> Subject: RE: cfeclipse and ftp >> >> >> > Ouch... $60. Is it really easier than FileZilla if you have >> > to go out to a separate interface anyway? >> > >> >> > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310096 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfeclipse and ftp
> Once I map the drive, I > just open the files in my IDE directly from that drive. That would mean I'd be opening my files on my production server. Not a good choice for me, I'm not *that* good of a coder! :o) I want to test locally then move them to production. Is drag-n-drop from within the IDE between local files and the WebDrive possible in the Explorer tab? If so, that would be great. Rick > -Original Message- > From: Brad Wood [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 3:34 PM > To: CF-Talk > Subject: Re: cfeclipse and ftp > > I dunno-- I've never used FileZilla and my last job had purchased WebDrive > for us. > > I'm not sure what you mean by separate interface. Once I map the drive, I > just open the files in my IDE directly from that drive. > Since it maps it as a regular drive, I also have the option of easily > dragging stuff to and from the drive in windows and using Araxis Merge to > compare code. > > You could probably get similar mileage out of a freeware version of the same > thing. > > ~Brad > > > - Original Message - > From: "Rick Faircloth" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Saturday, August 02, 2008 2:15 PM > Subject: RE: cfeclipse and ftp > > > > Ouch... $60. Is it really easier than FileZilla if you have > > to go out to a separate interface anyway? > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310095 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfimage issue
>Perhaps it has to do with the color palette that the .gif >is created with? Yes, I think so too. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310094 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfimage issue
>Yep, you are right. Works with jpg but not with gif or png. It may have to do with the color pallete of the gif you are using. For example if you run the following code, the text appears red on the Google logo. Presumably because the logo's color palette contains red, or a very similar color. The text on the other images appears gold. I believe that is caused by dithering, which will approximate the closest match to "red" in the image's color palette. With the last two images, the closest match seems to be a gold color. http://www.google.com/intl/en_ALL/images/logo.gif";)> http://www.houseoffusion.com/_/hof120.gif";)> http://www.houseoffusion.com/images/nav/houseOFfusion.gif";)> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310093 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfeclipse and ftp
I dunno-- I've never used FileZilla and my last job had purchased WebDrive for us. I'm not sure what you mean by separate interface. Once I map the drive, I just open the files in my IDE directly from that drive. Since it maps it as a regular drive, I also have the option of easily dragging stuff to and from the drive in windows and using Araxis Merge to compare code. You could probably get similar mileage out of a freeware version of the same thing. ~Brad - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, August 02, 2008 2:15 PM Subject: RE: cfeclipse and ftp > Ouch... $60. Is it really easier than FileZilla if you have > to go out to a separate interface anyway? > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310092 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfeclipse and ftp
Ouch... $60. Is it really easier than FileZilla if you have to go out to a separate interface anyway? > -Original Message- > From: Brad Wood [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 3:01 PM > To: CF-Talk > Subject: Re: cfeclipse and ftp > > I've always just used WebDrive to map my FTP servers to a local drive. That > way it is easier to drag and drop images and junk over in regular windows > explorer. Just disable the caching if several people are going to be using > it for the same files. > > ~Brad > - Original Message - > From: "Rick Faircloth" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Saturday, August 02, 2008 1:53 PM > Subject: RE: cfeclipse and ftp > > > > Sorry, I don't have any advice...I tried to get ftp working > > consistently in Eclipse/CFEclipse and I gave up. > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310091 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfeclipse and ftp
I've always just used WebDrive to map my FTP servers to a local drive. That way it is easier to drag and drop images and junk over in regular windows explorer. Just disable the caching if several people are going to be using it for the same files. ~Brad - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, August 02, 2008 1:53 PM Subject: RE: cfeclipse and ftp > Sorry, I don't have any advice...I tried to get ftp working > consistently in Eclipse/CFEclipse and I gave up. > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310090 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfeclipse and ftp
Sorry, I don't have any advice...I tried to get ftp working consistently in Eclipse/CFEclipse and I gave up. Got the same advice you did, but couldn't figure out how to get it to work consistently. I'm coming back to CFE after looking at other IDE's, but at the start, I'm just going to simplify my expectations and use FileZilla to upload changes. It's an extra step and definitely not as convenient as easily clicking a button to upload changes that are automatically designated in CFE as needed uploading, but at least I know how to get FileZilla to perform consistently. I had implemented WST or "Web Site Tools", I think it was, to get FTP functionality. I thought implementing Aptana seemed like overkill too, just to use it for FTP. Just my .02... Rick > -Original Message- > From: Richard White [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 2:41 PM > To: CF-Talk > Subject: cfeclipse and ftp > > Hi > > we are just making the move from dreamweaver to cfeclipse and think its > great!!! > > except the ftp doesnt seem to be as straight forward as it is in dreamweaver! > > we have seen that there are various ways of uploading files to our site but > none of them seem to work > through our cfeclipse and wonder what we are missing? > > first we tried to connect to our server using the file explorer... we clicked > on locations --> entered > the details of our server (all is definitely correct) and then save and > closed the dialog box. we then > select the site from the drop down box but it contains no files and doesnt > provide a way for us to > connect to it. > > we also found another tutorial on how to synchronize our files with our > server by right clicking on the > project node on the navigation tab and selecting 'import'. it then says to > open the folder called > 'other' and select the FTP option, but we don't have this option in the > 'other' folder. the only option > we have is 'remote file system' > > the third option we have read about is to use aptana. but this seems like > overkill. why would we need > such a large program just to upload files to our server. > > we would appreciate any advice on best option and what we are doing wrong, or > what we are not doing but > should be doing? > > thanks > > richard > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310089 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: cfimage issue
Yep, you are right. Works with jpg but not with gif or png. I guess I will have to convert, no big deal. Thanks Rick On Sat, Aug 2, 2008 at 2:39 PM, Rick Faircloth <[EMAIL PROTECTED]>wrote: > Perhaps it has to do with the color palette that the .gif > is created with? > > ..jpg's are working fine, and yes, anti-aliasing can be performed > easily with: > > > > Boy, those docs are wonderful things! :o) > > Rick > > > -Original Message- > > From: Victor Moore [mailto:[EMAIL PROTECTED] > > Sent: Saturday, August 02, 2008 2:32 PM > > To: CF-Talk > > Subject: Re: cfimage issue > > > > Unfortunately is doesn't :( > > > > Thanks > > > > On Sat, Aug 2, 2008 at 2:10 PM, Rick Faircloth <[EMAIL PROTECTED] > >wrote: > > > > > I haven't worked with imageSetDrawingColor, but I wonder > > > if using the HTML equivalent for red (#ff) or the > > > RGB (255,0,0) would make any difference? > > > > > > Rick > > > > > > > > > > > > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310088 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
cfeclipse and ftp
Hi we are just making the move from dreamweaver to cfeclipse and think its great!!! except the ftp doesnt seem to be as straight forward as it is in dreamweaver! we have seen that there are various ways of uploading files to our site but none of them seem to work through our cfeclipse and wonder what we are missing? first we tried to connect to our server using the file explorer... we clicked on locations --> entered the details of our server (all is definitely correct) and then save and closed the dialog box. we then select the site from the drop down box but it contains no files and doesnt provide a way for us to connect to it. we also found another tutorial on how to synchronize our files with our server by right clicking on the project node on the navigation tab and selecting 'import'. it then says to open the folder called 'other' and select the FTP option, but we don't have this option in the 'other' folder. the only option we have is 'remote file system' the third option we have read about is to use aptana. but this seems like overkill. why would we need such a large program just to upload files to our server. we would appreciate any advice on best option and what we are doing wrong, or what we are not doing but should be doing? thanks richard ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310087 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfimage issue
Perhaps it has to do with the color palette that the .gif is created with? ..jpg's are working fine, and yes, anti-aliasing can be performed easily with: Boy, those docs are wonderful things! :o) Rick > -Original Message- > From: Victor Moore [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 2:32 PM > To: CF-Talk > Subject: Re: cfimage issue > > Unfortunately is doesn't :( > > Thanks > > On Sat, Aug 2, 2008 at 2:10 PM, Rick Faircloth <[EMAIL PROTECTED]>wrote: > > > I haven't worked with imageSetDrawingColor, but I wonder > > if using the HTML equivalent for red (#ff) or the > > RGB (255,0,0) would make any difference? > > > > Rick > > > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310086 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfimage issue
I wonder if there's any way to use anti-aliasing in the final image... the font looks rough. > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 2:29 PM > To: CF-Talk > Subject: RE: cfimage issue > > Hmmm... I couldn't get it to work any way I tried until > I changed the .gif to a .jpg. Then it worked perfectly... > > Rick > > > -Original Message- > > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > > Sent: Saturday, August 02, 2008 2:11 PM > > To: CF-Talk > > Subject: RE: cfimage issue > > > > I haven't worked with imageSetDrawingColor, but I wonder > > if using the HTML equivalent for red (#ff) or the > > RGB (255,0,0) would make any difference? > > > > Rick > > > > > -Original Message- > > > From: Victor Moore [mailto:[EMAIL PROTECTED] > > > Sent: Saturday, August 02, 2008 1:38 PM > > > To: CF-Talk > > > Subject: cfimage issue > > > > > > Hi, > > > > > > I have the following code: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > The issue is as follows: > > > if I take out: > > > imageSetDrawingColor (testImage, "red") the text is displayed properly > > > using > > > a white color, > > > > > > but with imageSetDrawingColor (testImage, "red") in, no text is displayed, > > > just the image background. > > > > > > If I create an image manually: > > > > > > then the text with the proper color is shown fine, so it seems it's a > > > problem only when using a real image. > > > > > > Is this a limitation or I'm missing something? > > > > > > Thanks > > > Victor > > > > > > BTW I;m running CF version 8,0,1,195765 > > > > > > > > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310085 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: cfimage issue
Unfortunately is doesn't :( Thanks On Sat, Aug 2, 2008 at 2:10 PM, Rick Faircloth <[EMAIL PROTECTED]>wrote: > I haven't worked with imageSetDrawingColor, but I wonder > if using the HTML equivalent for red (#ff) or the > RGB (255,0,0) would make any difference? > > Rick > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310084 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: cfimage issue
Hmmm... I couldn't get it to work any way I tried until I changed the .gif to a .jpg. Then it worked perfectly... Rick > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 2:11 PM > To: CF-Talk > Subject: RE: cfimage issue > > I haven't worked with imageSetDrawingColor, but I wonder > if using the HTML equivalent for red (#ff) or the > RGB (255,0,0) would make any difference? > > Rick > > > -Original Message- > > From: Victor Moore [mailto:[EMAIL PROTECTED] > > Sent: Saturday, August 02, 2008 1:38 PM > > To: CF-Talk > > Subject: cfimage issue > > > > Hi, > > > > I have the following code: > > > > > > > > > > > > > > > > > > > > > > > > The issue is as follows: > > if I take out: > > imageSetDrawingColor (testImage, "red") the text is displayed properly using > > a white color, > > > > but with imageSetDrawingColor (testImage, "red") in, no text is displayed, > > just the image background. > > > > If I create an image manually: > > > > then the text with the proper color is shown fine, so it seems it's a > > problem only when using a real image. > > > > Is this a limitation or I'm missing something? > > > > Thanks > > Victor > > > > BTW I;m running CF version 8,0,1,195765 > > > > > > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310083 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: cfimage issue
I haven't worked with imageSetDrawingColor, but I wonder if using the HTML equivalent for red (#ff) or the RGB (255,0,0) would make any difference? Rick > -Original Message- > From: Victor Moore [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 02, 2008 1:38 PM > To: CF-Talk > Subject: cfimage issue > > Hi, > > I have the following code: > > > > > > > > > > > > The issue is as follows: > if I take out: > imageSetDrawingColor (testImage, "red") the text is displayed properly using > a white color, > > but with imageSetDrawingColor (testImage, "red") in, no text is displayed, > just the image background. > > If I create an image manually: > > then the text with the proper color is shown fine, so it seems it's a > problem only when using a real image. > > Is this a limitation or I'm missing something? > > Thanks > Victor > > BTW I;m running CF version 8,0,1,195765 > > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310082 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
cfimage issue
Hi, I have the following code: The issue is as follows: if I take out: imageSetDrawingColor (testImage, "red") the text is displayed properly using a white color, but with imageSetDrawingColor (testImage, "red") in, no text is displayed, just the image background. If I create an image manually: then the text with the proper color is shown fine, so it seems it's a problem only when using a real image. Is this a limitation or I'm missing something? Thanks Victor BTW I;m running CF version 8,0,1,195765 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310081 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
cfeclipse firefox interface browser
Hi we have tried to make the internal built in browser in cfeclipse to firefox 3 but it doesnt change, it always uses IE as the built in web browser. we have tried this by going to windows --> preference --> general --> web browser --> then check firefox or windows --> preference --> cfeclipse --> browser --> then ensured that firefox is primary and secondary this does change the external browser but the internal browser still uses IE, is there anyway to change this to firefox? thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310080 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4