[flexcoders] Spark layout / horizonal and vertical centered button

2009-10-20 Thread Markus
Hello, this might be an easy question but at the moment I am not sure how to do this. I want to use the new Spark layout and display a button that is horizontal and vertical centered in the middle. I have tried the following code but it didn't work. ?xml version=1.0 encoding=utf-8?

RE: [flexcoders] 2 strange issues for begginer in action script ref

2009-10-20 Thread dennis
Thank you for your help, developing flex projects all of then components are available. dennis From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gordon Smith Sent: Tuesday, October 20, 2009 2:09 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] 2

[flexcoders] Re: Spark layout / horizonal and vertical centered button

2009-10-20 Thread Markus
Just found the link to the slides and sources for Glenn Ruehle's presentation about Spark layouts at the Official Flex Team Blog: http://blogs.adobe.com/flex/ --- In flexcoders@yahoogroups.com, Markus kram...@... wrote: Hello, this might be an easy question but at the moment I am not sure

[flexcoders] Re: inline item editor component grow when selected?

2009-10-20 Thread mr_william_clark
I guess I will answer my own question: On the DataGrid column, use editorHeightOffset and EditorWidthOffset to set the larger size cell. You can also use editorXOffest and editorYOffset to move the itemEditor cell a little bit off the top of the edited cell. --- In flexcoders@yahoogroups.com,

[flexcoders] 1067: Implicit coercion of a value of type Array to an unrelated type __AS3__.vec:Vector.Object

2009-10-20 Thread |Mirko
Hi, Recently i used Flash Builder Beta 1 for my project but since Beta 1 expired i installed Beta 2 and imported my project. Now, i have a following error which didn't exist in previous Beta 1 version and i am not sure how to solve this. The error is for this line of code:

[flexcoders] Re: PHP service classes in a different directory besides Weborb's Services dir

2009-10-20 Thread valdhor
The Services path is set in the weborb-config.xml file in the Weborb directory. I have never tried changing it but that is the first place I would try. --- In flexcoders@yahoogroups.com, Keith Sutton keith_sutton...@... wrote: Weborb seems to restrict you to putting service classes in the

[flexcoders] calling new CSSStyleDeclaration

2009-10-20 Thread djhatrick
causes all my components to flash, is there a way to avoid this? Thanks, Patrick

[flexcoders] RPC Fault when calling remoteObject / cfc

2009-10-20 Thread janjohannes...@rocketmail.com
Hi, I have had a problem for a long time now. It happens when I run applications from Flex Builder 3 that call remoteObjects that again calls coldFusion cfc-files. The first time I run the applications after I have started Flex Builder, it always works ok. But after 10 minutes or so of using

[flexcoders] Re: HTML in text control

2009-10-20 Thread janjohannes...@rocketmail.com
I found that this probleme occors because of embedded fonts. So when I embedded the fonts with one swf-file for each embedded font, the broblem was solved. --- In flexcoders@yahoogroups.com, janjohannes...@... d...@... wrote: I forgot to mention that the string that comes from the MySQL

[flexcoders] Re: Question?? Best method for plotting a Moving Average

2009-10-20 Thread jc_bad28
How are you receiving your price data to plot? Price feed? Static file? What you could do is create a function to loop through the array and perform the moving average calculation and add the result as an extra column in the array. Are you plotting the full historic price data set? If so,

Re: [SPAM] [flexcoders] Web Service not returning all XML elements.

2009-10-20 Thread jc_bad28
Thanks for the reply. After doing some searches, I see you've answered this question a few jillion times. :) --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: The default resultFormat, object causes Flex to try to convert the xml into a tree of dynamic objects. This is

RE: [flexcoders] calling new CSSStyleDeclaration

2009-10-20 Thread Alex Harui
Try validateNow Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent: Tuesday, October 20, 2009 6:41 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] 1067: Implicit coercion of a value of type Array to an unrelated type __AS3__.vec:Vector.Object

2009-10-20 Thread |Mirko
I solved this Vector problem but now i found more problems because of transfer to Beta 2. Is it possible somehow to use that same Flex 4.0 (build 7219) sdk which was in Beta 1 where my project worked correcly now in Flash Builder Beta 2? I tried adding that same sdk from Beta 1 to Beta 2 but

[flexcoders] Re: calling new CSSStyleDeclaration

2009-10-20 Thread djhatrick
ok, thanks, Where do I call this, on my module in initialize? --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Try validateNow Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] transparent overlay with mouseover events passed throught - how to??

2009-10-20 Thread pauli159000
I'm using a chart component, and I want to implement a drill down that will overlay the summary chart. I'm an experienced developer, but new to Flex/ActionScript. I'm using the Axiis Datavis Library, although I don't think it matters for my questions. I currently have an application with

[flexcoders] Scaling issues.

