Re: [flexcoders] Re: HTTPService multiple requests not being sent?

2008-05-27 Thread Justin Stanczak
I do have control of the server and I'm using GET requests. I've also done the setting headers. None of that did any thing. I am sending requests to a single Servlet. I've setup a message to print in the log if any request comes in and it shows the client never made a request. I think this is

Re: [flexcoders] What next after getting FLEX ?

2008-05-27 Thread Justin Stanczak
I throw in my vote for Tomcat, and Java Berkley DB. I'm trying to use Blaze DS, but still not there yet, so I can't point to it yet. I've been using Flex Builder as well. On Tue, May 27, 2008 at 11:26 AM, itdanny2002 [EMAIL PROTECTED] wrote: Hi All, I'm new FLEXer. I wanna to buy an

Re: [flexcoders] How to scale my Application?

2008-05-27 Thread Justin Stanczak
Can't you just use bindings? Like width={canvas.width} On Tue, May 27, 2008 at 8:29 PM, flexawesome [EMAIL PROTECTED] wrote: Hi there, I have an application contents some components, all children are contain inside of Canvas. I would like to change the Width and Height of Canvas to set

Re: [flexcoders] Sort a List Comp?

2008-05-09 Thread Justin Stanczak
, Justin Stanczak [EMAIL PROTECTED] wrote: I have the following: * mx:HTTPService id=getMajorsVisitdates url=ServiceServlet mx:List id=majorsList width=342 dataProvider={getMajorsVisitdates.lastResult.root.major} change=selectMajor() height=200 labelField=name x=10 y=36

[flexcoders] Sort a List Comp?

2008-05-01 Thread Justin Stanczak
I have the following: * mx:HTTPService id=getMajorsVisitdates url=ServiceServlet mx:List id=majorsList width=342 dataProvider={getMajorsVisitdates.lastResult.root.major} change=selectMajor() height=200 labelField=name x=10 y=36/mx:List* How do I sort the majorsList? Seems like it