[flex_india:17972] Re: Moving the Panels from one place to other place if user click on the Panel

2009-01-05 Thread Sreenivas . . . . . . . . . . .
Ya here i'm posting the code can u check it once.For me it's not working. http://www.adobe.com/2006/mxml"; layout="vertical" fontSize="12" width="100%" height="100%" paddingBottom="5" paddingLeft="5" paddingTop="5" paddingRight="5">

[flex_india:17971] Re: Custom Scroll Bars

2009-01-05 Thread Yogesh GAur
its kool ...thanks On Jan 5, 4:11 pm, sheetal wrote: > This is just to share a custom scroll bar with all of you. > Plz replace the images. > > > http://www.adobe.com/2006/mxml"; > layout="absolute" mouseUp="onStop()"> > >         > > >         mouseUp="onStop()"/> >         mouseUp="onSt

[flex_india:17970] Re: maxChars of textArea in a RichTextEditor

2009-01-05 Thread Mor
Hurrreeyy... Sorry, to disturb you friends. I have achieved it. :) On Jan 6, 12:32 pm, Mor wrote: > Hi > > I am using a RichTextEditor. I want to restrict user to input num. of > characters in it. > > How to achieve that ? > > I have already tried > > var textLimits:int = 25; > > rich

[flex_india:17969] maxChars of textArea in a RichTextEditor

2009-01-05 Thread Mor
Hi I am using a RichTextEditor. I want to restrict user to input num. of characters in it. How to achieve that ? I have already tried var textLimits:int = 25; richTxtEditor.textArea.maxChars = textLimits; --~--~-~--~~~---~--~~ You received this messa

[flex_india:17967] Compiling an external library using compc

2009-01-05 Thread tousdan
Hi there people, Here is my problem: I have this huge (monolithic) flex application which contains a ton of classes and takes a while to load. In order to reduce the loading time of my application, i've decided to try and separate my application in libraries. So now I figured out how to do that

[flex_india:17966] Multiple canvas depend on user data

2009-01-05 Thread Wirawan Naga
Hai everybody.. I'm new here and i have some problem regarding canvas and data. My question are how can i create a multiple canvas depending user data for exemple user choose 3 than flex will create 3 canvas. Can anybody give me idea. --~--~-~--~~~---~--~~ You rece

[flex_india:17968] Re: How to get TextArea value inside a Repeater.

2009-01-05 Thread Neha
Thanks a lotIts working. On Jan 1, 11:47 am, "Jitendra Jain" wrote: > > Hi Neha, > > >         >                 id="textArea > "/> >         > > > To get all the text area values Loop thru the text area array like this > > textArea[i] > > Hope this will be helpful. > > Thanks, > JJain --

[flex_india:17965] Re: image resizing

2009-01-05 Thread ugandhar malisetty
On Mon, Jan 5, 2009 at 2:44 AM, Thalai raju wrote: > hi yuga > > > > you can use servelet code to resize the image with same quality and what > ever size depending on setting the size of the image. if u need sample > code i ll > > > > On 1/5/09, yuga wrote: >> >> >> hi >> >> how to resize the

[flex_india:17964] Re: Image Editor Undo and Redo

2009-01-05 Thread abhishekchess1
check this http://www.actionscript.org/resources/articles/194/1/UndoRedo-Architecture---Application/Page1.html On Jan 5, 7:47 pm, purni wrote: > hi all, > > I am developing a Image editor which performs scaling, rotation, cut, > copy and Paste of images... i want to do undo and redo for this...

[flex_india:17963] Pure MVC

2009-01-05 Thread koteshwar Rao myneni
Hi all I have pure MVC in my project, I want some examples in pure MVC any Help, send me some links other than " puremvc.org". Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Commun

[flex_india:17962] Re: Working numbers

2009-01-05 Thread Ganesh r
Hai wht is that newmeric stepper? On Mon, Jan 5, 2009 at 2:20 PM, prasad wrote: > > Hello Hardin, > > Instead of NumericStepper component , We can use these HSlider & > VSlider component, Please refer the following code. > > MXML Tag: >value="100" dataTipPlacement="top" ti

[flex_india:17961] Image Editor Undo and Redo

2009-01-05 Thread purni
hi all, I am developing a Image editor which performs scaling, rotation, cut, copy and Paste of images... i want to do undo and redo for this... Is there any built in class which performs this??? Please any suggestion of how to do this Thanks in advace --~--~-~--~~-

