[flex_india:23673] Flex with EXCEL

2009-07-13 Thread flex
hi all, how can we send data From Flex to excel ? is any way there? --~--~-~--~~~---~--~~ 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

[flex_india:23674] Problem with Itemrenderer

2009-07-13 Thread Ram
Hi All, I am facing a problem with the custom Itemrenderer. The project involves a test section where the user takes the test.The next page contains the Correct answer for each question and the answer the User entered. All the wrong answers should be in 'red' and the right ones in black. The

[flex_india:23671] using repeaters

2009-07-13 Thread itonflex team
Hi friends this is kishore! I have a requirement that i have an a label, datagrid, and a chart(i had written these dynamically). I was given a xml that it contain number of managers details in that. Now on the label i need the manager name and on datagrid

[flex_india:23676] looking for a FreeLance Flex Developer in newDelhi

2009-07-13 Thread palLABS
i am looking for a FreeLance Flex AS3 developer to implement a given user-interface and functionality using existing components (which i have sourced and tested) with the necessary tweaks to work with the custom asp.Net CMS back-end and MsSql database for an upcoming small (but robust) website

[flex_india:23672] Re: how to configure tomcat

2009-07-13 Thread mahesh bab
First u need to download lcds.war file and place that war file under webapps folder in the server.after that u will get the lcds folder in the webapps. while creating ur flex project use these structure root filder:http://localhost:portno/lcds context root:upto server path /lcds On Fri, Jul

[flex_india:23675] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
* private* *function* init():*void* { googleMap = *new* Map(); googleMap.addEventListener(MapMouseEvent.CLICK,mapClicked); mapContainer.addChild(googleMap); } *private* *function* mapClicked(evt:MapMouseEvent):*void*{ Alert.show(evt.latLng.lat() + ** + evt.latLng.lng() + **) } - Ravi On

[flex_india:23677] close the panel

2009-07-13 Thread rajesh chandrasekaran
Hi all, I am new in Flex, I need to close the panel. plz Help me. With Regards C.Rajesh --~--~-~--~~~---~--~~ 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:23678] Re: How to capture the lat and long value?

