[flex_india:22764] Re: Use States in Grid

2009-06-04 Thread vishal lad
Can you just describe your problem in more detail?? On Mon, Jun 1, 2009 at 1:00 PM, Pradip Jadhav wrote: > > Hi All, > > I am having one problem i want to use states in grid. > > I tried it but it giving error as Initializer for property 'states' is > not allowed here. > > Please help me if anybo

[flex_india:22763] Re: how to add a cross hair to Flex chart?

2009-06-04 Thread satishas
Hi Kumar, I have implemented this feature. Actually it is very simple, just drawing two lines on mouse move. Sample code: // Horizontal cross hair line. myChart.graphics.lineStyle(1, 0xff, .5);

[flex_india:22761] Re: Text area Problem

2009-06-04 Thread edwin . vgwhiz
Sorry you have to send code, I don't understand what your saying. Edsaid On Thu, Jun 4, 2009 at 7:38 AM, lalji wrote: > > I have a add employee details page. Here i can add remarks along with > normal data. Remarks are captured in . Previously added > records can be fetch from here. While addin

[flex_india:22762] Re: [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]

2009-06-04 Thread Mayur Bais
hey, for accessing content from amazon s3, you need to have a crossdomain.xml file on s3 . and as far as i know, s3 do not have any such kind of file hosted there on their server, and also keeping the file in any of the buckets that we create on amazon s3, do not help. there is something called as

[flex_india:22759] Re: AxisLabel issue

2009-06-04 Thread saurabh goel
Hi, To achive this use have to use axisLabel Renderer. In renderer u will mention the size of Label. Now there is no effect of chart & Canvas size whether it is small or large. Regards Saurabh Goel On Thu, Jun 4, 2009 at 2:58 AM, InKiev wrote: > > Hi to all, I need your help. > > I'm working

[flex_india:22757] Re: Focus on the Text box when page loaded

2009-06-04 Thread sudesh das
you can textboxid.setfocus property on the component creationcomplete and show event. On Thu, Jun 4, 2009 at 5:36 PM, Ramya Arumugam wrote: > Hi All, > > Normally in HTML, we can set the focus on the text box using onload() > method in the tag. > > I need the same requirement in flex. > > Provis

[flex_india:22760] Re: Focus on the Text box when page loaded

2009-06-04 Thread Srinivas...........
Hey Ramya, use the following code when application loads, if(ExternalInterface.available){ ExternalInterface.call("s = function() { document.getElementById('"+this.id+"').focus(); }"); } focusManager.setFocus(temp); //temp is the id of the text input / text area Thanks & Rega

[flex_india:22758] Scrolling Horizontal Gallery that's Clickable

2009-06-04 Thread edwin . vgwhiz
Does anyone have sample source for a Scrolling Horizontal Gallery that's URL Clickable? Please I need ASAP Edsaid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, s

[flex_india:22756] Re: Change size of Advanced Datagrid Dynamically

2009-06-04 Thread InKiev
Hi, you could do some research about "borderThickness", I think it could be your solution, just make try. Regards. On Jun 3, 8:34 am, vishal lad wrote: > Hi friends,   I have a Advanced Datagrid.It contains 3 nodes.My task is to > change the size of ADG when I open the node. i .e the i dont want

[flex_india:22755] Re: Flex Layout Problem

2009-06-04 Thread InKiev
To avoid that, you should use the percentages sizes and containers, so as you used absolute sizes, you fixed all the componets at an specific size, I think there are no easy solution for your problem, probably the thing you have to do is rewrite your code using percentage sizes and containers. On

[flex_india:22752] WebService MXML to AS3

2009-06-04 Thread vnatrajanmca
Hi Friends http://www.xyz.com/schemas"; xmlns:soapenv="http://abc.xmlsoap.org/soap/envelope/";> {id.text} {name.text} {displayname.text} {type.text} {value.text} {description.text} i want to convert from MXML to AS3 plz help me how can i write above MXML code to ActionScript 3 Reg

[flex_india:22751] Flex Layout Problem

2009-06-04 Thread Dharmendra Tolani
I have many declarations like the abovein my flex code : I wrote the following code, without thinking about how would it look like on a resolution like 800x600 or even 1024x768. So, now some portion of my UI is not displayed on machines with above mentioned resolutions. How do I solve this

[flex_india:22753] how to add a cross hair to Flex chart?

2009-06-04 Thread Kumar
This is a very useful function. Anyone did it before? Thanks. --~--~-~--~~~---~--~~ 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 unsubsc

[flex_india:22754] Focus on the Text box when page loaded

2009-06-04 Thread Ramya Arumugam
Hi All, Normally in HTML, we can set the focus on the text box using onload() method in the tag. I need the same requirement in flex. Provision is there to set focus but user has to click on the any part of the loaded form to trigger the focus method. But i need it when the form loaded. How d

[flex_india:22750] Flex/Cairngorm Menu and Submenu

2009-06-04 Thread Srinivasan Sudharsanam
Hi Creating generic XML menu using Flex Give me links Thanks & regards Srinivasan S --~--~-~--~~~---~--~~ 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@go

[flex_india:22747] AxisLabel issue

