[flex_india:23333] Re: Using Call Responders

2009-06-29 Thread Ravi Mishra
Hi Shreyas, What Sankar means is, when you call your service from the function 'clickHandler' then the call goes to server(which doesn't halt the clickHandler method till the result is coming back from service) and the next steps in the clickHandler get executed. If you want to get hold of the

[flex_india:23334] Re: how to catch flash generated event in flex

2009-06-29 Thread v...@t
Hi try to use LocalConnection. it enable to make communication between SWF files. http://learn.adobe.com/wiki/display/Flex/Local+Connections http://livedocs.adobe.com/flex/3/langref/flash/net/LocalConnection.html With Regards Virat Patel On Jun 28, 3:36 pm, mohit mohit...@gmail.com wrote:

[flex_india:23336] Re: how to catch flash generated event in flex

2009-06-29 Thread Sunil
Use LocalConnection class to communicate between the two. There are examples in the livedocs as well as on the net. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group,

[flex_india:23339] how to use horizontalScrollPosition control horizontalList

2009-06-29 Thread tique...@gmail.com
http://blog.minidx.com/2008/04/04/692.html i saw these codes can control as my spoke,but it just can control by one step,how can i change it by 5 steps? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:23338] flex integration with jsp

2009-06-29 Thread Sarma
Hi friend's i am working on flex with java server page. May need some help to connect the on flex application to another flex application throw the j2ee server. Help to me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:23335] Re: Storing and searching words in database

2009-06-29 Thread Sunil
With InnoDB tables mysql has a feature to support full text search. Check the mysql documentation for full text search, u should find it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group.

[flex_india:23340] Re: flex integration to j2ee

2009-06-29 Thread Sunil
J2EE integration with Flex is fine and is fairly popular - Flex being the complete front end and J2EE being the backend, akin to a webservice. You can choose to integrate via amf3 binary protocol or xml way. If you check the websites of graniteds, blazeds or any of the framework sites you may get

[flex_india:23337] Re: FreeLancer

2009-06-29 Thread Shyam prasad
Call me on 9341217889. Urgent Requirement. Shyam On Thu, Jun 25, 2009 at 10:01 PM, raghavendra gunda raghavendra.gu...@gmail.com wrote: I am interested in your offer. I have 1.3 yrs of flex experience. Let me know your requirement, to discuss further.

[flex_india:23341] flex integration with cold fusion

2009-06-29 Thread Sarma
Hi friend i am working on the flex with cold fusion using flex builder. In i have got the problem where the cold fusion code is keep it in project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:23342] tooltip for piechart

2009-06-29 Thread Akhil Agrawal
hi all, I want to show tooltip for datalabel in piechart. If user bring cursor on label then toottip should be displayed. I did the same with other chart type by providing a labelrenderer in axisrenderer but since in piechart there is no labelrenderer how to do this. thanks akhil agrawal

[flex_india:23343] Re: flex integration with jsp

2009-06-29 Thread Ravi Mishra
Hi Sarma, Can you please elaborate your problem in little detail? -Ravi On Jun 29, 10:24 am, Sarma ramasarma...@gmail.com wrote: Hi friend's i am working on flex with java server page. May need some help to connect the on flex application to another flex application throw the j2ee server.

[flex_india:23344] Creating Custom Tooltip

2009-06-29 Thread GnanaPrakasam T
Hi All Can any one tell me how to create custom tooltip(which holds image and text) in Actionscript. Gnananprakasam T. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:23345] lablerenderer

2009-06-29 Thread Akhil Agrawal
Hi all, Currently i am providing lablerender to axisrenderer using syntax like this and it work fine mx:horizontalAxisRenderer mx:AxisRenderer labelRenderer=InnerlabelRenderer/ /mx:horizontalAxisRenderer But now i want to provide this labelRenderer

[flex_india:23346] Re: save datagrid to sql lite

2009-06-29 Thread jeroen
Please anyone On Jun 28, 9:15 am, jeroen jerdeb...@gmail.com wrote: When a user opens it I want it to automatically read its data from a mysql database. When the user makes any change I want it to automatically save to the mysql db. Are there any examples out there using this method?

[flex_india:23347] Re: Creating Custom Tooltip

2009-06-29 Thread v...@t
Hi In my application i need to create custom tool tip for the button I have made custom tooltip and write code below so just check it our may help you. --- Custom Tooltip Class (CustomToolTip .mxml) --- ?xml version=1.0 encoding=utf-8?

[flex_india:23350] zoom effect

2009-06-29 Thread matka
Hi All, good sample is there http://www.adobe-flex.eu/flex-example-zoom-effect-source-code.html for Zoom effect - enjoy with flex :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To

[flex_india:23351] Re: certification