2009-07-13 Thread dileep singh
Thanks a lot ravi. Ravi is it possible to get multiple lat and long value? Regards Dileep On Sat, Jul 11, 2009 at 1:59 PM, Ravi M flashr...@gmail.com wrote: * private **function* init():*void* { googleMap = *new* Map(); googleMap.addEventListener(MapMouseEvent.CLICK,mapClicked);

[flex_india:23679] Using TileList to display colors

2009-07-13 Thread sheetal
Hi, I am using TileList to display colors.The way i am doing is-i am using canvas as itemrenderer in the tilelist and changing the backGroundColor. But when i scroll the tilelist and scroll it bck,the colors in the TileList change.Please share ur ideas on the issue.

[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:23681] Re: how to configure tomcat

2009-07-13 Thread Gerald Anto Fernando
Thank Yoy Friends, Gerald A On Sat, Jul 11, 2009 at 7:57 PM, mahesh bab mahesh.dudw...@gmail.comwrote: First u need to download lcds.war file and place that war file under webapps folder in the server.after that u will get the lcds folder in the webapps. while creating ur flex project use

[flex_india:23682] Re: pdf template design in flex

2009-07-13 Thread Ganesh
Hi Abdul is that alivepdf is free or any commercial licence? regards ganesh On Jul 5, 11:09 pm, Abdul Qabiz abdul.qa...@gmail.com wrote: Who said, you can't create PDF in ActionScript (or Flex)? http://alivepdf.bytearray.org/ You can always create templates on server, populate it with

[flex_india:23683] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
In what scenario you want this? -Rv On Mon, Jul 13, 2009 at 12:00 PM, dileep singh discover.dile...@gmail.comwrote: Thanks a lot ravi. Ravi is it possible to get multiple lat and long value? Regards Dileep On Sat, Jul 11, 2009 at 1:59 PM, Ravi M flashr...@gmail.com wrote: * private

[flex_india:23684] Recent Spam activity at Flex India

2009-07-13 Thread Saurabh Narula
Hi Guys, As usual we are receiving a lot of spam emails at our group and amount of these emails have grown tremendously during the last couple of months. Certain recent spam emails posted in our group have got through the moderation even after reporting/marking them as spam and banning the

[flex_india:23685] Re: How to capture the lat and long value?

2009-07-13 Thread dileep singh
On a map I want to click four different places and the lat and long value of those four places I will keep in my database .Based on tht lat and long value I will do something. Please help. regards Dileep On Mon, Jul 13, 2009 at 12:22 PM, Ravi M flashr...@gmail.com wrote: In what scenario you

[flex_india:23688] How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Hi all, As a frontend solution, Flex is really powerful and fascinate. On the other hand, it inevitiably needs to exchange data. And I am trying to find a good way to build a stable and reliable application. Here's the workaround. On server side, blazeDS or LCDS is involved and on frontend

[flex_india:23689] Re: How to capture the lat and long value?

2009-07-13 Thread Ravi M
The script I gave you will do what you want. Create one array or arraycollection and add the lat and long on each click - Ravi On Mon, Jul 13, 2009 at 1:23 PM, dileep singh discover.dile...@gmail.comwrote: On a map I want to click four different places and the lat and long value of those four

[flex_india:23690] Horizontal scroll bar with Line charts

2009-07-13 Thread kalavati singh
Hi, I want a horizontal scrollable bar attached to x-axis as in this example(fourth one in the following URL--- http://www.connectedpixel.com/blog/scrollingcharts).Ihttp://www.connectedpixel.com/blog/scrollingcharts%29.Iable to find these feature only with ColumnCharts .Can any one tell

[flex_india:23691] Re: How to capture the lat and long value?

2009-07-13 Thread dileep singh
Ok .Thanks a lot Ravi On Mon, Jul 13, 2009 at 2:25 PM, Ravi M flashr...@gmail.com wrote: The script I gave you will do what you want. Create one array or arraycollection and add the lat and long on each click - Ravi On Mon, Jul 13, 2009 at 1:23 PM, dileep singh

[flex_india:23692] Re: Access of Undefined Property

2009-07-13 Thread Ravi Mishra
Hi Jagadish, All these properties might not be available with SuperPanel. Check out the superPanel class. -Ravi On Jul 13, 1:15 pm, Jagadish M jagan.f...@gmail.com wrote: Hi guys, can any body give the information regarding the following error attached to the mail.. -- Regards Jagan

[flex_india:23694] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Devaraj
Hi Felix, Producer, consumer are just a messaging channel like chat, 1. You can add acknowledgement to find whether the message was properly delivered. 2. In case of message not delivered, push it to an RSS feed (again DB is required), and mark the entry as read after it is listened. Regards,

[flex_india:23695] Re: Problem with Itemrenderer

2009-07-13 Thread GAGAN anand
Hi Ram Could u please elaborate the situation a bit more.. Regards Gagan Deep 2009/7/11 Ram ramkuma...@gmail.com Hi All, I am facing a problem with the custom Itemrenderer. The project involves a test section where the user takes the test.The next page contains the Correct answer for

[flex_india:23697] Flex and JSP switch

2009-07-13 Thread Narendra
Hi.. i have two applications previously both in jsp running in tomcat. Previously users have an ability to switch between one application from another ( as i used to maintain both applications in same webapps). now one of the applications is converted to Flex and other application is in jsp.

[flex_india:23696] xml retrieving to show in combobox

2009-07-13 Thread chandra
hi all ?xml version=1.0 ? - catalog name=bm + section name=active play subsection rank=1trikes/subsection subsection rank=2gross motor skills/subsection subsection rank=3balance coordination/subsection subsection rank=4movement activities/subsection subsection rank=5ball

[flex_india:23698] selecting all checkbox's

2009-07-13 Thread itonflex team
Hi friends this is kishore i have a requirement that i have a datagrid and a button in an application. mx:Button id=btnSelectall label=select all click=selectallfun (); / Now using item renderer i had kept a checkbox in last column of my datagrid. My requirement is when i click on the selectall

[flex_india:23699] Re: xml retrieving to show in combobox

2009-07-13 Thread Ravi Mishra
Hi Chandra, Instead of taking results as ArrayCollection, take them in XMLList or XML. There you can distinguish nodes on the basis of their attributes. if(myx...@name == 'science' ) //myXML will be holding the sections. { // another XML to assign subsections } Read about XMLs in livedocs.

[flex_india:23700] Re: Problem with Itemrenderer

2009-07-13 Thread HISSAM
u must be messing with dataproviders please cross the data providers and their validity ,I mean their correctness. - Regards, HISSAM, -- On Mon, Jul 13, 2009 at 7:37 PM, GAGAN anand gds.anan...@gmail.com wrote: Hi Ram Could u please

[flex_india:23701] Re: Flex with EXCEL

2009-07-13 Thread Ganesh r
On 7/13/09, flex flexg...@gmail.com wrote: hi all, how can we send data From Flex to excel ? is any way there? -- ஹ்ம்ம் !! நாங்களெல்லாம் பொதுவா பிரச்சனைனு வந்தா ... பிரச்சனைய தீர்கரதில்ல ... பிரச்சனை பண்றவனையே தித்துடுவோம் !! Be Careful. gan...@gmail.com

[flex_india:23702] Re: Flex and JSP switch

2009-07-13 Thread Ravi Mishra
You can embed your flex SWF file in JSP, then it will be as good as a JSP. On Jul 13, 4:29 pm, Narendra narendra.amirine...@gmail.com wrote: Hi.. i have two applications previously both in jsp running in tomcat. Previously users have an ability to switch between one application from another

[flex_india:23704] Re: Message event is not triggerred - Flex messaging using BlazeDS

2009-07-13 Thread saqib perwaiz
any updates on this so far!! thanks Saqib On Wed, Jul 8, 2009 at 1:52 PM, Paromita Dey paromita...@gmail.com wrote: Hi I am working on a small application where we have a data push from backend and based on that the UI view gets refreshed. We have used BlazeDS for messaging to Flex layer.

[flex_india:23705] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Thanks for replying. 1. As I know, acknowledgement only indicates the message has been sent to server, but not ensure to each consumer. 2. DB will be my last choice. I must not the only one facing these issue. To most rich applications like online-games for example, they have to synchronize the

[flex_india:23703] Re: How to build a stable, reliable application with consumer and producer

2009-07-13 Thread Felix
Thanks for your reply. 1. As I know, acknowledgement only ensure the message has been sent to server successfully, but not to each subscribed consumer. Am I right? 2. To each client, it has a unique client-id. I don't know if it can recognize the disconnected one when it logs on again. I will try

[flex_india:23706] browser language

2009-07-13 Thread Augustus Costa
How to get the browser language? -- Horus Augustus C. C. Lima Sagarana Tech Mobile +55(85)8842.4402 Desk +55(85)3304.6530 augus...@sagaranatech.com http://www.sagaranatech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:23707] Re: Problem with Itemrenderer

2009-07-13 Thread Ravi Mishra
One more thing you can try is: While you are checking correct and wrong answers in itemRenderer then handle both if and else parts i.e. override public function set data(value:Object):void{ if(value.correct){ //color equals black } else{ //color equals red } } HTH, -Ravi On Jul 13, 5:14 pm,

[flex_india:23708] Localization !

2009-07-13 Thread pankaj
Hi guys, Currently i am working on locaization project and loading xml at run time to support that, i am able to see all the languages on Vista, Mac but not on XP(specailly hindi). Any idea what could be the reason ? Is this some thing related to font ? Thanks in advance for your support !

[flex_india:23711] Re: Message event is not triggerred - Flex messaging using BlazeDS

2009-07-13 Thread Neeraj
Hi paromita, while compiling flex application , did you add compile time services argument . in this argument you need to give path of service_conf.xml file . just search on net services arg of flex . you can find out Thanks Neeraj On Jul 8, 1:52 pm, Paromita Dey paromita...@gmail.com wrote:

[flex_india:23715] Re: how to configure tomcat

2009-07-13 Thread Gerald Anto Fernando
Neeraj what you told is correct. while creating Flex project , In Application Server type we have to mention that J2ee Server ok fine. then when i click next it ask, Root Folder - ? Root URL - ? Context Root - ? output Folder - ? how can i give these information ? my project folder is