[flex_india:28250] this.attribute not working?

2010-02-04 Thread NightAvatar
I am new to Flex but somewhat experienced to javascript. I am used to adding simple scripts to elements using "this" to define the element. Apparantly that doesn't work with Flex - which really sucks for me. :( How can I create a script that is assigned to 20+ elements (mx:textInput's) and is trig

[flex_india:28252] Designing Issue

2010-02-04 Thread seetha chowdary
Hi, I have one problem. My mxml pages designing is not fixed because my system is having 1024/768 resolution and client is having different resolution. I think I have to do Auto adjustment of forms mechanism need to implement like a controller or layer will handle any screen resolu

Re: [flex_india:28253] Designing Issue

2010-02-04 Thread ramesh1703
Resolution should not be a problen in designing! chaos On Thu, Feb 4, 2010 at 15:44, seetha chowdary wrote: > Hi, > > I have one problem. My mxml pages designing is not fixed because my > system is having 1024/768 resolution and client is having different > resolution. I think I h

Re: [flex_india:28254] Designing Issue

2010-02-04 Thread edwin . vgwhiz
Find out your clients monitor setting and build to work with both! On Thu, Feb 4, 2010 at 5:14 AM, seetha chowdary wrote: > Hi, > > I have one problem. My mxml pages designing is not fixed because my > system is having 1024/768 resolution and client is having different > resolution

[flex_india:28255] Re: Designing Issue

2010-02-04 Thread Akshar
use hbox and vbox along with percentages for the child widths instead of absolute widths. On Feb 4, 4:26 pm, edwin.vgw...@gmail.com wrote: > Find out your clients monitor setting and build to work with both! > > On Thu, Feb 4, 2010 at 5:14 AM, seetha chowdary > wrote: > > >             Hi, > > >

Re: [flex_india:28256] Designing Issue

2010-02-04 Thread surendra chowdary
Hi, Use width,height in % for all the containers. On Thu, Feb 4, 2010 at 3:44 PM, seetha chowdary wrote: > Hi, > > I have one problem. My mxml pages designing is not fixed because my > system is having 1024/768 resolution and client is having different > resolution. I think I ha

[flex_india:28257] Rotating chart axis labels

2010-02-04 Thread Akshar
I want to rotate the chart axis label. i have used the sample code provided by adobe @ http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_08.html but i am not able to achieve the rotation. I have removed following lines in the sample code because i do not have the font ttf:- ---

[flex_india:28258] Fundamental and crucial drawback with Flex

2010-02-04 Thread Ram Manoj Kongara
Hi All, Just want to bring forth an issue to the notice of the Flex community at large what I have noticed. In simple terms why Flex Framework is not introduced as a plugin/addon to the browser to be used along with flash player to run a flex application? The minimum size of SWF file created whe

[flex_india:28259] Flash and Flex Developers Needed in large numbers and also urgently

