[flexcoders] Flex 4 Language Reference

2010-03-23 Thread Jonathan Bezuidenhout
Hi, Does anyone know the new online location for the Flex 4 Language reference? The old one (http://help.adobe.com/en_US/Flex/4.0/langref/) does not work anymore. Thank you. Jonathan

Re: [flexcoders] Flex 4 Language Reference

2010-03-23 Thread Jonathan Bezuidenhout
Thanks Andriy, I will try that out. On Tue, Mar 23, 2010 at 7:32 AM, Andriy Panas a.pa...@gmail.com wrote: Hi Jonathan, Have a look at this page: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/ -- Best regards, Andriy Panas On 23 March 2010 16:25, Jonathan

[flexcoders] DataGrid with content spanning several columns

2006-11-03 Thread Jonathan Bezuidenhout
Hi All,I need a DataGrid with the ability to have a row where some of the contents span across columns. It might sound a bit odd - here is maybe a bit more of a concrete example.The first column contains a zip code, 2nd column contains the name of a town, underneath both columns - i.e.

Re: [flexcoders] Re: DataGrid with content spanning several columns

2006-11-03 Thread Jonathan Bezuidenhout
thanks very much for the pointerj.On 11/3/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://www.cynergysystems.com/blogs/page/andrewtrice?entry=gantt_charts_in_flex_datagrids --- In flexcoders@yahoogroups.com, Jonathan Bezuidenhout [EMAIL PROTECTED

Re: [flexcoders] Flex release version: XML attribute string too long

2006-07-06 Thread Jonathan Bezuidenhout
Hi,No nasty characters - just escaped ones.It turns out that it is not that the string is too long - it is because it contains some escape sequences - it just happens to be that these strings are extra long. Something like lt;ligt; makes it break - amp; works though. Also, something like #60;

Re: [flexcoders] Flex release version: XML attribute string too long

2006-07-06 Thread Jonathan Bezuidenhout
it gets sucked it)what happens if you have that sort of stuff inline as opposed to pulled in from a file? just curious...PBHOn 7/6/06, Jonathan Bezuidenhout [EMAIL PROTECTED] wrote: Hi,No nasty characters - just escaped ones.It turns out

[flexcoders] Flex release version: XML attribute string too long

2006-07-05 Thread Jonathan Bezuidenhout
Hi,I have XML that worked fine up to Beta 3 - the one attribute contains a long string - not exceptionally long - but not short - too lazy to count the number of characters.The released version of Flex does not seem to parse this string anymore, and tells me the following: TypeError: Error

Re: [flexcoders] context-menu in flex...

2006-06-13 Thread Jonathan Bezuidenhout
Hi everyone,OK, I really need to have a right click context menu coming up in a tree - either my own or the Flash one.It seems the Flash one cannot be done without some other stuff in it that we do not want. Has anyone found a way to maybe fake it so that the built in one does not come up? All

[flexcoders] Flex and e-forms

2006-06-09 Thread Jonathan Bezuidenhout
Hi everyone,I know this question is a bit nebulous - but not as bad as how long is a piece of string.Has anyone had any experience of integrating e-forms with Flex? In our case, we want our users to be able to create their own forms, fill them in, and display that info back to them - and also

[flexcoders] Flex 2 Beta 3 - Tree with funky XML

2006-05-10 Thread Jonathan Bezuidenhout
Hi all, I am receiving XML which is sort of in this format: node label=aaa node label=bbb/ node label=ccc/ another nolabel=ddd/ /node another nolabel=eee//node The problem is that when the Tree is bound to this, the element with nolabel shows up as an empty row in the Tree (because

[flexcoders] Flash custom components in Flex 2

2006-03-23 Thread Jonathan Bezuidenhout
Hi everyone,In the Flex 1.5 docs there was a section on how to make a custom component in Flash and how to export it etc for use in Flex. I have noticed that this content is missing from the new Flex 2 docs. Is this not encouraged anymore or have they just not been included?I have tried to make

