[flexcoders] .NET Web Services w/Soap Headers

2007-02-22 Thread bsausser
.NET Web Services [Novice Notification (Trying out the Flex Platform)] Goal: pull an array of clients from a .NET 2.0 Web Service and populate a Flex DataGrid. Spec: use Soap Headers to restrict access to web service. Models copied from: 1) Adobe's Specification, 2) Cynergy's C

[flexcoders] Re: .NET Web Services w/Soap Headers

2007-02-23 Thread bsausser
ts.GetClients.addHeader(header1); } Still not sure why the headersXML did not work, but I think that has to with .NET, not FLEX. Thanks to everyone who came to my assistance, Brian --- In flexcoders@yahoogroups.com, "bsausser" <[EMAIL PROTECTED]> wrote: > &g

[flexcoders] FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-03-31 Thread bsausser
Upload Progresses, then fails at the end of the POST. Flex Error Text: Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error. HTTP Sniff Result: (and below) http://www.dendera.com/dir/fr_upload_snif_result.xml Multiple IIS configurations did not change the result. • Wri

[flexcoders] Repost: FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-04-02 Thread bsausser
Upload Progresses, then fails at the end of the POST. Why? …and What can be done to fix it? Flex Error Text: Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error. HTTP Sniff Result: http://www.dendera.com/dir/fr_upload_snif_result.xml Multiple IIS configurations did not cha

[flexcoders] Re: Repost: FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-04-03 Thread bsausser
ausen" <[EMAIL PROTECTED]> wrote: > > > What are you using as a server side upload component? > > > --- In flexcoders@yahoogroups.com, "bsausser" wrote: > > > > Upload Progresses, then fails at the end of the POST. Why? …and > What > >

[flexcoders] Re: Repost: FileReference.upload() and IIS 6.0 (Windows Server 2003)

2007-04-03 Thread bsausser
FS Permissions (I used full for the IUSR_xxx). --- In flexcoders@yahoogroups.com, "bsausser" <[EMAIL PROTECTED]> wrote: > > Nothing. > > It appeared to me from the documentation that it was not needed for > IIS, however this would not be the first time I miss re

[flexcoders] Blue-Green Background color / image

2007-05-16 Thread bsausser
Tried LiveDocs: but flickers the blue-green color and/or image. styleName="plain" ... How can I set 1) my own color; 2) my own image; or 3) transparency where it will not flicker the blue-green background? Brian

[flexcoders] Re: Blue-Green Background color / image

2007-05-17 Thread bsausser
kgorundColor to #FF you > should get a white screen flicker. > > Bjorn > > On 17/05/2007, at 2:31 AM, bsausser wrote: > > > Tried LiveDocs: but flickers the blue-green color and/or image. > > styleName="plain" > > ... > > > > How ca