Re: [flex_india:29575] Appen the images to the text in textarea

2010-04-05 Thread GAGAN anand
Hi Friend, You should add the image at zero index. As you are simply adding the image, which get added above the text due to which your text gets hidden behind the image. Hope this helps Regards Gagan Deep On 6 April 2010 03:05, itonflex team wrote: > Hi Friends, i have a requirement, that i

[flex_india:29574] epoch time convert to normal time

2010-04-05 Thread cholid ridwan
Hi all have you know how to comile epoch time to normal time? thanks -- 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_in

[flex_india:29573] Mumbai Adobe Flex 4 Tour

2010-04-05 Thread Priyank Kapadia
Adobe India Evangelist (Sujit Reddy ) will be conducting a 'Adobe Flex 4' Tour foucing on getting the community get started with "Flex 4" and get everyone in sync with their "Designer/Developer Workflow". Topic(s) to be covered: * Flash Builder 4 * What's new in Flex 4/LifeCycle DS 3

[flex_india:29572] Re: adding multiple buttons/checkboxes/radiobuttons to advanceddatagridcolumn

2010-04-05 Thread pradp
Thanks Akshar for your suggestion. I used groupedcolumns for now. On Apr 4, 11:18 pm, Akshar Kaul wrote: > write a component that has all the controls that you need and then use it as > the item renderer. > > Akshar Kaul > > > > On Mon, Apr 5, 2010 at 09:02, pradp wrote: > > Hi there > > > I am

[flex_india:29571] Appen the images to the text in textarea

2010-04-05 Thread itonflex team
Hi Friends, i have a requirement, that i have some images and textarea. Now if i click on the images then that particular image should be added to the textarea, where ever i clicked and now if i enter some text in text area and then click on the images means then the images should be added next to

[flex_india:29570] Justification of the components

2010-04-05 Thread sandeep reddy
Hi All, I have VBox and in that vbox i have two HBox's. i have 10 labels 5 images in the first hbox and 8 labels and 4 imagesin the second hbox. i need a full justification on components in each of the hbox ..the justification should same in each of the HBox. please let me know if any one kno

Re: [flex_india:29569] Re: Dragging a row below scroll in AdvancedDataGrid?

2010-04-05 Thread Ganesh Suyampirakasam
Thanks Mr Srinil Kumar for your Information in flex India Groups Really Helpful to all On Mon, Apr 5, 2010 at 8:24 PM, srinil wrote: > > Hi, > > I think as per my knowledge flex is not supporting free scroll when > we set dragMoveEnabled = true > > so you need to write a code you self to imp

Re: [flex_india:29567] fetch place according to lat and lng in google map

2010-04-05 Thread rodolfo oliveira
With this lat and lng you have to use use some thing like this.. map.setCenter(new LatLng(-19.861868, -43.967535), 16, MapType.NORMAL_MAP_TYPE); 2010/4/5 flex > hi all > can we get place name according to given latitude and longitude ? > i saw way to fetch lat and lng according to city or place

[flex_india:29568] Re: Dragging a row below scroll in AdvancedDataGrid?

2010-04-05 Thread srinil
Hi, I think as per my knowledge flex is not supporting free scroll when we set dragMoveEnabled = true so you need to write a code you self to implement. based on dropindex value, vertical scroll position and rowCount Kumar On Mar 16, 6:59 pm, NightAvatar wrote: > Does anybody know how to

Re: [flex_india:29565] fetch place according to lat and lng in google map

2010-04-05 Thread narayana naidu
yeah there is a JAVA API GeoNames class it has all kinds of methods On Mon, Apr 5, 2010 at 4:35 PM, flex wrote: > hi all > can we get place name according to given latitude and longitude ? > i saw way to fetch lat and lng according to city or place name, but if > i have lat and lng and want to

Re: [flex_india:29566] fetch place according to lat and lng in google map

2010-04-05 Thread narayana naidu
ToponymSearchCriteria searchCriteria = new ToponymSearchCriteria(); searchCriteria.setQ("zurich"); ToponymSearchResult searchResult = WebService.search(searchCriteria); for (Toponym toponym : searchResult.getToponyms()) { System.out.println(toponym.getName()+" "+ toponym.getCountryName

[flex_india:29564] fetch place according to lat and lng in google map

2010-04-05 Thread flex
hi all can we get place name according to given latitude and longitude ? i saw way to fetch lat and lng according to city or place name, but if i have lat and lng and want to know that place. please tell me the solution. thanks you. -- You received this message because you are subscribed to the G

[flex_india:29561] What is carrier opportunity in flex?

2010-04-05 Thread prasad AWARE
Hi all, I am Prasad, fresher in software industry working on adobe flex 3.0, can any buddy tail me about job opportunity and carrier growth of FLEX developer. Thank You, Prasad -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To pos

[flex_india:29563] SMS problem

2010-04-05 Thread brijesh
I tried using http://www.aswinanand.com/sendsms.php?wsdlin asp.net by importing the web service but it gives me an error as "Invalid Login" can you please tell me where i m getting wrong i tried with my email login also still got a same error please help thanks in advance -- You received thi

[flex_india:29562] pass parameter to httpService through php

2010-04-05 Thread Mukesh Mishra
I am creating php application , where I am using flex to make chart,I want to pass parameter to httpService as PHP file load. for example if I run http://127.0.0.1/pollsmanagement/polls/view/1 so I want to develop chart for poll of id 1.How can I pass this id 1 to httpService of flex. as "http:/

[flex_india:29560] Re: Couple of flex questions

2010-04-05 Thread Ravi
Hi Shri, You can achive that by incresing/decreasing HorrizontalScrollPosition on corrosponding button clicks. regards ravi -- 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