Re: [flexcoders] Re: How to make an RPC call secure

2008-10-12 Thread jitendra jain
1) If you see services-config.xml , following tag https://{server.name}:{server.port}/{context.root}/messagebroker/amfsecure"; class="flex.messaging.endpoints.SecureAMFEndpoint"/> false Here the endpoints are sec

[flexcoders] AIT application window size

2008-10-12 Thread hworke
Hi I was wondering how can I make the AIR application window full screen. I mean it is going to cover the whole monitor. I tried it with width and height 100% but it did not work. Please advice.

Re: RE:[flexcoders] floodFill and threshold methods with bitmapData

2008-10-12 Thread Amy
--- In flexcoders@yahoogroups.com, "Scott" <[EMAIL PROTECTED]> wrote: > > Open the JPG in photoshop and see if you have clean edges. If you have > pixels around the edge that are not clean then you will see things like > that happen... I'm not sure it's actually possible to have clean edges in

RE:[flexcoders] floodFill and threshold methods with bitmapData

2008-10-12 Thread Scott
Open the JPG in photoshop and see if you have clean edges. If you have pixels around the edge that are not clean then you will see things like that happen... sj From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Sunda

[flexcoders] floodFill and threshold methods with bitmapData

2008-10-12 Thread tchredeemed
Ok, so I am working with bitmapData, using embedded jpgs. I need to be able to dynamically replace certain areas with a given branded color. I have got it where it will replace the majority, but it leaves a bunch of pixels around the edges when I use floodFill. I think this is where threshold co

[flexcoders] Re: How to add a horizontal scrollbar to a 3d column chart

2008-10-12 Thread jeffreyr6915
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "jeffreyr6915" wrote: > > > > I would like to add a horizontal scrollbar to the column chart that I > > have. Can someone please show me how to do this? Below is the axis > > renderer class

[flexcoders] Re: How to add a horizontal scrollbar to a 3d column chart

2008-10-12 Thread Amy
--- In flexcoders@yahoogroups.com, "jeffreyr6915" <[EMAIL PROTECTED]> wrote: > > I would like to add a horizontal scrollbar to the column chart that I > have. Can someone please show me how to do this? Below is the axis > renderer class that I need to alter. Please help. Thanks I haven't tried t

Re: [flexcoders] Re: Flex 3 Layout of long form

2008-10-12 Thread Paul Andrews
Bruce the idea is to break up the long form into separate forms, one in each tab. The user moves through the tabs filling in the different forms then on the last tab you can send the information from all forms to the server at once. Flex isn't like html - you don't need everything to be in the

Re: [flexcoders] Embedding Image from dynamic string

2008-10-12 Thread Haykel BEN JEMIA
Embedding is done at compile time and not run time! You must specify the source with a literal, you cab't use a variable: [Embed(source="sources/top2Over. jpg")] [Bindable] public var top2Over:Class; On Sun, Oct 12, 2008 at 5:09 AM, Sajid Hussain <[EMAIL PROTECTED]>wrote: > > Hey Dudes > >

[flexcoders] Auto resizing a list popup control of a PopUpButton

2008-10-12 Thread Mark Carter
I have a PopUpButton with List popup control where I occasionally change the dataprovider at runtime. However, when I change the dataprovider I want the popup control to resize to the number of items in the list. At the moment, I just set the height as a factor of the number of items, but is the