2009-10-20 Thread flexaustin
I am using a library that has a built in scaling so you create an object from the library and when you scale everything in the object will scale. Think Google maps. So the issue I am having is that I am using a TransformTool Senocular's that is. So when a transform tool is in side the

[flexcoders] Re: onMouseOver buttons - how to ? as in Flex Store

2009-10-20 Thread thaagen...@ymail.com
The application you linked has view source available. The effect in this example is achieved by using a custom style. Two custom styles actually. The first style is for the overall button bar. You can call it anything you like. You call the style inline with styleName=myCustomStyle which you

[flexcoders] RemoveChild not removing instance from memory

2009-10-20 Thread Brandon Krakowsky
Hello there.  I've got a VBox into which I'm dynamically adding multiple instances of a custom UIComponent.  When I try to remove them, and add new instances, the old instances seem to hang around in memory, as well as the assets contained within - UITextFields, Radio Buttons, etc. I remove

[flexcoders] Re: Yahoo! Groups: Welcome to flexcoders. Visit today!

2009-10-20 Thread Timothy Haagenson
Sending a message so that I may start posting messages to the group. From: flexcoders Moderator flexcoders-ow...@yahoogroups.com To: thaagen...@ymail.com Sent: Tue, October 20, 2009 2:32:18 PM Subject: Yahoo! Groups: Welcome to flexcoders. Visit today! Hello,

RE: [flexcoders] Re: calling new CSSStyleDeclaration

2009-10-20 Thread Alex Harui
For performance reasons I'd call it on the highest level thing that is flickering. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djhatrick Sent:

re[flexcoders] size checkbox/radioButton?

2009-10-20 Thread coder3
Hi All, I want to shrink the checkbox or radioButton but keep the size of the lable/text. i tried this: mx:radioButton scaleX=0.8 scaley=0.8 fontsize=13/ scalex/y makes the button and text smaller, so i increase the fontsize, but it seems that the label shows 80% of it. is there another way

RE: [flexcoders] transparent overlay with mouseover events passed throught - how to??

2009-10-20 Thread Alex Harui
Even if visible=false, the component will be layed out. If both canvases have width/height=100% they will overlap Declaration order sets depth Instead of a Canvas, you might need to use UIComponent. Canvas has code that blocks mouse events if you listen for any mouse events on it.

RE: [flexcoders] Scaling issues.

2009-10-20 Thread Alex Harui
1/framworkObject.scaleX Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin Sent: Tuesday, October 20, 2009 1:21 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] RemoveChild not removing instance from memory

2009-10-20 Thread Alex Harui
The profiler will show you what is still hanging on to those objects. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Brandon Krakowsky Sent: Tuesday,

[flexcoders] Re: transparent overlay with mouseover events passed throught - how to??

2009-10-20 Thread pauli159000
OK -- got it. Thanks for saving me the time it would have taken to find out that it wouldn't work. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Instead of a Canvas, you might need to use UIComponent. Canvas has code that blocks mouse events if you listen for any mouse

[flexcoders] Re: Huge impact of Class and Function on memory usage

2009-10-20 Thread gtb104
Anyone? --- In flexcoders@yahoogroups.com, gtb104 gtb...@... wrote: I'm seeing similar results. We're taking great pains to reduce the memory footprint of our application. We're getting the memory requirement down slowly, but BitmapData is humongous! After running a test case 7 times,

[flexcoders] DateTimeAxis not displaying all values in collection

2009-10-20 Thread c0mpl3xxx
I'm having an issue when trying to use the DateTimeAxis to map a set of values to a ColumnChart. The dataProvider for my chart includes a months worth data (currently 31 days). I setup my DateTimeAxis with a minimum date for the 1st of the month, and a maximum date for the 31st of the month. I

Re: [SPAM] [flexcoders] How to call a Actionscript function in a UI child from UI father ?

2009-10-20 Thread Alen Balja
Also you would want to make all functions public that are to be accessed by outside objects. I see you marked getFileSize as private. On Thu, Oct 15, 2009 at 10:11 AM, Tracy Spratt tr...@nts3rd.com wrote: Don’t use binding braces in actionscript (the event handler declaration is

[flexcoders] How to write a multiuser type game?

2009-10-20 Thread luvfotography
Are there any good books or postings or examples on how to write a multiuser Flex game? Just looking for a basic type game like poker. thanks,

[flexcoders] Flex resources Search?

2009-10-20 Thread luvfotography
Are there any good search engines that just search Flex sites?

[flexcoders] Line spacing (style leading) behaves weirdly for multiline UITextfield

2009-10-20 Thread m_koks
Hi All, I have to provide the support for the style leading (which is used for line spacing) for UItextField component. Problem is that the line spacing doesn't get applied to the last line of a multiline text. Interestingly, if if it is a single line text then it works fine. Run the following