[flex_india:21311] Problem with Itemrenderer in Tree

2009-04-07 Thread arvind
Hi All, I am using Checkbox as itemrenderer in a Tree for each nodes. I will be expanding a node Root which contains child nodes A, B, C in order. Once i close this Root nodes and open it again the child nodes will be displayed in order C, B, A Anyone let me know how to solve this problem. Than

[flex_india:21310] Re: Can we integrate Flex builder 3.0 with VSS 2005 for Source Control

2009-04-07 Thread Neha
Hi Ricardo, what is the procedure to use SVN? how can I use SVN? Can you pls tell me. Thanks, Neha On Apr 8, 12:35 am, Ricardo Poblete wrote: > I recommend you SVN > > 2009/4/7 Ravi Mishra > > > > > > > HI Neha, > > > Check this out > >http://www.rozengain.com/blog/2007/03/27/flex-with-visual

[flex_india:21309] Re: Can we integrate Flex builder 3.0 with VSS 2005 for Source Control

2009-04-07 Thread Neha
Hi Ravi, I am not using Java, we are using .NET Can we use only Flex Builder for VSS or it will work if I use Ecllipse also coz we are not using Java. Thanks, Neha On Apr 7, 12:35 pm, Ravi Mishra wrote: > HI Neha, > > Check this > outhttp://www.rozengain.com/blog/2007/03/27/flex-with-visual-s

[flex_india:21308] Re: Can we integrate Flex builder 3.0 with VSS 2005 for Source Control

2009-04-07 Thread Ricardo Poblete
I recommend you SVN 2009/4/7 Ravi Mishra > > HI Neha, > > Check this out > http://www.rozengain.com/blog/2007/03/27/flex-with-visual-sourcesafe-how-to/ > > could be helpful to you. > > -Ravi > > On Apr 7, 12:18 pm, Neha wrote: > > Hi, > > > > Can we integrate Flex builder 3.0 with VSS 2005 for

[flex_india:21307] Re: window resize

2009-04-07 Thread namita pv
thanks Amar i am talking about web application..as i m new to this concept so struct in between On Fri, Apr 3, 2009 at 11:06 AM, Flexian_me wrote: > > If you are talking about AIR then follow the below link - > > > http://livedocs.adobe.com/flex/3/html/help.html?content=WorkingWithWindows

[flex_india:21305] Re: window resize

2009-04-07 Thread namita pv
thanks dhileepen On Fri, Apr 3, 2009 at 4:25 PM, dhileepen chakravarthy wrote: > hi namitha, > > try this > > > http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1207017&loc=en_us > > Regards, > Dhileepen > > > > > --~--~-~--~~~---~--~---

[flex_india:21306] Re: window resize

2009-04-07 Thread namita pv
thanks sankar... On Fri, Apr 3, 2009 at 12:59 AM, sankar swaroop wrote: > Hi, > > can u explain in breif. > As far as i understood create a customComponent with min, max close > buttons and use move, zoom, resize effects > I attached sample code, Plz check it. > If u want further more write b

[flex_india:21304] Re: cross-domain-policy

2009-04-07 Thread HISSAM
and how this proxy servlet is implemented?? On Mon, Apr 6, 2009 at 8:51 AM, Utkarsh kaushal wrote: > Incase you do not have control over the system where crosdomain is to be > placed you can use proxy servelet to access data from different domain. > > ~kay kay > > On Mon, Apr 6, 2009 at 5:53 AM,

[flex_india:21303] Re: Screen Resolution Problem in Flash

2009-04-07 Thread ManInAction
Hi shobha Singh, use this command in your flash file or As file fscommand("fullscreen", "true"); fscommand("allowscale", "false"); On Apr 7, 10:17 am, shobha Singh wrote: > We use to embed three flash objects (800×600) together in a HTML page > defining the width & height 100% and then playin

[flex_india:21302] Re: calling mxml from jsp

