[flexcoders] How long does it take to learn Flex and get a job?

2010-01-16 Thread fred44455
I am new to Flex and started learning Flex 3 months ago. I have no programming background. I wonder how long does it take to learn Flex and how long will take me before I can apply for an entry level position? I gave myself 1 year but I wonder if it is a realistic time frame? Thanks for your tim

[flexcoders] The grammar of "Embed" to define Class/Function in CSS?

2010-01-16 Thread xiaoming_w...@ymail.com
Hi gurus, I have a component with style definitions like the following: [Style(name="rendererClass",type="Class",inherit="yes")] [Style(name="rendererFunction",type="Function",inherit="yes")] How to define the vlaue of these 2 styles in a CSS file if the class name and function name are known?

Re: [Spam] RE: [SPAM] [flexcoders] Re: Problem Casting an Object to a known type

2010-01-16 Thread Tino Dai
Hey Nick, Maybe this would work, maybe not. Could try zip the data on the SAP side and then unzip on the flex side. If some some reason, there is a problem with the AMF transfer, it might avoid it. Just a though. -Tino On Fri, Jan 8, 2010 at 11:43 AM, Nick Middleweek wrote: > > > Thanks f

Re: [flexcoders] flex vertial button?

2010-01-16 Thread robert.vancuren...@gmail.com
Try embedding your fonts, that should fix your problem. Flex can not display rotated fonts unless they are embedded. -- Sent from my Palm Pre markflex2007 wrote:   I try to vertical button like.but I can not see label in button.

[flexcoders] flex vertial button?

2010-01-16 Thread markflex2007
I try to vertical button like.but I can not see label in button. Do you have other ways.Thanks Mark

Re: [flexcoders] Re: Datagrid itemrenderer for adding multiple linkbuttons in same gridcolumn

2010-01-16 Thread Tino Dai
Have you looked at the class LinkBar? I think that would be a good way to return a multiple buttons in a cell of a datagrid. http://livedocs.adobe.com/flex/3/langref/mx/controls/LinkBar.html -Tino On Wed, Jan 13, 2010 at 10:11 AM, aramsdell2000 wrote: > > > OK, that's the problem. I don't know

[flexcoders] Re: Can a canvas be scrollable without the scrollbars?

2010-01-16 Thread jfhgthree
Yes. You can do it using a mask. Take a look at this example http://www.degrafa.org/source/VariableMasking/CroppingSample.html J.F. --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > Anyone know of a way to set the horizontalScrollPolicy and > verticalScrollPolicy both to false so that

[flexcoders] Re: Flex + BazeDS: custom collections on Flex side

2010-01-16 Thread Sébastien Tromp
Bumping the question, since I still have not resolved the issue. If there really is no other way I will try and revert back to an Object (or Dictionary) to store the data, and use the HashCollection simply as a wrapper around it. Thanks, -- Sébastien 2010/1/10 Sébastien Tromp > (sorry, mislic

[flexcoders] Re: MAC : TextInput focus

2010-01-16 Thread mitchgrrt
Here is a good discussion of the issue: http://carrythezero.net/blog/2009/01/20/flex-textinput-focus-issues/ and a summary of what seems to be the problem: http://stackoverflow.com/questions/594821/object-focus-problem-with-saf

[flexcoders] Re: MAC : TextInput focus

2010-01-16 Thread mitchgrrt
I tried the same example and it worked in Firefox on the Mac but not in Safari. In Safari the text input looks like it has focus - it has a blue glowing border around it - but I can't type in it without first clicking the mouse. Both of the lines "theInput.stage.focus = theInput" and "theInput.se

[flexcoders] Re: IGraphicElement and LayoutBase

2010-01-16 Thread Florian
Ah, thanx. that clearifies a lot. But i don't understand why. I thought the IGraphicElements would be a util class to draw complex shapes into the owners graphic property. Which also means to me that the constraints should applied to be bounds of the component... What am i missing? Best regard