[flexcoders] ASP.NET .ashx handler - POST variables not working

2009-05-08 Thread Matthew A. Wilson
I created a web handler (.ashx) in ASP.NET and it takes 4 post variables, all strings. When I manually type in the URL with the variables (name=thisemail=thatcomments=this) it works fine, but when I try to POST those variables in an HTTPRequest in Flex, my web handler can't see the variables.

[flexcoders] Tile control: Border style and Zoom

2009-04-12 Thread Matthew A. Wilson
I'm using a tile control to display an image with a short description to the right of it. Basically everything is contained with in an HBox and the I'm programmtically adding that to the tile: thisTile.addchild(myHBox) I'd like to have some sort of visual indicator to let the user know which

[flexcoders] What's your favorite Tip/Trick ?

2009-04-10 Thread Matthew A. Wilson
I've been using .NET for years and recently started developing in Flex. One thing I've noticed (and maybe it's because I'm new) is that I have to write out just about everything. There were so many things in .NET that the IDE would handle for me. Like I could write a function, like DoThis(),

[flexcoders] Re: Debugger won't break on HTTP Service result function

2009-04-09 Thread Matthew A. Wilson
for everyone's help. Have a great day! --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Have you set up another event listener (using Actionscript) that is grabbing that event? --- In flexcoders@yahoogroups.com, Matthew A. Wilson korband@ wrote: I have a component

[flexcoders] Debugger won't break on HTTP Service result function

2009-04-08 Thread Matthew A. Wilson
I have a component that I'm adding to my Flex project and it makes 3 HTTP Service calls. On the result= I have listed a function and inside that function I have created a breakpoint. When I go into debug, it won't stop at that breakpoint. It's like it's not calling the result function. I know

[flexcoders] Bind ComboBox to returning XML (HOW TO)

2009-03-23 Thread Matthew A. Wilson
Need help with a combobox... I have a combobox that I want to load from a database. The text will be a name, and the value will be an integer. That's it - pretty straightforward. Just can't seem to figure it out. The xml will look like this: designers designer id=1 name=Matt / designer