2009-04-07 Thread chan
Hi Karthik, You need to add flex folder containing in built class for the flex under WEB-INF folder. Also need to do some flex servlet related configuration in web.xml. Refer following url http://groups.google.com/group/flex_india/browse_thread/thread/85641b612b908f79/4070913e70c36ab6?lnk=gst&q

[flex_india:21301] Re: Flex Datagrid Sort Stopped Event

2009-04-07 Thread arun lal
Hi Use the sort event in the datagrid that you are using On Apr 7, 1:00 am, Dharmendra Tolani wrote: > Sorry for the repost, but there was an edit in the question and > the original question is yet to appear here. > > In Adobe Flex, when user presses and releases Mouse on a column header > in a

[flex_india:21300] flex mobile

2009-04-07 Thread cool saurabh
Hi all, I want to develop a mobile application in which a user will send name of 2 items & in return; i will return url to him.can anyone give me idea how to proceed on this. Thanks & Regards Saurabh --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:21299] filereference.download and "Possible Malicious content"warning.

2009-04-07 Thread flywithoutwings
Hi, i would like to know if there is any solution to remove the warning that shows up in the file browser which comes up while using filereference.download to download files. I can see that this warning comes only on Flash Player 10 but not with earlier versions. If you're wondering what exactly

[flex_india:21298] Re: Run flex project from command line.

2009-04-07 Thread Ravi Mishra
Use ant script to compile your flex application from command prompt. check out the following: http://lejnieks.com/2008/11/compile-flex-applications-using-ant/ HTH, -Ravi On Apr 7, 5:15 pm, arvind hr wrote: > Hi Vishal, > > If you have installed FlexBuilder 3 in c:\Program Files\Adode, then >

[flex_india:21297] Re: How to improve performance using ItemRender

2009-04-07 Thread Ravi Mishra
Hi Neeraj, This will not create all the 20 * 1 instances of label but it will create only for the items which are visible at that instance on the screen. -Ravi On Apr 7, 3:12 pm, neeraj wrote: > Hi , > > I have Datagrid in which i want to display text with truncation , so I > am  rendering

[flex_india:21296] Re: Run flex project from command line.

2009-04-07 Thread arvind hr
Hi Vishal, If you have installed FlexBuilder 3 in c:\Program Files\Adode, then Go to D:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin in your command prompt window Type command: mxmlc.exe c:\test.mxml (C:\test.mxml is the mxml file which you want to compile.) Thanks Arvind On Tue, Apr 7, 2

[flex_india:21295] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-07 Thread Rahul Sood
Thanks Dinesh, Now I can have a Custom InfoWindow, but how to have a Custom Tooltip too. Looks like Google Maps API is designed more for Javascript. Any idea, whats the latest version of Maps API SWC doing the rounds ? Can we customise the Classes in this maps API. Rahul. On Tue, Apr 7, 2009 at

[flex_india:21294] Re: Google Maps in Flex - Tooltip & Infowindow

2009-04-07 Thread Dinesh Kumar
Hi Rahul, Yes it is possible. Please refer this link http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/InfoWindowMiniMap/InfoWindowMiniMap.html http://code.google.com/apis/maps/documentation/flash/intro.html Thanks, Dineshkumar.T On Sat, Apr 4, 2009 at 1:48 PM, Rahul Sood wrote: > H

[flex_india:21293] Re: calling mxml from jsp

2009-04-07 Thread karthik Flex
hi guys i am getting this error when running the application type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException root cause java.lang.NullPointerException note The full stack

[flex_india:21292] How to improve performance using ItemRender

2009-04-07 Thread neeraj
Hi , I have Datagrid in which i want to display text with truncation , so I am rendering label using itemRender . Suppose My Datagrid contain 1 row and 20 column means 1 * 20 = 2 instance of Label will create . So Is there any other way to display text with truncation in any compo

[flex_india:21291] How the save the file without promting the dialog box in flex.

