[flex_india:24699] Can't add a simple textField in RichTextEditor

2009-08-24 Thread Arindam Mojumder
Hello All, I am very much confused with this problem and couldn't find out any solution. Whenever I am trying to add a *TextField *object into a* RichTextEditor, *it not showing, but when I am applying the same method to add a button it is working fine. Even I can't add a TextField in to the

[flex_india:24700] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread HISSAM
TextField extends in the following manner TextField - InteractiveObject - DisplayObject - EventDispatcher - Object *RichTextEditor is an UIComponent and will add child which are UIComponents. so its not adding * 2009/8/24 Arindam Mojumder arindam.mojum...@gmail.com Hello All, I am very

[flex_india:24701] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread Arindam Mojumder
I understand your point, but why can't I add the textField in stage by writing in the below way. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import mx.containers.*; import mx.controls.*; import

[flex_india:24702] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread Arindam Mojumder
I understand your point, but why can't I add the textField in stage by writing in the below way. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import mx.containers.*; import mx.controls.*; import

[flex_india:24703] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread HISSAM
try to understand u are not adding the textField to stage, you are adding it application which again extends the UIComponent. try casting textField to UIComponent n then add *addChild(**txtFld** as UIComponent);* 2009/8/24 Arindam Mojumder arindam.mojum...@gmail.com I understand your

[flex_india:24705] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread HISSAM
stage.addChild(txtFld); will simply add the object 2009/8/24 Arindam Mojumder arindam.mojum...@gmail.com Ok Hissam I got the point. But I am asking to add it on the stage Application. If I paste this code to Flash cs3 then it is working fine. I just want to know if I want to create and add

[flex_india:24706] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread Ganesh r
HI How to add tables in Flex Richtext editor. If there is any sample ? regards Ganesh --~--~-~--~~~---~--~~ 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:24707] What is meant by module in flex

2009-08-24 Thread Gerald Anto
Hello Friends, What is meant by module. please give me some clear idea? diffrenciate from components --~--~-~--~~~---~--~~ 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:24708] how to connect flex application with air application

2009-08-24 Thread flex
hi all, can we connect how to connect flex application with air application , means if i'm doing anything in my air application (like tying text), it should show same in my same application which is on browser(done in flex). I want to connect both application like that change of one should

[flex_india:24709] How is the advanced flex training program offered by Lobel in Bangalore ?

2009-08-24 Thread nirupama s
Anybody done the program? cheers Nirupama --~--~-~--~~~---~--~~ 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

[flex_india:24713] Re: Testing tools

2009-08-24 Thread Bharath Ramanathan
The best one i think would be to go for flex+QTP for unit testing puroposes..Flex Builder 3 has an inboult add-in for QTP and its easy to automate the interaction between components in the UI using QTP as the record and play features are available.! On Sun, Aug 23, 2009 at 4:48 PM, Vandana

[flex_india:24715] Re: Hi

2009-08-24 Thread kalai selvi
hi thanks to reply for mail.yes u r riht it shoul be listened to another page. On Thu, Aug 20, 2009 at 3:27 PM, venki @flex itsme85ag...@gmail.com wrote: can u just brief... u have to perform an action in one page and it shld be listened in another page??? is it so On Aug 20, 12:30

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

2009-08-24 Thread LDaneil
could anyone help me ? I stuck by the question for a quite long time already. On Aug 18, 5:24 pm, HISSAM hissam.sher...@gmail.com wrote: U r taking the file stream :( rather use the Bitmap class and assign its data to the array(bytearray) and then save it to disk. It should work.

[flex_india:24717] Context Path in Flex

2009-08-24 Thread Kaushik K
Hi , I need to access the 'context path' from the Flex UI. IN java i can do it by getServletContext().getContextPath(). Any ideas how to do it on FLEX? Regards, Kaushik K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:24712] searching of dynamic datagrid

2009-08-24 Thread itonflex team
Hi friends, this is kishore ! I have a dynamic datagrid, i need to do the searching and filtering both for that datagrid.. Could you please help me regarding that please.. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flex_india:24719] Urgent - Looking for Flex UI designer

