Re: [flexcoders] Flex2 :: Rounded Corner Fragments :: What is it!

2006-03-19 Thread Paolo Bernardini
Actually, it can get even worst then that, i you try the Style explorer app (http://weblogs.macromedia.com/mc/archives/Flex2StyleExplorer.html ) , and play with the panel Corner radius setting you see ugly it is. I hope the will fix this in the next beta release. 2006/3/19, Michael Schmalle

RE: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread Jason Hawryluk
I am also in the same position. I started with Flex 1.5, and ever since theFlex 2.0 alphabeen in flex 2.0. There is no official release date for it, but I don't think we'll regret thinking ahead. ItÂ’s also allot easier to use and get around in. There are quite a few changes between AS2

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread jeremy lu
beta1 is pretty solid now, definitly should go with flex 2, so you don't have to port it again 3 months later. my .2 centsOn 3/19/06, Jason Hawryluk [EMAIL PROTECTED] wrote: I am also in the same position. I started with Flex 1.5, and ever since theFlex 2.0 alphabeen in flex 2.0.

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread Michael Schmalle
jeremy wouldn't it be ' my .02 cents ' ;-)On 3/19/06, jeremy lu [EMAIL PROTECTED] wrote: beta1 is pretty solid now, definitly should go with flex 2, so you don't have to port it again 3 months later. my .2 centsOn 3/19/06, Jason Hawryluk [EMAIL PROTECTED] wrote: I am also in the

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread dos dedos
.. reminds me of that part from "Office Space" when they discover they have $325,000 in their bank account which was supposed to accrue over several years from fractional pennies stolen from their ex employer The funny part goes something like this:Michael: I must have missed a decimal

RE: [flexcoders] Adobe Best Practices: Deprecate/Remove Cycle?

2006-03-19 Thread Matt Chotin
We plan on doing deprecation in many cases but we certainly dont do it for features that change in a Beta and between Flex 1.5 and 2.0 weve changed so much that at some point we decided deprecation wasnt really worth it. But Ill also say that we saw this as a one-shot deal, this is the

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread jeremy lu
geeze, I knew there was something wrong in that phrase... :POn 3/20/06, dos dedos [EMAIL PROTECTED] wrote: .. reminds me of that part from Office Space when they discover they have $325,000 in their bank account which was supposed to accrue over several years from fractional pennies stolen

[flexcoders] Flex Enterprise Services and JBoss 4 : fail to run sample apps

2006-03-19 Thread Michael Klishin
Hi, I'm trying to run Flex 2 Enterprise Services on JBoss 4.03 SP1 and get exceptions while deploying. I read a post at Adobe labs forums with the same problem but there were no answers to the question. Did anyone experienced this problem with JBoss? Thanks in advance. Regards, -- Michael

Re: [flexcoders] Flex2/ColdFusion connectivity : session scope problem

2006-03-19 Thread Jason Y. Kwong
I hope someone is actually looking into this. Here's a log of the null pointer exception when trying to use J2EE sessions. It's not terribly useful as the stack trace is not shown, but it does show that the exception occurred when trying to access the ColdFusion service, most likely the adapter

RE: [flexcoders] Re: Weyert // HTTP (or socket) Client and Server in Flex UI

2006-03-19 Thread dos dedos
That's good to know :)Looking forward to your book ... what's the title gonna be? ThanksWeyert de Boer [EMAIL PROTECTED] wrote: Users will have to install the Python server and the SWF will be installed with it so it will run on localhost, i.e. no firewall issues. Aha :-) So you're

[flexcoders] Extra characters found after end of program (Flex 2 beta 1)

2006-03-19 Thread yaagcur
I've had this error a couple of times and have never been able to solve it There are no characters I can find after the mxml file referenced and the line number location listed is neither at end of the program nor contains irrelevant characters In the Problems panel the resource shows the folder

[flexcoders] Re: Extra characters found after end of program (Flex 2 beta 1)

2006-03-19 Thread yaagcur
I think I found it. there was an extra rightbrace in program Not at given line number though --- In flexcoders@yahoogroups.com, yaagcur [EMAIL PROTECTED] wrote: I've had this error a couple of times and have never been able to solve it There are no characters I can find after the mxml file