2010-02-04 Thread Denny Thayil
Hi All, I have a requirement for 15 Flash and FLex Developers in my company www.vizualize.com which is a part of www.lbi.com I need people to join my company on Monday 8th February 2010. I know its at a short notice, however, we have recently bagged a [roject which needs to start right now. Plea

Re: [flex_india:28260] Fundamental and crucial drawback with Flex

2010-02-04 Thread Faizul Haque
Hi Ram, Hope you are doing good. Recently I have posted a blog regarding same issue. Please go through it and hope it will sorted out your confusion. http://faizrana.blogspot.com/search?updated-min=2009-01-01T00%3A00%3A00-08%3A00&updated-max=2010-01-01T00%3A00%3A00-08%3A00&max-results=2 Regards,

Re: [flex_india:28261] this.attribute not working?

2010-02-04 Thread Raghavendra M
Hi, The solu is similar 2 'this'...what u need to do is, pass a parameter 'event' to the event handler. And in the handler instead of 'this' use "event.currentTarget". For example, * function handleClick(evt:MouseEvent):void{ if( evt.currentTarget.text=="wat ever"){ //wat ever u wnt 2 do.

[flex_india:28262] Re: this.attribute not working?

2010-02-04 Thread Akshar
what do you actually want to do.. on clicking of a button some text boxes should come in the page On Feb 4, 1:14 pm, NightAvatar wrote: > I am new to Flex but somewhat experienced to javascript. I am used to > adding simple scripts to elements using "this" to define the element. > Apparantly

[flex_india:28263] Datagrid with image itemrenderer problem

2010-02-04 Thread pradeepflex
Hello Friends, This is the problem which ifaced from last 3 days.the problem is I have a datagrid and i am displaying an images based on some condition in the grid. Intially it displays fine when i scroll the grid vertically the images were not displayed properly. So please anyone let me know h

[flex_india:28264] Adobe Certified Expert (ACE) Training program in Flex/AIR development

2010-02-04 Thread aliasgharmy
Hi there!! Esberi Technologies is delighted to announce the launch of Adobe Certified Expert (ACE) Training Program. Currently, Esberi is offering ACE training programs in: • Adobe Flex (and LiveCycle Data Services) development • Adobe AIR (Adobe Integrated Runtime) development Some

Re: [flex_india:28265] Urgent: Issue with Number DataType

2010-02-04 Thread Robson Martins
Try it: http://www.fxcomps.com/money.html Resolved my issues. I jsut have one problem currently, I´m not able to pass Decimal datatype to ZendAMF/PHP. Would someone have any idea on how to do that with FXComps Money/Decimal solution? BR, Robson. On 11/26/09, Vivek Jain wrote: > > Hi Peop

[flex_india:28266] containers adding color problem

2010-02-04 Thread Alekhya Krishna
Hi, In Database there are 5 colors in a column, In my flex applications different containers, How to give different colors in different containers. when i am adding a container its simply add the color. If any one know please reply me. Regards K.V.Ramakrishna -- You received

[flex_india:28267] issues with datagrid and item renderer

2010-02-04 Thread kalai selvi
hi , i have few doubts , i am creating one datagrid ,in this one of my datagrid column i m using itemrenderer. ItemRenderer : then for the datagrid i am using rightmousedown event to create context menu. inthis menu update create edit delete rename options available . so in side this datagr

[flex_india:28268] Flash and Flex Developers Needed in large numbers and also urgently

2010-02-04 Thread Denny Thayil
Hi All, In addition to the earlier requirement we have two openings in - Flex + Flash resource + AS2 + AS3 with Director This is a very specific requirement to be fulfilled on priority basis Send me your CV and emails to denny.tha...@vizualize.comand dennytha...@gmail.com -

[flex_india:28269] Re: Rotating chart axis labels

2010-02-04 Thread Akshar
Any Help on this issue i am using flex 3.2 compiler On Feb 4, 4:43 pm, Akshar wrote: > I want to rotate the chart axis label. i have used the sample code > provided by adobe > @http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_... > but i am not able to achieve the rot

Re: [flex_india:28271] Datagrid with image itemrenderer problem

2010-02-04 Thread Varun Bajaj
Dear Pradeep I am attaching a file using for my project and functioning what you want to do. Change in the code as per your requirement. Thanks Varun Bajaj On Thu, Feb 4, 2010 at 11:36 PM, pradeepflex wrote: > Hello Friends, > > This is the problem which ifaced from last 3 days.the problem is

Re: [flex_india:28272] Rotating chart axis labels

2010-02-04 Thread Varun Bajaj
dear akshar Your answer is within your Q itself. Label rotation is done with specific font type only same as print. Hope you are understanding what i am trying to say :) Varun Bajaj On Thu, Feb 4, 2010 at 5:13 PM, Akshar wrote: > I want to rotate the chart axis label. i have used the sample co

[flex_india:28270] Printing issue

2010-02-04 Thread Varun Bajaj
Dear All I am having a VBox which is having 15-16 (n number) Pie charts. I want to print all pies on page (not necessary single page). Any idea or code will help me a lot. Thanks and regards, Varun Bajaj -- You received this message because you are subscribed to the Google Groups "Flex India

[flex_india:28273] Auto slideshow in Flex

2010-02-04 Thread edwin . vgwhiz
http://www.360i.com/ How can I build a slide show like the one on this home page link above. Please let me know. Thanks Edwin -- 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.c

[flex_india:28274] Re: Fundamental and crucial drawback with Flex

2010-02-04 Thread Ram Manoj Kongara
Hi Faiz, That's pretty much what I am looking for Faiz. Thanks a lot for sharing. Only instead of a plugin/addon I expected, the framework can be accessed as a cacheable Runtime Shared Library. Thanks, Ram Manoj Kongara. On Feb 4, 6:35 pm, Faizul Haque wrote: > Hi Ram, > Hope you are doing goo

[flex_india:28275] i need reload data in viewStack

2010-02-04 Thread shorty
Hi guys, im new in this group, im from chile, then i speak spanish native, my english is not good. Well, my question: i have a viewStack and with two contents, one for add items and other for show items in a datagrid, then when i add a item and i change contents for see new items, my datagrid it's

Re: [flex_india:28276] Fundamental and crucial drawback with Flex

2010-02-04 Thread Naveen Malhotra
Hi Ram, What you have mentioned is not a bug actually. Yes it is true that by default Flex Framework is merged into the code, due to which the SWF size increases, but this is not something that should bother because there is an option for Run Time Shared Libraries(RSL) that will decrease th

Re: [flex_india:28277] Need help in pagination and column filter

2010-02-04 Thread krishna chaitanya kambhampati
(1)* Pagination on the datagrid* -- fix the no of rows u want to display and set the *rowcount *property to that number (total no of rows / no of rows display ) gives the no of pages when the user clicks on the page display the data from that index consider t