2009-06-04 Thread InKiev
Hi to all, I need your help. I'm working with a BarChart that have some labels at the right of the chart (like a table), that labels should be aligned with the chart's bar, at the moment, everything is OK, but, if the canvas that the chart belongs is too small, the chart resizes their labels, and

[flex_india:22748] Address Path or BreadCrumb Trail

2009-06-04 Thread Manju
Hi All, How to implement address path for a application means i have a DivideBox contains VBox and HBox .In VBox i have Tree List and In Hbox i have maintain the tree related Data from xml. If click on a particular child from tree that path is maintained in the right side HBox that needs

[flex_india:22749] Text area Problem

2009-06-04 Thread lalji
I have a add employee details page. Here i can add remarks along with normal data. Remarks are captured in . Previously added records can be fetch from here. While adding an employee record without remarks (fifth record), it will saved normally. While taking previous record(fourth record) with rem

[flex_india:22745] Re: xViewerSample

2009-06-04 Thread Roberto Júnior
Hi, I'm brazilian and my english isn't good rsrsrsrs I did a application using xViewer with Jasper Report, generating a XML through the jasper and print using Servlet's. In the flex I did the fllowing: http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:jrv="com.jaspersoft.rep

[flex_india:22743] load complete of Image

2009-06-04 Thread ganaraj p r
Hi I want to be able to load an Image from a remote source. Finally I want to be able to use Image Component provided by Flex in my application because I will be able to set the percentage Height and width and allow it to autoscale. I would want to determine when the Image has been loaded successf

[flex_india:22742] How add the progres bar with microphone volume

2009-06-04 Thread alvi...@googlemail.com
Hi, Can everyone come to help me, i want to attach the volume activity level with the progress bar like in the web cam capturing video in the www.utube.com/my_webcam. thanks in advance to all genious people. --~--~-~--~~~---~--~~ You received this message becaus

[flex_india:22744] Re: Measuring Width Height

2009-06-04 Thread edwin . vgwhiz
Send Source for quickest resolution. On Wed, Jun 3, 2009 at 4:44 AM, ganaraj p r wrote: > Hi, > I have been facing a strange problem lately. I define the sizes of > containers in percentages.. > > say for example > > > ... > ... > ... > > > Now inside this I would want to measure the size of t

[flex_india:22746] Re: Measuring Width Height

2009-06-04 Thread nagendra bhange
Hi use setActualSize function Make sure you call setActualSize() on the Label in your UIComponent's updateDisplayList() function. That's where it's supposed to happen. If you call it anywhere else in the validation cycle, the child Label may not have finished measurement. On Wed, Jun 3, 2009 at 2:

[flex_india:22741] HTTPService returning an ArrayCollection, I need some help

2009-06-04 Thread Fabio Brolesi
Hello all! I'm developing a set of functions to help me to develop RIA quickly. I've created a function that tries to populate an ArrayCollection before calls a HTTPService. I think that there are two possibilities: to return an ArrayCollection or to use an ArrayCollection as a global variable. B

[flex_india:22740] Re: [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]

2009-06-04 Thread Sergei
Ravi, hi Thanks for the prompt reply. Unfortunately your suggestion did not work either. Furthermore this, Security.loadPolicyFile("path to crossdomain file"); statement only requires for non-standard crossdomain files. The standard ones should be loaded automatically. Did you actually faced thi

[flex_india:22739] Re: Handling an Event in the pop-up

2009-06-04 Thread InKiev
I think you should do some research about addEventListener, it could be your solution, if this response don´t seems to be what you were looking for, maybe you could be more clear with what do you want to achieve. Regards. On Jun 4, 1:54 am, sheetal wrote: > Hi, > I am dispatching an Event from w

[flex_india:22738] Re: Doubt in MVC

2009-06-04 Thread InKiev
OK, MVC is a set of design patterns, there are a lot of options that you can choose, but I have been using Cairngorm for a while and has probed be very useful. I recomend it, Regards. On Jun 4, 5:17 am, vengu wrote: > LOL! :-) > > On Jun 3, 6:59 am, ramesh1...@gmail.com wrote: > > > What is the

[flex_india:22737] Re: Doubt in MVC

2009-06-04 Thread vengu
LOL! :-) On Jun 3, 6:59 am, ramesh1...@gmail.com wrote: > What is the difference between framework and interlocking design patterns ? > > On Wed, Jun 3, 2009 at 04:42, sunnyJain wrote: > > > > > Hi All, > > > I had a question. > > > Is MVC a framework or set of interlocking design patterns ? > >

[flex_india:22736] Re: Using change watcher

2009-06-04 Thread sudhi
Oh so how can i detect when the Bindable variable changes ?? Any other solutions ?? Thanks and regards Sudhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, se

[flex_india:22735] Need suggestion on PV3D

2009-06-04 Thread Arindam Mojumder
Hello Friend, Please go through this link http://70.86.44.10/~demo/design/firewolf/index-main.php. I want to make a gallery just like the header section. Should I use Papervision3d to make it? Can any one give some example of this kind of gallery? I have a very little knowledge of pv3d. Can any o

[flex_india:22734] pause/resume functionality for upload/download files

2009-06-04 Thread abhishekchess1
hello frnds, could we give pause and resume functionality for upload/download files in flex. Could we start uploading or downloading file from the paused position? thx in advanced, :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the