[flexcoders] socket policy question

2008-05-07 Thread zenwarden
I have a flex application the uses binary sockets. It does not work with the new security update. To fix this I have implemented a server that listens on port 843. This works. I have just one problem. I am currently using the wildcard * in the allow-access-from domain attribute. Like this: I

[flexcoders] Important question about FABridge license

2007-03-19 Thread zenwarden
Can someone from Adobe tell me WHICHliecnse is the actual license for the Flex Ajax bridge? There is a license included in the download zip that is very restrictive AND there is also a license in the code (both js and as files) that is the exact oppsite and completely none restrictive. The Adobe b

[flexcoders] Re: Serious Bug in HistoryManager (introduced in latest release?)

2007-02-07 Thread zenwarden
flexcoders@yahoogroups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > I will give it a try. > > One question and one comment: > > Question: Did you actually mean drag manager or did you mean History > manager? (I'll try both sperately). > > Commnet: I'

[flexcoders] Re: Serious Bug in HistoryManager (introduced in latest release?)

2007-02-06 Thread zenwarden
in. > > The above is true for all managers handled by Singleton and lots of > other shared classes in Flex as well. > > > > > > > > > On 06/02/2007, at 11:49 AM, zenwarden wrote: > > > I am seeing this mostly when I run unit test using the flexunit.swf. > > And I

[flexcoders] Re: Serious Bug in HistoryManager (introduced in latest release?)

2007-02-05 Thread zenwarden
@yahoogroups.com, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote: > > does your app use modules, or built using multiple swfs? > > > On 06/02/2007, at 5:49 AM, zenwarden wrote: > > > There appears to be a failry serious bug that I think was introduced > > in the history

[flexcoders] Serious Bug in HistoryManager (introduced in latest release?)

2007-02-05 Thread zenwarden
There appears to be a failry serious bug that I think was introduced in the history manager in the latest release 2.0.1 I never got this errro until I updated and I now see it in a variety of situations (including whenever I run testcases. ) Shutting down the borwoser or even switching borwsers d

[flexcoders] Is this a bug in mx:List?

2006-12-21 Thread zenwarden
I was implementing a filter on a list of values and noticed that when I scroll down the list and then try and filter an error is thrown. Here is the error: TypeError: Error #1010: A term is undefined and has no properties. at mx.controls::List/::adjustVerticalScrollPositionDownward()

[flexcoders] Re: Best practice: string tables

2006-12-08 Thread zenwarden
Is there a way to have these properties not load at compile time, but rather be read at run time? One of the nicest things about properties in java and other langauges is that they allow you to change or modify behavior and values without recompiling code. Flash seems to ignore this concept both w

[flexcoders] Problem with Flex-Ajax Bridge: Error calling method on NPObject!

2006-11-30 Thread zenwarden
Hello, I am using the flex ajax bridge. Up until now it's been easy to work with, but I have finally encountered a problem. I am trying to find out if I can pass my own custom objects. I am trying to pass data from one flex application to another. I CANNOT use a server, so I am using the bridge

[flexcoders] Re: searching or filtering a tree

2006-11-16 Thread zenwarden
Ignore the comment below. It is acceptable (at least in a hack) to always return true. Sadly, this code example is not working, but it has put me on the right trail. Thanks. Chris --- In flexcoders@yahoogroups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > How d

[flexcoders] Re: searching or filtering a tree

2006-11-16 Thread zenwarden
st.length() > 0) > { > doFilter(filterFunc, childList); > } > > } > } > > this.localIndex = copy.toArray(); > retur

[flexcoders] Re: not found

2006-11-07 Thread zenwarden
, "zenwarden" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to remove dropshadows from my line series chart. > > I am trying this: > > > > > > >

[flexcoders] Re: setting stroke and/or liine stroke in charts via a stylesheet

2006-11-07 Thread zenwarden
. Check it out in the ChartSampler: > > > http://www.quietlyscheming.com/blog/charts/chart-sampler/ > > Ely. > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of zenwarden > Sent: Tuesday, November 07, 2006

[flexcoders] setting stroke and/or liine stroke in charts via a stylesheet

2006-11-07 Thread zenwarden
Does anyone have an example of using a stylesheet to set the stoke weight and color of a linechart/lineseries? Here is the style I am using .myChart { fontSize: 12; color: #FF; } .myLineSeries { form: segmet; } I would like to add something like

[flexcoders] not found

2006-11-06 Thread zenwarden
Hi, I am trying to remove dropshadows from my line series chart. I am trying this: and my flexbuilder shows an error: Could not resolve to a component implentation. I have seen this same code posted in t

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-10-25 Thread zenwarden
was failing was due to gzip encoding: HTTP/1.0 200 OK Server: httpd/1.00 Cache-Control: no-cache Expires: 0 Content-Type: text/xml Content-Encoding: gzip Content-Length: 921 This appears to be a IE bug. Not flash. Chris Warden  --- In flexcoders@yahoogroups.com, "zenwarden" <[EM

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-10-25 Thread zenwarden
://blog.jasonnussbaum.com/?p=155 Did you you change the encoding? On the example that works? Chris --- In flexcoders@yahoogroups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > I am seeing this same problem on a legacy server I am working on. It > would be very hard to change the

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-10-24 Thread zenwarden
I am seeing this same problem on a legacy server I am working on. It would be very hard to change the responce header from 0 to -1. Is there a work around? Can I catch the error? And still get the result? Thanks, Chris --- In flexcoders@yahoogroups.com, "dadrobson" <[EMAIL PROTECTED]> wrote: >

[flexcoders] UDP support in Socket

2006-10-06 Thread zenwarden
Does the socket class support UDP? I have tried to get it to work with a connect call and cannot do it. There does not seem to be anything equivalent to DatagramSocket.bind(SocketAddress addr); Any info would help, including future plans. Chris Warden -- Flexcoders Mailing List FAQ: http:

[flexcoders] Re: plug-in detection not working for IE

2006-10-03 Thread zenwarden
t > up in the registry correctly? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of zenwarden > Sent: Wednesday, September 27, 2006 9:21 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] plug-in detection not work

[flexcoders] plug-in detection not working for IE

2006-09-27 Thread zenwarden
The plug-in detection that is generated by the flex builder ( in the AC_OETags.js file) does not seem to be working for IE (or at least my version: 6. 0.2800). I know that IE has the right plug-in because I can run the swf file directly. But I get the "Alternate HTML content should be placed here.

[flexcoders] private constructors in flex

2006-09-22 Thread zenwarden
Sometimes in Java I declare a constructor private ( I think this is called the nullington pattern). Ex: utility classes that have all static methods or constants. Can and should the same thing be done in flex? Chris -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/