Re: [flex_india:35563] Fixing the error "Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://127.0.0.1/myapplication/data/en_US.aff" for a Web-based Flex application

2014-06-05 Thread Santosh Bhoyar
ot;library://ns.adobe.com/flex/spark" implements="mx.managers.IFocusManagerComponent" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="TxtArea_CreationCompleteHandler(event)"> Thanks, Santosh Bhoyar Hyder

Re: [flex_india:35527] mx html

2013-09-10 Thread Santosh Bhoyar
Use TextRange for selection. var _selected:TextRange = richtextEditor1.selection; var _selectedLength:int = _selected.endIndex - _selected.beginIndex; Regards, Santosh Bhoyar On Fri, Jul 26, 2013 at 3:48 PM, Koteswarrao Kolluru wrote: > hoe to get selected text in mx html > >

Re: [flex_india:34784] page flip

2012-01-22 Thread Santosh Bhoyar
You will find the similar stuff in Flex Book Component in below weblink: http://www.rubenswieringa.com/blog/flex-book-component-alpha Hope this will help :) Cheers, Santosh On Mon, Jan 9, 2012 at 10:29 AM, jani wrote: > Hi > > can any one send me the code for page flip. > i need

[flex_india:34493] Re: New to Flex Please Help Me

2011-09-05 Thread Santosh
hi, Go through Flex in a week http://www.adobe.com/devnet/flex/videotraining.html Tour d flex web http://www.adobe.com/devnet-archive/flex/tourdeflex/web/ Flex livedocs the above topics will help in learning flex.The best way to prepare for interview is do a small project. Regards Santosh Kumar

[flex_india:34433] Re: Air application controls visible false

2011-08-23 Thread Santosh
Hi, In the appName-app.xml file you can find the tags to make visible false. false false the baove two properties are default true Regards Santosh Kumar M On Aug 23, 2:43 pm, praveen chowdary ramineni wrote: > Hi everyone, > do anyone know how to make only minimize, maximize and close b

[flex_india:34285] Re: Databinding and selectedItem from combobox

2011-08-01 Thread Santosh
Small Change in satish code Regards Santosh Kumar M -- 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 to

[flex_india:33904] Re: Getting the ID of the checkbox's created at runtime in actionscript

