[flex_india:26678] Re: Moving components along with Page

2009-11-16 Thread sathesh
hi kiran, hope you are are looking for something like this... http://www.adobe.com/2006/mxml"; layout="absolute" scroll="updateScroll()"> On Nov 16, 10:55 pm, Kiran Kumar Vasireddy wrote: > Hi Edwin, > > Thanks for your response.( Code is below) . I want the first

[flex_india:26680] Re: adding two types of array to combobox?

2009-11-16 Thread sathesh
hi, to combine two arrays use 'concat' method like arr.concat(lash) http://www.adobe.com/2006/mxml"; layout="absolute"> On Nov 13, 7:51 pm, abhilashm86 wrote: > i created 2 arrays, i declared them in

[flex_india:26691] Re: IFrame Issue

2009-11-16 Thread sathesh
hi, One solution i could think of --> Goto IFrame.mxml and change the moveIFrame method as public then in your main application call moveIFrame on scroll Event For example: http://www.adobe.com/2006/mxml"; layout="absolute" scroll="updateScroll()" xmlns:flexiframe="*" >

[flex_india:26693] Re: IFrame Issue

2009-11-16 Thread sathesh
hi, checkout these links they could be helpful: http://www.flashstreamworks.com/archive.php?post_id=1241799250 http://www.flashstreamworks.com/archive.php?post_id=1253805570 On Nov 17, 6:08 am, Kiran Kumar Vasireddy wrote: > Dear All, > > I am having trouble in displaying youtube videos in my

[flex_india:26705] Re: Get Date Object without TimeZone

2009-11-17 Thread sathesh
hi, Use DateFormatter to get the Date in the format you want example: http://www.adobe.com/2006/mxml";> On Nov 17, 3:10 pm, Madan Narra wrote: > Hi All, > > Is it possible to create a Date object without holding the TimeZone ? > > The date object should just be "Thu Nov 19

[flex_india:26709] Re: Print output not proper

2009-11-17 Thread sathesh
hi, try changing the settings in pdfcreator monitor(PDFCreator.exe) under option menu On Nov 17, 4:05 pm, vishal lad wrote: > Yes I am using Popup.But certainly has not defined any of the style in CSS. > > On Tue, Nov 17, 2009 at 3:23 PM, Kunnath Santhosh < > > kunnath.santh...@gmail.com> wrote:

[flex_india:26718] Re: IFrame Issue

2009-11-17 Thread sathesh
Vasireddy wrote: > Hi Sathesh, > > Thanks for looking into it. This solution worked a bit . But If possible > could you please run the attached code(Demo.mxml) and see the problem ? > > I am facing two issues > > 1) Videos looks fine in the Pannel when It loads first ti

[flex_india:26739] Re: Binding issue

2009-11-18 Thread sathesh
hi, Eventhough you havent declared the variable testArr as Bindable you still binded your arraycollection to the datagrids line ---> here -> dataProvider="{testArr}" - Using the curly braces ({}) syntax also specifies data binding... so, your data grids are binded to the arraycollection and a

[flex_india:26741] Re: Hi All

2009-11-18 Thread sathesh
hi, try this: http://www.adobe.com/2006/mxml"; layout="horizontal" backgroundColor="0xFF">

[flex_india:26819] Re: Api

2009-11-23 Thread sathesh
hi, are you using any twitter library like for connecting to twitter api? make sure the 'url' used is in following format if authenticated: http://twitter.com/statuses/followers.xml if not authenticated: http://twitter.com/statuses/followers/$userId.xml -sathesh On Nov 23, 1:10 

[flex_india:26850] Re: snapshot of perticular area

2009-11-25 Thread sathesh
) bmpData.copyPixels(sourceBitmapData,rect,new Point(0,0)) add this bmpData to a displayObject -sathesh On Nov 25, 10:58 am, jakir qureshi wrote: > Hi All, > > how get a snapshot of a perticular area of a image. > my requirement is that i have a image of height and width suppose 600 600, > when

[flex_india:26864] Re: snapshot of perticular area

2009-11-25 Thread sathesh
hi, here is an sample application which will help you to understand,.. taking snapshot of particular area of the image In this example a image is loaded into a Image Container user can click and define the area of snapshot to be taken the snapshot is displayed in another Image Container http://

[flex_india:27114] Re: Refresh Iframe

2009-12-07 Thread sathesh
ource is a container for source url in your IFrame component } and in your application just call my_iframe.refresh() whenever you needed it -sathesh On Dec 7, 12:15 pm, Ravi wrote: > hello Varun , > thanks for reply, > I have used Iframe Component in flex like this: > > s

[flex_india:27203] Re: How can we know all the attributes in '.as' file

2009-12-09 Thread sathesh
hi, You can use describeType() method in flash.utils package eg flash.utils.describeType(TestTrack) will return the description of the class TestTrack in XML format to get all variables var varList:XMLList = flash.utils.describeType(TestTrack)..

[flex_india:27241] Re: How can we know all the attributes in '.as' file

2009-12-11 Thread sathesh
can you provide little more detail on what exactly you are trying to do... On Dec 10, 8:38 pm, Kiran Singh wrote: > Thanks for ur reply. > > sathesh, > > can i get it as hash map or object. > > My requirement is, based on it i will have mx:binding to all those variables >

[flex_india:27245] Re: problem in image component

2009-12-11 Thread sathesh
are you expectiong something like this: http://www.adobe.com/2006/mxml"; layout="vertical"> On Dec 10, 6:51 pm, rohit wrote: > Actually i have a number of boxes of different sizes.and user can > upload the image of any size inthat. > > what I need that i

[flex_india:27260] Re: problem in image component

2009-12-11 Thread sathesh
= 0 img.x=dx img.y=dy -sathesh On Dec 11, 6:06 pm, sri space hero wrote: > Hello sathesh, > > I didnt get your example. can u be little more explanatory ?? > > > > On Fri, Dec 11, 2009 at 2:02 PM, sathesh wrote: > > are you expectiong someth

[flex_india:30266] Re: Problem with Bindable property

2010-06-01 Thread sathesh
. -sathesh On May 31, 3:25 pm, Saravanan wrote: > Hi, > > I have problem in setting the Bindable property in custom component... > > It shows error "Access to undefined property Bindable" > > > http://www.adobe.com/2006/mxml"; widt