Re: [flexcoders] tooltip button

2010-03-09 Thread cholid cholid
thanks but i mean toolTip contain button but the link is button contain toolTip From: Shabir Gilkar shabirgil...@gmail.com To: flexcoders@yahoogroups.com Sent: Tue, March 9, 2010 2:34:29 PM Subject: Re: [flexcoders] tooltip button Hope it may help you

[flexcoders] right click

2010-03-09 Thread cholid cholid
Hi all i need right click in my flex can any body give me info? thanks regards

Re: [flexcoders] SWC not getting updated everytime

2010-03-09 Thread Fahim Akhter
I found the glich, when I imported the project I set it up in the default location and was updating the files in another location creating the messup. On Tue, Mar 9, 2010 at 12:39 PM, Tracy Spratt tr...@nts3rd.com wrote: This is not normal behavior. Usually it happens when there is an error

[flexcoders] RE: Eclipse Checkstyle Plugin for Flex Builder?

2010-03-09 Thread Nini7016 Nini7016
Hello :) Thank you very much Michael :) I tried FlexPMD last week, but when i click in run PDM it didn't display anything however i followed all the instruction in this site : http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD+Eclipse+plugin Did you tried it before please ??? it 's

[flexcoders] Re: right click

2010-03-09 Thread Flex Boy
http://cookbooks.adobe.com/post_Right_click_Item_Selecting_and_Context_M\ enu_Manipu-16927.html http://cookbooks.adobe.com/post_Right_click_Item_Selecting_and_Context_\ Menu_Manipu-16927.html --- In flexcoders@yahoogroups.com, cholid cholid cholid_rid...@... wrote: Hi all i need right

[flexcoders] Popup focus issue, seems very broken

2010-03-09 Thread Nigel Magnay
I have a very odd issue in my Flex3 app. I have a popup that is an mx:TitleWindow, instantiated with the popupManager in the normal way. It has a number of buttons, and a canvas. On creationComplete, an additional control is dynamically added to the canvas using childCanvas.addChild().

[flexcoders] Re: Httpservices as3 class

2010-03-09 Thread valdhor
Have you tried using Remote Objects? With something like WebORB (http://www.themidnightcoders.com/) --- In flexcoders@yahoogroups.com, Jose adriano Alves alves.jadri...@... wrote: Hi Does anybody have a httpservice class, implemented in as3, for flahs builder 4? I am trying to create an

[flexcoders] Handling errors with Video and Audio playback - no error events why?

2010-03-09 Thread Greg Hess
Hi All, Our application provides the EU playback of uploaded media. The EU may upload audio or video that may be corupted or have errors with playback due to unsupported codecs ect... I am trying to figure out how to properly handle this so that when these errors occur I can inform the EU an

Re: [flexcoders] Exciting Load Test Results

2010-03-09 Thread as sass
Hi Chatzinikos , I've already changed that values while testing. But whatever you increase the maxThread number in server.xml, in flex applications, blazeds does not serve much more than a few hundreds connections. For LCDS,, whatever you increase the maxThread number in server.xml, LCDS does

[flexcoders] FlexUnit and Cairngorm ?

2010-03-09 Thread Nini7016 Nini7016
Hello :) I would like to know if any body has used FlexUnit to test an application which used the framework Cairngorm ?? I found Flunit http://code.google.com/p/fluint/ Do you think it is better please ?? Any person has tried it before ?? Thanks To: flexcoders@yahoogroups.com From:

[flexcoders] Cloud computing with Flex

2010-03-09 Thread Christophe
Hello, Is it possible to do Cloud computing (on Amazon EC2, ..) with Flex or Air ? Do you have any examples ? Thank you, Christophe,

Re: [flexcoders] Cloud computing with Flex

2010-03-09 Thread Fotis Chatzinikos
Yes it is possible but irrelevant to flex your backend must be able to work with the cloud (tomcat, lamp, whatever you are using...)not your front end... On Tue, Mar 9, 2010 at 5:58 PM, Christophe christophe_jacque...@yahoo.frwrote: Hello, Is it possible to do Cloud computing (on Amazon

Re: [flexcoders] Cloud computing with Flex

2010-03-09 Thread Julien Nicoulaud
Unless your Flash Player is running on a grid of cumputers :) (may be it crashes less) 2010/3/9 Fotis Chatzinikos fotis.chatzini...@gmail.com Yes it is possible but irrelevant to flex your backend must be able to work with the cloud (tomcat, lamp, whatever you are using...)not your front

[flexcoders] Flash Builder 4

2010-03-09 Thread Eduardo Dias
Hi Everybody, Does anyone know if the Flash Builder 4 will be distributed in standard and professional version like the Flex Builder 3? If so, what will be the main differences between them in terms of features and price. In addition, i would like to know what will be the extra cost that I will

[flexcoders] LCDS Configuration Settings - Best Practices?

2010-03-09 Thread rojoe615
Not sure if this is the proper forum or not for LCDS related questions, but here goes: We have a small demo app that is built with Flex and LCDS 2.6 using Hibernate and mySQL. I am running into some issues with network performance and it appears to be either slow response from the server or

[flexcoders] String to object reference?

2010-03-09 Thread Mike Chang
Hi, I was wondering if it's possible to change a string to an object name. For example, I pass a string california, and there's an object named california. I would like to reference the california object. For example, this is my code right now: case california:

