[flex_india:21950] Re: Scheduling sample?

2009-04-29 Thread Karthik K
Hi Ravi, If you follow below link you can make all 6 application work in our own Environment and test for future purpose http://code.google.com/p/flexlib/wiki/QuickStart -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ On Thu, Apr 30, 2009 at 12:09 PM, Ravi Mishra wrote

[flex_india:21949] Re: Scheduling sample?

2009-04-29 Thread Ravi Mishra
Hi all, Here is the direct link to demo and source of 6 different scheduling applications from flexlib. http://flexlib.googlecode.com/svn/trunk/examples/SchedulingFramework/ -Ravi On Apr 30, 11:31 am, Karthik K wrote: > hi guys > > if you follow the link which i gave > > http://code.google.co

[flex_india:21948] Re: Scheduling sample?

2009-04-29 Thread Karthik K
hi guys if you follow the link which i gave http://code.google.com/p/flexlib/wiki/QuickStart it is having some 4 application live which was did with the help of Flexlib i am running that sample and working if there is any problem please let me know -- Karthik.k Mobile - +91-9894991640 http:/

[flex_india:21947] remove my code from nabble?

2009-04-29 Thread Flex Baby
hi, how i remove my coding from nabble ? --~--~-~--~~~---~--~~ 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,

[flex_india:21943] BlazeDs Tomcat Integrated setup for Linux

2009-04-29 Thread Uday Sai
Hi All, I want to install Blazeds and Tomcat Integrated setup in a Linux Box. Where can i get the setup and the steps involved in setting up Blazeds and Tomcat ? Bye Uday --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[flex_india:21938] Re: Scheduling sample?

2009-04-29 Thread edwin . vgwhiz
Hey Guys, Any live applications available that are usinfg Flexlib? If so, can you supply some links for review. Thanks a Mil. NYC On Wed, Apr 29, 2009 at 9:40 AM, Ravi Mishra wrote: > > That's gr8!! > > Can u share the sample with us? > > -Ravi > > On Apr 29, 6:39 pm, Karthik K wrote: > > hi Ra

[flex_india:21942] Error #1009

2009-04-29 Thread jayesh sharma
Hii all My xml is: 60 I m getting Error #1009 while converting it to the XMLDocument. How to get rid of the error??? Thanks in advance Jayesh Sharma --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India

[flex_india:21941] use XHTML and css in flex

2009-04-29 Thread saifu
Hi.. How we can use XHTML and css in flex? Saifu. --~--~-~--~~~---~--~~ 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 u

[flex_india:21936] add image to scrollbar

2009-04-29 Thread flex
hi all, can we add image to scroll bar? --~--~-~--~~~---~--~~ 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, s

[flex_india:21944] Datagrid identify column on drag over or drop

2009-04-29 Thread ilya
I found a lot of useful information on this board so I just joined.. I’ve been looking for this everywhere but can’t find it.. I'm really hopping someone can help. I’m dragging new items to existing datagrid and creating new columns. On item drop I’d like to know which column of existing datagri

[flex_india:21945] Re: Load HTML page in Flex

2009-04-29 Thread peter.du...@googlemail.com
use iframe from: http://code.google.com/p/flex-iframe/ On Apr 29, 1:55 pm, vishal lad wrote: > Hi,How can we load an html page in Flex application(Not in AIR).Has any one > some idea about it? > Thanks & Regards >     Vishal --~--~-~--~~~---~--~~ You received th

[flex_india:21946] When rename downloaded file it loses dot extension.

2009-04-29 Thread Flex Connoisseur
Hi Folks, I am downloading pdf file using flex filereference .download (urlRequest,defaultfileName). Clicking on download button a dialog box is opened that ask where to save file.Before clicking save button in dialog box if i rename file name that file lost extension. can somebody help me, how c

[flex_india:21937] Specifying multiple parameters of the same name using HTTPService ...

2009-04-29 Thread Ravi
Hello Friends, I am developing an image editing application in which i can add multiple images in one Canvas. there is one button below the canvas,if u click on that i need to send x and y position of all images that i added in canvas through Http Service to php. Can anybody please help me in this