2009-06-29 Thread suresh
thank you Jagan On Jun 28, 2:42 am, Jagadish M jagan.f...@gmail.com wrote: hi suresh, for flex certification, reffer in the same flex india community which was posted earlier.. On Sat, Jun 27, 2009 at 7:21 PM, suresh sureshkumarj2eef...@gmail.comwrote: Hi guys can any one help me in

[flex_india:23348] Re: Flex Freelancer

2009-06-29 Thread Skanda Graphics
Hello We have immediate requirement for Flex candidates at Bangalore. Please contact on 9341217889 for more details. Shyam On Jun 15, 2:40 pm, Praju prajakta.mus...@gmail.com wrote: Yeah , Please provide me the details about the project. On Jun 15, 10:52 am, deepak karma

[flex_india:23349] Adding textArea

2009-06-29 Thread neelu
Hi all, mx:HBox width=100% id=hbxx mx:VBox id=vbxx1 height=84 width=100% mx:Text id=txt text=Sample Mail 1 width=100%/ mx:TextArea id=TA text={dp[0].no} width=100%/ /mx:VBox /mx:HBox My problem is on clicking the text, hbox should expand and textarea component should add under

[flex_india:23353] Re: how to catch flash generated event in flex

2009-06-29 Thread sharath
Try swfloaderid.content.addEventListener( ,listener); On Jun 28, 3:36 pm, mohit mohit...@gmail.com wrote: mx:SWFLoader horizontalAlign=center height=100% width=100% source=header_v8.swf / this is the flash file that i have used in our flex application. this flash file contains menunow

[flex_india:23354] error

2009-06-29 Thread Akhil Agrawal
Hi, When the Flex 3 Eclipse javaw.exe reaches 530KB our Flex 3 application gets the following constant error condition when the application is launched from the Flex/Eclipse IDE: TypeError: Error #1009: Cannot access a property or method of a null object reference. at

[flex_india:23355] insert multiple rows at once with a single insert command?

2009-06-29 Thread jeroen
Hi, I was wondering if someone knew a way to insert multiple rows into a SQL Lite database table at once, using the same SQLStatement(); Inserting them one-by-one requires a great deal of code. I want to use a datagrid as dataprovider Thanks!

[flex_india:23358] Re: insert multiple rows at once with a single insert command?

2009-06-29 Thread sudheer kumar
hi, I dont know about SQL light, But in MYSQL or Oracle you can insert multiple rows using insert command Insert into tableName (col1 , col2, col3, ) values (col11 , col21, col31, ),(col12 , col22, col32, ),(col13 , col23, col33, ) ... (col1 , col2n, col2n, ); I think It will

[flex_india:23357] My Book “Flex 3 with Java” has been published.

2009-06-29 Thread Satish Kore
As some of you may know that I have been writing a book Flex 3 with Javahttp://www.packtpub.com/flex-3-with-java/book since last few months and today I am delighted to announce that my Book “Flex 3 with Java http://www.packtpub.com/flex-3-with-java/book” has been officially published and is now

[flex_india:23360] How to automate data grid tab navigation of flex application using Selenium Java

2009-06-29 Thread navi
Hi, I am trying to automate Flex application using Selenium with Java. I have installed following things: SeleniumFlex-API_0.2.4 Firefox 2.0.0.20 Selenium IDE 1.0b2 Flex UI Selenium I was successful in automating the basic components such as text boxes, buttons alerts using Flex UI selenium.

[flex_india:23359] Displaying nested data in a grid

2009-06-29 Thread Ansh
Hi, I need to display nested data in specific format. The problem statement goes, like this: I've a VO say ProjectEstimateListFormBeanVO, which has estimates as an ArrayCollection and each estimate has got activities (ArrayCollection). The VO is getting populated from the J2ee server. I need to

[flex_india:23361] Re: error

2009-06-29 Thread GnanaPrakasam T
try after increasing the flexbuilder virual memory there will be one configuration file with name FlexBuilder will be in your flex builder root with the contents -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true Here -Xmx is the maximum space we

[flex_india:23362] Re: Adding textArea

2009-06-29 Thread Ravi Mishra
Hi Neelu, Try adding it in actionscript. On the click event of Text you should execute following lines: var TA:TextArea = new TextArea(); TA.text = dp[0].no; vbxx1.addChild(TA); Hope this helps! -Ravi On Jun 29, 1:28 pm, neelu neelima.f...@gmail.com wrote: Hi all, mx:HBox width=100%

[flex_india:23363] Re: Application UI is not rendered properly