[flexcoders] Flash library to Flex converter

2010-03-09 Thread method_air
Is there a tool that will convert an exported Flash library element (ie Component/MovieClip) to an AS3 class with Flex syntax, ie[Embed(source=graphic.png)] Thanks, Philip

[flexcoders] Animating Grid Slowdown in Flex 3

2010-03-09 Thread richmcgillicuddy
Doing a simple resize of a grid from full screen to small list on the left. When I animated it, it looks great using a Resize object. I run this without any data in the grid. Incredibly fluid animation. I add about 700 records and run the exact same animation, and the animation doesn't work. It

Re: [flexcoders] Popup focus issue, seems very broken

2010-03-09 Thread Alex Harui
Try using an Alert instead of the TitleWindow. If that works, then there is probably code in the titleWindow causing problems, otherwise it is probably code in the app. You can try tracing out focusIn/focusOut events to see what is going on. On 3/9/10 4:15 AM, Nigel Magnay

RE: [flexcoders] String to object reference?

2010-03-09 Thread Gordon Smith
You can access the properties of any object by name, using square-bracket notation. For example, o.p can be written o[p]. In this case, the relevant object is 'this', so you want this[california] this[california + _over] Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

[flexcoders] Re: How to access web page on own web site.

2010-03-09 Thread raja_s_patil
thanks Tracy Spratt, You want to use Flex to navigate to html pages? If so, that is a serious waste of Flex RIA technology. Well, Since Flex application is occupying almost whole space in browser to best my knowledge I found only this way to jump to Home Page and Logout from Spring

Re: [flexcoders] String to object reference?

2010-03-09 Thread Mike Chang
Thanks! On Tue, Mar 9, 2010 at 11:58 AM, Gordon Smith gosm...@adobe.com wrote: You can access the properties of any object by name, using square-bracket notation. For example, o.p can be written o[p]. In this case, the relevant object is 'this', so you want this[california]

[flexcoders] Disabling focus on button when tab is pressed

2010-03-09 Thread Mike Chang
Hi, I have some buttons in my UI, and I realize that when TAB is pressed, it automatically sets the focus to one of the buttons. I do not wish to have this behavior. Is there a way to disable it? Thanks, Mike

[flexcoders] Need to filter UTF-8 characters from string

2010-03-09 Thread flex flex
Hello All, I have a string of which contains lots of special characters from different standerds. I want to filter the string and want only those characters which are supported by UTF-8. Does anyone have any idea for this? I have a sample string as-

Re: [flexcoders] Re: FlexUnit + Ant + Continuos Integration

2010-03-09 Thread M. Fernanda Gioiosa
Thanks a lot for the information! Kind Regards, Fernanda On Mon, Mar 8, 2010 at 4:25 PM, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: Thank you very much :) :) :) regards, -- To: flexcoders@yahoogroups.com From: mportu...@yahoo.com Date: Mon, 8 Mar

[flexcoders] range of values checked in a case (switch)

2010-03-09 Thread Wally Kolcz
Is there a way to check for a range of conditions inside a case of a switch case? I want to so something like this: switfch(age){ case (age = 0 age = 4): ageGroup = 1; break; ... }

[flexcoders] right click (view source)

2010-03-09 Thread cholid cholid
HI all any one know where is script right click to view source in flex? and how to unactive it, and how to add more thanks regards

Re: [flexcoders] Disabling focus on button when tab is pressed

2010-03-09 Thread Alex Harui
TabEnabled=false On 3/9/10 3:55 PM, Mike Chang mik...@gmail.com wrote: Hi, I have some buttons in my UI, and I realize that when TAB is pressed, it automatically sets the focus to one of the buttons. I do not wish to have this behavior. Is there a way to disable it? Thanks, Mike --

Re: [flexcoders] Animating Grid Slowdown in Flex 3

2010-03-09 Thread Alex Harui
First make sure your renderers are optimized if you’re not using the default renderers. One trick would be to grab a bitmap of the datagrid, hide the datagrid, shrink the bitmap, then show the datagrid in its final small size. On 3/9/10 11:29 AM, richmcgillicuddy r...@cetani.com wrote:

Re: [flexcoders] Re: How to access web page on own web site.

2010-03-09 Thread Peeyush Tuli
designing an mdi ui in flex is not that difficult. A framework is already available for that - http://code.google.com/p/flexmdi/ although as you said.. just copying a desktop design over to a web app might not be a good approach. On Wed, Mar 10, 2010 at 1:32 AM, raja_s_patil

Re: [flexcoders] Re: How to access web page on own web site.

2010-03-09 Thread R. S. Patil
Thanks Peeyush, designing an mdi ui in flex is not that difficult. A framework is already available for that - http://code.google.com/p/flexmdi/ although as you said.. just copying a desktop design over to a web app might not be a good approach. Thanks for MDI framework tip. If you have

[flexcoders] Re: LCDS Configuration Settings - Best Practices?

2010-03-09 Thread Mike
This book has information that should be quite helpful: http://www.slinnbooks.com/books/serverSide/ Mike

[flexcoders] Re: Problem with name attribute in programmatic skinning

2010-03-09 Thread liloosweet
To be more specific in my question, is there some case where a name attribute is not equal to the skin name ?