Re: [flexcoders] XMPP AS3 class libraries on Labs

2006-08-17 Thread Tom Bray
I'm not seeing the XMPP libraries you're talking about on labs -- could one of you send me a link? Thanks!-TomOn 8/16/06, João Fernandes [EMAIL PROTECTED] wrote: Hi Danny,I was trying to connect to GTalk since it implements Jabber. I had an error of security

[flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread busitech
Hi Anatole, I understand your sentiments, and I do understand and respect your viewpoint. However Gordon has been kind enough to quickly make some very clear statements for me regarding where we are at today, and as a result, I'm making progress in solving the problem. I'm afraid that

[flexcoders] Re: CheckBox.......help needed

2006-08-17 Thread bhaq1972
you can always look at the underlying dataprovider for the datagrid eg if u have this mx:DataGridColumn dataField=data1 itemRenderer=CheckBox/ then you can do this var record:Object = IList(myDataGrid.dataProvider).getItemAt(2); var chekbox_value:Boolean = record[data1]; --- In

Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Anatole Tartakovsky
Matt, Sorryif Isound too simplistic - just trying to explain the approach I usually take with the issue. 1. 1.91 1.92 issue. The way I see it (correct me if I am wrong ) is that DB has 4.2 format. The way I would solve it is to define rate as double on data transfer object and let DB driver

Re: [flexcoders] XMPP AS3 class libraries on Labs

2006-08-17 Thread João Fernandes
Tom,SVN: http://labs.adobe.com/subversion/flashplatform/projects/xmpp/trunkJoão Fernandes On 8/17/06, Tom Bray [EMAIL PROTECTED] wrote: I'm not seeing the XMPP libraries you're talking about on labs -- could one of you send me a link? Thanks!-TomOn 8/16/06,

[flexcoders] Finding an Object in ActionScript

2006-08-17 Thread richmcgillicuddy
How would I do the following in AS3. 1. Find an object by id, something like: psuedo code- foundobject = app.components.findbyID(lblText); foundobject.dostuff; 2. Similar, is there a app.components that I can cycle through that will list all application components/objects. psuedo code again

Re: [flexcoders] PopUp Windows 50% Transparent???

2006-08-17 Thread Michael Schmalle
I guess I really need to study up on Styles a bit more As far as base styles, check out the Flex Style Explorer. In about 10 minutes you will have a thorough understanding of the style implications on each of the base components. Peace, MikeOn 8/17/06, Mike Anderson [EMAIL PROTECTED] wrote:

[flexcoders] TextField TextEvent.LINK mystery

2006-08-17 Thread bwaidelich
Hello everybody,Creating a multi-column HTML-Text Component, I have discovered a strange behavior in the TextField Class:What I need is several Textfields that are not selectable. Now when I set myTextField.selectable = false, the TextField no longer captures TextEvent.LINK-event. That seems to

[flexcoders] Re: Dynamic datagrid columns

2006-08-17 Thread iviivi_us
I am using the same approach and have problem with sorting. It looks this way : 1.Datagrid is loaded with data. 2.User is clicking on any sortable column and grid is sorted by the column field. 3.Now user is changing name of table for data retrieval(DDLb click event), request is send to backend

Re: [flexcoders] Finding an Object in ActionScript

2006-08-17 Thread Phil Marston
Hi Rich, I just read something about (2) in Programming ActionScript 3 (the Adobe manual that comes with Flex 2) in Chapter 5 "Display Programming" - Traversing the display list. HTH Phil richmcgillicuddy wrote: How would I do the following in AS3. 1. Find an object by id,

RE: [flexcoders] Emails take over a day to post - did someone say they could fix this?

2006-08-17 Thread Dimitrios Gianninas
You profile is properly setup, all your emails should come thru.Sometimes emailsaretagged as spam and are pending approval before they get posted, Icleaned upa few yesterday. We try our best to clean these as often as possible, sorry for the delay, I don't recall if I approved any of

[flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread hemantkamatgi
Hi, I am trying to use Cairngorm 2 framework with Flex 2. This issue is that the event (login) does not seem to reach the FrontController. I am listing my application files with the significant code snippets: I have been struggling with this for the past 2 days but aint seem to figure out the

Re: [flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread Thomas Rühl -akitogo-
Hi hemantkamatgi, just a few things I recognized: 1. When dispatching the Cairngorm event, you shouldn't create two instances of the LoginEvent here... just one and pass it! // { var eventObject : LoginEvent = new LoginEvent(); // CairngormEventDispatcher.getInstance().dispatchEvent(new

Re: [flexcoders] Re: How to collapse Panel?

2006-08-17 Thread Samuel Reuben
That's good to know Sergey, So now you can do it like this... as Gordon says: If you need to know that calculated height, you can subclass Panel and get titleBar.height. If you are arguing that there should be a public property or method for returning this value, please explain your use case

[flexcoders] ViewStack in TabNavigator + autoresize

2006-08-17 Thread John C. Bland II
I have a TabNavigator that, in all tabs, load separate custom components with ViewStacks in them.//TabNavigator //Canvas //Forms:MyForm / //Canvas//TabNavigator That's the main component that is shown after login. Presently there are 4 main tabs. The tab in question (only one with substantial

Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Paul Andrews
- Original Message - From: ryanm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 17, 2006 7:54 AM Subject: Re: [flexcoders] Re: decimal numbers in financial applications At that point you are looking at full table scan to update single record - and it might be

Re: [flexcoders] XML/Chart Scripting help

2006-08-17 Thread Tom Chiverton
On Monday 14 August 2006 16:04, Daniel Tuppeny wrote: I can't even get this simple chart to work: Try adding xml tags around your sample Does dataProvider want to be myXMLTest.item ? -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Re: Changing State via VBox

2006-08-17 Thread yaagcur
Cheers --- In flexcoders@yahoogroups.com, e baggg [EMAIL PROTECTED] wrote: You need to put the click event on the Accordion. The click event really should call a method which can set the state based on which one was clicked. mx:Accordion click=currentState='Details' mx:VBox..

[flexcoders] flex2 on winCE and pocketPC devices

2006-08-17 Thread bhaq1972
How long are we away before we can start creating flex2 apps that run on winCE and pocketPC devices. -- 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

Re: [flexcoders] A simple printing question

2006-08-17 Thread Tom Chiverton
On Monday 14 August 2006 20:15, hank williams wrote: doesnt seem to be able to break the pages at line boundaries. Will any configuration of the API do this on its own? The thought of doing manual pagination of HTML really sucks, particularly for something

[flexcoders] Identifying line series for datatip function

2006-08-17 Thread yaagcur
On a line chart with multiple series, I wish to have a datatip function that differs according to which line is hit but I'm having difficulty identifying the property that would tell me that Any help much appreciated -- Flexcoders Mailing List FAQ:

Re: [flexcoders] ViewStack and accessing it's children

2006-08-17 Thread Tom Chiverton
On Tuesday 15 August 2006 07:12, Simon Janssens wrote: How can I fire the necessary updates in other viewStack children? Call them via callLater after changing the selectedIndex. -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Is there a way to pull a tracing image into the background- like in DreawmWeaver

2006-08-17 Thread Manuel Saint-Victor
Good Morning FlexCoders ,I'm trying to use a mockup to lay out my components is there a way to pull a graphic into the background to use as a tracing image?Thanks Mani __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Anatole Tartakovsky
Paul, I actually got a few messages on my private email with the same sentiment. Please note thatthe typical problem on 10 years old systems was thefloat type on client versus double/bigdecimal on the server. In case of rate 1.92 rate as 4 byte float, in order to get 1 cent rounding you need

Re: [flexcoders] how to text wrap in a label?

2006-08-17 Thread juan sanchez
would this work? mx:Label x="0" y="0" height="45" width="160" mx:htmlText![CDATA[This is a #13; line break.]]/mx:htmlText/mx:Label#13; is a mxml line breakOn Aug 16, 2006, at 9:19 PM, Barry Beattie wrote:this *should* be easy. In HTML it'd just be a colspananyhoo...I've got a datagrid

[flexcoders] removing exception when session is invalidated

2006-08-17 Thread Dimitrios Gianninas
Our Flex app is embedded with a JSP site. When the user goes to the logout.jsp, we invalidate all session data. This causes the exception below to occur (displays on WebLogic console)... anyway to make it go away? its seems like something that shouldn't be logged. Aug 17, 2006 11:28:48

[flexcoders] Re: Subversion SVN and the bin directory problems - copied .svn dirscausing conf

2006-08-17 Thread dadrobson
In Project - Properties - Flex Compiler, de-select Copy non-embedded files to output directory. We had a problem where Flex was copying our entire common-lib directory into the bin folder with every build. Needless to say, this was very costly, so I was very happy to find the above setting! HTH

Re: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-17 Thread Jim Laing
Thanks for the idea, Matt. Unfortunately, it doesn't seem to work. I forgot to mention that my unmanaged property needs to be bindable, and it seems that enabling binding on this property causes the DataStore to keep track of the property just like all the managed properties. Curiously, binding

[flexcoders] Flex 2, Coldfusion and the Treeview...

2006-08-17 Thread jamiebadman
Hi, Hoping someone can put me on the right track... I have a database containing a hierarchical company structure (it's the DB db). I need to represent searches on the database in a Flex application as a tree hierarchy. I'm using Coldfusion with Flex. I'm trying to figure out how I can have

RE: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-17 Thread Matt Chotin
If you do [Bindable(event=unmanaged)] it is your responsibility to dispatch the unmanaged event. If you just do [Bindable] it will dispatch the propertyChange event which will case management to notice. So write a getter/setter with [Bindable(event=unmanagedPropChange)] and then in

[flexcoders] Dynamically set method result from Web Service

2006-08-17 Thread ldyhwke24
Hi all, Just a small question, I've been playing around with - is it possible to set the result of a method dynamically? Depending on whose calling the method? I'd like to use one method to populate two different datagrids. i.e. private function CurrentUsers():void {//Current UsersMemberTypeId

Re: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-17 Thread Jim Laing
I tried doing exactly that (dispatching the custom event in my setter) when using implicit getters/setters for my unmanagedProp ... but for some reason the bindings didn't work. However, if I use a propertyChange event (either dispatching it myself or letting Flex generate it), the bindings

[flexcoders] Re: pageable records with amfphp

2006-08-17 Thread Konig Gunther
I know AMFHPH knows paging, and I know how to write the php part, But I'm having problems on the Flex part. In Flash, I know that there is a RecordSet class that has a setDeliveryMode() method that should be used, but there is no such class and method in Flex, and I wasn't able to find

[flexcoders] How to watch Remote SharedObject changing

2006-08-17 Thread ?????? ????????
Hi there, please help How can I watch remote Shared Object changes with FMS 2 and Flex 2? And how can I detect success or change call type as its declared in documentation? I'm trying something like this: { _people = SharedObject.getRemote(people, _server.uri);

[flexcoders] Re: Dynamically set method result from Web Service

2006-08-17 Thread ben.clinkinbeard
If you use the IResponder interface you can do this very easily. IResponder requires you to implement 2 methods. public function result(data:Object):void public function fault(info:Object):void So what you can do is create however many classes you want that implement the interface, and then call

Re: [flexcoders] Is there a way to pull a tracing image into the background- like in DreawmWeaver

2006-08-17 Thread Nick Collins
You could try setting the Application background-image to the image you're wanting to trace. Maybe even set the background alpha to 50% or something to make it not show as much.On 8/17/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Good Morning FlexCoders

[flexcoders] Flex Bug with Transparent PNGs?

2006-08-17 Thread Ethan Miller
Greetings - I've got a row of skinned buttons that sit right in my main application, on the app desktop if you will. The skins are tranpsarent PNG-8s, the desktop is a fade between two fillColors. Problem is, on some monitors, especially projectors, the transparent regions are visible,

[flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread busitech
In case of Actionscript double (1.9199289457264239899814128875732421875 from the original post) it is $500 billion. Hi Anatole, Did you note that FDS _truncates_ the actionscript double when converting to BigDecimal? The extra information is lost in FDS. So in this case, when the

Re: [flexcoders] Flex and Rails - examples?

2006-08-17 Thread Mark Wales
Karsten, There are a few links floating around, but I think one of the most interesting developments is that The Midnight Coders will soon be releasing their WebORB for Rails: http://www.themidnightcoders.com/ I think that will open up a new world of possibilities for people looking to

[flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
I'm forced to deal with AMF0 for a particular project and I'm trying to pull some XML from a CFC that worked perfectly in Flex 1.5 as a dataprovider of a tree component. Now, it seems to want to treat my returned XML an XML document with one node = the one node being the XML object returned from

[flexcoders] Container background with blur filter

2006-08-17 Thread huhgawz
Hi flexcoders Is there a way to apply a blur filter to a container's background? For example a HBox with blured background (just the background). I wish to simulate the same effect that have the windows in Windows Vista operating system. Thanks -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Finding an Object in ActionScript

2006-08-17 Thread Michael Schmalle
Hi,1) There is a method of DisplayObjectContainer that does this by name.getChildByName();Note : This does not return a child by it's id only the name assignment. Which at anytime you can name a component in MXML or actionscript. myComponent.name = lblText;Then you could find it. If you need

Re: [flexcoders] Flex and Rails - examples?

2006-08-17 Thread John C. Bland II
http://coenraets.com/viewarticle.jsp?articleId=101 Note:That is Christophe's old blog. His new one is .org. On 8/17/06, karstendwolf [EMAIL PROTECTED] wrote: Hi there, besides the excellent tutorial at a href=""

Re: [flexcoders] Re: pageable records with amfphp

2006-08-17 Thread Marcelo de Moraes Serpa
Maybe it would be easier if you would control the paging yourself instead of relying on the RecordSet class i.e: You would pass number of the page to the server, and the server would return the records related to tha page. At least, it is what I´m doing with my flex2/CakePHP application.I know

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
As an additional note - it is taking my entire XML document and making it the label of a single root node. Like: [foldericon] myEntireXMLDocAsText The XML object I'm creating in CF is using the the CF xml functions. Perhaps I should just scrap that and return a string. Jeff -Original

[flexcoders] Where does component dataProvider, remotely loaded, fit in? (Cairngorm)

2006-08-17 Thread lostinrecursion
Hi all, I have many List components in an application I am building. There will be multiple options for each List or ComboBox component. I plan to load most of the options from an XML file I have set up with nodes and attributes describing the choices. I can load the XML with no problem, pull

[flexcoders] Bug in Slider::UpdateDisplayList

2006-08-17 Thread thunderstumpgesatwork
Hi all, I'm running into Flex 2 Release error with Slider (HSlider to be exact). The null reference exception happens when there are no thumbs. See the source and exception traces below. On line 1480 it checks the number of thumbs and correctly handles a null 'thumbs' array. However, if thumbs

RE: [flexcoders] Finding an Object in ActionScript

2006-08-17 Thread Tracy Spratt
Have you looked at bracket notation? var myComponentRef:MyComponent = this[myComponentID]; Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of richmcgillicuddy Sent: Thursday, August 17, 2006 7:03 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Anatole Tartakovsky
Matt, I am sorry, I must be missing something simple. I was suggesting not to use BigDecimal on the server and deal straightwith double on both sides. Apparently you acknowledge that it would work but need to keep BigDecimal for other reasons. I am wondering about other data types that are

[flexcoders] Dumb newbie question: Flash 8 vs. Flex Builder

2006-08-17 Thread jeremyrichman
Apart from that Flex Builder 2 is built on ActionScript 3 and Flash 8 is still on 2, can someone explain to this complete newbie why one would choose to develop in one over the other? (I'm trying to evaluate both to see which one would let us do what we want to do and finding they are hard

Re: [flexcoders] Is there a way to pull a tracing image into the background- like in DreawmWeaver

2006-08-17 Thread douglas morrison
hi mani,i just load it as a backgound image in a style sheet. You cant click and move it, but it shows in design mode. when you are done just remove it from your style sheet..dougOn Aug 17, 2006, at 11:52 AM, Manuel Saint-Victor wrote:Good Morning FlexCoders ,I'm trying to use a mockup to lay

[flexcoders] Error 1065

2006-08-17 Thread geiger947
I get an error very inconsistently when I build. One second, I can debug and play, I can make no changes other than adding some space in the mxml file and I will get this error. I have seen other references to this error, but in my case, there is no variable name. so I have no way of tracing

RE: [flexcoders] Cairngorm 2 - Event propagation problem

2006-08-17 Thread Darren Houle
Have you inlcuded the front controller tag in your login.mxml? You should have a line in login.mxml that looks something like... control:ApplicationFrontController id=applicationFrontController / Without this line your program would still compile, but there wouldn't be a front controller

RE: [Junk E-Mail - LOW] [flexcoders] Dumb newbie question: Flash 8 vs. Flex Builder

2006-08-17 Thread Shannon Hicks
Here'sone basic truth: Flash 8 is end-of-lived. Flash 9 (aka Flex 2, and ActionScript 3) is the latest, and is a solid foundation for future versions of Flash. We won't be seeing a major overhaul like ActionScript 2 ActionScript 3 for quite a while, I'm guessing, so your AS3 code should

[flexcoders] Cairngorm eLearning Course and Quiz - who's in?

2006-08-17 Thread Evan Gifford
Hey guys, In light of the Cairngorm documentation effort put forth by this community, Id like to purpose a valuable addition: a series of eLearning modules on Cairngorm. Beginning Cairngorm Basic overview Intermediate Cairngorm Cover all the bases Advanced

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread ryanm
Apparently you acknowledge that it would work but need to keep BigDecimal for other reasons. I get the impresson that they want some calculations to be done real time on the client, and for that a BigDecimal object would be needed in the client as well as on the server. ryanm --

[flexcoders] comboBoxes with dynamic data as datagrid itemRenderers?

2006-08-17 Thread Barry Beattie
well, the origional post went down like a lead dirigeable I'll back up a bit and try to explain better... I have query data that I want to edit in a datagrid, mostly to utilise the textbox-type features. However... two columns are look-up data, best represented by ComboBox's. it looks like I

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Anatole Tartakovsky
Ryan, With double, precision should not be an issue - usually money datatype is limited to 18 digits and in most practical applications is limited to 11-12 digits. If you work with doubles (16+ correct digits)t would takequite afew operations to get precision under 12 digits. In terms of

RE: [flexcoders] Cairgorm Flow Chart - continued

2006-08-17 Thread Evan Gifford
Yeah, Im waiting to resolve an issue with a ModelObject being represented in the View right now with Steven and Alex, but the chart that youve helped me format will be done soon! I would like to see the level of descriptive text of your diagram with the visual intuitiveness of the

Re: [flexcoders] Flex Bug with Transparent PNGs?

2006-08-17 Thread Faisal Abid
Flex has no problem rendering transparent png's as this can be shown on the new site I launched, all the buttons and reflections are transparent png's. www.G-uniX.com --- thats the site From: Daniel Hai [EMAIL PROTECTED]Sent: Thursday, August 17, 2006 3:56 PMTo:

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
Nevermind...a newbie to Flex2 question that simply required some quality time with the docs...Just had to set showRoot = false and stipulate which attribute for the label field. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff

Re: [flexcoders] Bug in Slider::UpdateDisplayList

2006-08-17 Thread Michael Schmalle
Hi, I'm instantiating new components and calling addChild() as needed in my container component's UpdateDisplayList function.If I hear you right, no this is not the right place to call add child.You should use commitProperties() override to create and add children in your component.Say,

[flexcoders] How to create an user customized component in the running time

2006-08-17 Thread chrisyu615
I have a problem. In my application, there is a TabNavigator, which creates its children in the running time, but unfortunately all the children components are my customized components. for example : I have a customized component, named myComponent, if I use var

Re: [flexcoders] TabNavigator vs. TabBar

2006-08-17 Thread Michael Schmalle
The only other thing it does that might BE of importance to a hard core programmer is that it binds the dataProvider to the TabBar and ViewStack for you(selectedIndex, selectedItem etc.).I guess if you like writing code and it didn't offer you something, use them separately. As far as

Re: [flexcoders] Event to detect data was loaded in a tree

2006-08-17 Thread Michael Schmalle
Hi,I have run into this issue before and I swear I couldn't find an answer for it. There are many events you can listen for for a Tree changing it's state and data changing.But... As far as granular control dealing with when particular nodes are loaded AND rendered is a completely different

[flexcoders] Some Cairngorm questions

2006-08-17 Thread jrjazzman23
Hi, I've got a couple of questions on my mind that I'm hoping to get some opinions on... First. I don't see what value the FrontController adds in Flex apps. My initial thought was that it was important to prevent views from coupling to specific commands. That really doesn't hold up though,

[flexcoders] Instantiating object in MXML

2006-08-17 Thread Sergey Kovalyov
Hi All! I have MyObject class that implements IMXMLObject interface: package { import mx.core.IMXMLObject; public class MyObject implements IMXMLObject { public function initialized(document:Object, id:String):void { } }

[flexcoders] Re: Bug in Slider::UpdateDisplayList

2006-08-17 Thread thunderstumpgesatwork
Aww hell yeah! You the man! Thanks for putting it nice and concise for me. That fixed my issues. I'll refer to this 'template' in all my custom components... I've been doing it wrong all over... I'm supprised it worked as well as it did! thanks again, Thunder --- In flexcoders@yahoogroups.com,

Re: [flexcoders] how to text wrap in a label?

2006-08-17 Thread Michael Schmalle
Well it is easy, the Label is a single line text component. The 'Text' component will wrap and has multiline support. can I ask why I can't use a namespace for all my custom stuff?Because if you look at the itemRenderer's type, it is IFactory. This means it has to be a class reference not a

Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Samuel D. Colak
Title: Re: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications Guys, FP precision is based upon the machine capabilities. Normally this is guaranteed to 2^64 1 as FP is usually encoded using 2*32 bit registers on mac and on PC 32 bit. Big or Small Edian aside, the IEEE

[flexcoders] Referencing ActionScript Project

2006-08-17 Thread Daniel Thompson
Hi flexcoders, I'm working through Darron's article here: http://www.darronschall.com/weblog/archives/000216.cfm However, I'm trying to do the ActionScript-only project slant. I have a temperature project and a temperature-test project. When I reference temperature from temperature-test, I am

RE: [flexcoders] Event to detect data was loaded in a tree

2006-08-17 Thread Matt Chotin
There should be an appropriate CollectionEvent.CHANGE event coming from the dataProvider when data becomes available. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Thursday, August 17, 2006 4:19 PM To:

[flexcoders] using RemoteObjects in actionscript 2

2006-08-17 Thread Kashif Noorani
Does anyone know of a way to create/use a RemoteObject programmatically rather than declaratively? I want to be able to do something such as: var ro : RemoteObject = new RemoteObject(...); ro.invoke(...) -- Flexcoders Mailing List FAQ:

[flexcoders] Problem CFMX + Flex 2 - Red Hat

2006-08-17 Thread Rafael M. Martinelli
Hi everybody,I installed CFMX 7.2 in a Red Hat and everything was fine. I configured all the server, including DataSource to a PostGree at the same machine, J2EE Session etc. I put my Flex 2 files at the server and I got an strange error: [Flex] Exception when invoking service:

RE: [flexcoders] Why my compiled swf is loading too slowly?

2006-08-17 Thread Karl Johnson
When you say it is loading slowly, do you mean it takes a long time to download? Or does it take a long time to initialize, create all of the controlsand render? When it is taking a long time, are you seeing the preloader? Karl Cynergy Systems, Inc. From: flexcoders@yahoogroups.com

[flexcoders] Object serialisation + SimpleXMLEncoder

2006-08-17 Thread Lachlan Cotter
Hi List,I want to be able to serialise and de-serialise ActionScript objects to XML so they can sent to a server application. I would prefer to write a method for this once that can handle any object. Unfortunately, the introspection API is sadly wanting (doesn't report private members), which

Re: [flexcoders] Event to detect data was loaded in a tree

2006-08-17 Thread Douglas Knudsen
so if I have mx:Tree id=footree dataprovider={ myDP } .Where do I add the event listener for this CollectionEvent.CHANGE? to the tree itself? Or to footree.dataProvider? Or to myDP some how? DKOn 8/17/06, Matt Chotin [EMAIL PROTECTED] wrote: There should be an appropriate

[flexcoders] Re: using RemoteObjects in actionscript 2

2006-08-17 Thread Mark Piller
Kashif, Let's assume you need to invoke method foo() on a destination XYZ. First, make sure your destination is defined in remoting-config.xml. Then the AS code could look as the following: var ro:RemoteObject = new RemoteObject(); // set the destination for the remote object ro.destination =

RE: [SPAM] Re: [flexcoders] Re: decimal numbers in financial applications

2006-08-17 Thread Gordon Smith
Normally this is guaranteed to 2^64 1 The Number data type is based on the IEEE-754 double-precision standard. It uses 64 bits to store a floating point number. However, only 52 bits are used for the binary significand; 11 are for the binary exponent, and 1 is for the sign. So

[flexcoders] Help on coldfusion wizards

2006-08-17 Thread Igor Costa
Hi guysAccording to this site http://www.dcooper.org/blog/client/index.cfm?mode=entryentry=3A035639-4E22-1671-53EDEEE1CAA496A4 in the step 5 he said that has in the extras folder of CF mx7.2 the file CF_FBExtensions_b3. Where I can find this extention?I cant find it5. Select the

[flexcoders] Re: Some Cairngorm questions

2006-08-17 Thread ben.clinkinbeard
While I am sure there are others, the first thing that comes to mind concerning your first question is something I did just the other day. Say you've got a command that you want to execute when you receive data back from a remote call. For debugging or other purposes, you now want to be able to

Re: [flexcoders] Event to detect data was loaded in a tree

2006-08-17 Thread Michael Schmalle
footree.dataProvider? Yeah,This still doesn't solve some precise loading scenarios though. This just means it changed somewhere, you can get locations of indexes BUT finding out when that particular node is rendered is what needs to be implemented. Peace, MikeOn 8/17/06, Douglas Knudsen [EMAIL

[flexcoders] Migrating Large Flash AS2 project to AS3

2006-08-17 Thread Robert Stuttaford
Hi All! After searching through my local copy of months' worth of list digests, I was unable to find anything conclusive on this. I have an 18 000 line AS2 project, spanning about 6 logical SWF files (one of these is actually a skin slot, of which there are currently 25 unique skin

[flexcoders] Re: using RemoteObjects in actionscript 2

2006-08-17 Thread Kashif Noorani
Hi Mark, Thanks a lot for your quick answer. Only problem is that I am on Flex 1.5 and there doesn't seem to be a destination property on the RemoteObject :( --- In flexcoders@yahoogroups.com, Mark Piller [EMAIL PROTECTED] wrote: Kashif, Let's assume you need to invoke method foo() on a

[flexcoders] newbie question - HTTP servive

2006-08-17 Thread Robin Burrer
Hi there, I started playing around with the HTTP service. However I cant figure out how to access the actual result (in my case an xml string) If I set up a listener it just returns me an object in the onResult event. Why cant I access my xml string through event.result? How do I

[flexcoders] flex2gateway error, Coldfusion and Flex intergration

2006-08-17 Thread Justin Chetwynd
I have been trying to integrate a flex application into a Coldfusion application. I first developed a standalone flex application in Flex Builder 2.0, which worked fine. I then imbedded the SWF file into a page on my Coldfusion application and moved the CFCs into the application. The

[flexcoders] Re: Deserializing WebService call... Flex/Cairngorm

2006-08-17 Thread grahampengelly
Being new to the Flex set up I'm not fully up to speed on its features or limitations but I'm sure there must be something that could help to automate the process. That isn't to say that I'm not impressed by the simplicity of declaring a web service in mxml. That is good stuff but, particularly

Re: [flexcoders] Re: How to collapse Panel?

2006-08-17 Thread Sergey Kovalyov
I do not consider it should be public. Probably, protected is more suitable in this case. I needed it to create CollapsablePanel. Sure, via subclassing. The code is available below: ?xml version=1.0 encoding=utf-8? CollapsablePanelBase xmlns:mx=http://www.adobe.com/2006/mxml;

RE: [flexcoders] Dumb newbie question: Flash 8 vs. Flex Builder

2006-08-17 Thread David Mendels
Hello, the design center of the two products is very different. To oversimplify: If you are building "rich interactive content/media" and your background is with products like Photoshop/AfterEffects/Illustrator/Directoruse Flash authoring If you are building "rich internet applications"