[flexcoders] Save ByteArray using Webservice.

2008-07-15 Thread slash_n_rose
Hi all Can I save a ByteArray object into an image using Webservice? If yes, I need some examples or links. I have done that with Remoting. Thanks in advance Regards Jerry

[flexcoders] Re: Deep Zoom (Silverlght) in Flex??

2008-06-09 Thread slash_n_rose
Thanks --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > It's not the client-size zoom that contains the pixie dust, it's the badass > streaming image server required to support it. >

[flexcoders] Deep Zoom (Silverlght) in Flex??

2008-06-08 Thread slash_n_rose
Hi All Is there any flex component like a Silverlight Deep Zoom? Regards Jerry

[flexcoders] Re: Itemrenderer combo's dataprovider from ModelLocator???

2008-06-08 Thread slash_n_rose
Thank you Daniel and Tim My List's dataprovider is an arraycollection of value objects. So do I need to add a field in the VO for the combo's dataprovider? --- In flexcoders@yahoogroups.com, "Daniel Gold" <[EMAIL PROTECTED]> wrote: > > I believe in using MVC in whatever way feels right for the

[flexcoders] Itemrenderer combo's dataprovider from ModelLocator???

2008-06-05 Thread slash_n_rose
Hi I'm using a Combobox control in my itemrenderer and its dataprovider is a Cairngorm ModelLocator variable. So my itemrenderer has a reference to ModelLocator. Is it a bad method by referencing model in Item Renderer,? If yes is there any other methods? Thanks in advance. Regards Jerry

[flexcoders] ModelLocator for each modules????

2008-06-05 Thread slash_n_rose
Hi All I'm using Cairngorm in my application, which has different big modules. For example one module may be project management and other contact management. Do I need to make different ModelLocator files for these modules?? Regards Jerry

[flexcoders] Re: Remote Object Security

2008-02-11 Thread slash_n_rose
Thank you all :) --- In flexcoders@yahoogroups.com, "barry.beattie" <[EMAIL PROTECTED]> wrote: > > > "you can create a persistent instance > of a remote object, set credentials on it after the user successfully > logs in, and then continue to use it without fear of any session > timeout" >

[flexcoders] Re: Remote Object Security

2008-02-08 Thread slash_n_rose
iverton <[EMAIL PROTECTED]> wrote: > > On Thursday 07 Feb 2008, slash_n_rose wrote: > > 1) Is there any security flaws in RemoteObject? > > I'm not aware of any. > > > to call my cfcs and need to secure my application without > > session. Is it a bett

[flexcoders] Re: Remote Object Security

2008-02-07 Thread slash_n_rose
Could you please check this? --- In flexcoders@yahoogroups.com, "slash_n_rose" <[EMAIL PROTECTED]> wrote: > > Hi All > > 1) Is there any security flaws in RemoteObject? I'm using Remoteobject > to call my cfcs and need to secure my application without

[flexcoders] Remote Object Security

2008-02-07 Thread slash_n_rose
Hi All 1) Is there any security flaws in RemoteObject? I'm using Remoteobject to call my cfcs and need to secure my application without session. Is it a better method to check a server generated GUID in each call?. 2) Is there any hack attacks reported against Flex applications especially in r

[flexcoders] upload file to base64

2007-09-23 Thread slash_n_rose
Hi all Can I convert an uploading file to base64 from flex2.0.. Im using filereference for uploading a file. Thanks in advance Slash

[flexcoders] List itemrenderer problem

2007-04-26 Thread slash_n_rose
Hi I m using a list with an item renderer(some labels). Items in the list shows some errors when i update an item in my dataprovider(array collection) . The item renderer's label donot shows the updated object's data.But the arraycollections is updated successfully..

[flexcoders] Re: wsdl path error

2007-04-26 Thread slash_n_rose
ick the properties, you > can find additional compiler arguments in the flex compiler. > > Hope this helps... > > > > --- In flexcoders@yahoogroups.com, "slash_n_rose" > wrote: > > > > Hi, > > When I access data from server using webservice I h

[flexcoders] wsdl path error

2007-04-26 Thread slash_n_rose
Hi, When I access data from server using webservice I have to specify the path of wsdl. There is a problem with that For example If I give the path as http://www.abc.com/service.asmx?WSDL, I cant access the html page containing that swf movie with out using "www" infront of the url. If I access the

[flexcoders] flex report

2007-04-09 Thread slash_n_rose
Is there any method to create reports using flex??

[flexcoders] belgacomtv panels

2007-04-05 Thread slash_n_rose
Hi all I have some doubts regarding this good site belgacomtv, http://www.belgacomtv.be/ 1. How can i create those blocks( my tv guide/ top10 / videos).. are they custom components or panels?? 2. How can i drag them?? which container holds these blocks?? 3. How can i store the position of each b

[flexcoders] Scroll Down or Up??

2007-04-04 Thread slash_n_rose
Hi How can i know the scrolling is upwards or downwards (vertical scroll)??? I think ScrollEventDetail is helpful. I dont know how to make and link an object of ScrollEventDetail to the ScrollEvent. Thanks in advance..