[flexcoders] How do you post a large form variable?

2006-12-01 Thread buhlly88
Does anyone know if it is possible to post a long form variable with 
HTTPService without passing as url variables.  I get a Stream Error 
because my querystring is too long.  I've tried method=POST, but it 
still passes it via the url string.
John



[flexcoders] Re: ColorPicker Cell Renderer

2006-08-08 Thread buhlly88
I think I got it working, thanks to some other code I found on this 
group.  The key was to create a bindable string and bind the 
selectedColor to that string.

?xml version=1.0?
mx:Box xmlns:mx=http://www.adobe.com/2006/mxml;
mx:Script
![CDATA[
public var newColor:String;
]]
/mx:Script
mx:Binding source=cp.selectedColor 
destination=newColor /
mx:ColorPicker selectedColor={data.HEADERFONTCOLOR} 
id=cp showTextField=true width=100% height=100%/
/mx:Box



--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Monday 07 August 2006 14:41, buhlly88 wrote:
  I have tried this.  The problem is getting it to work inside a
  datagrid. 
 
 What problem are you having ?
 You must have some code you tried, yeah ?
 
 -- 
 Tom Chiverton
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at St James's Court Brown Street Manchester M2 
2JF.  A list of members is available for inspection at the registered 
office. Any reference to a partner in relation to Halliwells LLP 
means a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named 
above and may be confidential or legally privileged.  If you are not 
the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells 
LLP or the addressee of its existence or contents.  If you have 
received this email in error please delete it and notify Halliwells 
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: ColorPicker Cell Renderer

2006-08-07 Thread buhlly88
I have tried this.  The problem is getting it to work inside a 
datagrid.  Was wondering if anyone has gotten it to work as a cell 
renderer.

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Tuesday 01 August 2006 17:39, buhlly88 wrote:
  I'm looking for a colorPicker renderer for a dataGrid.  Has anyone
  successfully built one of these you could share?
 
 You mean like the colorPicker control that comes with Flex 2 ?
 Why not use that ?
 
 -- 
 Tom Chiverton
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at St James's Court Brown Street Manchester M2 
2JF.  A list of members is available for inspection at the registered 
office. Any reference to a partner in relation to Halliwells LLP 
means a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named 
above and may be confidential or legally privileged.  If you are not 
the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells 
LLP or the addressee of its existence or contents.  If you have 
received this email in error please delete it and notify Halliwells 
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] ColorPicker Cell Renderer

2006-08-01 Thread buhlly88
I'm looking for a colorPicker renderer for a dataGrid.  Has anyone 
successfully built one of these you could share?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/