[flexcoders] Debugging server-side code

2006-03-19 Thread adamcath123
Hi guys, Can I debug the Java code being called by my Flex RPC components? How? -Adam -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit

[flexcoders] Re: Flip and mirror a bitmap in Flex

2006-03-19 Thread grae_hall
The issue is it doesn't have the image loaded completely and added as an instance - so - you need to get a set of loader listeners for the image happening - and then on the completion listener run the bitmap reflect function. If you embed the image - you should be sweet. At least - that's what I

[flexcoders] ColdFusion sessions?

2006-03-19 Thread a1111111111111
Anyone else having problems getting ColdFusion sessions or cflogin to work with Flex? As soon as I turn on sessionmanagement Flex freaks out. Is something wrong with my config... or is this a known problem? Thanks -rd -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Debugging server-side code

2006-03-19 Thread Dave Wolf
Yes you absolutely can. How depends on which application server you are using. Sometimes is very easy, other times its very tricky. Using Tomcat is on the easy side. Especially if you are using either Eclipse or the new Flex Builder v2. That is because you can run the tomcat process right

RE: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread Dimitrios Gianninas
I'd go with Flex 2.0 if I were you. Jimmy -Original Message- From: flexcoders@yahoogroups.com on behalf of Richie Rich Sent: Sat 3/18/2006 9:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0? Hello, I am starting a project that I

Re: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread t_msreddy
Migrating from Flex 1.5 to Flex 2.0 is big pain becuase things changed a lot around lot of things especially around the concept of cellRenderers and CellEditors. Apart from that I would consider these facts: 1. Flex 2.0 does not dependent on Flex server being available. You can use

Re: [flexcoders] AS3 :: Multiline RegExp declarations :: Future enhancement ? ;-)

2006-03-19 Thread Michael Schmalle
Ah, are you talking about the code panes find/replace? Heh, I won't goto that trouble, I can see myself really messing things up! Peace, MikeOn 3/19/06, Michael Schmalle [EMAIL PROTECTED] wrote: Darron, If it's a concern, then when you build your regex don't escape the \'s, and as a last

[flexcoders] FB2 :: Internal Build Error :: Some enlightening thoughts

2006-03-19 Thread Michael Schmalle
Hey, I am being really careful about what I do in FB2 and have noticed somethings. I had an object; _classSignature = { modifiers:modifiers signature:signature, packageName:packageName, superClassName:superClassName, superClassPackage:superClassPackage,

[flexcoders] Tonight (20th Mar) Sydney Developers study gorup

2006-03-19 Thread Chris Velevitch
Tonight (20th March) is the next meeting of the study group we will be studying FlexUnit 2, the unit testing framework for Flex 2. Please read the articles prior to the meeting (see http://www.flashdev.org.au/program). At the meeting, the moderator will lead discussion and with questions about the

[flexcoders] Re: is ther a way to write those as STYLE

2006-03-19 Thread shemeshkale
1. how would i do that? could u give an example? 2. is there a reference to all those properties? 3. how can i do horizontal lines 'behind' the line series on certain y-axis points? TNX --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Unfortunately, no, compound

RE: [flexcoders] FLV encoder

2006-03-19 Thread Jeff Steiner
I wrote an article on Flix Engine - I loved what it allowed me to do. I don't have any advice for a linux app that would do the same - but if you decide to go with Windows - you can't go wrong with Flix Engine. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] FLV encoder

2006-03-19 Thread Jeff Steiner
Oh yeah - http://www.flexauthority.com/articlesArchive/FlixEngine.cfm Might help. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Steiner Sent: Sunday, March 19, 2006 10:05 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FLV

[flexcoders] Flex Framework Source Code

2006-03-19 Thread Renaun Erickson
I am seeing some reports that the Flex Framework Source Code will become available. 2006-03-17 Full Flex framework ActionScript source code released on Adobe Flex 2.0 Beta1 CD - in \extras\flex2_b1_framework+charts_source_01-30.zip. I don't see this online yet, the CD was included with this