2011-06-01 Thread Santosh
Hi Madhavi post some sample code so that we can get in to your problem. here is sample code which i am adding the checkboxes to a hbox in action script create checkboxes and add the to the hbox. for(var i:int=0;ihttp://techflex.blog.com On Jun 1, 10:38 am, Vikas Madan wrote: > Madhavi, If you d

[flex_india:33859] Re: Issue with setFocus

2011-05-26 Thread Santosh
Hi try this i had a similar proble earlier callLater(someMeth) public function someMeth():void { textInput.setFocus() ; } On May 26, 7:59 am, Madhu wrote: > HI > > I have one problem in using setFocus to the text field > > When I use setFocus it is setting cursor to the textInput field but > unt

[flex_india:33816] Re: Flex certification

2011-05-23 Thread Santosh
Hi, Adobe will not issue any hard copy for certification they will provide soft copy only. On May 23, 11:57 pm, raja sekhar wrote: > Hi Friends, > > I have completed Flex 4 certification in Feb,2011. > > Till now I didnt receive Certificate Hardcopy. > > Can anybody help me how can I get it? > >

[flex_india:33755] Re: HOw to change behaviour of CheckBox List

2011-05-16 Thread Santosh
ThankQ Kronos On May 17, 10:37 am, Kronos wrote: > Nice one ... I dint think of leaving the label blank for the > checkbox ... good thinking Santosh. > > On May 17, 9:45 am, Santosh wrote: > > > Hi malek, > > > Its straight forward doesn't require munch e

[flex_india:33753] Re: HOw to change behaviour of CheckBox List

2011-05-16 Thread Santosh
Hi malek, Its straight forward doesn't require munch effort.create a custom component leave the label field of chechbox.let me know if u still have any problem. Regards Santosh Kumar http://techflex.blog.com On May 16, 4:38 pm, Malek S wrote: > Hi, > I have downloaded the c

[flex_india:33488] Re: Hi All Please help

2011-04-18 Thread Santosh
Hi Raghu, please go through this below link you can find how to configure BlazeDS http://sujitreddyg.wordpress.com/2009/04/07/setting-up-blazeds/ also go througth this link to invoke the java methods http://sujitreddyg.wordpress.com/2008/01/14/invoking-java-methods-from-adobe-flex/ On Apr 18,

[flex_india:33371] Re: Drag and Drop for a GridItem which is created dynamically

2011-03-31 Thread Santosh
hi once go through this code this might help you,let me know if u have any problem http://www.adobe.com/2006/mxml"; layout="horizontal">

[flex_india:33360] Re: Drag and Drop for a GridItem which is created dynamically

2011-03-29 Thread Santosh
HI, In second panel Drag Enter event write this code DragManager.showFeedback(DragManager.COPY); so that it will copy the object in to second panel. Regards Santosh M http://techflex.blog.com On Mar 29, 6:55 pm, madhavi chinni wrote: > Hi, > > I have 2 panels.In one Pan

[flex_india:33358] Re: Error #1090: XML parser failure: element is malformed

2011-03-29 Thread Santosh
Hi, share the xml file that you are parsing i think the problem might be with incorrect syntax(Not ending the nodes) in your xml file. On Mar 29, 4:30 pm, ratna suman bellala wrote: > hi frnds >            (*Error #1090: XML parser failure: element is malformed* ) this > error  i am getting when

[flex_india:33338] Re: Flex Frame Works

2011-03-23 Thread Santosh
Hi, go through this link u can find all frameworks for flex with sample application http://www.adobe.com/devnet-archive/flex/tourdeflex/web/#sampleId=73000;illustIndex=0;docIndex=-1 Regards Santosh Kumar M http://techflex.blog.com On Mar 24, 10:42 am, Gerald Anto wrote: > Hello Frie

[flex_india:33331] Re: get Property value from xml in Flex3

2011-03-23 Thread Santosh
Hi, This might help you http://www.adobe.com/2006/mxml"; layout="absolute"> Thanks & Regards Santosh M http://techflex.blog.com On Mar 23, 4:50 pm, Abdul wrote: > Hi , > > This link may help for u > :)ht

[flex_india:33305] Re: same context menu for many list

2011-03-21 Thread Santosh
Hi please review the below code will work for all list components no need to loop the dataprovider of list,try this code let me know if you have any doubts http://www.adobe.com/2006/mxml"; layout="horizontal" initialize="init()"> Regards Santosh Ku

[flex_india:33195] Re: Unable to get scrollbar for a Panel

2011-03-10 Thread Santosh
nd fixedHeight for a panel. > > Please help!!! > > On Thu, Mar 10, 2011 at 9:56 AM, Santosh wrote: > > Yesi agree with vivek > > mention fixed width and height for panel you will get scrollbar.No > > need to use canvas > > > On Mar 9, 6:20 pm, vivek agrawal wro

[flex_india:33192] Re: Unable to get scrollbar for a Panel

2011-03-09 Thread Santosh
Yesi agree with vivek mention fixed width and height for panel you will get scrollbar.No need to use canvas On Mar 9, 6:20 pm, vivek agrawal wrote: > Mention fix height and width of the panel to solve your problem. > > On Tue, Mar 8, 2011 at 8:11 PM, madhavi chinni > wrote: > > > Hi, > > > I

[flex_india:33160] Re: Deleting selected rows from a DataGrid in Flex

2011-03-02 Thread Santosh
Hi, The problem with your code is if u have a pagination with datagrid and i select 2 checkbox and move to next page and come back to previous page the things which u have selected first will be now in unchecked state. On Mar 2, 7:54 pm, shanmugam flex wrote: > Hi friend, > please go through thi

[flex_india:33129] Re: Deleting selected rows from a DataGrid in Flex

2011-02-28 Thread Santosh
alAlign="middle"> Thanks & Regards Santosh Kumar Molugu http://techflex.blog.com -- You received this message because you are subscribed to the Google Groups "Flex India Community" g

[flex_india:33098] Re: Request for code to add paging for a Grid in Flex

2011-02-24 Thread Santosh
Hi, The paging concept will remain same even for data grid or grid For grid u need to loop the collection and create the grid items dynamically. EX: var mainData: ArrayCollection with 20 objects. write a method and pass start and end index and get the data from collection var pageData:Array

[flex_india:33032] Re: Need help please

2011-02-22 Thread Santosh
Hi, First stop reading Flex 4 Bible and go through the following url's http://www.adobe.com/devnet-archive/flex/tourdeflex/web/ http://livedocs.adobe.com/flex/3/html/ http://www.adobe.com/devnet/flex/videotraining.html and go through some basics on flex which is there in above url's and start a sa

[flex_india:33027] Re: Run SWF file in PC

2011-02-22 Thread Santosh
Hi, If your are accessing any files from your project,it can be image or any xml file probably the error will come if u copy and paste on the desktop.The solution for this problem is you need to trust the location. flash.system.Security.allowDomain("*") flash.system.Security.allowInsecureDomain("*

Re: [flex_india:33017] Firefox Issue

2011-02-21 Thread Santosh Bhoyar
Check for the version of Flash Player ... ?It works fine with 10 On Sat, Feb 19, 2011 at 7:54 PM, Preetham Hegde wrote: > *Can u tell us what is the problem you are facing in Firefox. Did u check > whether proper version * > *swf is used in firefox* > * > *Regards, > Preetham Hegde > > > > >

[flex_india:33005] Regarding Flex Monkey Connection

2011-02-17 Thread Santosh
scheduling the jobs and so on. Regards Santosh Kumar -- 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 to flex_indi

[flex_india:33002] Re: Rendering html text in flex application.

2011-02-17 Thread Santosh
Hi Praksah try with item renderer in flex can i know why you are trying to use radio button of html. On Feb 17, 2:59 pm, Prakash Philip wrote: > Hi all . > My requirement is to renderer one html text using html text property of > Mx:Text in  datagrid. > and in data grid just i want a radio butto

[flex_india:33001] Re: Change theme in Flex Application when select a theme in Combo box

2011-02-17 Thread Santosh
Hi once go through this link http://livedocs.adobe.com/flex/3/html/help.html?content=styles_07.html loading styles with stylemanager... first convert your styles.css to style.swf and you can load an unload the styles at runtime On Feb 17, 4:13 pm, Rajik Pasha wrote: > Hi All , > >    I have a fl

[flex_india:32972] Re: Mxml Loading and Getting Data in Flex

2011-02-16 Thread Santosh
Hi Pavan, Once go through these sample files,i have used httpservice and parsed the data.If your are using with filereference u need to download that file to server and pass that file path to httpservice it,so we can parse and read the data of the file,let me know if u need any more help on this

[flex_india:32923] Re: Problem with combo Box

2011-02-10 Thread Santosh
Hi, Its better to post your code with some sample data,so that we can rectify if there is any problem. On Feb 10, 8:05 pm, phani pvr wrote: > Hi, > > Thanks for the reply. > But > Here i am using combo Box but not Datagrid. > U told, that is for DataGrid right. > > On Thu, Feb 10, 2011 at 5:56 PM

[flex_india:32915] Re: Problem with combo Box

2011-02-10 Thread Santosh
Hi, If i am not wrong is empName is labelField or Label Function, if label function go through this url http://blog.flexexamples.com/2007/09/25/creating-a-simple-label-function-on-a-flex-combobox-control/ On Feb 10, 4:40 pm, phani pvr wrote: > Hi All, > > I am getting list from backend and assign

[flex_india:32903] Re: Convert DAtagrid data into CSV

2011-02-09 Thread Santosh
HI, go through this link just u need to pass grid object it will export directly. http://code.google.com/p/corretaje/source/browse/trunk/AccesoPrivado/src/clasesScript/ExcelExporterUtil.as?spec=svn526&r=526 for this u need to use flash player 10 On Feb 10, 10:04 am, kalpana jadhav wrote: > I hav

[flex_india:32784] Re: Bind datatype of variable in valueobject to the datagrid column

2011-01-27 Thread Santosh
Hi Pavan, I think you are binding some data to data grid with some value objetcs in collection and u want to know the data type of value binded to that column.For this u need to maintain some key for type of column with the help of data object in datagrid column u can access.let me know if u still

[flex_india:32708] Re: Garbage Collection

2011-01-20 Thread Santosh
://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collector-in-actionscript-3-with-air/ if you found any links on garbage collection keep update with this post. Regards Santosh Kumar www.techflex.blog.com On Jan 21, 9:07 am, Shalu wrote: > System.gc(); > > On Jan 20, 5:15 pm, saravana kum

[flex_india:32525] Re: stop refresh page in flex

2011-01-05 Thread Santosh
Hi Yes u can do it with java script in index.template under script tag call showKeyCode mehtod in kyeDown of body tag function showKeyCode(e) { alert("Inside function showKeyCode(e)"); var keycode =(window.event) ? event.keyCode : e.keyCode; if(keycode == 116) {

[flex_india:32521] Re: stop refresh page in flex

2011-01-05 Thread Santosh
Hi try this Alert.show("Changes will be lost", null,Alert.YES|Alert.NO, null, conformChange); public function conformChange(event:CloseEvent):void { if(event.detail == Alert.YES) { do refresh logic here } } On Jan 5, 2:21 pm, denimabhishek wrote: > Hi All, > > I need some help.I have one flex ap

[flex_india:32473] Re: GetItemIndex in Arraycollection

2011-01-03 Thread Santosh
pObj) will now return the item index. Thanks and Regards Santosh Kumar M -- 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 g

Re: [flex_india:32315] Live video streaming

2010-12-15 Thread Santosh B
Hi, Please visit the below link. I have replied with the Sample code,Hope it will useful. http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/ Thanks and Regards, Santosh Bhoyar Hyderabad. <http://blog.flexexamples.com/2008/01/22/displayin

[flex_india:32288] Re: copy data from datagrid and paste in excel

2010-12-10 Thread Santosh
Hi, I think there is no direct way of copying and paste. for exporting grid data in to excel we have a api in code.google.com, http://code.google.com/p/as3xls/wiki/Tutorial this link might help full. On Dec 10, 8:33 am, deepa wrote: > Hi, > > I have a datagrid and I want to copy the data from th

[flex_india:32249] Re: How to convert Flex 3 Chart into Jpg or any image files

2010-12-06 Thread Santosh
HI by using image snapshot you can take the byte array and you can store in db.on button click jst send the object of your chart. public function takeSnapshot(comp:DisplayObject):void { var ohSnap:ImageSnapshot = ImageSnapshot.captureImage(comp); var

Re: [flex_india:32222] simple flex problem

2010-12-02 Thread Santosh B
Use DataProvider ArrayCollection as [ Bindable ]. Also call the method to initialize Arraycollection while selectionChange of radio button and if needed, send request to service again. On Thu, Dec 2, 2010 at 5:47 PM, shekhar govind wrote: > I have created an application that retrieves data

[flex_india:32181] Re: Mouseout image change

2010-11-29 Thread Santosh
Hi Bhargav, once check this sample code .imageStyles{ up-skin: Embed('assets/toolbar/export_active.gif'); down-skin: Embed('assets/toolbar/export_mouseover.gif'); over-skin: Embed('assets/toolbar/export_mouseover.gif'); } On Nov 29, 11:19 pm, Bhargav wrote: > Hi, > I a

[flex_india:32131] Re: Access global variables i Flex

2010-11-25 Thread Santosh
Hi, If u decalre a variable in main mxml file you can access by using Application.application.variableName. Regards Santosh Kumar -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

[flex_india:32102] Re: Please, Issue width datagrid selectedItem

2010-11-23 Thread Santosh
"selectedUser = null" for reset > the selecteItem in datagrid. > So i dont know how to solve this problem ... > > Thx again > > On Nov 23, 1:14 pm, Santosh wrote: > > > Hi Ramon, > > > i gone through th

[flex_india:32100] Re: Please, Issue width datagrid selectedItem

2010-11-23 Thread Santosh
selectedItem . Regards Santosh Kumar Molugu m.santhos...@gmail.com On Nov 22, 5:48 pm, Ramon wrote: > Thx Santosh. > Yes if i remove change event its works perfect, but I cant remove > change event because i need it. > I need change event and selectedItem from datagrid. > > Any id

[flex_india:32079] Flex Vector Graphics

2010-11-22 Thread santosh kumar gopisetty
be appreciated. Thanks in advance. Regards Santosh Kumar Gopisetty -- 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, sen

[flex_india:32071] Re: Cleared Flex 4 Certification Exam

2010-11-22 Thread Santosh
Hi Saurabh, congrats i am flex 3 certified , do we get any discount for flex 4 certification as adobe says once you are certified for newer version you will get a 50% discount On Nov 22, 4:03 pm, kapilan Thangalakshmi wrote: > congrats.. > > On Mon, Nov 22, 2010 at 4:28 PM, Saurabh Narula < > > r

[flex_india:32070] Re: Please, Issue width datagrid selectedItem

2010-11-22 Thread Santosh
Hi, remove the change event from datagrid .look at the below modified code. On Nov 22, 1:53 pm, Ramon wrote: > Thanks for answer. > No,It not

[flex_india:0] Re: How to connect Flex to Java class

2010-11-22 Thread Santosh
Hi, with httpservice you can invoke a servlet http://localhost:8400/SampleProj/ sampleurl" method="GET"/> on button click serv1.send() will call the servlet. to invoke the java methods you can use remote object On Nov 22, 1:34 pm, deepak wrote: > Hello friends, > > Could anyone post a sample proj

[flex_india:32058] Re: How to connect Flex to Java class

2010-11-21 Thread Santosh
Hi, we cant connect by using remote object from flex to java classes http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html On Nov 22, 10:42 am, Gerald Anto wrote: > Hello Friends, > How to connect Flex to Java class > i need to call a function in java class from Flex button.

[flex_india:32034] Re: guidance how to go about certification

2010-11-18 Thread Santosh
wrote: > Flex 3 Certification EXISTS... > > On Thu, Nov 18, 2010 at 3:38 PM, Santosh wrote: > > Hi, > > > Flex 3 certification no longer exists,currently flex 4 certification > > is available > > For certification go through the Flex 4 in a week and live doc

[flex_india:32029] Re: Get Accordionchild

2010-11-18 Thread Santosh
Hi, once go throught this example http://www.adobe.com/2006/mxml"; layout="absolute"> On Nov 18, 3:51 pm, rohit wrote: > How can I get the child from Accordioni.e > > I have one Accordion > > Group1 >          Item1 >          item2 >

[flex_india:32026] Re: Hash Symbol In URL

2010-11-18 Thread Santosh
try this too historyManagementEnabled="false" in your mail application On Nov 18, 3:16 pm, Santosh wrote: > Hi vincent, > Instead of pointing to myproject.html make a welcome file list in > web.xml to myproject.html will solve your problem > >      

[flex_india:32025] Re: Hash Symbol In URL

2010-11-18 Thread Santosh
Hi vincent, Instead of pointing to myproject.html make a welcome file list in web.xml to myproject.html will solve your problem myproject.html On Nov 18, 11:30 am, vincent wrote: > Hi guys, > >        simple question. When I deploy and run my app, I load it up in thewe

[flex_india:32024] Re: guidance how to go about certification

2010-11-18 Thread Santosh
Hi, Flex 3 certification no longer exists,currently flex 4 certification is available For certification go through the Flex 4 in a week and live docs is enough and do some hands on practice in flash builder On Nov 18, 12:25 pm, rakesh wrote: > Hi Group, > > I am novice in flex programming. I hav

[flex_india:32012] Re: image uploading

2010-11-17 Thread Santosh
Hi, filereference.addEventListener(Event.SELECT, onFileSelect); in onfileselecthandler you can check the file size filereference.size returns the size of the file on the local disk in bytes. On Nov 17, 11:10 pm, kalai selvi wrote: > hi guys, > > how to limit the size when uploading  an image in f

[flex_india:31990] Re: MouseOver, MouseOut issue Flex 4 !

2010-11-16 Thread Santosh
Hi, can u put your sample code so that we can look in to that to resolve your problem On Nov 16, 4:15 am, vicky wrote: > Hi all, > > Hope somebody knows what the problem could be in the following > situation. > > I have a togglebutton inside an applicationcontrolbar. When the button > is selected

[flex_india:31989] Re: parsing parameter through AddEventListner

2010-11-16 Thread Santosh
Hi, for button there is a data property assign data to that data property and get in your handler btn.data = "sample" in your handler u can get the linkurl = btn.data or u need to create a custom event and pass information over event; hope this might help full On Nov 16, 11:59 am, Arindam Mojumder

[flex_india:31969] Re: Not getting popup (title) window

2010-11-12 Thread Santosh
HI, PopUpManager.addPopUp(panel, this, true); PopUpManager.centerPopUp(panel); this code will create popup and centers the popup On Nov 12, 4:07 pm, Santosh wrote: > Hi try the following code > > PopUpManager.addPopUp(dPanel, getRForm, false); > On Nov 12, 3:18 pm, Namrata

[flex_india:31968] Re: Urgent help for Copy Image

2010-11-12 Thread Santosh
indow.open ("data:image/png;base64," + imgString, "", "width=" + width + ",height=" + height + ",resizable=1"); } it will open a window from there u can save the image and copy the image. hope this might help full Regards Santosh Kumar m.sa

[flex_india:31967] Re: Not getting popup (title) window

2010-11-12 Thread Santosh
Hi try the following code PopUpManager.addPopUp(dPanel, getRForm, false); On Nov 12, 3:18 pm, Namrata Nikam wrote: > Hi all, > >           I am using PureMVC framework. My code is running but I am not > getting popup (title) window. Following is my code in the mediator. > > var getRWindow:TitleW

[flex_india:31949] Re: Advanced datagrid Issue

2010-11-10 Thread Santosh
Hi, Instead of using itemEditor put a button or link in that column and show popup with details the user can edit . if u use the whole hbox in itemeditor the application look and feel will not be looking good On Nov 10, 9:32 am, VJ wrote: > access  name in itemRenderer using set data property l

[flex_india:31949] Re: Show the datagrid in a popup and collapse it back to main container

2010-11-10 Thread Santosh
Hi, maintain the same data provider for your main application and for popup one.paste the sample code so that we can look in to the issue you are getting On Nov 10, 7:56 am, Malek S wrote: > http://www.packtpub.com/article/editing-datagrids-with-popup-windows-... > > try this > > On Wed, Nov 10,

[flex_india:31939] Re: call component function

2010-11-10 Thread Santosh
Hi, If your function is in your main app you can call by Application.application.functionName(); On Nov 10, 1:26 am, cholid ridwan wrote: > how to call a function in component from main application mxml? > thanks -- You received this message because you are subscribed to the Google Groups "Fle

[flex_india:31939] Re: Membership upgrade to "always allowed to post"

2010-11-10 Thread Santosh
Hi , when i am trying to post some topic it is saying post was successful but i am not able see my post.previously i have requested to upgrade my status to always allow to post. On Nov 4, 9:48 am, jayapal wrote: > add me > > On Oct 29, 10:00 am, Santosh wrote: > > >

[flex_india:31866] Re: Aode AIR preferences XML file read onPreinitialize issue.(for apply themes and skins)

2010-10-29 Thread Santosh
-actionscript-30/ Regards Santosh M -- 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...@googlegroup

[flex_india:31866] Re: Membership upgrade to "always allowed to post"

2010-10-29 Thread Santosh
Hi , please upgrade my status to "always allowed to post" On Oct 15, 10:47 pm, Satish Gupta wrote: > please upgrade my status to "always allowed to post" > > Thanks, > Satish. > > On Mon, Aug 30, 2010 at 7:49 PM, Flex India Moderators < > > > > flex.india.moderat...@gmail.com> wrote: > > Hello E

[flex_india:31863] Re: DateField Itemrenderer Query

2010-10-29 Thread Santosh
HI, [Bindable] public var gridData:ArrayCollection = new ArrayCollection([{label:false,name:new Date()},{label:false,name:new Date()},{label:false,name:new Date()},{label:false,name:new Date()}, {label:false,name:new Date()},{label:false,name:new Date()}, {label:false,name:new Date()}]);

[flex_india:31736] Re: Logging - Log Files - flex

2010-10-13 Thread Santosh
Hi Its possible to log messages in flex but client need to have the debugger version of Flash Player . go through this link for more information http://livedocs.adobe.com/flex/3/html/help.html?content=logging_09.html On Oct 13, 8:35 am, Vatsala Dorairajan wrote: > HI Everyone, > Is it possible t

[flex_india:31704] Re: the selected cell of datagrid changed to red colour

2010-10-11 Thread Santosh
Hi use Advanced Data grid Pavement 11.99 Slanted and Enchanted Pavement Brighten the Corners 11.99 On Oct 10, 7:16 pm, amit pathak wrote: > Hi, > > I have a dataGr

[flex_india:31070] Re: Flex 4 ACE Certification Cleared successfully

2010-08-10 Thread Santosh
Hi Devaraj, Congratulations... thanks for sharing your experience. On Aug 10, 2:41 pm, Devaraj wrote: > Dear All, >  We from Adam's Studio, Chennai. Attempted Flex 4 ACE (to get the > latest certification) today and we all passed successfully. > >  Mehttp://nsdevaraj.wordpress.com/@nsdevaraj, C

[flex_india:30975] Re: Arranging columns in user defined order in a data grid without using mxml tags

2010-08-05 Thread Santosh
Hi, create datagridcolumn object in action script loop based on ur data set(from database) for loop{ DataGridColumn dgc = new DataGridColumn(); dgc.width = 200; dgc

[flex_india:30375] Re: SWFLoader - Loading swf files that have sound

2010-06-13 Thread Santosh
Hi, before loading second swf try this piece of code to stop first swf var ss:swfloader ss.unloadAndStop() On Jun 11, 3:19 pm, jc wrote: > Hi, > > I am using Flex sdk 3.0. In an example I am trying out, I have a > SWFLoader and 2 Buttons. When the first Button is clicked, I am > loading the SWFLo

[flex_india:30294] Regarding getChildAt

2010-06-04 Thread Santosh
book component.Its appearing in Book and not appearing in viewstack. can any one suggest to solve this problem Regards Santosh M -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

[flex_india:30264] Re: Problem with Bindable property

2010-06-01 Thread Santosh
t; On Tue, Jun 1, 2010 at 12:47 PM, Santosh wrote: > > Hi, > > > just put a semicolon after ITEM_HEIGHT...it will work > >  public static const ITEM_HEIGHT:Number = 94; > > > On May 31, 3:25 pm, Saravanan wrote: > > > Hi, > > > > I have

[flex_india:30252] Re: Problem with Bindable property

2010-06-01 Thread Santosh
Hi, just put a semicolon after ITEM_HEIGHT...it will work public static const ITEM_HEIGHT:Number = 94; 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://

[flex_india:30222] Re: cannot set defaultLeafIcon

2010-05-29 Thread Santosh
Hi, Can share your code so we can identify where the error is. On May 27, 4:27 pm, venkat wrote: > still cannot work frien > I try to create tree structure in AdvanceDataGrid. I try to insert the > image in defaultLeafIcon. > > Santosh wrote: > > Hi > >

[flex_india:30202] Re: Datagrid

2010-05-27 Thread Santosh
Hi, use label function for that status column and check if it is one means return Active call the label function on status column see the sample code public function date_labelFunc(item:Object,column:BIDataGridColumn):String { if(item.data == "1"){ return "Active"; }else { return "InActiv

[flex_india:30202] Re: cannot set defaultLeafIcon

2010-05-27 Thread Santosh
Hi try this code it will work [Bindable][Embed("assets/visualization/browse_file.gif")] private var leafIcon:Class; defaultLeafIcon={leafIcon} On May 26, 7:42 pm, RAGHUNATHAN MOHAN wrote: > Try > > >         >     > > > > Dont use ../ before the image URL . It will gi

[flex_india:30193] Re: Remove keyDown event

2010-05-26 Thread Santosh
Hi, I am sending the sample Custom List which disables the key down package { import flash.events.KeyboardEvent; import mx.controls.List; public class CustomList extends List { public function CustomList() {

[flex_india:30045] Re: Reproduce this in Flex

2010-05-17 Thread Santosh
Hi, go through this link for custom accordion with icons http://www.everythingflex.com/flex2/AccordionIcons/AccordionIcons_Sample.html On May 17, 6:14 am, edwin.vgw...@gmail.com wrote: > Hi, > How can I reproduce the attached in flex? > Any samples will be appreciated. > > http://www.diynetwork

[flex_india:30037] Re: Issue with List control and its dataprovider

2010-05-16 Thread Santosh
Hi, The reason your second list is updating because you are using same object for both list and u made the object as bindable.so,changes in one object reflects in second list too. On May 16, 6:46 pm, mathew easow jacob wrote: > Hi , > > This issue find intresting! > > I have 2 list control which

[flex_india:29652] Re: how to create combined java/flex project with WTP

2010-04-09 Thread Santosh
HI, Here is the link fo java/flex project with WTP http://corlan.org/2008/06/05/creating-a-combined-flexjava-project-in-flex-builder-wo-lcdsblazeds/ On Apr 9, 2:57 pm, Pandia Rajan wrote: > Respected sir/ madam, >  As i am doing final year project in flex with j2ee, so i need to create > combined

[flex_india:29609] Re: Advanced DataGrid Cell Color

2010-04-07 Thread Santosh
All the columns will be dynamic. i tried with itemrenderer.I dont know how many columns will be coming from database. grid.dataprovider=ac; Is there any solution to apply cell color with out itemrendering Regards Santosh M -- You received this message because you are subscribed to the

[flex_india:29603] Advanced DataGrid Cell Color

2010-04-07 Thread Santosh
Hi All, how to apply color for a cell in advanced datagrid. user enters the text in text field the matching text in grid cell should appear red color. can any one share some examples or links. Regards Santosh M -- You received this message because you are subscribed to the Google Groups "

[flex_india:29524] Re: Flex Certification cleared

2010-04-01 Thread Santosh
Hi all, my preparation kit for certification training from source and gathered some infomration from this blog and checked some flex blogs. -- 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...

[flex_india:29490] Flex Certification cleared

2010-03-31 Thread Santosh
Hi All, Yesterday morning i done my Flex Certification i scored 82% i thank all who posted there experience in certification.which made me to clear certification. Regards Santosh M -- You received this message because you are subscribed to the Google Groups "Flex India Community"

[flex_india:29211] Re: AMFPHP Call in Action Script - Flex 3

2010-03-17 Thread Santosh
Hi kiran, This is the sample code of Remote Object in Action Script public var employeeRO:RemoteObject; public function useRemoteObject():void { employeeRO = new RemoteObject(); employeeRO.destination = "SalaryManager"; employeeRO.getLi

[flex_india:29061] Re: right click (view source)

2010-03-10 Thread Santosh
Hi, selecting Project > Export Release Version from the main menu and clicking the “Enable view source” check box in the View source section Regards Santosh M -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

[flex_india:28831] Re: Free Flex Exam/tests

2010-02-26 Thread Santosh
Hi, There are no free Test like Brain Bench but there are 2 softwares available for flex http://software.pxldesigns.com/attest/ http://www.ucertify.com/ Regards Santosh M -- You received this message because you are subscribed to the Google Groups "Flex India Community" group.

[flex_india:27271] Re: Flash/Flex developers with experience 6 month-1year

2009-12-12 Thread Santosh
hi satish, i have 1 year experience in developement of flex with java,i am very strong at lcds and blazeds,currently we are working on a e-learning project which is on flex. On Dec 11, 12:03 pm, Design Esthetics wrote: > We are looking for a Freelance/Contract & Recruit potential > talent .with

[flex_india:27222] Re: Flex Tree Component and SWF files

2009-12-10 Thread Santosh
hi, i have done with that part,i want to control the execution of swf. i have to provide two buttons to play and stop based on action on button the swf has to stop and play. On Dec 9, 11:00 pm, veeru rahul wrote: > Hi santosh, > > Before setting the dataprovider, add a variabl

[flex_india:27194] Flex Tree Component and SWF files

2009-12-09 Thread Santosh
Hi all, im using flex tree component,it has some nodes when i click on a particular node it should execute the swf file in the right side panel.it should have options to stop and play the swf files,can any one help me out to Complete this application. Regards Santosh M -- You received this

[flex_india:27003] Re: Need Help in Making Application - URGENT!

2009-12-02 Thread Santosh
hi, import the fxp file in to flash builder and the change the tag to dats it,im also working on flash catalyst its awesome. Regards Santosh On Dec 2, 11:02 am, "E.Karnika Yashwant" wrote: > I wanted to use Flash Catalyst to design an application. I know to use > that, but

[flex_india:26925] Re: Flex Openings - Chennai

2009-11-30 Thread Santosh
hi, can i have the details regarding the position and experience details Regards Santosh M On Nov 30, 12:18 pm, Bharadwaj wrote: > Hi All > > This is Bharad from ZANEC (www.zanec.com). > > We urgently require a candidate with good knowledge on Flex for a very > interesting p

[flex_india:25941] Re: Flex Designer/Developer required for Pune based product company

2009-10-16 Thread Santosh Rout
Hello Umesh, I have a team of Flex developers. Please let me know if we can work together. Regards, Santosh Rout M: +91-9272112517 On Tue, Oct 13, 2009 at 8:04 PM, umesh wrote: > > A US based Product company in to Financial is looking for Flex > Designer/developer > Loc

[flex_india:25881] Re: what is creation policy in flex

2009-10-14 Thread Santosh Bhoyar
The Flex Navigator Containers having the "creationPolicy" property that we can set to specify when Flex should create the container. The Options are "Auto", All , and queued, none. murugesan munusamy-3 wrote: > > > Hi every body, > > Can you please let me know what is creation policy in

[flex_india:25544] Re: Looking for Flex trainers for freelance assignments in Mumbai

2009-09-29 Thread Santosh Rout
Hello, I am a corporate training co-ordinator. We can take up this assignment. Let me know how to proceed further. Regards, Santosh www.imetindia.in On Tue, Sep 29, 2009 at 4:03 PM, LaxSar Works wrote: > > Looking for Flex trainers for freelance assignments in Mumbai. Contact > ASAP

[flex_india:25501] Flex Training in Pune - free workshop on saturday

2009-09-25 Thread Santosh Rout
Hello All, IMET starting Adobe Flex training in Pune. A free workshop at F C road, Shrinath Plaza at 11:30 AM on Saturday 26th Sep 2009 will be held. For registration, please call on 09272112517. Thanks & Regards, Santosh Rout i...@imetindi

  1   2   >