[flex_india:17960] Re: Is there any equivalent of Java API - URLEncoder.encode(String s, String enc) in Flex?

2009-01-05 Thread ganesh
Hello All, I did a manual encoding these special characters @ + / I just replaced (using String replace method) these characters with percentage and its hexa decimal equivalent UTF-8 codes. It is working only for english characters, its not working for other lanugages like chinese, etc. An

[flex_india:17959] Re: runtime component current componet

2009-01-05 Thread Nattu M
Hi, Please use TextArea(event.currentTarget).setSelection(0,TextArea(event.currentTarget).length); instead of txt_area1.setSelection(0,txt_area1.length); Bcoz it is always referring to the last object created Nattu On Mon, Jan 5, 2009 at 8:53 AM, ugandhar malisetty wrote: > > > On Fri, Ja

[flex_india:17958] Re: How to create XML based quizes In Flex

2009-01-05 Thread Nattu M
Hi, May be the following link may help you. http://flexonblog.wordpress.com/2008/02/04/generate-xml-data-dynamically-in-flex/ Nattu On Mon, Jan 5, 2009 at 5:27 PM, Jaydeep Tank wrote: > > Hi all, > > I want to create danamic XML based quizes (Multiple Choice, Sing, True > & False, Filling the

[flex_india:17957] Re: Flex shortcut Key

2009-01-05 Thread Nattu M
This may give you the logic to build short cut for ui components http://www.abdulqabiz.com/blog/archives/macromedia_flex/keyboard_shortc.php Nattu On Mon, Jan 5, 2009 at 4:27 PM, Thalai raju wrote: > Hi gurus. > > > am using formIteam in my application and when i fill the all >

[flex_india:17956] How to create XML based quizes In Flex

2009-01-05 Thread Jaydeep Tank
Hi all, I want to create danamic XML based quizes (Multiple Choice, Sing, True & False, Filling the blanks) Type quetions using AS2. Anybody can guide on this? Regards, Jaydeep Tank --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:17955] Re: FDS v LCDS

2009-01-05 Thread vengu
FDS and LCDS are the same thing from what I know.FDS has been renamed to LCDS . And yes LCDS is licencsed. You should look at blazeds and graniteds is you are looking for a free solution. Again, LCDS comes with its own set of special features. Thanks, Venkat http://techmytongue.blogspot.com/ On

[flex_india:17954] Custom Scroll Bars

2009-01-05 Thread sheetal
This is just to share a custom scroll bar with all of you. Plz replace the images. http://www.adobe.com/2006/mxml"; layout="absolute" mouseUp="onStop()"> --~--~-~--~~~---~--~

[flex_india:17953] Flex shortcut Key

2009-01-05 Thread Thalai raju
Hi gurus. am using formIteam in my application and when i fill the all the input field i need to save the contents using shortcut like control+s(crtl+s) how can i do this any one help me Thanks & advance Rajesh Atelier-soft Pvt Ltd --~--~-~--~~~---~--

[flex_india:17952] Re: image resizing

2009-01-05 Thread Thalai raju
hi yuga you can use servelet code to resize the image with same quality and what ever size depending on setting the size of the image. if u need sample code i ll On 1/5/09, yuga wrote: > > > hi > > how to resize the image without loosing the quality > > runtime user will increase the siz

[flex_india:17951] Re: XML Accessing issue..

2009-01-05 Thread Shaleen Jain
Hi Krishnamohan, do you wan to test some condition based on node name? use event.result.hasOwnProperty == nodeName Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Jan 3, 10:42 am, "krishnamohan J" wrote: > HI to all,I am new to flex..I have an XML file.. and I can able to read the

[flex_india:17950] Re: runtime component current componet

2009-01-05 Thread ugandhar malisetty
On Fri, Jan 2, 2009 at 11:06 PM, Venkat Viswanathan wrote: > Hi Yugi, > > What exactly are you doing to attach the event listeners. Ideally it should > listen to all the components. Can you share your code? It will help us > figure out the issue. > > Regards, > Venkat > www.venkatv.com > thank f

[flex_india:17949] Re: validateNow(),and invalidateDisplayList()