2009-06-29 Thread Ravi Mishra
Hi Vishal, Are you providing the height and width of controls in percent? Can you share your code? -Ravi On Jun 27, 2:37 pm, vishal lad vish...@gmail.com wrote: Hi,I am facing a strange problem in m application.When I run my application if the browser opens in minimized state(i.e if browser

[flex_india:23365] Stop text being pasted into text Input component

2009-06-29 Thread sam
Hi, I have a text input. I want it editable but dont want any text from external source to be pasted in iti.e. i dont want paste functionality active on this text input. Could someone help me plz?? Thanx, sam --~--~-~--~~~---~--~~ You received this message

[flex_india:23367] Re: how to detect invalid URLs

2009-06-29 Thread Kentor
no but not like that. Maybe you guys don't understand because you don't know how URLKit works. Anyways I figured it out :) thanks for your help. On Jun 29, 9:30 am, HISSAM hissam.sher...@gmail.com wrote: what do mean by that?? if u need verify that the provided link is not an false link then

[flex_india:23368] Re: tooltip for piechart

2009-06-29 Thread Kiran Kumar Vasireddy
Akhil, use* showDataTips=true* example mx:PieChart id=tempPie width=100% height=100% *showDataTips=true*x=127 y=36 dataProvider={graphArray} / On Mon, Jun 29, 2009 at 3:17 AM, Akhil Agrawal akhil06.i...@gmail.comwrote: hi all, I want to show tooltip for datalabel in

[flex_india:23369] customize axislabel

2009-06-29 Thread Akhil Agrawal
Hi all, Is there a way to customize axislabel according to size of graph. if space in gutter is sufficient that the axislable should be displayed completely else some of its part. ex. if i am to display monday, tuesday... as label then if suffient space is there then complete name should be

[flex_india:23370] Re: how to detect invalid URLs

2009-06-29 Thread edwin . vgwhiz
Kentor, Why don't you give use an insight on how URLKit works? Is'nt that the purpose of these emails? Let's not be selfish now. On Mon, Jun 29, 2009 at 10:03 AM, Kentor ken...@gmail.com wrote: no but not like that. Maybe you guys don't understand because you don't know how URLKit works.

[flex_india:23372] Re: flex integration with jsp

2009-06-29 Thread Neeraj
Hi Sharma , There is some way some way to integrate flex application with java . you can use http services , web services or RMI . http://www.theserverside.com/tt/articles/content/Flex/Flex_Chapter20.pdf Thanks Neeraj On Jun 29, 12:22 pm, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Sarma,

[flex_india:23376] Re: how to detect invalid URLs

2009-06-29 Thread Kentor
I'm no expert and im very new to flex but from my understanding URLKit enhances what deep linking can do already. It gives the user a way to bookmark states of the application as well as provide a workable back button in the browser... There is a good article here if you're interested:

[flex_india:23374] Re: flex integration with jsp

2009-06-29 Thread edwin . vgwhiz
Neeraj, What book is this from? On Mon, Jun 29, 2009 at 3:49 PM, Neeraj neerajon...@gmail.com wrote: Hi Sharma , There is some way some way to integrate flex application with java . you can use http services , web services or RMI .

[flex_india:23375] Re: how to detect invalid URLs

2009-06-29 Thread Kentor
I now see why I was getting alerts twice. I've declared a browserManager in each page (in aboutUs and Home) so when the url changes, i get the alert twice. The thing I can do is have all the valid pages in an Array and declare browserManager in a global page and then just compare every request

[flex_india:23373] Re: Part time jobs in Adobe flex tools development

2009-06-29 Thread sree ganesh
Hi Guys, We have positions. It is work from one of the abroad institute. I tried to get some people from India. We got some resumes from our friends. Our officials did interviews. After because of busy work we didn't inform about the status. Sorry for that. We informed some

[flex_india:23377] Re: Application UI is not rendered properly

2009-06-29 Thread Renu
Vishal, Specify the height and width of the components in % and then validate, Is the same are you facing. Thanks, Renu On Mon, Jun 29, 2009 at 6:57 PM, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Vishal, Are you providing the height and width of controls in percent? Can you share your

[flex_india:23378] Re: Adding textArea

2009-06-29 Thread Neelima flex
Hi Mishra thanqs 4 ur response i tried that but for every click on text box textarea is repeating plz solve my problem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:23379] Re: Adding textArea

2009-06-29 Thread Ravi Mishra
Neelima, Create a global flag and check its value while clicking on Text. private var uniqueFlag:Boolean = false; private function clickHandler():void{ if(!uniqueFlag){ var TA:TextArea = new TextArea(); TA.text = dp[0].no; vbxx1.addChild(TA); } uniqueFlag = true; } HTH, -Ravi On Jun 30,

[flex_india:23380] Re: zoom effect

2009-06-29 Thread kari.matka
Hi, better is there http://www.moje-porno-videa.cz/ ;) On 29 čvn, 11:27, matka albrecht.p...@gmail.com wrote: Hi All, good sample is therehttp://www.adobe-flex.eu/flex-example-zoom-effect-source-code.html for Zoom effect - enjoy with flex :)

[flex_india:23381] Re: Adding textArea

2009-06-29 Thread Neelima flex
Ravi, can u plz clarify this how to increase the height of datagrid row on clicking the datagrid row(using states) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this