[flexcoders] Re: Using Auth.cfc from CF Wizard

2006-09-11 Thread envidobi
Nimer, Thanks for your help! I'm a big fan of your books btw! So i tried to put your CFLOGIN code in play, but i can still get to the main a pplication. Wouldn't the CFLOGIN have to within the IF statement? Becuase if the user isn't found in the database then there is no need to set CFLOGIN at all

[flexcoders] Using Auth.cfc from CF Wizard

2006-09-08 Thread envidobi
Hi all, Does anyone have a working example of auth.cfc (the file that gets generated when using the CF Wizard? I thought the code below would be sufficient but its still not working. Any suggestions? CODE: AUTH.CFC:

[flexcoders] Re: Need help with Image Tile List and ZOOM

2006-09-01 Thread envidobi
Hi Phil, Thanks for your comments! I got the alpha to work with the down state but not sure how to implement it in to the zoom out phase. Also, i still get the choppy, inconsistency when i mouse in between the images. I've seen this done on the the flex component explorer and when you mouse over th

[flexcoders] Need help with Image Tile List and ZOOM

2006-09-01 Thread envidobi
Hi all, I"m trying get a tile list of 5 static images that will be listed in a tile list. Upon mouse over, a zoom effect will be given, and upon mouse out the zoom effect will be given again. I would also like, but haven't figure it out, to be able to click the image and go to a URL. My dillema is

[flexcoders] Re: How to render HTML text in data grid column?

2006-08-24 Thread envidobi
Hi Oscar, Thanks a bunch for replying. I've had about 10 posts now and i've not gotten a single reply. Thanks for your time! :) I get what you're doing but if i'm getting data from a remote object how would i display it? Hers's what i have thus far (and you'll have to excuse my beginner skills her

[flexcoders] How to render HTML text in data grid column?

2006-08-24 Thread envidobi
Hi all, Anyone know how i could display HTML text in a datagrid column? Haven't seen any examples or tutorials on the subject. Thanks, David -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Rich Text Editor Error

2006-08-23 Thread envidobi
Hi all, I'm getting this error "Application uses a value of the wrong type for the current operation" when ever i try to put in more than one break return in a rich text editor. It says its an error executing the database query but i know for sure that the datbase field is a memo field and can hand

[flexcoders] Tree and Remote Object

2006-08-01 Thread envidobi
Hi all, WHats the easiest way to populate a tree based upon a remote object that gets a query result from a DAO? This tree would need to group items as well. Any pointers to good tutorials? Thanks, David -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcoders