[flex_india:34613] Container with arrow (not rectangle like traditional canvas, box etc.)

2011-10-08 Thread rohit
Problem: I have to create a container with arrow on its bottom left corner which will point any object in my application. Kindly reply ASAP. -- 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:33311] flex 4 drop down

2011-03-22 Thread rohit
This code is not working in flex 4. Do any one have any idea? mx:ComboBox id=serverStatus prompt=Please set server status... dataProvider={expenses} width=100% mx:itemRenderer mx:Component mx:Box

Re: [flex_india:32749] Street View application

2011-01-25 Thread Rohit Agarwal
email to flex_india+unsubscr...@googlegroups.comflex_india%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/flex_india?hl=en. -- Rohit Agarwal -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:32720] Adobe dashboard application

2011-01-21 Thread rohit
I am using adobe dashboard application (pod based) It is working fine on sdk 3.3 But when I changes sdk 4.1 from 3.3 it starts giving compilation error in RollOverBoxItemRenderer.as for the method apply() [which is in the mx.graphics.SolidColorStroke package] In sdk 3.3 - public function

[flex_india:32027] Get Accordionchild

2010-11-18 Thread rohit
How can I get the child from Accordioni.e I have one Accordion Group1 Item1 item2 Group2 item1 item2 Group3 item1 item2 item3 I want to disable a item from Group1 at run time. But I am not able to get a perticular item from Accordion.

[flex_india:31896] Re: line into area chart

2010-11-02 Thread rohit
/callLaterDispatcher2()[C:\autobuild \3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8633] at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild \3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8573] On Nov 1, 10:00 pm, rohit rohitde...@gmail.com wrote: I have

[flex_india:31902] Re: line into area chart

2010-11-02 Thread rohit
Thanks for your reply. On Nov 2, 4:30 pm, selva selvakumar.p@gmail.com wrote: HI use cartesian chart instead of using areachart and set the areaseries as follows mx:Series mx:AreaSet type=stacked here goes ur area series /mx:AreaSet /mx:Series

[flex_india:31885] line into area chart

2010-11-01 Thread rohit
I have an Area chart (stacked area chart). I just need to put a line series into area chart. But if I try to put a line series into area chart (if type = stacked) then it gives a exception. can some one help me how can I put a line into area chart (if stacked). -- You received this message

[flex_india:31849] No ScrollBar!

2010-10-28 Thread Rohit Agarwal
Hi all, I have some content that I put inside of a tab navigator. This content does not fit and goes off screen. I would expect a scroll bar but I see none.. I've never encountered it before. Please help!!! Specs: Using Flex 4.1, Flash Builder 4 -- Rohit Agarwal -- You received this message

Re: [flex_india:31833] Regarding Slider

2010-10-27 Thread Rohit Agarwal
to flex_india+unsubscr...@googlegroups.comflex_india%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/flex_india?hl=en. -- Rohit Agarwal Product Development Anaya +91 7709275640 http://anayalabs.com -- You received this message because

Re: [flex_india:31842] import excel file data in air

2010-10-27 Thread Rohit Agarwal
/group/flex_india?hl=en. -- Rohit Agarwal -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr

Re: [flex_india:31842] Regarding Slider

2010-10-27 Thread Rohit Agarwal
-- /fx:Declarations s:Label x=37 y=50 text=Font Size Test fontSize={sizeSlider.value}/ s:HSlider id=sizeSlider x=33 y=69 minimum=10 maximum=30 snapInterval=1/ /s:Application On Wed, Oct 27, 2010 at 3:06 PM, Aditya vvsk aditya.v...@gmail.com wrote: Thank You for u r response Rohit ji can u give

Re: [flex_india:31559] Flex Line Drawing

2010-09-27 Thread Rohit Agarwal
this group, send email to flex_india+unsubscr...@googlegroups.comflex_india%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/flex_india?hl=en. -- Rohit Agarwal -- You received this message because you are subscribed to the Google Groups Flex

[flex_india:28539] Re: PDF QUALITY ISSUE

2010-02-15 Thread rohit
But I cannot move on flash player 10. Any other tool ? On Feb 12, 2:25 pm, nithya flex nithya4f...@gmail.com wrote: why are u doing it on server side. u can do it on flex side itself, use alive pdf hope this wil helps On Fri, Feb 12, 2010 at 1:20 PM, rohit rohitde...@gmail.com wrote: HI

[flex_india:28452] PDF QUALITY ISSUE

2010-02-12 Thread rohit
HI I am working on a flex+ php app (I am using http service) I have pdf functionality in my App. For that I just take a screenshot from the flex app and pass this byte array to php. PHP then generate pdf from that byte array. But in this way the quality of PDF is very low(72 pxl or so). Can

[flex_india:27823] http service problem

2010-01-18 Thread rohit
HI, I am using httpsevice (POST method ) and cairngorm. I am passing a object into send method of httpservice.. mx:HTTPService id=deletePage method=POST / var obj:Object = new object; obj.id = 1 obj.name = abc; obj.xml = xmldata// to send data to the backend as xml format obj.imgSnapshot =

[flex_india:27556] Australian spell checker in flex

2009-12-29 Thread rohit
I need to implement Australian spell checker on every text box or text area into my flex App. Can Someonw provide me a link for 'Australian spell checker' Thanks -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:27229] problem in image component

2009-12-10 Thread rohit
I have three boxes having size 100*200,120*230,100*700 my image size is 400*400 I want to fit my image into every box but without stretched.Means it maintain proportion(maintain aspect ration= true) but need to cover full box -- You received this message because you are subscribed to the

[flex_india:27237] Re: problem in image component

2009-12-10 Thread rohit
at 4:42 PM, rohit rohitde...@gmail.com wrote: I have three boxes having size 100*200,120*230,100*700 my image size is 400*400 I want to fit my image into every box but without stretched.Means it maintain proportion(maintain aspect ration= true) but need to cover full box -- You

[flex_india:26624] Module exception on server only

2009-11-12 Thread rohit
. at global$init() Thanks Rohit -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googlegroups.com

[flex_india:26232] flex builder is very slow

2009-10-30 Thread rohit
Today,Suddenly my flex builder performance going down down and down. Its takes lot of time to build workspace and compile. prior it was fine for me.I did not change any sys configuration and software installations in between I have been apply all the solutions but problem is stil same. Can

[flex_india:25541] Where is the debugger or host application running?

2009-09-29 Thread rohit
When my Flash widget/application first loads into the page, an alert pop-up appears into the page asking the following: Where is the debugger or host application running? It then offers the user the chance to select localhost or to enter the IP address of their machine. The message doesn't

[flex_india:25522] tile window control

2009-09-28 Thread rohit
I am using tile window control of flex ... when I click the tile window and start dragging it goes out of the browser from top and bottom ..how can I prevent this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:25525] Re: Shall we pass arguments to addEventListener method

2009-09-28 Thread rohit
It will work myComponent.addEventListener(MouseEvent.CLICK, function (e:mouseEvent):void { var parm1:String = First Parameter; var parm2:String = Second Parameter; myClickHandler(e,parm1,parm2); }); private function myClickHandler(e,str1,str2):void {

[flex_india:25331] How to retain dynamically changed column width of datagrid?

2009-09-17 Thread Rohit
How to retain dynamically changed column width of datagrid? If the user changes the width of some column runtime, and after that if he resizes the container containing the datagrid, then the changed column width is reset to initial width. So how to retain the changed width?

[flex_india:24937] Re: scroll on button click

2009-09-01 Thread rohit
yes, it works On Sep 1, 3:34 pm, vrathore vrathor...@gmail.com wrote: On click of button use VBox .verticalScrollPosition +=20; Regards Varun --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:24711] Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Rohit
Hi, I have a password textfield in my application. I want to disable the functionality of 'ctrl+c' on that textfield. I have used the property 'displayAsPassword=true'. User should not be able to copy the typed password and paste somewhere else. So how to disable ctrl+c functionality on the

[flex_india:24732] Re: Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Rohit
... On Mon, Aug 24, 2009 at 11:39 AM, Rohit rohit.dharmadhik...@gmail.comwrote: Hi, I have a password textfield in my application. I want to disable the functionality of 'ctrl+c' on that textfield. I have used the property 'displayAsPassword=true'. User should not be able to copy the typed

[flex_india:24529] Re: Want tab focus inside advancedDataGrid

2009-08-17 Thread Rohit
but not on inside item like textfield of that component. tabindex or tabenabled will not help you to solve your problem On Fri, Aug 14, 2009 at 5:14 PM, Rohit rohit.dharmadhik...@gmail.comwrote: Hi Manish, Thanks for your help.. And yes, I want focus to the textfields inside advancedDataGrid. I

[flex_india:24540] Re: Want tab focus inside advancedDataGrid

2009-08-17 Thread Rohit
get focus on row of advanced datagrid aw well as on whole component which you have rendered inside the datagrid but not on inside item like textfield of that component. tabindex or tabenabled will not help you to solve your problem On Fri, Aug 14, 2009 at 5:14 PM, Rohit rohit.dharmadhik

[flex_india:24503] Want tab focus inside advancedDataGrid

2009-08-14 Thread Rohit
Hi, I have a page containing some components and advancedDataGrid. When i try to shift focus using tab of keyboard, focus travels till datagrid and shifts to next component. I want focus on components INSIDE the datagrid.. How to achieve that?

[flex_india:24507] Re: Want tab focus inside advancedDataGrid

2009-08-14 Thread Rohit
Rohit, consider following scenario we have one advanced data grid inside it we are rendering one panel with some text fields now does your question is about how to get focus on this text fields if yes then i am sorry to tell you this but flex doesn't provide this feature. we can

[flex_india:24484] air sqlite

2009-08-13 Thread rohit
application is some for both the operations) Can anybody help me? Thanks Rohit --~--~-~--~~~---~--~~ 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

[flex_india:24265] tile list

2009-08-05 Thread rohit
I am using tile list with multi select option true My problem is There is one default behavior of tile list when we press ctrl key and drag drop any item then the item goes to duplicate. How can I prevent that item not goes to be duplicate means it just work as a simple drag drop functionality

[flex_india:24240] url encoding

2009-08-04 Thread rohit
I want to pass trade mark(TM) in a query string as a parameter. but it is not going to encode properly using 'urlencoding' can anybody give me any reference or example to do this --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:24176] get value from fckediter

2009-07-31 Thread rohit
I am using fck editer can anybody tell me how to get html from fckediter in javascript. every post on the net suggested me to use getHTMl() or getValue() functions but both are not available to me in fckediter 2.6 version Thanks --~--~-~--~~~---~--~~ You

[flex_india:24177] Re: get value from fckediter

2009-07-31 Thread rohit
use fck editer in AIR [Bindable]private var html:HTMLLoader html = new HTMLLoader(); var urlReq:URLRequest = new URLRequest(FCKeditor_2.6.4.1/fckeditor/ _samples/adobeair/sample01.html); html.width = 600; html.height = 365;

[flex_india:24087] Re: Image crop functionality

2009-07-29 Thread rohit
http://blog.mediablur.com/2008/02/20/flex-image-cropping-component/ On Jul 29, 6:43 pm, sheetal sheetalnilw...@gmail.com wrote: Hi, i want to crop an image to manipulate it later(the way we do on orkut,facebook...)No idea how to do it.Please share ur ideas how can we do it in Flex.

[flex_india:24088] Re: HTML component question

2009-07-29 Thread rohit
http://net.tutsplus.com/tutorials/tools-and-tips/introduction-to-adobe-air/ On Jul 27, 3:56 pm, rohit rohitde...@gmail.com wrote: use externalInterface method of actionscript OR u can get the javascript variable like this var document:Object

[flex_india:23994] Re: HTML component question

2009-07-27 Thread rohit
use externalInterface method of actionscript OR u can get the javascript variable like this var document:Object = e.currentTarget.window.document; //(private function onHTMLLoadComplete(e:Event):void) Rohit Bhatia On Jul 27, 2:03 pm, Vivian Richard kanps

[flex_india:23931] fck editor

2009-07-23 Thread rohit
example or tell me step by step procedure to do this? -- Thanks Rohit Bhatia --~--~-~--~~~---~--~~ 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

[flex_india:23858] how to edit html in air application

2009-07-21 Thread rohit
(html); - Thanks Rohit Bhatia --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email

[flex_india:23680] image gallery

2009-07-13 Thread rohit
can somebody provide me link of any image gallery like there is one circle and images are moving on that circle in flex or action script --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group.

[flex_india:23543] Re: actionscript sequential execution doubt

2009-07-07 Thread rohit
if u wanna do .use calllater() function ... On Jul 5, 10:53 pm, Abdul Qabiz abdul.qa...@gmail.com wrote: ActionScript code execution happens in single threaded mode, which means you wont see blocking. As Sankar said, code would execute, but it wont for result right there. Hence you

[flex_india:23035] Re: Creating Dashboard using Canvas - Resize Effect

2009-06-16 Thread rohit
do't use visible true/false or - include in layout true/false that will not looked cool use the canvas method setChildIndex() by this function u can update the child index . So make the current child index maximum then it will be on the top. On Jun 16, 2:53 pm, dolly dolly.sa...@gmail.com

[flex_india:22884] file uploading on mac

2009-06-10 Thread rohit
I am uploading a file using file reference it is working on windows but when I run my application on mac o/s file not going to upload. Can anybody tell me the solution --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:22902] Re: file uploading on mac

2009-06-10 Thread rohit
can u give me any example On Jun 10, 8:36 pm, Abhinav Mehta mehta.88...@gmail.com wrote: Hi Rohit Although I never worked on Mac, but as I know the concept of Mac architecture as a O/S, I thinkas Mac is built upon Linux-kernel and for Linux environment you need to change the way

[flex_india:22719] connecting flex 3 to DB

2009-06-03 Thread Rohit Singh
hi frnds! i m in a big trouble. i am doing an internship and my work requires to develop a UI. the front end portion of the project is done only backend is left. the problem is i am unable to connect to database. i went thru all the stuff in forums and google but i cudn't get a

[flex_india:22723] connecting flex 3 to DB

2009-06-03 Thread Rohit Singh
hi frnds! i m in a big trouble. i am doing an internship and my work requires to develop a UI. the front end portion of the project is done only backend is left. the problem is i am unable to connect to database. i went thru all the stuff in forums and google but i cudn't get a

[flex_india:22703] Re: send drawing canvas as a snap to server

2009-06-02 Thread rohit
= ImageSnapshot.captureBitmapData (source); return imageBitmapData; } now you can send this pngdata to the server --- Thanks Rohit Bhatia On Jun 2, 11:17 am, flex flexg...@gmail.com wrote: hi all, i am using flex builder 3.0,   i am doing 1 application where user can make drawing in canvas

[flex_india:22650] Re: swc file --

2009-05-31 Thread rohit
, 2009 at 6:55 AM, rohit rohitde...@gmail.com wrote: I have one .swc file How can i embed it at run time can some body help me- Hide quoted text - - Show quoted text - --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:22593] bold italic

2009-05-29 Thread rohit
hi, i am embeding font swf in my application. i.e abcFont.swf when I use the font family = abcFont(using class name). Font going to dispaly fine But when i try to perform operation of bold and italic on this ..that's not working I am using richtextediter bold and italic button can

[flex_india:22595] swf-RSL

2009-05-29 Thread rohit
I am using RSL to reduce the swf size. but when i deployed this files 1) applicaion.swf 2) framework_3.0.0.477.swz 3) framework_3.0.0.477.swf on the server and try to run the application on any machine where flex not installed. The application does not work only flash preloader is displaying.

[flex_india:22600] swc file --

2009-05-29 Thread rohit
I have one .swc file How can i embed it at run time can some body help me --~--~-~--~~~---~--~~ 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

[flex_india:22601] Re: bold italic

2009-05-29 Thread rohit
fonts have bold and italic versions. After this you can simply use fontStyle and fontWeight styles to change bold italic. Regards Nishantwww.itasveer.com On Fri, May 29, 2009 at 3:28 PM, sheetal sheetalnilw...@gmail.com wrote: Rohit I faced similar issues,some posts regarding same

[flex_india:22374] Re: image metadata

2009-05-20 Thread rohit
i am using flex with .net but i require this information on flex end. On May 11, 1:59 pm, HISSAM hissam.sher...@gmail.com wrote: which server u r using?? java or .net or php or ?? On May 11, 12:20 pm, rohit rohitde...@gmail.com wrote: while uploading and downloading the image

[flex_india:22314] upload image

2009-05-18 Thread rohit
way? Thanks Rohit Bhatia --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email

[flex_india:22150] image metadata

2009-05-11 Thread rohit
while uploading and downloading the image on the server i need metadata information of the image i.e. 1) File name 2) upload date 3) resolutions 4) DPI 5) color depth I am getting only name,type in my complete and select select event dispatcher.addEventListener(Event.COMPLETE,

[flex_india:22000] text area problem

2009-05-04 Thread rohit
i have one problem in text areacan somebody solve it in text area can we bold ,italic and change color of my perticular selected text e.g I am a flex developer. if i select 'flex'- can i perform operation of bold italica and change color on 'flex' word only i need it urgent

[flex_india:21823] AIR+FLEX

2009-04-24 Thread rohit
can any body give me small example using cairngorm (AIR+FLEX ) using same code. I am familier with cairngorm in flex. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:21530] embed fonts at run time

2009-04-15 Thread rohit
can anybody give me example that how can i embed fonts at run time. and how i can change the fonts in ritch text editer (drop down of fonts )-- add and remove more fonts --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:21076] Re: how can I reduce the size of the swf

2009-04-01 Thread rohit
very recently, came up just 41kb. Optimization requires some experience too. More you digg, more you know. :) Goodluck Bobbyinsanehttp://www.insanepixel.com On Mar 31, 7:25 pm, rohit rohitde...@gmail.com wrote: give we some example by which I can reduce the size of my flex-swf.Now

[flex_india:21055] how can I reduce the size of the swf

2009-03-31 Thread rohit
give we some example by which I can reduce the size of my flex-swf.Now it takes too much time to load --~--~-~--~~~---~--~~ 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:19831] Re: Flex and JavaScript Interaction

2009-03-01 Thread rohit
when you embed swf in your html.then write java script function in that html.u can call it from swf by exterinterface API On Mar 2, 10:39 am, akshay goreaks...@gmail.com wrote: Hi,  Thanks for replying.. I want to upload the file using JavaScript .. How can i do this?? I want to upload the

[flex_india:19834] Re: Uploading to server

2009-03-01 Thread rohit
it may be a reason that gateway path is not fine.try to pass this path to flash var. On Feb 28, 9:52 pm, sam er.sumitar...@gmail.com wrote: Hi all I hv made a flex application. I am using flex as front end and mysql as database and amfphp for remoting . When i run it on my pc it runs f9

[flex_india:19754] Re: Merge an image into a text ( like using the css float)

2009-02-26 Thread rohit
you can use the canvas container for this. On Feb 27, 4:49 am, DierRe die...@gmail.com wrote: Hi Guys. I'm writing an application using pureMVC but that's ok. I'm doing basically a news archive (just to learn how to use flex). Inside the news I want to insert an image (like the dog

[flex_india:19755] flex combo box

2009-02-26 Thread rohit
hi, default in combobox , selectedcolor property is there . but i want more than one highlighted background in combo box e.g when i open the combo box suppose index 2 is default selected (so index two is highlighted ). but i want index 3 is also highlighted with index two how i can do this.

[flex_india:18922] datagrid ...increase height of perticular row

2009-02-04 Thread rohit
Hi, I am using data grid when i click on a perticular cell for the editing (while editable = true). i want, by clicking on the cell it increase the height of that particular row by 100 without effecting the height of other rows please give me reply..I am in b/w my project Thanks

[flex_india:18909] modular aproach

2009-02-04 Thread rohit
hi I am using cairngorm architecture and view stacks now i want to use module in my application ..i did not not have any idea to work with modular approach with view stack also not on the projec can any body hel me by giving some example

[flex_india:18567] data grid

2009-01-26 Thread rohit
i am working on account project i need total(sum) of column data ...to show at the end of the data grid can i do this in data grid --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To

[flex_india:18347] data grid item renderer

2009-01-20 Thread rohit
I am using item renderer in my data grid . in a column of data grid i have different state item renderer means in Ist state i have text box and second state i have combo box .first time it works very fine but when i change the data provider for the grid every renderer cell shift to next row

[flex_india:18241] Re: send email from flex with attatchment

2009-01-15 Thread rohit
, rohit rohitde...@gmail.com wrote: Hi i am working on my project in this i need to email to the login user with attatched pdf file  from the client end only is it possible through flex - how can? if yes(without using .net code )- Hide quoted text - - Show quoted text

[flex_india:18127] Re: Preventing Auto-sorting by flex

2009-01-12 Thread rohit
myArr:ArrayCollection = new ArrayCollection; //myArr - set all ur data(xml file) in arrcol var dataSortField:SortField = new SortField(); dataSortField.name = name;//give the name by which u want to sort r arraycol var sortArrCol:Sort = new Sort(); sortArrCol.fields = [dataSortField];

[flex_india:18138] Re: Catagory Axis labels

2009-01-12 Thread rohit
var yAgeDataXAxisStandardGraph:Array = new Array; *AS code for(var i:int=0;i10;i++) { var obj:objject =new object; obj.yAge = i; yAgeDataXAxisStandardGraph.push(obj); } **mxml

[flex_india:18119] line chart end points -----x,y position

2009-01-11 Thread rohit
i just need x,y position of line series ( just end points). is it possible to got the x,y position of line series .. plz give quick reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group.

[flex_india:18058] line chart problem

2009-01-08 Thread rohit
i am facing a problem in line chart i.e in line chart on my x-axis i am showing 24 6 8 10 12 and when i show the data for x= 2.2,y=20 ..it does not show the perticular point (means if i use the floting value(x=2.2) it does not show the point ) on my x-Axis points are fixid to ( 2

[flex_india:18002] line chart data tip

2009-01-06 Thread rohit
i have two series in my line chart.i want to show data tip only with one series not the another plz give quick reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:17686] Re: data grid

2008-12-22 Thread rohit
editable field. Make this variable true/False on datagrid check box on change event. On Sat, Dec 20, 2008 at 5:15 PM, rohit rohitde...@gmail.com wrote: i have one check box in a column of data grid i want, when i click on the perticular check box the whole rows goes to editable.and accept

[flex_india:17688] Re: data grid

2008-12-22 Thread rohit
by this way on;y one perticular cell makes editablei want all the cell come editable at the same movement On Dec 23, 11:04 am, rohit rohitde...@gmail.com wrote: please give me any example.if u did so.i want all the cells editable on the check box click at the same movement On Dec

[flex_india:17624] data grid

2008-12-20 Thread rohit
i have one check box in a column of data grid i want, when i click on the perticular check box the whole rows goes to editable.and accept the cell where check box exist. but when i did it did editable only one cell of that perticular rows. plz give me quick replyits urgent for me

[flex_india:17627] Re: data grid

2008-12-20 Thread rohit
, Dec 20, 2008 at 5:15 PM, rohit rohitde...@gmail.com wrote: i have one check box in a column of data grid i want, when i click on the perticular check box the whole rows goes to editable.and accept the cell where check box exist. but when i did it did editable only one cell

[flex_india:17430] Re: flex+.net rtmp

2008-12-15 Thread rohit
of tutorials and sample code. -- Jeethu Karthik J  http://jeethukarthik.com Stephen Leacock  - I detest life-insurance agents: they always argue that I shall some day die, which is not so. On Mon, Dec 15, 2008 at 6:21 PM, rohit rohitde...@gmail.com wrote: will any body plz send me any

[flex_india:17072] problem with line chart and item rendered

2008-12-04 Thread rohit
In line chart :item renered works only once when the graph loads. But not every time when i change the data provider of graph mx:itemRenderer mx:Component mx:Box creationComplete=setVersion() cornerRadius=15 borderStyle=solid backgroundColor=#E48701 height=3 width=3

[flex_india:/] Re: line chart

2008-12-03 Thread rohit
. Make the showDataTips to true by adding mouseout event for line chart. For usage of datatipFunction check this linkhttp://blog.flexexamples.com/tag/datatipfunction/ Thanks Arvind On Dec 3, 11:02 am, rohit [EMAIL PROTECTED] wrote: In my line chart their is two line series...i just

[flex_india:16936] line chart

2008-12-02 Thread rohit
In my line chart their is two line series...i just want to show the icon on the selected place (not all data points) e.g suppose i want to show the icon on that point where value is 100...remaining graph works same. give me reply soon Thanks

[flex_india:16583] Change dataprovider of category axis in line chart

2008-11-25 Thread rohit
Hi Please can somebody help me how we can change the data of category axis (x axis) in line chart,like in horizontal axis we can provide minium and maximum value of data but in category axis we can't so anybody help me ragarding this how we can change the data of x axis in line chart, i want to