2009-08-24 Thread Lakeball
Dear Friends, Looking for a skill ful Flex UI designer who understands datamodel, database connectivity and worked on PHP. Minimum 3yrs expereince is needed. please send your resumes with reference work and contact details(Skype/ Yahoo/gmail IDs) thanks Lakshmi

[flex_india:24714] DDL with Flex

2009-08-24 Thread kalavati singh
Hi, Can any one suggest be any docs/examples of Device Description Language(DDL) with Flex. Regards Kalavati Singh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to

[flex_india:24722] Re: flex functions reverse order

2009-08-24 Thread adrianwonder
i was trying to download the debugger but couldn't find anything for Firefox. how do i make the default browser as IE for flex 3? On Aug 22, 4:05 am, Arun Rao arunra...@gmail.com wrote: I think you are having doubts bcoz alert After 2 is seen first ,then behind it you will see alert B4 1.I

[flex_india:24710] Flex Fabrication UnitTest

2009-08-24 Thread Srinivasan Sudharsanam
Hi I am very new to flex application. I want to build fabrication Flex Unit Test case. Can you please send me any sample files and send me a basic url. Please advice how to implement fabrication UnitTest Case regards Srinivasan S --~--~-~--~~~---~--~~ You

[flex_india:24720] Re: Clock Display in Flex Application

2009-08-24 Thread edwin . vgwhiz
Do it in Flash and import into Flex! On Sun, Aug 23, 2009 at 10:25 PM, mandy lik...@gmail.com wrote: Hi all, How can I have a analog/digital clock display on my application?I have get an example for simple analog clock but it is not that attractive. So hopefully someone can provide me with

[flex_india:24711] Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Rohit
Hi, I have a password textfield in my application. I want to disable the functionality of 'ctrl+c' on that textfield. I have used the property 'displayAsPassword=true'. User should not be able to copy the typed password and paste somewhere else. So how to disable ctrl+c functionality on the

[flex_india:24721] Call Client Machina's Printer

2009-08-24 Thread Ramya Arumugam
Hi All, Is there any provision in flex to call client machine's printer to take printout? Thanks, Ramya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

[flex_india:24718] Two item renderer in a datagrid column.

2009-08-24 Thread lalji
Hi friends, How can i use two item renderer in a datagrid column? I want to use two item renderer in a column, but one at a time. ie., Item renderer to be toggled with respect to a flag ( which is included in the dataprovider). Pls help me. Thanks in advance, Lalji

[flex_india:24725] Re: Call Client Machina's Printer

2009-08-24 Thread Preetham Hegde
If client means flex application user, we can do it, more info herehttp://livedocs.adobe.com/flex/3/html/help.html?content=printing_2.html (http://livedocs.adobe.com/flex/3/html/help.html?content=printing_2.html) On Mon, Aug 24, 2009 at 3:46 PM, Ramya Arumugam friendramya2...@gmail.comwrote:

[flex_india:24723] Re: flex functions reverse order

2009-08-24 Thread Preetham Hegde
Its there for firefox, Firefox is netscape compatible browser :) Download the Windows Flash Player 10 Plugin content debugger (for Netscape-compatible browsers)http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe (EXE, 2.09 MB) On Mon, Aug 24, 2009 at 6:48

[flex_india:24728] Re: flex functions reverse order

2009-08-24 Thread Preetham Hegde
To change default browser, go to Windows Preferences General Web Browser and select the browser u need... On Mon, Aug 24, 2009 at 5:21 PM, Preetham Hegde preethamheg...@gmail.comwrote: Its there for firefox, Firefox is netscape compatible browser :) Download the Windows Flash Player 10

[flex_india:24729] Re: Two item renderer in a datagrid column.

2009-08-24 Thread venki @flex
2 itemrenders is not possible. u can have two components in a renderer file and based on the flag value u can render the desired component. On Aug 24, 4:53 pm, Preetham Hegde preethamheg...@gmail.com wrote: Hi Lalji, Suggestion don't use two itemrenderer to do that(I think its not possible)

[flex_india:24727] Re: Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Preetham Hegde
Could u copy the text when its displayAsPassword=true ? I think by default its you can't copy when its displayAsPassword=true , pls check it.. If u can copy, pls share source code... On Mon, Aug 24, 2009 at 11:39 AM, Rohit rohit.dharmadhik...@gmail.comwrote: Hi, I have a password textfield

