RE: [flexcoders] Setting Tree.selectedItem

2009-07-13 Thread Tracy Spratt
Please do not “hijack” threads. If your post is not directly related to a current thread, start a new subject. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Terry Human Sent:

RE: [flexcoders] Setting Tree.selectedItem

2009-07-13 Thread Tracy Spratt
Please do not “hijack” threads. If your post is not directly related to a current thread, start a new subject. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Terry Human Sent:

[flexcoders] FXComps Money 2.0.0 is released

2009-07-13 Thread lacito.domingo
FXComps Money library (version: 2.0.0) is released (BSD license). http://www.fxcomps.com/money.html http://www.fxcomps.com/money.html FXComps Money library is developed for calculating with arbitrary-precision signed decimal numbers and money. This version includes bug fixes, new classes

RE: [flexcoders] Re: This is not as easy as it seems ... apparently...

2009-07-13 Thread Tracy Spratt
First, to make it completely clear, when working with the data, you must always use the underlying dataProvider and item and never the DataGrid or cell itself. This is because itemRenderers are recycled. You can never do any row level work in a renderer in creationComplete for the same reason,

[flexcoders] Gumbo Graphs

2009-07-13 Thread pedrocpedroc
Hi, I have been using data visulization tools based on Degrafa - my own, things like Birdeye, and more recently Axiis. Cool, but none of them work in Flex 4/Gumbo - because the current version of Degrafa is not meant to be used with Gumbo. So, I am trying work which of the following options

[flexcoders] Re: Set up zendamf with flexbuilder

2009-07-13 Thread valdhor
handoyo I went to the site you specified and downloaded the files. This is what I did to get things working... - Created a directory on my server at the same level as the Zend directory named FlexZend. This is not required but I did not want to clutter my server. I then copied the two files

[flexcoders] Can you use BlazeDS receiving SOAP WS can be turned into typed objects?

2009-07-13 Thread app.developer
Can you use BlazeDS receiving SOAP WS can be turned into typed objects? Has this been done been done before? P

[flexcoders] Re: f_in_box memory issues

2009-07-13 Thread ag_rcuren
Here is a very simple test I just ran Using this application: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Label text=Hello World/ /mx:Application Built in release mode running in f_in_box's sample app FullVersionTest.exe I

Re: [flexcoders] Re: Set up zendamf with flexbuilder

2009-07-13 Thread Yesaya handoyo
Thanks @valdhor ,i got it working allright.. :d On 7/13/09, valdhor valdhorli...@embarqmail.com wrote: handoyo I went to the site you specified and downloaded the files. This is what I did to get things working... - Created a directory on my server at the same level as the Zend directory

Re: [flexcoders] Gumbo Graphs

2009-07-13 Thread Tom Chiverton
On Monday 13 Jul 2009, pedrocpedroc wrote: like Birdeye, and more recently Axiis. Cool, but none of them work in Flex 4/Gumbo - because the current version of Degrafa is not meant to be used with Gumbo. You should be able to load Flex 3 source into a Flex 4 fx:Application fine. If it's not

[flexcoders] Issue adding an Image component to a custom component

2009-07-13 Thread gordofeatherfoot
Hello, I have a problem that is not so easy to expose so please bare with me. I have a Component class written is AS3 which extends the Canvas Class. I then have a weather component written in mxml that uses as a base the the Component class. ie my weather component.mxml looks something like

[flexcoders] Issue adding an Image component to a custom component

2009-07-13 Thread gordofeatherfoot
Hello, I have a problem that is not so easy to expose so please bare with me. I have a Component class written is AS3 which extends the Canvas Class. I then have a weather component written in mxml that uses as a base the the Component class. ie my weather component.mxml looks something like

[flexcoders] Re: Error: Unknown Property: 'constructor'. when using LCDS

2009-07-13 Thread valdhor
Is this a problem only when using LCDS? Is this a Flex error or a coldfusion error? If it is a Flex error it has got to be with the Datagrid control. If it is a Coldfusion error, then, sorry, I can't help you but there should be others around who can. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in