[flex_india:21939] Flex and CSS

2009-04-29 Thread tyagi
Hi, I wanted to use the repeat-x and repeat-y properties for background image of a canvas but am unable to do so... The code I am using is: and the css defined is: .backgroundstyle{ background-image: Embed("../images/back_ground_forum.png"); background-repeat: repeat-y; } Cou

[flex_india:21940] Flex Validator Trigger Event

2009-04-29 Thread deepa
Hi, I am using a flex validator and it does not show consistency when showing a valid/not valid response to change event.For example in the number field first try and get a input required error and then starting typing some number like 22.The change trigger event does get fired. It still shows t

[flex_india:21933] Re: pages in flex

2009-04-29 Thread Linuxpham
Using : navigateToURL(new URLRequest('page.html'),'_self') ; Thanks ! On Apr 28, 1:19 am, Shaleen Jain wrote: > if you meant with the page navigation, give a try to States and states > continer like tabnavigaror. > > Thanks, > Shaleen Jainhttp://shaleenjain.blogspot.com > > On Apr 25, 3:39 pm,

[flex_india:21926] subtract one day from from give date

2009-04-29 Thread krishna
hi, i need code for subtracting one day from a given date. ie; (givendate-1). ex 09/nov/1982(given date) in need to display 08/nov/1982. can some body help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex Indi

[flex_india:21935] ColumnChart minimum Height

2009-04-29 Thread InKiev
Hi to all guys, I'm looking for a way to specify a minimum height to each bar in a stack columnchart. I want to avoid that some labels may not display values that are above or that the bar is not long enough. I'm using labels to show the value of the bar section. Thanks and regards. --~--~

[flex_india:21916] Re: pages in flex

2009-04-29 Thread Linuxpham
Using : navigateToURL(new URLRequest('page.html'),'_self') '_self ', '_blank' ... Thanks ! On Apr 25, 12:59 am, rame wrote: > Hi all, > > How to traverse through different pages in flex??? > > regards > rame --~--~-~--~~~---~--~~ You received this message beca

[flex_india:21934] Re: Flex Opportunity

2009-04-29 Thread MUKESH GUPTA
vetvision.in On Mon, Apr 13, 2009 at 10:42 PM, Sri wrote: > > Hi Friends, > > If you have any opportunities in Flex, please let me know. > > Exp Details : > > Total IT Exp : 4 Years (Including Java, Flex) > Exp in Flex : Around 2 Years. > Mail-Id : velli.ve...@gmail.com. > > Thanks, > Sri. > Fl

[flex_india:21930] Re: Screen Resolution

2009-04-29 Thread pradeep.pa...@gmail.com
I am using width=100% and height=100% for application tag, but use On Apr 3, 12:39 am, sankar swaroop wrote: > The problem here is, > If u use x and y properties for placing components then > the positions will change depends on the screen resolution. > Use percentage like tariq said or use top,

[flex_india:21920] Google ads in flex application

2009-04-29 Thread Neelima Kakarla
Hi all, I want to include Google ads in my flex application. I have tried it using iframes, still it's not working. Could any one help in this. Thanking you. Regards Neelima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[flex_india:21932] Re: Drag and drop between datagrid and advanced datagrid

2009-04-29 Thread FresherInFlex
you can use an event handler for dragDrop event which adds the new field to the dragged data. may this example helps you: Example: Copying data from a List control to a DataGrid control You can use drag and drop to copy data between two different types of controls, or between controls that use

[flex_india:21922] add runtime array to datagrid