[flex_india:24726] Re: flex functions reverse order

2009-08-24 Thread Ravi Mishra
To set your default browser in Flex Builder or Eclipse Click Windows -- Preferences Then type 'Browser' in the filter box at left. You'll find the list of browsers on the right, from which you can set the desired browser as default. HTH, -Ravi http://achieveravi.blogspot.com On Aug 24, 4:51 

[flex_india:24730] Re: Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Renu
Preethan has said correct, once the textinput property displayAsPassword is set true, It will not allow you to copy it. Thanks, Renu On Mon, Aug 24, 2009 at 5:34 PM, Preetham Hegde preethamheg...@gmail.comwrote: Could u copy the text when its displayAsPassword=true ? I think by default its

[flex_india:24731] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread Arindam Mojumder
Hi,Hissam *Sorry to disturb you again :)* I faced another problem. You replied in your earlier mail that only the UI Component can be added into the RichTextEditor. According to that I have tried to add a progress bar as same way as the button added, but failed. Can anyone help me???

[flex_india:24733] Re: Two item renderer in a datagrid column.

2009-08-24 Thread lalji
Thanks all. I will try On Aug 24, 5:07 pm, venki @flex itsme85ag...@gmail.com wrote: 2 itemrenders is not possible. u can have two components in a renderer file and based on the flag value u can render the desired component. On Aug 24, 4:53 pm, Preetham Hegde preethamheg...@gmail.com wrote:

[flex_india:24732] Re: Need to disable ctrl+c functionality on a Password textfield in flex

2009-08-24 Thread Rohit
Its the problem with the additional development code. In .actionScriptProperties file there is one attribute htmlPlayerVersion=9.0.124, if i change the version to 10.0.12, then the default functionality is lost. When i change the version to 10, then it allows the contents of the textfield to be

[flex_india:24734] Re: DateAxis Issue in Line/Column Chart

2009-08-24 Thread Veena Chezhian
Thanks for your information. I tried following the instruction and still getting the problem. On Fri, Aug 21, 2009 at 3:23 AM, kalavati singh kalavati.si...@gmail.comwrote: Hi Veena, I got the same error in my code.see the below message in adobe forum

[flex_india:24735] Problema @Embed - AJUDA!

2009-08-24 Thread Arthur Magno
TextInput { borderSkin: Embed(source=imgs/inputBg.png, scaleGridTop='10'); } O Flex não consegue compilar devido ao seguinte erro: transcoding parameter 'scaleGridTop' is not supported by 'flex2.compiler.media.SkinTranscoder' - CONFORME SCREENSHOT! De

[flex_india:24736] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread HISSAM
PLease mail your code 2009/8/25 Arindam Mojumder arindam.mojum...@gmail.com Hi,Hissam *Sorry to disturb you again :)* I faced another problem. You replied in your earlier mail that only the UI Component can be added into the RichTextEditor. According to that I have tried to add a progress

[flex_india:24737] Re: Clock Display in Flex Application

2009-08-24 Thread mandy lee
How can we import a flash app into flex? On Mon, Aug 24, 2009 at 10:52 AM, edwin.vgw...@gmail.com wrote: Do it in Flash and import into Flex! On Sun, Aug 23, 2009 at 10:25 PM, mandy lik...@gmail.com wrote: Hi all, How can I have a analog/digital clock display on my application?I have

[flex_india:24738] Power point

2009-08-24 Thread adrianwonder
Hi Everyone I have created a presentation in flex. the data is retrieved from a XML file. i have also added key listeners to the space bar and right and left key. but i find the keys not so responsive at times, could anybody give me some suggestions , the code is below

[flex_india:24739] Re: Can't add a simple textField in RichTextEditor

2009-08-24 Thread Arindam Mojumder
Hello Hissam, When I am using the RichTextEditor within a form tag and adding the progress Bar it is not working, but Text Area and button are adding fine. Now if I am remove the form tag and just use the RichTextEditor, its working absolutely fine. I can't understand what is the problem of