[flex_india:16381] hslider

2008-11-20 Thread rohit
how to call a function on the move of its slider if i call my function on change it works when i leave the mouse but i want function must call on when i move hslider please give me quick reply ...thanks in advance --~--~-~--~~~---~--~~ You received this message

[flex_india:16388] Re: hslider

2008-11-20 Thread rohit
} snapInterval=1 thumbDrag=sliderchangeHandler() / On Nov 20, 7:18 pm, sheetal nilwant [EMAIL PROTECTED] wrote: Try using thumbDrag event On Thu, Nov 20, 2008 at 7:42 PM, rohit [EMAIL PROTECTED] wrote: how to call a function on the move of its slider if i call my function on change it works

[flex_india:16231] problem with data grid

2008-11-17 Thread rohit
I have a data grid and i add a combo box in that((using item rendrer) mx:DataGridColumn headerText=Mapped Account width=200 mx:itemRenderer mx:Component mx:HBox width=100% paddingLeft=5 height=30 verticalAlign=middle mx:ComboBox id =cmb1/

[flex_india:16247] Re: problem with data grid

2008-11-17 Thread rohit
actually i need to change the selected index of that combobox from the command (cairngorm)i have instance of the page On Nov 17, 8:57 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Rohit, There are two reasons why you should not access the combo box with a reference like

[flex_india:16036] line chart rank problem

2008-11-11 Thread rohit
Hi, I want to show rank in line chart . But as we know min. rank number will be on the top means graph must be reverce as pass the data How can i achieve this. e.g. If i have 5 ranks(1,2,3,4,5) In the line chart 1 will be towards orizon and 5 will be on the top But i want 1 must be on the top

[flex_india:15969] Re: flex column chart

2008-11-10 Thread rohit
Thanks venkat On Nov 9, 8:42 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Rohit, Add this inside ColumnChart...             mx:verticalAxis                 mx:LinearAxis minimum=0 maximum=500/             /mx:verticalAxis Regards, Venkat On Fri, Nov 7, 2008 at 8:12 PM, rohit

[flex_india:15970] Re: Customizing Flex-3 DateField calender

2008-11-10 Thread rohit
please check i post somewhere in this blog (customise calender) On Nov 7, 4:07 pm, Vinod M. Jacob [EMAIL PROTECTED] wrote: You need to create a custom component. On Fri, Nov 7, 2008 at 11:52 AM, joy9977 [EMAIL PROTECTED] wrote: Hi  Is it possible to add a Close button to the Flex-3

[flex_india:15896] Re: flex column chart

2008-11-07 Thread rohit
can u give me any example On Nov 7, 5:43 pm, Vinod M. Jacob [EMAIL PROTECTED] wrote: You can write actionScript code and set the columnseries yField value to 100. On Fri, Nov 7, 2008 at 5:46 PM, rohit [EMAIL PROTECTED] wrote: is it possible in flex column chart --to give y ayis

[flex_india:15898] Re: flex column chart

2008-11-07 Thread rohit
, rohit [EMAIL PROTECTED] wrote: is it possible in flex column chart --to give y ayis static means if i put it into 100 .it shows me data from 0 to 100 on y-axis Please give me reply soon i keen need of it- Hide quoted text - - Show quoted text

[flex_india:15899] Re: flex column chart

2008-11-07 Thread rohit
/mx:ColumnChart mx:Legend dataProvider={column}/ /mx:Panel /mx:Application On Nov 7, 5:43 pm, Vinod M. Jacob [EMAIL PROTECTED] wrote: You can write actionScript code and set the columnseries yField value to 100. On Fri, Nov 7, 2008 at 5:46 PM, rohit [EMAIL PROTECTED

[flex_india:15884] flex column chart

2008-11-07 Thread rohit
is it possible in flex column chart --to give y ayis static means if i put it into 100 .it shows me data from 0 to 100 on y-axis Please give me reply soon i keen need of it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:15809] always open color picker

2008-11-06 Thread rohit
Hi, is color picker have always open functionality e.g. suppose i have a popup(box) and in that their is color picker (open) .It never close even i change the color.. Thanks Rohit --~--~-~--~~~---~--~~ You received this message because you are subscribed