[flex_india:34257] Re: Flex's itemrenderer problem when sorting on datagrid

2011-07-28 Thread Ranjit
={data.enabled} / /render Hope that helps Regards, Ranjit On Jul 25, 4:43 pm, vyongjay real...@gmail.com wrote: Please follow my explanation here :   1. I have a datagrid which holds a dataprovider that has 3 columns   2. one of those 3 columns is button itemrenderer, others are integer   3

[flex_india:32731] Re: Framework

2011-01-23 Thread Ranjit
Hi Dan, I have used Mate, Cairngorm, PureMVC, Fabrication, Parsley, I guess parsley won my heart over everybody. Easily extend able, No framework dependency, de-coupled components. Regards, Ranjit On Jan 21, 10:40 pm, Daniel Gerep daniel.ge...@gmail.com wrote: Hi guys. Which is the best

[flex_india:32619] Re: Fabrication in PURE mvc

2011-01-15 Thread Ranjit
for Mediator / Proxy / Command / routing notification / sending notification. Regards Ranjit On Jan 15, 4:22 pm, veeru rahul veeru...@gmail.com wrote: Pleasure to take ur help We are new guys in to fabrication. U have some sample code for Fabrication and will it work in Flex 4 properly without

[flex_india:32601] Re: Fabrication in PURE mvc

2011-01-12 Thread Ranjit
Hi Veeru, Need some thing in fabrication.. Let me know. I have used it for a year.. Regards, Ranjit On Jan 11, 7:27 pm, veeru rahul veeru...@gmail.com wrote: HI, any good links abt Fabrication in PureMVC apart from the googlecode Thanks, Veeru -- You received this message because you

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

2011-01-05 Thread Ranjit
Yes Use javaScript in index.htmltemplate folder onUnload() { alert(Do you really want to go away); } On Jan 5, 9:21 am, denimabhishek denimabhis...@gmail.com wrote: Hi All, I need some help.I have one flex application. Suppose when a user opts to refresh a screen, they receive an alert

[flex_india:0] Re: Search engine using AIR

2011-01-05 Thread Ranjit
Is this you looking for ... http://www.adobe.com/devnet/air/flex/quickstart/articles/directory_search.html Regards, Ranjit On Jan 4, 5:52 pm, Ganga Ambika ganga.f...@gmail.com wrote: Hi Folks, How to implement desktop file content search using Adobe AIR? The Search engine should

[flex_india:31998] Re: parsing parameter through AddEventListner

2010-11-16 Thread Ranjit
, Ranjit stageName.addEventListener(DragEvent.DRAG_COMPLETE, function (eve:DragEvent){passEmployee(employee, eve)}); On Nov 16, 6:59 am, Arindam Mojumder arindam.mojum...@gmail.com wrote: Hello Guys, Is it possible??? var homeLink:URLRequest = new URLRequest(home.php); button_mc.AddEventListener

[flex_india:31974] Re: barcode scanner, can not connect to the application to call the data from the database

2010-11-12 Thread Ranjit
what I suggest is, when you use barcode scanner it appear scan value in browser url parse it with javascript on location change. and use it by flex hope this helps, Regards, Ranjit On Nov 11, 5:31 pm, Saurabh Narula reachsaurabhnar...@gmail.com wrote: Aliang, Are you trying to suggest

[flex_india:29353] Java to Action script converter

2010-03-25 Thread Ranjit
Hi all, Check this Java to Action script DTO converter please let me know the improvment bits still in initial stage. http://ranjitfx.wordpress.com/2010/03/25/convertcreate-java-dto-to-action-script-as-equivalent-remote-class/ Ranjit -- You received this message because you are subscribed

[flex_india:28992] Re: Flex to PHP variables array

2010-03-08 Thread Ranjit
I do is by sending a string of comma seprated values. and then explode it in php to get the array. On Mar 5, 5:22 pm, Luiz Barros sailorwebm...@yahoo.com.br wrote: In Flex !  private function doEnviar (): void (  var list: Array = new Array ()    List [0] = '7157 '    List [1] = '7160 '  

[flex_india:28993] Re: flex cookies handling

2010-03-08 Thread Ranjit
You can use sharedobject.. which will store values on client system and retrive as per need. On Mar 7, 11:22 am, Suren surender2...@gmail.com wrote: How Flex handles the cookies and sessions ,in brief 1) will the rum time system automatically handles , if so how can I set and get cookies 2)

[flex_india:25530] Re: Error 1065

2009-09-29 Thread Ranjit
Hi Anil, Did you have look at this link, I had to work with json quite long ago, I had also had faced the problem, http://www.waynemike.co.uk/jswoof Let me know any further Development Regads, Ranjit Sail On Sep 28, 4:53 pm, Anil anil.kadimise...@gmail.com wrote: Hi, I was trying to use

[flex_india:24466] Re: How to write the server side code for receiving image byte array?

2009-08-13 Thread Ranjit
(); Regards, Ranjit sail On Jul 30, 6:21 am, LDaneil leilin4...@hotmail.com wrote: Hi,all. I want to send a image to server side using HTTPService,  I am using ASP.NET for server side coding. I don't know how to write server side code to receive the image sent as a byteArray, and I am also

[flex_india:24297] Re: Chart data filtering

2009-08-06 Thread Ranjit
Hi InKeiv/Preetham, Following post may be helpful to you both http://ranjitfx.wordpress.com/2009/08/06/charts-data-filtering-range-selector/ Regards, Ranjit Sail --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[flex_india:21672] Cairngorm Command Result Dispatching Event to View

2009-04-20 Thread Ranjit
Cairngorm ! I am New It and was looking for listening event in view to change style of my flex application, after lot of trying i found out its fairly simple. Write on the top of command: [Event(name=enableChange, type=com.adobe.cairngorm.control.CairngormEvent)] Result Method of

[flex_india:17178] Free Flex Training and Tips

2008-12-08 Thread Ranjit
Hi all, Once again one more free from my side to my flexiable friends http://www.silvafug.org/ U have three diffrent option of learning all about flex. Enjoy, Thank You, Ranjit Sail --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:17095] Re: text input cursor

2008-12-05 Thread Ranjit
Hi Dhileepen, Here is simple solution: Goto your project html-template folder index.template.html open it. Now edit JavaScript in that as follow:- PUT THIS : document.DocumentName.focus(); ///Document name is your flex Ex: - main.mxml file just give main THIS BECAUSE SETFOCUS() JUST

[flex_india:14259] Re: Problem with Grouped data Pagination-Advanced Grid

2008-09-22 Thread Ranjit
Hi Prasanth, This Link might be helpful for you, http://develop.gurufaction.com/src/App.mxml Regards, Ranjit Sail. On Sep 22, 10:14 am, Prasanth [EMAIL PROTECTED] wrote: Hi all, I have an application where we are using Advanced datagrid to display grouped data. This also requires

[flex_india:14258] Re: How do get rowindex from DataGrid

2008-09-22 Thread Ranjit
Hi Dharmendra, Call SetSr Method ever time u delete the row and make ur dataprovider bindable that will solve the problem, Ragards, Ranjit Sail On Sep 20, 12:46 pm, Dharmendra [EMAIL PROTECTED] wrote: Hey Dips, Thanks for giving me the way of getting serial number in the datagrid. Now