2009-01-05 Thread kundan singh
Thanks Shaleen , this link is really usefull. On Fri, Jan 2, 2009 at 11:16 PM, Shaleen Jain wrote: > > Hi Kundan, > > Hope the following like would be useful to you. > > > http://shaleenjain.blogspot.com/2008/10/forcing-layout-using-validatenow.html > > > Thanks, > Shaleen Jain > http://shaleenja

[flex_india:17948] Finding Javascript Object ID When Flex Control is Clicked

2009-01-05 Thread Freado
Dear Flex India Community, We have an issue for which we need a solution ... If you see Scribd (www.scribd.com), they have a feature there that allows a document being viewed in widget mode to be viewed in full screen mode (i.e. full space available in browser.) The way they are doing this is by

[flex_india:17947] image resizing

2009-01-05 Thread yuga
hi how to resize the image without loosing the quality runtime user will increase the size in as his wish dynamic scaling in 4 sides. image like 50x50 like he may change upto 200x200. how to implement... , --~--~-~--~~~---~--~~ You received this messa

[flex_india:17946] event listening from runtime created components

2009-01-05 Thread yuga
am written like clicking one button this draw_text() function will call private function draw_text(event:MouseEvent):void { txt_area1 = new TextArea(); txt_area1.text = 'Enter Text Here'; txt_area1.x = 250; txt_area1.y = 150; txt_area1.setStyle("textAlign","center")

[flex_india:17945] applying color to image

2009-01-05 Thread yuga
hi i have one image need apply color to image. but in image i have vertical lines and horizontally lines.i applied color using color transform need to show the lines on image to the user . applying color to image like screen or transparent(just visual appeal this color is there ) . how it is

[flex_india:17944] Creating a FileChooser in Flex Application

2009-01-05 Thread vinit
I want to read a text file from the Hard Drive (c:) and show it in a TextArea. How can i create a FileChooser by which i can the select the file and view its content. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "F

[flex_india:17943] Tooltip problem

2009-01-05 Thread Jimmy
Hi, I have a problem concerning a UIComponents tooltip. I want to change the components tooltip when the mouse is moved. The tooltip text depends on the current x-value of the mouse pointer. If I move the mouse alongside the component and it reaches a specific position another tooltip should be

[flex_india:17942] nested arrayCollection and DataGrid itemRenderer Help!!

2009-01-05 Thread seb
i have this ArrayCollection items = new ArrayCollection([ {Room:"Room-A",day:"10",Name:"seb",img:"first"},{Room:"Room- A",day:"11",Name:"seb",img:"one"},{Room:"Room- A",day:"12",Name:"seb",img:"last"},{Room:"Room- B",day:"10",Name:"liam",img:"first"},{Room:"Room- B",day:"11",Name:"liam",img:"last

[flex_india:17941] ArrayCollection and DataGrid help

2009-01-05 Thread seb
i have this ArrayCollection items = new ArrayCollection([ {Room:"Room-A",day:"10",Name:"seb",img:"first"},{Room:"Room- A",day:"11",Name:"seb",img:"one"},{Room:"Room- A",day:"12",Name:"seb",img:"last"},{Room:"Room- B",day:"10",Name:"liam",img:"first"},{Room:"Room- B",day:"11",Name:"liam",img:"last

[flex_india:17940] Re: Happy new Year to All

2009-01-05 Thread ravi kumar
Hi I wish you happy new year 2009. On Sat, Jan 3, 2009 at 1:55 AM, neer wrote: > > Hi All , > > Wish you very Happy New year > > On Jan 1, 2:17 pm, Flexian_me wrote: > > Wish you a very happy new year ! > > > > --~--~-~--~~~---~--~~ You received this message be

[flex_india:17939] Re: Moving the Panels from one place to other place if user click on the Panel

2009-01-05 Thread prasad
Hi, can you paste the code, Here, I think, some properties are enabled. On Jan 3, 5:33 pm, Vasu wrote: > Hi All, >        I have a problem with panels.I have four panels are there in my > screen. >        The four panel are arrangend in Window(Application) the > following way. > >      

[flex_india:17938] Re: Working numbers

2009-01-05 Thread prasad
Hello Hardin, Instead of NumericStepper component , We can use these HSlider & VSlider component, Please refer the following code. MXML Tag: Accesing values : var myNewValue:Number = hSlider.value ; Thanks Lokh Prathab On Jan 5, 1:58 am, Hardin wr