2009-04-07 Thread chan
Hi All, We are using flex 3.3 and flash player 10. I got the information from the google where I can save the file using FileReference.save method. However, this method opens a dialog box and ask for selecting the directory where you want to save the file. We want to save the file to the default

[flex_india:21290] Re: Date Chooser Help

2009-04-07 Thread dhileepen chakravarthy
Sorry guys i dnt have source file. I come to know this sample for googling. Regards, Dhileepen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_i

[flex_india:21289] calling mxml from jsp

2009-04-07 Thread Karthik K
hi guys i need to know how to use for calling an mxml application inside a jsp i used FlexTagLib but it is not calling the application is there any steps i need to do i am writing flex application inside a jsp any help -- Karthik.k Mobile - +91-9894991640 --~--~-~--~~~-

[flex_india:21288] Run flex project from command line.

2009-04-07 Thread vishal lad
Hi,How I can run a flex application/project from command line in windows.I want to run my application without using flex builder.Is there any information available on this? Thanks and regards Vishal --~--~-~--~~~---~--~~ You received this message because you are sub

[flex_india:21287] pass values from flex page to asp page

2009-04-07 Thread kali matha
Hi Please say me how to pass values from flex page to asp page.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubs

[flex_india:21285] Plot chart problem

2009-04-07 Thread Sandeep P P
Hi, I have a problem, my plot chart whose datetime axis is controlled by a slider. This slider is having 2 thumbs, one with min date and one with max date, Now if i move the thumbs so that time is reduced, plot chart will get expanded.. like first it will show years.. then comes to months...as i

[flex_india:21286] Re: cross-domain-policy

2009-04-07 Thread Utkarsh kaushal
Incase you do not have control over the system where crosdomain is to be placed you can use proxy servelet to access data from different domain. ~kay kay On Mon, Apr 6, 2009 at 5:53 AM, nitin goyal wrote: > > A cross-domain policy file is an XML document that grants a web client— > such as Adob

[flex_india:21279] asp.net gridview->flex gridview

2009-04-07 Thread Flex Baby
i have some datas in gridview in asp.net.i want to import that asp.net gridview datas to flex gridview. how pass the gridview values between them? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community

[flex_india:21280] Re: can we use sql database in flex web application

2009-04-07 Thread Kunal Pagariya
Hi You can use ColdFusion to access Database On Mon, Apr 6, 2009 at 11:20 AM, Flex Baby wrote: > > hi, > Can we use sql database in flex web application? > provide samples to me > > > > -- "A journey of a thousand miles Begins with a single step." Thanks Kunal Pagariya --~--~-

[flex_india:21282] Re: cross-domain-policy

2009-04-07 Thread Uday Sai
Hi, I found some thing interesting related to this http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error Contents of Crossdomain policy is - http://www.adobe.com/xml/dtds/cross-domain-policy.dtd";> Uday On 4/6

[flex_india:21277] Re: Date Chooser Help

2009-04-07 Thread Christian Camilo Arias Vergara
Hi dhileepen chakravarthy, Simple, but very functional sample.. Do you have the source files of this sample??? Thanks. 2009/4/6 dhileepen chakravarthy > I can show you some samples but i dnt have an idea > > http://www.philipdamra.com/flex/eventcalendar/ > > Regards, > Dhileepen > > > > >

[flex_india:21283] Flex Datagrid Sort Stopped Event

2009-04-07 Thread Dharmendra Tolani
Sorry for the repost, but there was an edit in the question and the original question is yet to appear here. In Adobe Flex, when user presses and releases Mouse on a column header in a Datagrid, the corresponding sorting function for the column is called. Is there a way to figure out, when does t

[flex_india:21281] Re: Flex app access using IP

2009-04-07 Thread Uday Sai
Hi Amar, Thanks for your reply. I found an alternate way I Installed TCP Trace and assigned the following port details Listen port 8001 and IP is 127.0.0.1 and Destination port is 3000 as my app port is 3000. I can run the app by giving the http://127.0.0.1:3000/ExchangeData/flex_bin/ExchangeDa