2009-07-13 Thread valdhor
If I were to do this I would return different data depending on user or admin login. The dataprovider would remain the same - just the data would change. --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: Hi all,i'm trying to change Flex 3 ToggleButtonBar dataprovider on user

[flexcoders] Re: BrowserManager not working

2009-07-13 Thread valdhor
What does the trace(url1) output? Does it have a # in it somewhere? If so, the browser won't refresh as it is trying to move to an anchor. --- In flexcoders@yahoogroups.com, edencane lukevanderfl...@... wrote: Hi. Thanks for your response. After some more troubleshooting the problem is the

Re: [flexcoders] Re: Trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in

2009-07-13 Thread Yesaya handoyo
I put the code on pastebin,here are the link.. http://www.pastebin.org/1296 Anyway,do you mind to give me an example for returning different data??Thanks a lot... On 7/13/09, valdhor valdhorli...@embarqmail.com wrote: If I were to do this I would return different data depending on user or admin

[flexcoders] Re: Trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in

2009-07-13 Thread valdhor
So, how do you get your storeCust arrayCollection? When this is populated from the server call, check to see if there is an admin item. If there is, set admin.visible = true and admin.includeinlayout = true. --- In flexcoders@yahoogroups.com, Yesaya handoyo yongha...@... wrote: I put the

[flexcoders] Calling List.change (or equivalent) from within a custom itemRenderer?

2009-07-13 Thread sixtypercentliquid
I have a TileList, i have been using the change method to call a function and passing the ListEvent. I have added a custom itemRenderer and hooked (i believe) everything up. Now i need to essentially call the TileList.change event from part of the UI within the custom renderer. Having a hard

Re: [flexcoders] Gumbo Graphs

2009-07-13 Thread Peter Cowling
Hi Tom, I have not used fx:Application before; is it not s:Application? I am not so sure that it is bugs in Flex 4 that are causing the problem, because: 1. I can compile in Flash Builder 4, using the old (2006) mxml namespace (at the application level); switch that out and try to use the

[flexcoders] PHP $_POST Array with HTTPService

2009-07-13 Thread kenny14390
Hi, We all know about PHP's ability to send an array through the $_POST variable, in a form for example: [form method=POST action=] [text type=input name=data[name]/] ... [/form] But how can I achieve that through Flex's HTTPService? If I were to print_r($_POST) in the PHP page, this is would

[flexcoders] Re: PHP $_POST Array with HTTPService

