Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-15 Thread Erik de Bruin
Alex, The local variables in methods on the stack, by which I presume you mean have been called recently, are mostly counters and such, as well as references to properties of other objects, to avoid too much lookup (myVarRef instead of repeatedly calling Controller.instance.myList.myVar). 2

[flexcoders] Need Thousand Separation functionality in INR format

2009-07-15 Thread dhansekarank
Hi, I am working for indian client. So i need to format the amount with thousand separation in INR format. But flex default useThousandSeparation property formats the amount in US dollar. How to override the function to format it in indian rupees? Thanks in advance, by, Dhanasekaran

Re: [flexcoders] Need Thousand Separation functionality in INR format

2009-07-15 Thread thomas parquier
Hi, You can use a NumberFormatter component with thousandSeparatorFrom and thousandSeparatorTo attributes : mx:NumberFormatter id=numberFormatter precision=2 thousandsSeparatorFrom=, thousandsSeparatorTo= / and then use numberFormatter.format(

[flexcoders] IFeelFree Website Test

2009-07-15 Thread Samuel Colak
Dear All, I really appreciate all the help this group has provided in the past. As a request, id like some help in testing my new service (IFEELFREE.COM) for stability etc. If you can take the time, to test the service, i would be very grateful. The service is being upgraded through the

[flexcoders] Weborb serialzing issue

2009-07-15 Thread gordofeatherfoot
Hello all, I don't know if it this is the right place to ask but i have had little (not to say no) feedback from the weborb forum, so i apologize if this is not appropriate. I am sending a simple AS3 Object to my .net backend through weborb. This object has a property 'foo' with a decimal

[flexcoders] Charts - multiple data series (column/line) bar width issue

2009-07-15 Thread Shurup
Hi I have an issue with column width in mixed chart: on one chart I have 9 line series and 1 column series and visually that one column takes 1/10 of the category width, which would be logical if other series would also be columns (then each of them would take 1/10 of widths and it would look

[flexcoders] Re: Remote AMF all in IE7 Fails NetConnection.Call.Failed: HTTP: Status 403

2009-07-15 Thread Anthony DeBonis
Very good idea - I tried the reset steps but still no joy. You may be onto something because the certificate on this server is a internal generated cert - not a trusted cert so we do get a cert warning before page/application loads. This is still a real problem for us and need to figure out why

[flexcoders] Run Debug using ANT

2009-07-15 Thread Simon Bailey
Hi, I have an ANT script that compiles a debug swf and launches it in its HTML wrapper in a browser window. For some reason though if I run the ANT script I cannot seem to connect to the debugger to output to the console and hit breakpoints etc. I can launch it by setting up external

Re: [flexcoders]

2009-07-15 Thread Tom Chiverton
On Tuesday 14 Jul 2009, Gustavo Duenas wrote: Hi coders, I have installed the flex 4 sdk (placed onto the sdk folder on flex builder 3) onto my flex builder 3 let me know if I'm doing something possible or not. Normally you'd unpack the new SDK to some other directory, then add it in

[flexcoders] Re: Weborb serialzing issue

2009-07-15 Thread valdhor
I don't use .NET (I use PHP) but two things off the top of my head... The property of the corresponding object on the .NET side is typed as an int. You are actually sending what looks like an int so .NET is coercing it for you. You could also try sending the property as a string and then

Re: [flexcoders] clearing the flex cache?

2009-07-15 Thread Tom Chiverton
On Wednesday 15 Jul 2009, jedierikb wrote: I would like to clear my cache of all the flex libraries used by my browsers. I would like to do this to see the speed of my flex apps loading the flex rsls for the first time. I've got these directories. Your O/S probably has something similar, just

Re: [flexcoders] Linux says corrupt file when clicking on an air app.

2009-07-15 Thread Tom Chiverton
On Wednesday 15 Jul 2009, Raymond Brown wrote: as root and general user on the linux system. Any pointers is appreciated. Could be lots of things, I am afraid. Not enough disk space ? Old runtimes didn't like some newer SDKs. -- Helping to challengingly morph network infrastructures as part

Re: [flexcoders] Re: LCDS fallback and firewalls which inspect packets

2009-07-15 Thread Tom Chiverton
On Tuesday 14 Jul 2009, Johannes Nel wrote: the https idea is worth a try. Thanks for the input. Or set up a site-to-site VPN. -- Helping to biannually differentiate revolutionary vertical unique web-enabled environments as part of the IT team of the year, '09 and '08

Re: [flexcoders] Eclipse and flex setup questions

2009-07-15 Thread Tom Chiverton
On Tuesday 14 Jul 2009, Howard Fore wrote: Tom, what does XSD4MXML do? The info on the Google Code page doesn't make it clear how it relates to code hinting. It makes a file you can load into the Eclipse WTP XML editor to give insight on MXML files. -- Helping to dynamically grow turn-key

[flexcoders] Re: Weborb serialzing issue

2009-07-15 Thread gordofeatherfoot
First off thanks for your reply, 1. The corresonding object on the .NET side is a Dictionnary (which is the equivalent of the Object in AS3 I believe). So the properties are not typed. 2. I can't send a string and explicitly cast it to a float because the object i am sending is dynamic (this

[flexcoders] Re: Weborb serialzing issue

2009-07-15 Thread valdhor
With no strong typing on either the Flex or .NET side, how is .NET supposed to figure out the data type for you? WebORB is just a set of classes and methods built in a specific language (.NET in this case). If .NET passes WebORB a chunk of bytes, how is WebORB meant to figure out that it

[flexcoders] Re: create class on the fly

2009-07-15 Thread postwick
I cannot predict at compile-time what the name (or properties) of the class will be. I need to CREATE the class at runtime, AND add the properties to it. It seems, so far, that this is not possible. However, what I'm doing sounds very similar to your project. It's not so much the sheer

[flexcoders] Re: Charts - multiple data series (column/line) bar width issue

2009-07-15 Thread EddieBerman
This is due to a Flex bug (https://bugs.adobe.com/jira/browse/FLEXDMV-1957 https://bugs.adobe.com/jira/browse/FLEXDMV-1957 ) which I'd love to see fixed. Until then, here's one solution that I found: http://flexxxed.wordpress.com/

[flexcoders] TileList Item Spacing

2009-07-15 Thread wwwpl
I need to increase the spacing horizontally and vertically between the items in my TileList. I don't see how to do it. Please advise.

[flexcoders] Re: TileList Item Spacing

2009-07-15 Thread Tim Hoff
There isn't a horizontaGap or verticalGap between the tiles in a TileList. So, you'd have to use an itemRenderer to fake it. Add a transparent container to the itemRenderer, that contains the itemRenderer content; centered within the transparent container. You can then adjust the perceived

[flexcoders] Re: Programmaticly created Consumer does not find endpoint

2009-07-15 Thread Michael Slinn
No-one replied to my earlier post, is an Adobean available to look at this? The testdrive-datapush sample program uses AMF as the primary channel,so AMFStreaming was probably never used. I should have previously mentioned that I had changedmessaging-config.xml as follows so streaming is used

[flexcoders] Re: create class on the fly

2009-07-15 Thread wrhinfl
So you need a process that maps future (currently un)named column names into a class property name (which is also currently unnamed)? I think you want to work with a dynamic class. It will allow you to add new properties at run time. It will also allow you to add new functions at run time

[flexcoders] Re: create class on the fly

2009-07-15 Thread jer_ela
Just have your cfc return the results as a query, or as an array of structs. The first will be converted into an ArrayCollection of generic objects in Flex, and the second into an Array of objects. Each of these objects will have a property for each column in the record. Flex will be quite

[flexcoders] Re: create class on the fly

2009-07-15 Thread wrhinfl
Ok, I am sorry, I think there were still two bad lines of code in that example for trying to get a function into the class dynamically with a string variable. But I am able to add properties to the class dynamically based on the value of a string variable: var sNewProperty:String; sNewProperty

[flexcoders] Eclipse WTP and FlexBuilder 3

2009-07-15 Thread simonjpalmer
Has anyone managed to get WTP working in FlexBuilder 3, or to get FlexBuilder 3 working in Eclipse with WTP also in play? Are there any good resources to say how this works, or why it doesn't? I had this working fine in FlexBuilder 2.

[flexcoders] Re: create class on the fly

2009-07-15 Thread postwick
Thanks for pointing me in the right direction. I had no idea how well passing Flex Objects and CF Structures back-and-forth works. It's so simple, and CF Structures are fast. At the moment it displays object [Object] in the grid :-) but I'm able to bind a form to the properties of the object

Re: [flexcoders] Eclipse WTP and FlexBuilder 3

2009-07-15 Thread Julien Nicoulaud
We use WTP with Flex Builder 3 for our Flex projects. What kind of issue do you encounter ? 2009/7/15 simonjpalmer simonjpal...@yahoo.com Has anyone managed to get WTP working in FlexBuilder 3, or to get FlexBuilder 3 working in Eclipse with WTP also in play? Are there any good resources

Re: [flexcoders] clearing the flex cache?

2009-07-15 Thread Steve Mathews
If you are talking about the flex framework swz files then just go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html and uncheck Store common Flash components to reduce download times. On Tue, Jul 14, 2009 at 9:32 PM, jedierikb jedier...@gmail.com

Re: [flexcoders]

2009-07-15 Thread Gustavo Duenas
Thanks man, but I did something wrong ? Gustavo On Jul 15, 2009, at 8:48 AM, Tom Chiverton wrote: On Tuesday 14 Jul 2009, Gustavo Duenas wrote: Hi coders, I have installed the flex 4 sdk (placed onto the sdk folder on flex builder 3) onto my flex builder 3 let me know if I'm doing

[flexcoders] Re: Eclipse WTP and FlexBuilder 3

2009-07-15 Thread simonjpalmer
I added WTP via the download manager in Flexbuilder according to http://download.eclipse.org/webtools/updates/ however when it finishes I do not get any additional perspectives and I had an Eclipse error box with Java Null Pointer Exception messages in them. The install log says everything

Re: [flexcoders] Re: Eclipse WTP and FlexBuilder 3

2009-07-15 Thread Muzak
You'll need to install a version that works with Eclipse 3.3.1 (if you have the latest FB 3 standalone) According to this page: http://archive.eclipse.org/webtools/downloads/index.php The requirements for each WTP version are mentioned at the top of each page. The version that works with

[flexcoders] Re: Eclipse WTP and FlexBuilder 3

2009-07-15 Thread simonjpalmer
Thanks, that's great, just started a download. As a matter of interest do you tend to get the all-in-one or the WTP or WST packages? --- In flexcoders@yahoogroups.com, Muzak p.ginnebe...@... wrote: You'll need to install a version that works with Eclipse 3.3.1 (if you have the latest FB 3

[flexcoders] Yet Another ItemRenderer Question

2009-07-15 Thread grenma
I have a TileList with a custom ItemRenderer that misbehaves when it scrolls: one tile (the last tile rendered when viewed initially) stays fixed in place as a ghost image (it is not clickable like the other tiles) and sits over the other scrolled items. The spot the ghost tile should be in is

[flexcoders] Having problems iterating ResultSet returned to Flex via Blaze

2009-07-15 Thread tim...@ymail.com
I'm currently returning a SQL ResultSet from my Java class via Blaze to Flex and I'm trying to figure out how to bind for example a datagrid directly to the ResultSet object in Flex or iterate through it and then bind to the result. If anybody could point me in the right direction I'd greatly

[flexcoders] Re: Possible to create a chart with clustered overlaid columns? (picture inside)

2009-07-15 Thread sa3376
--- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: I haven't been able to find an example of this, or any indication in the docs of how to do this, but I would imagine it is possible. I want to chart some data that is hierarchical. Essentially each parent has a few

[flexcoders] Re: Possible to create a chart with clustered overlaid columns? (picture inside)

2009-07-15 Thread Tim Hoff
Very nice! -TH --- In flexcoders@yahoogroups.com, sa3376 sa3...@... wrote: --- In flexcoders@yahoogroups.com, gmoniey22 gmoniey22@ wrote: I haven't been able to find an example of this, or any indication in the docs of how to do this, but I would imagine it is possible. I want to

[flexcoders] - FLVPlayback FullScreen Mode

2009-07-15 Thread Eduardo Dias
Hi Everyone, I'm using the FLVPlayback in one of my projects and i'm having problems when it enter in fullscreen mode. The problem is the video player don't fill the whole screen on width, just in height. Have you guys passed through of similar situation? video:FLVPlayback id=flvPlayback