[flex_india:21284] Screen Resolution Problem in Flash

2009-04-07 Thread shobha Singh
We use to embed three flash objects (800×600) together in a HTML page defining the width & height 100% and then playing them in a ice browser but when we play them on a screen resolution higher than 800 × 600 (upto 1280 x 1024 and higher than this), the images and the posters get pixelated, font s

[flex_india:21278] Flex Datagrid Sort Stopped Event

2009-04-07 Thread Dharmendra Tolani
In Adobe Flex, when user presses and releases Mouse on a column header in a Datagrid, the corresponding sorting function for the column is called. Is there a way to figure out, when does the sorting stop? Basically, there is a column "Serial Number" in the datagrid, which I want to relabel, whe

[flex_india:21276] Re: ViewStack load issues

2009-04-07 Thread sheetal
I have tried it.But thats not working.I am not sure if the view which is not visible at a given point-is it not yet created? On Apr 7, 12:34 pm, Ravi Mishra wrote: > Are you creating the components on runtime? Try setting > creationPolicy="all" in your viewStack. > > -Ravi > > On Apr 7, 11:28 am

[flex_india:21275] Re: Refresh in browser

2009-04-07 Thread koteshwar Rao myneni
Hi karthik, Browser refresh load the application again. actually there is no need to refresh the page in flex application ... there is no page concept in the flex applications( as I know), what ever is a single SWF file embeded in the html page... if you refresh the browser it just reload th

[flex_india:21274] Re: Font embedding issue

2009-04-07 Thread Flexian_NGL ,@Bangalore
if u want embedd a new font then u have add 4 differnt options of the same in the embedding swf. 1. normal 2. italic 3.bold 4.underline then use that swf in flex . refer the alive docs for more details On Tue, Apr 7, 2009 at 1:04 PM, sheetal wrote: > > Plz explain ur problem,i cudnt get from

[flex_india:21273] Re: Can we integrate Flex builder 3.0 with VSS 2005 for Source Control

2009-04-07 Thread Ravi Mishra
HI Neha, Check this out http://www.rozengain.com/blog/2007/03/27/flex-with-visual-sourcesafe-how-to/ could be helpful to you. -Ravi On Apr 7, 12:18 pm, Neha wrote: > Hi, > > Can we integrate Flex builder 3.0 with VSS 2005 for Source Control. > If yes, please tell me how we can integrate Flex

[flex_india:21272] Re: Font embedding issue

2009-04-07 Thread sheetal
Plz explain ur problem,i cudnt get from the description "The text(with embedded fonts) are not appearing as it is on server.Bold and italics are not coming. Text coming in normal form. " do u mean apply does'ent work? On Apr 7, 12:10 pm, Renu D wrote: > Hi, > I have embedded font in my main app

[flex_india:21271] Re: ViewStack load issues

2009-04-07 Thread Ravi Mishra
Are you creating the components on runtime? Try setting creationPolicy="all" in your viewStack. -Ravi On Apr 7, 11:28 am, sheetal wrote: > For example i make the selected index 3 after creation.Then i go back > to index 2,try to access those controls..The controls on page 2 are > null. > > On A

[flex_india:21270] Can we integrate Flex builder 3.0 with VSS 2005 for Source Control

2009-04-07 Thread Neha
Hi, Can we integrate Flex builder 3.0 with VSS 2005 for Source Control. If yes, please tell me how we can integrate Flex builder 3.0 with VSS 2005. Thanks in Advance, Neha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[flex_india:21269] Font embedding issue

2009-04-07 Thread Renu D
Hi, I have embedded font in my main application. 1)The embedded font are applying controls( like Text) text is visible in local machine but when the same SWF is deployed on the server i.e. Windows server, the embedded text is not coming. 2) The text(with embedded fonts) are not appearing as it is