2009-07-13 Thread valdhor
Flex: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=onCreationComplete() mx:Script ![CDATA[ private function onCreationComplete():void { var

[flexcoders] Re: PHP $_POST Array with HTTPService

2009-07-13 Thread valdhor
I probably should have read through the entire message. I don't believe you can do what you want (ie. encapsulating one object inside another) with HTTPService. You would need to use Remote Objects instead. --- In flexcoders@yahoogroups.com, kenny14390 kenny14390@ wrote: Hi, We all

RE: [flexcoders] Calling List.change (or equivalent) from within a custom itemRenderer?

2009-07-13 Thread Battershall, Jeff
From within your custom item renderer, you can execute this code: owner.dispatchEvent(new Event(change)); The TileList will broadcast this event to any listeners. If you need to pass data elements you may have to create a custom event that contains the elements you need. Jeff -Original

[flexcoders] Does annual maintenance include upgrade to Flex Builder 4/Gumbo?

2009-07-13 Thread gmbroth
Hi, If I renew my annual maintenance contract for FB 3, will it cover an upgrade to FB 4 when it becomes available later this year? If not, what's the procedure for getting FB 4? Thanks, Garry

[flexcoders] Actionscript Number BUG?!!!

2009-07-13 Thread _estatica_
Can anyone explain why this: var test:Number=4984907906439604488; trace(test); Print out this: 4984907906439604000 Why am I losing precision? Any hint is appreciated!

RE: [flexcoders] Re: BrowserManager not working

2009-07-13 Thread Alex Harui
Also, some BrowserManager features don't work well from file://. You have to run the app from http:// 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

RE: [flexcoders] Issue adding an Image component to a custom component

2009-07-13 Thread Alex Harui
Maybe IDSWeather::init() is being called before IDSWeather has been added as a child to a container. 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

[flexcoders] Re: Custom DataGrid with Form for itemeditor (any examples)???

2009-07-13 Thread flexaustin
Any examples of the fake dataGrid? TIA, J --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Peter Ent did a renderer for list that does something similar: http://weblogs.macromedia.com/pent/archives/flex_2/index.html But making such a thing for a dataGrid will be

[flexcoders] Flex 4 - Backgrounds and Layout Awkwardness

2009-07-13 Thread Baz
In Flex 4 there is no longer such a thing as a 'background'. Instead, you define a rectangle in a skin with the fill properties that you need. This is great for many reasons, but it also causes some awkwardness with layouts. If your skin needs to define a background but also other elements like

[flexcoders] Re: Catching graphics update on UIComponent

2009-07-13 Thread richmcgillicuddy
Alex, I tried this with Flex 2.01 and it did not work properly. Still the same number. The updated code looks like: currentNum += thisAmount; lblNumber.text = String(currentNum); this.validateNow(); Still get a grid of the same initial value. Rich --- In

[flexcoders] BarChart - CartesianDataCanvas lifecycle problem

2009-07-13 Thread EddieBerman
Due to a bug that causes chart item labels to not appear (https://bugs.adobe.com/jira/browse/FLEXDMV-2158 https://bugs.adobe.com/jira/browse/FLEXDMV-2158 ), I'm having to create my own chart item labels. Though a simple approach is to add labels to the itemRenderers, I can't use that method in

RE: [flexcoders] Re: Catching graphics update on UIComponent

2009-07-13 Thread Alex Harui
Does it appear correctly on screen but just not in the snapshot? Maybe try using callLater to defer taking the snapshot 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]

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

2009-07-13 Thread gmoniey22
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 children. I want the children to be clustered columns inside a big column which

RE: [flexcoders] Actionscript Number BUG?!!!

2009-07-13 Thread Gordon Smith
Because the Number type, which takes up 64 bits, can only store 15 or 16 significant decimal digits. It doesn't do infinite precision arithmetic. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of _estatica_ Sent: Monday, July 13,

[flexcoders] create class on the fly

2009-07-13 Thread postwick
I want to store descriptions of classes in an external file (such as XML) or database, and use them in my Flex application such that I can add, remove, or change the classes in the external file with recompling the Flex application. Is there any way to do this? In a nutshell, is there a way to

Re: [flexcoders] BrowserManager not working

2009-07-13 Thread edencane
Hi. trace(url1) outputs the server name and port eg. 'www.myserver.com:7070' Alex: I am using http:// not file:// So the problem occurs when I use: navigateToURL(u,_self); This loads the url, but whatever information is needed by BrowserManager to extract the URL, is not included because when

Re: [flexcoders] Re: Trying to change Flex 3 ToggleButtonBar dataprovider on user or admin log in

2009-07-13 Thread Yesaya handoyo
I got it by using components...Not by using server call..Yesterday i've tried to set admin.visible=false and includeInLayout=false..It doesn't work..I'' send you my project if it's alright with you.Thanks.. On 7/14/09, valdhor valdhorli...@embarqmail.com wrote: So, how do you get your storeCust

Re: [flexcoders] create class on the fly

2009-07-13 Thread Alan Shaw
There are a number of important techniques for manipulating classes (as detailed in my post http://nodename.com/blog/2008/06/15/upon-reflection/ ), but unfortunately creating a class at runtime is not possible in AS3. On Mon, Jul 13, 2009 at 8:23 PM, postwickp...@ubeek.com wrote: I want to

[flexcoders] Re:createclassonthefly

2009-07-13 Thread Bagish K. Mishra
You can create a empty dynamic class and at run time you can add properties to it.For some glimpse for dynamic class and adding attribute at run time following link(http://flexxxed.wordpress.com/2009/05/15/adding-attribute-at-runtime-in-a-class/) Bagish K Mishra