Re: [flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread Jonathan Bezuidenhout
Excellent - that worked.Thanks!JonathanOn 3/9/06, bhaq1972 [EMAIL PROTECTED] wrote: without looking at your code, i'll take a big guess. try putting your XMLList into a XMLLIstCollection eg var xlc:XMLListCollection = new XMLListCollection(yourXMLList); yourTileList.dataProvider = xlc;

[flexcoders] XMLList as dataProvder for TileList

2006-03-08 Thread Jonathan Bezuidenhout
Hi,I create a XMLList result from a query by using the e4x method - and I would like to use this as the data provider for a TileList.In the TileList I create a custom component as a listItemRenderer, and in that component I use e.g. [EMAIL PROTECTED] to try and display the value of my

Re: [flexcoders] Flex Server Alternatives

2005-09-29 Thread Jonathan Bezuidenhout
It DOES affect the developer - few companies can afford the high prices and you are out of a job. I think at the moment pointless for any developer to learn Flex with the few limited opportunities. The place I am currently working is the only one in town that does this work. I think if you

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Jonathan Bezuidenhout
On a slightly different note. I can tell you that in our multibillion dollar organization Flex is most likely about to be thrown out. We were going to buy something like 8 or 14 additional licenses to the multitude we already have, and the pricing is just totally ridiculous for what we need it

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Jonathan Bezuidenhout
Hi, If you have ever worked for a large corp, you will know that in the end, things are made up of small depts with maybe small pots of budgets. Only difference is that there are people that make decisionson how the pot of money is spent. And then there are committees that make decisions (e.g.

Re: [flexcoders] Re: Flash Player 8 Beta - found problem??!!

2005-07-14 Thread Jonathan Bezuidenhout
I have not found any problems in our apps. Performance is improved. Jonathan -- 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 your group on

[flexcoders] PieChart label

2005-05-25 Thread Jonathan Bezuidenhout
Hi, How do I make a pie chart show its label even if it is 100% for one item (i.e. only one slice for the whole pie)? At the moment the labels only show up when there is more then one slice present. Thanks Jonathan Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] Re: Flex on the Web

2005-05-20 Thread Jonathan Bezuidenhout
I can attest to this. Our app has been developent for well over a year, and in production for about 10 months, yet no-one on the outisde has ever seen it. Large companies have all kinds of business/competitive reasons for releasing (or not as in our case) stuff to the outside world. Also I can

Re: [flexcoders] Re: Announcing Flex Style Explorer

2005-05-18 Thread Jonathan Bezuidenhout
Excellent - I found how to set a style in LinkBar that I have never been able to find. Thanks Jonathan Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] *

Re: [flexcoders] CurrencyFormatter

2005-05-13 Thread Jonathan Bezuidenhout
Thanks very much Matt, that did the trick. On 5/12/05, Matt Chotin [EMAIL PROTECTED] wrote: You also need to set the thousandsSeparator to something other than , so that it doesn't interfere. From: flexcoders@yahoogroups.com

Re: [flexcoders] flex app re-packaged in a war and the flexbootstrap class path

2005-05-10 Thread Jonathan Bezuidenhout
Romain, We had/have the same problem - I did some research at the time. (I believe) the Flex server code uses a call with known compatibility issues e.g. ServletContext.getRealPath(WEB-INF)... this will work fine on an exploded directory, but not necessarily in a war file - depending on your

Re: [flexcoders] XMLDecoder class

2005-05-04 Thread Jonathan Bezuidenhout
Matt, We tried to convert the XMLObjectOutput (even with the help of MM support) and we still ended up with something that was only about 97% compatible. You can always find cases of XML that it does not give the same results for. The danger is that if you guys change the internals of how

Re: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread Jonathan Bezuidenhout
I am sure it can - we just had the same problem with batik.jar. In fact, to see weirdness being even weirder, copy the exact batik jar files from the flex/jars into your regular WEB-INF/jars - you would think duplicate but OK - unfortunately Flex does not like that. As soon as you access mxml

Re: [flexcoders] Flex with HitBox (HBX)

2005-03-30 Thread Jonathan Bezuidenhout
It is software to track people's beahviour and analyzes it http://www.websidestory.com/services-solutions/hbx/overview.html http://www.macromedia.com/macromedia/proom/pr/2001/websidestory.html e.g. if you go to a page, and stay there for a couple of mins, or click on certain things it can

Re: [flexcoders] Flex with HitBox (HBX)

2005-03-30 Thread Jonathan Bezuidenhout
are opened. -Original Message- From: Jonathan Bezuidenhout [mailto:[EMAIL PROTECTED] Sent: 30 March 2005 16:27 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex with HitBox (HBX) It is software to track people's beahviour and analyzes it http

Re: [flexcoders] Performance testing Flash-J2EE applications

2005-03-09 Thread Jonathan Bezuidenhout
I used the (free) Microsoft web application stress tool - it can record AMF. http://www.microsoft.com/downloads/details.aspx?FamilyID=E2C0585A-062A-439E-A67D-75A89AA36495displaylang=en You are getting the error because flashproxy only allows binary communication - it is the servlet that is used

Re: [flexcoders] random flexcoders notes

2005-03-07 Thread Jonathan Bezuidenhout
I have been trying to get aroud the search problem by using a gmail account and let everything just accumulate in there - then I can search them. After many months my account is up to 5% usage, so there is still a lot of space left. Of course this only helps if you have a long history of topics

getURL POST problems

2004-05-08 Thread Jonathan Bezuidenhout
Hi all, I have the following problem. My Flex app gets to a point where its work is done, and it needs to pass control to a legacy CGI application which needs to receive several variables as a POST. Some of these variables exceed the limitthat you can have in a GET, so it must be done