2009-04-29 Thread flex
hi all, can we add array collection to datagrid like this, here it is giving runtime error. private function init():void{ var a:ArrayCollection=new ArrayCollection(); a.addItem("First");a.addItem("Second");a.addItem("Third"); var d:DataGrid = new DataGrid(); d.dataP

[flex_india:21921] Create reports from flex

2009-04-29 Thread lulu
Hi, How to create reports from flex? -Lulu --~--~-~--~~~---~--~~ 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 g

[flex_india:21913] Double Click Edit Datagrid with custom item editor not work

2009-04-29 Thread ljcp28ljcp
HI all , i have a problem trying to do a double click edit datagrid with custom item editor because , the handler of the double click never enter en the function override the custom class its this : public class DoubleClickDataGrid extends DataGrid { /** *Constructor with the do

[flex_india:21918] how to include html page in flex

2009-04-29 Thread Flex2.0
i want to include html page in flex. how to include it . where we write html code whether in same flex builder or notepad . give examples plz ..reply --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Co

[flex_india:21909] Re: Flex Chart to any image

2009-04-29 Thread Srinivasan Sudharsanam
Hi friends public function DownloadImage():void { var imageMap:ImageSnapshot = ImageSnapshot.captureImage(chart) var file:FileReference = new FileReference(); file.save(imageMap.data,"chart.jpg") } * Note : "Chart" --> ID, Can yo

[flex_india:21910] Only Flex and LDAP

2009-04-29 Thread bala
Hi Team, I had seen ur answer in the article on MARCH 7 regarding "LDAP authentication on flex application". It is good to see..at first moment and also there should be only" flex apps and LDAP"...no other applications should not get injected... Since i am new to Flex

[flex_india:21915] Re: XML to arraycollection

2009-04-29 Thread Sindhu
THank You Jagadish:) On Apr 28, 7:48 am, Jagadish M wrote: > *1.xml* > > >     >         >                  1001 >                  J >                  1 >                  Male >         >         >                  1002 >                  Ja >                  2 >                

[flex_india:21928] geting file name

2009-04-29 Thread mahi
hi.. somebody pls tell me how to get the name of the file being browsed using file referencelist.. its very urgent.. Thanks and regards Mahi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" gro

[flex_india:21914] Reg. Shared Object

2009-04-29 Thread pradeep.pa...@gmail.com
Hi Friends, I am developing a simple chat application. Here i have a List of all logged in users names say A, B, C, D in a datafield and check box against each user in another datafield of the arraycollection. Now say, user A checks B and C and clicks a button called Invite. An Alert message has t

[flex_india:21931] When rename download file it loses dot extension.

2009-04-29 Thread Flex Connoisseur
Hi folks, I am working on upload/download documents.While downloading any pdf document, i change document name.After that i press save button, when document get saved it loses dot extension.Can anybody let me know how to safe dot extension at time of renaming. Thanks --~--~-~--~~--

[flex_india:21927] Re: Drag and Drop Doubt?

2009-04-29 Thread ganaraj p r
Cant you fix this using the data binding? On Tue, Apr 28, 2009 at 3:32 PM, Karthik K wrote: > > Hi guys > > I need to know one thing > I have two data grid i have some text box in one datagrid > when i enter text and drag that datagrid to the second datagrid can i get > the entered text in the s

[flex_india:21911] flex cirtification

2009-04-29 Thread puneet
i am new to the world of flex can any 1 tell me how and from where i can do my flex cirtification in ncr and what book to reffer in order o clear that exam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India

[flex_india:21923] Re: XML to arraycollection

2009-04-29 Thread Devaraj
http://nsdevaraj.wordpress.com/2009/03/05/convert-data-types-arraycollection-xml-object-string/ On Apr 27, 12:41 pm, Sindhu wrote: > Can someone tell me how to convert an xml file into an array > collection using actionscript.? > > Regards, > Sindhu. --~--~-~--~~~---

[flex_india:21917] focus out in flex

2009-04-29 Thread mahi
hi all, Can anyone please tell me how to invoke a jsp page using focusOut and focusIn property in flex 3 Thanks in advance Mahi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post t

[flex_india:21924] Re: hi

2009-04-29 Thread edwin . vgwhiz
Can you post the App??? On Mon, Apr 27, 2009 at 11:40 PM, sravan kumar wrote: > my ram is 2gb. that is not the problem > > On Sun, Apr 26, 2009 at 3:11 PM, Shaleen Jain > wrote: >> >> What is the configuration of your System. >> >> If the RAM is low, try to increase your RAM, that would really

[flex_india:21919] Re: Flex Chart to any image

2009-04-29 Thread edwin . vgwhiz
Use the export feature. (Many Formats Available) This will allow you to export at the best resolution with smallest file size. On Mon, Apr 27, 2009 at 4:02 AM, kamlesh vaghela wrote: > thanks for ur technique > > but is that any way or tool in flash which can make less afford to the user > > >

[flex_india:21925] Dynamically generated images place the MenuBar(help me)

2009-04-29 Thread Fani prasad
Hi All, I am doing the place the images inside menubar. all images are dynamically generated. How to display the image inside the menubar help me. http://www.tutorialized.com/upload/20080630063805_blurr_image50.jpg"/>dyanmically generated xml file insid

[flex_india:21929] Re: count number of tabs in toggle button bar

2009-04-29 Thread FresherInFlex
Hi, you can use numchildren property of togglebuttonbar to get the total number of tabs/buttons in it. Thanks, -Sindhu VK On Apr 27, 10:31 am, "flexlover...@gmail.com" wrote: > hi friend, >  i want to count total number of tabs(button) of toggle button bar. > please tell me is any property the

[flex_india:21912] load exe file from air

2009-04-29 Thread ukrit...@googlemail.com
IS that possible to do?? any solution? please give me some light :) --~--~-~--~~~---~--~~ 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 un

[flex_india:21908] xml .net-> flex

2009-04-29 Thread Flex Baby
hi, i want to take xml data from dot net and display the xml data in a datagrid in flex. how to done this? plz replay me & provide sample for that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Communit

[flex_india:21907] Re: Scheduling sample?

2009-04-29 Thread Ravi Mishra
That's gr8!! Can u share the sample with us? -Ravi On Apr 29, 6:39 pm, Karthik K wrote: > hi Ravi > > I just followed the below link > > http://code.google.com/p/flexlib/wiki/QuickStart > > -- > Karthik.k > Mobile - +91-9894991640http://kkarthikresume.blogspot.com/ > > On Wed, Apr 29, 2009 at

[flex_india:21906] Re: Scheduling sample?

2009-04-29 Thread Karthik K
hi Ravi I just followed the below link http://code.google.com/p/flexlib/wiki/QuickStart -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ On Wed, Apr 29, 2009 at 6:57 PM, Ravi Mishra wrote: > > Oh! that's gr8! > > Can u share that example? > > -Ravi > > On Apr 29, 5:29

[flex_india:21905] Re: Scheduling sample?

2009-04-29 Thread Ravi Mishra
Oh! that's gr8! Can u share that example? -Ravi On Apr 29, 5:29 pm, Karthik K wrote: > hi Ravi > > I got the sample and i made that running > -- > Karthik.k > Mobile - +91-9894991640http://kkarthikresume.blogspot.com/ > > On Wed, Apr 29, 2009 at 10:31 AM, Karthik K wrote: > > Hi Ravi > > > th

[flex_india:21904] Re: Scheduling sample?

2009-04-29 Thread Karthik K
hi Ravi I got the sample and i made that running -- Karthik.k Mobile - +91-9894991640 http://kkarthikresume.blogspot.com/ On Wed, Apr 29, 2009 at 10:31 AM, Karthik K wrote: > Hi Ravi > > thank you > > Where to start with > Is there any running application or we need to deploy in our running >

[flex_india:21903] Load HTML page in Flex

2009-04-29 Thread vishal lad
Hi,How can we load an html page in Flex application(Not in AIR).Has any one some idea about it? Thanks & Regards Vishal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this

[flex_india:21902] Using embedded fonts

2009-04-29 Thread sheetal
Hello, If i am embedding Arial.ttf file and applying this embedded font,it works fine for fontWeight=normal and fontStyle=normal.Now if i change font font waight and font style,then i apply this fontFamily its not showing proper font. To solve this issue i embedded ArialBold.ttf and ArialItalic.tt