[flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
While i'm at this,   Adobe's Myriad Pro font that is distributed with CS2 only comes in openType format .otf Is it possible to embed .otf or only .ttf and if so has anyone seen a TrueType Myriad Pro?   Regards,   Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

RE: [flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
thanks,   Regards,   Bjorn Schultheiss From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan MeutznerSent: Tuesday, 26 September 2006 2:52 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] textfield's alpha Bjorn,You'll have to embed the fonts used

Re: [flexcoders] textfield's alpha

2006-09-25 Thread Brendan Meutzner
Bjorn,You'll have to embed the fonts used in the text field to achieve this.BrendanOn 9/25/06, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: Sorry guys,   Stupid question, how can i apply a fade effect to a textfield? It doesnt seem to work.   Regards, Bjo

[flexcoders] textfield's alpha

2006-09-25 Thread Bjorn Schultheiss
Sorry guys,   Stupid question, how can i apply a fade effect to a textfield? It doesnt seem to work.   Regards, Bjorn Schultheiss Senior Flash Developer Personalised Communication Power Level 2, 31 Coventry St.South Melbourne 3205,VIC AustraliaT:  +61 3 9674 7400F:  +61 3 9645 9160W:  h

[flexcoders] Re: getting the height of a text object *NO NEED

2006-09-25 Thread jpc14_99
Ok that was clearly a ghetto way to go about valigning a text object. All I needed to do was make use of contraint based layout as opposed to absolute. Very easy! I think you'd be impressed with how far I've made it in on this project without such basic knowledge as that! I'm still curious

RE: [flexcoders] Webservices from actionscript...

2006-09-25 Thread jeff tapper
Take a look on my blog (http://jeff.mxdj.com), a few different examples there (search on as3 datamanager) Sent with Wireless Sync from Verizon Wireless Original Message From: "Ken Bromberger" <[EMAIL PROTECTED]> Date: 9/25/06 8:01 pm To: "flexcoders@yahoogroups.com" Subj: [flexcoders]

[flexcoders] getting the height of a text object

2006-09-25 Thread JClouz
I have my mx:Text component, myText.   It has a fixed width and the height varies depending on the length of the string i load it up with.   I'm trying to capture myText.height right after I load a string into it, in order to add "\n" characters to the front of shorter strings so they are c

Re: [flexcoders] adding effects in action script

2006-09-25 Thread John Kirby
Title: quote I think this should work? var imageFade:mx.effects.EffectsInstance; imageFade = fadeIn.createInstance(imgNewImage); imageFade.play(); David Harris said the following: Hi I am creating an Image in Script and then adding it to a tile. I have added an event listner to th

Re: [flexcoders] Re: styling questions

2006-09-25 Thread aaron smith
sweet!, can't wait to see something.On 9/25/06, Peter Baird <[EMAIL PROTECTED]> wrote: By the way, I'm currently working on a significant update to the style explorer, and one of the features that I'm adding is support for style names.  So, the Panel view, w

[flexcoders] Re: Strategies for adworks in Flex2 apps?

2006-09-25 Thread Dan
Right, I am knowing for a solution for that too. Though we are using FLEX1.5 is it a way to intergrate Google Adwords with it? Daniel --- In flexcoders@yahoogroups.com, "hank williams" <[EMAIL PROTECTED]> wrote: > > I am wondering if anyone (including adobe) has thought about how to do > ads in

Re: [flexcoders] Course - Flex 2: Developing Rich Client Applications

2006-09-25 Thread greg h
fwiw ... I have sat a prior delivery of this class and it is excellent. If you live in San Francisco or Washington DC or other major cities you can elect to attend courses like this in-person on 3 full consecutive days.  However, if you are not in a city where these courses are offered, this ro

[flexcoders] Re: many-to-many destinations help

2006-09-25 Thread passive_thoughts
you have a good point.. i always use the old doctor/patient for mapping relationships but this time it didn't quite cut it :) In the actual business case we have a Project, a User and a Role type, so the intermediary table /mapping class is required. would this change how the other two destinatio

[flexcoders] Re: Webservices from actionscript...

2006-09-25 Thread ben.clinkinbeard
This is off the top of my head but I am pretty this will compile... var ws:WebService = new WebService(); ws.loadWSDL([insert url here]); ws.makeObjectsBindable = false; // optional- true by default var op:Operation = ws.getOperation("someMethod") as Operation; op.resultFormat = "e4x"; // optiona

Re: [flexcoders] Re: styling questions

2006-09-25 Thread Peter Baird
Title: Re: [flexcoders] Re: styling questions By the way, I’m currently working on a significant update to the style explorer, and one of the features that I’m adding is support for style names.  So, the Panel view, when changing “color” will spit out better formatted CSS that places that in a

Re: [flexcoders] Re: styling questions

2006-09-25 Thread aaron smith
yeah man, i read the docs, didn't see it in there..On 9/25/06, Tim Hoff <[EMAIL PROTECTED]> wrote: That would be titleStyleName my man. docs, docs, docs. -TH --- In flexcoders@yahoogroups.com, "aaron smith" <[EMAIL PROTECTED]> wrote: > > how can I change ju

RE: [flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-25 Thread Jeff Vroom
Hi Thunder,   I am not sure about the stack overflow though usually I don’t recommend using lazy=”false” on both directions of a bi-directional relationship since it can end up sending the same data more than once to the client which results in inefficiency.   It looks like you have a

[flexcoders] adding effects in action script

2006-09-25 Thread David Harris
Hi I am creating an Image in Script and then adding it to a tile. I have added an event listner to the "complete" event of the image that switches visible to "true" I would like to add a showEffect to the image, but can't see how to do it... Here is a snippet of code: ===

[flexcoders] Course - Flex 2: Developing Rich Client Applications

2006-09-25 Thread Adela King
Hello,   roundpeg, Inc. is an Adobe authorized training partner.  We are going to be conducting a Flex 2: Developing Rich Client Applications course via Breeze, starting this Friday, September 29.  The class is going to be running for 6-consecutive Friday’s scheduled for 9/29, 10/6, 10/

[flexcoders] Lots of images and 403 errors

2006-09-25 Thread David Harris
I'm not sure if this is a Flex issue or maybe my server set up...but if any of you have any ideas, I'm be glad to hear them! I have a Flex Movie that is loading a lot of images. (yes, a picture gallery) The Flex2 app hits ColdFusion and gets a query back with all the information images (JPG infac

[flexcoders] TitleWindow Close Button

2006-09-25 Thread John Kirby
Title: quote I am try do trap an event when the mouse is over the close button (x) on a TitleWindow. Anyone know how to reference this object? Thanks -- Whether you think that you can, or that you can't, you are usually right.  - Henry Ford __._,_.___ -- Flexcoders Mailing List

RE: [flexcoders] many-to-many destinations help

2006-09-25 Thread Jeff Vroom
Usually you would not have a docpatients destination unless you needed to store additional info on that mapping (like the date the doctor acquired that patient).   Usually the docpatient table only has the doctor-id and patient-id and nothing else.  If it has other info, then you might

[flexcoders] Re: background discoloration when using embedded fonts

2006-09-25 Thread jpc14_99
I'm using MX:Text Setting fontAntiAliasType=Normal seems to have fixed it. Though I feel like it happened another time even after doing that. For now I'll chalk up the solution to fontAntiAliasType=Normal and cross my fingers. Thanks for the reply. -- Flexcoders Mailing List FAQ: htt

[flexcoders] Re: many-to-many destinations help

2006-09-25 Thread passive_thoughts
Yeah, I think the dataservices stuff rocks. Here's an example. I have a contact and address table. A contact can have multiple addresses. Now I'm not a java guy (tho slowly turning into one) so I built my tables in mysql adding the appropriate foreign keys. Then I ran the hibernate tools in ec

RE: [flexcoders] File - flexcodersFAQ.txt

2006-09-25 Thread Matt Chotin
BTW, I did send Steven an update to this a few months ago but he hasn't had time to post it. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Sunday, September 24, 2006 10:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] File - flexcoders

[flexcoders] Webservices from actionscript...

2006-09-25 Thread Ken Bromberger
Hi!, Does any one have some good references/examples on calling webservices from actionscript? I would like to see some examples sending parameters etc to the webservice using actionscript. - Ken       __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/f

[flexcoders] Re: styling questions

2006-09-25 Thread Tim Hoff
That would be titleStyleName my man. docs, docs, docs. -TH --- In flexcoders@yahoogroups.com, "aaron smith" <[EMAIL PROTECTED]> wrote: > > how can I change just the font color of a panel's title, and not let the > children inherit that? > > Also, when I put a Panel{} style in my external style

Re: [flexcoders] many-to-many destinations help

2006-09-25 Thread hank williams
Someone will probably answer this question and make it totally clear to me, but what are you talking about. By that I mean is this FDS related? I use FDS, but only for remoting and so have not yet set up a Data Service, and I am just curious. Hank On 9/25/06, passive_thoughts <[EMAIL PROTECTED]>

[flexcoders] styling questions

2006-09-25 Thread aaron smith
how can I change just the font color of a panel's title, and not let the children inherit that?Also, when I put a Panel{} style in my external style sheet, it tells me that it is an unused type, but I have 3 Panels in my app, why would it do that? thanks. __._,_.___ -- Flexcoders Mailing L

[flexcoders] many-to-many destinations help

2006-09-25 Thread passive_thoughts
Can anyone provide an example of what the metadata section of my destinations should look like in a many-to-many scenario? 3 tables: patient, doctor, doctorpatient patient can have many doctors, doctor can have many patients. I'd like to implement lazy loading as well, only calling up doctors on

RE: [flexcoders] Re: XML issues

2006-09-25 Thread Steve Kellogg @ Project SOC
Douglas (or anyone else that feels like following up)..   I’m trying to solve a specific problem currently that actually involves the Descendant Accessor (..).     I need to search a whole tree for a node with a specific node that has a specific attribute set to a specific value…  

Re: [flexcoders] background discoloration when using embedded fonts

2006-09-25 Thread Daniel Freiman
I've never seen this before and work alot with embeded fonts.  Exactly what control are you using?On 9/25/06, JClouz < [EMAIL PROTECTED]> wrote: When I create a text field and use an embedded font I get a discoloration in the text field.  Instead of being transparent outside of the tex

[flexcoders] BindingUtils, initial bindings that produce errors

2006-09-25 Thread aaron smith
I have a situation where I need to use the binding utils. I set up the binding on a creation complete call of one of the views. but the problem is that my model doesn't have any data in it. How do you set up bindings on vars that initially don't have values, using BindingUtils.. thanks. __._,_

RE: [flexcoders] Veiwstack reference

2006-09-25 Thread Tracy Spratt
You can certainly do what you ask.   Is “targetComponent” a valid reference? Are you passing in a reference to “this” when you instantiate the child components?     You could also just do: Application.application.mainStack.selectedIndex = 1;   But then you can only use the

Re: [flexcoders] How does a component communicate with the Application

2006-09-25 Thread Paul Andrews
- Original Message - From: boy_trike To: flexcoders@yahoogroups.com Sent: Monday, September 25, 2006 9:44 PM Subject: [flexcoders] How does a component communicate with the Application > I am trying to build a modular application (that means, with a lot of > components). I have a lot >

Re: [flexcoders] How does a component communicate with the Application

2006-09-25 Thread dordea cosmin
All visual components that extend the UIComponent have the parentApplication property which is what I think you need.For more information  check http://livedocs.macromedia.com/flex/2/langref/mx/core/UIComponent.html#parentApplication- Original Message From: boy_trike <[EMAIL PROTECTED]>To

[flexcoders] background discoloration when using embedded fonts

2006-09-25 Thread JClouz
When I create a text field and use an embedded font I get a discoloration in the text field.  Instead of being transparent outside of the text, it's discolored and looks bad.  Often I can click on it in the Flash Player and it will go away, often times it won't.     Any advice?  It really l

[flexcoders] Re: using an OCX with Flex

2006-09-25 Thread boy_trike
Thanks for the response! Since this is an INTRANET (and the SWF is sitting on an accessable file server) I can either use a browser OR the flash player to run the SWF. My choice. (which ever is EASIER). This OCX is written in VB and expects to run under most 3GL's (Delphi, VB, C, etc.).

RE: [flexcoders] Viewstack with canvas + centered panel

2006-09-25 Thread Ashish Goyal
To stretch the Canvas you can set the width and height to 100%.   To get the Panel centered on the stage (Canvas), set horizontalCenter and verticalCenter properties on the Panel to 0. These are constrained based layout properties and they work only if the component is a child of Canv

[flexcoders] How does a component communicate with the Application

2006-09-25 Thread boy_trike
I am trying to build a modular application (that means, with a lot of components). I have a lot of common code that I would like to include ONCE in the application and make available to all of the components. My question is how do I have a component access a function / variable that is in

Re: [flexcoders] Overriding functions that you can't override

2006-09-25 Thread David Harris
The other Christmas I got a 2 new keys for my computer keyboard...one was "Panic" and the other one was "duh"...I think I'll be pressing the "duh" key now :-sThanks Eric for your help! On 9/25/06, EECOLOR <[EMAIL PROTECTED]> wrote: Haha,   yeah, its qu

[flexcoders] SOAP with attachments... not possible?

2006-09-25 Thread ben.clinkinbeard
Hello, I came across some info (after unsuccessfully trying myself) stating that it is not possible to make SOAP calls with attachments in Flex because: The problem with the Flex file upload using FileReference is that it does not provide support for sending SOAP attachments. 1. Headers cannot

[flexcoders] Viewstack with canvas + centered panel

2006-09-25 Thread Jeroen Beckers
Hi, I'm fairly new to Flex, but I have been developing in Flash for some years now. The reason why I mailed you guys is that I'm having trouble with the viewstack component... This is what I want: -viewstack -Canvas -Panel The Canvas has to cover the entire stage and the Panel has to

[flexcoders] Re: Need help configuring JBoss and Flex 2/FDS samples

2006-09-25 Thread ericfillman
I was using the unexploded WAR file. I deleted that, exploded the samples.war into it's own directory, and what do you know? It works!!! That was the only thing I did differently. Thanks for the idea and the help. Eric --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> w

[flexcoders] Re: flex 2 on mac resources?

2006-09-25 Thread Chris Griffith
The limited experiments I have been doing have all be inside Eclipse on my Mac. With a little help, have been using ANT to run the command line compiler, so I never had to leave Eclipse. I would go take read through at : http://www.johnbarrett.net/blog/index.cfm/2006/7/6/Flex-now-compiles Good

Re: [flexcoders] flex 2 on mac resources?

2006-09-25 Thread Simeon Bateman
Hi smith,I have blogged several times on this topic.  I even have an ant script that does the same transformation features from the html-template folder that flex builder does.You can read through some of my posts on my site.  http://simb.netBut feel free to post here if you have any specific q

Re: [flexcoders] using an OCX with Flex

2006-09-25 Thread John Dowdell
boy_trike wrote: > I am considering re-writing a traditional client-server application in Flex. > This will be an > INTRANET application and all of the clients have a registered OCX that my app > has to > communicate with (Interfaces with a phone dialer). If all of your audience must use an O

[flexcoders] Re: Binding Combo-Boxes

2006-09-25 Thread Tim Hoff
Hi Colin, It sounds like the ComboBox in question isn't receiving it's data. I would work backwards to verify that the dataProvider contains data, the RPC is coded correctly, middle tier queries work and webservice works. Somewhere along the way there is an inconsistency. > Is there a way to

[flexcoders] Re: Invalid Root problem

2006-09-25 Thread cheftimbob
Can anyone suggest a different forum where I could get an answer for this? --- In flexcoders@yahoogroups.com, "cheftimbob" <[EMAIL PROTECTED]> wrote: > > Ok, is there anyone working in this type of set up? How about AIX? > > > > --- In flexcoders@yahoogroups.com, "cheftimbob" wrote: > > > >

Re: [flexcoders] Re: services-config.xml No Destination Found

2006-09-25 Thread Brendan Meutzner
Peter... I went through and changed machine names to post the files publicly... I see now I missed a spot, and hope that's not confusing everyone...  Anyway, I am calling my remote object like so:    And the relevant parts of the services-config.xml are:         

RE: [flexcoders] Need help configuring JBoss and Flex 2/FDS samples

2006-09-25 Thread Peter Farland
Are you using an exploded or unexploded WAR file? If the latter, can you try exploding it for deployment instead?   When you’re compiling the samples, are you using the browser to invoke the .mxml files and thus relying on the FDS webtier to do the compilation for you? Or are you usin

Re: [flexcoders] Re: services-config.xml No Destination Found

2006-09-25 Thread EECOLOR
3) When I compile to use either of my production servers (production1 or production2) is when I receive the error "No Destination 'production1'/'production2' exists in service flex.messenging.services.RemotingService "   In you config you have definations named: CF_production1 and CF_producti

[flexcoders] States - add/remove vs create/destroy

2006-09-25 Thread Paul Spitzer
Hey all, I'm at the start of a new Flex 2 project and am evaluating whether heavy use of states is a good idea. I really like how states and the state management works in Flex 2. I've done some prototyping and have seen some really clean results by writing and binding to state managers. Anyway

Re: [flexcoders] Re: services-config.xml No Destination Found

2006-09-25 Thread Brendan Meutzner
Compiling from within FlexBuilder and have the services-config.xml file referenced in the Compiler settings for the project.BrendanOn 9/25/06, Mete Atamel <[EMAIL PROTECTED]> wrote: How are you compiling your mxml? Are you pointing to the services-config.xml d

[flexcoders] Re: Architecting a large, modular Flex application

2006-09-25 Thread Derrick Grigg
Thanks everyone. Using Flex Builder I created a new flex library project, added the cairngorm source files (com/adobe/cairngorm) and in the project properites, set all the libraries in 'Flex Build Path/Library Path' to 'external'. This reduced the compiled swc from around 350k to 6k. Plugged the ne

[flexcoders] Binding Combo-Boxes

2006-09-25 Thread Colin Shreffler
I have a situation where I am populating 3 different combo boxes with 3 different collections of objects that are returned from web services.In two of the cases, the combo box automatically selects the first item in the collection and automatically displays it in the combo boxes. In one of the c

[flexcoders] Re: tabbing in flex

2006-09-25 Thread stephenmartin2
There is some mention of implementing IFocusManager in the doc. In the Creating Components book when describing how to implement AS components: http://livedocs.macromedia.com/flex/2/docs/1727.html And an example in the doc on creating item editors: http://livedocs.macromedia.com/flex/2/do

Re: [flexcoders] MXML Constructor

2006-09-25 Thread EECOLOR
Hello,   i dont think its possible to create a constructor. Components that extend UIComponent should not use a constructor with arguments. Flex provides alot of hooks which you can use to do the initialization of your component. I recommend reading the 'flex2_createextendcomponents.pdf', the in

Re: [flexcoders] Re: services-config.xml No Destination Found

2006-09-25 Thread Mete Atamel
How are you compiling your mxml? Are you pointing to the services-config.xml during compilation?-MeteBrendan Meutzner <[EMAIL PROTECTED]> wrote: Hi Jeff,Sorry to keep bugging you about this, but something in my brain obviously isn't connecting.  I see from your exampl

Re: [flexcoders] Duplicate/Copy Object

2006-09-25 Thread EECOLOR
Hello,   as far as i know there is no such thing as duplicateMovieClip. Anyway, the contents of a TabNavigator are an instance of a class. So you could just create a new instance and add that instance as a child under a new tab, this however will not copy the data.   One other thing you might l

RE: [flexcoders] Re: Model is not persistent? Cairngorm, CFC to AS3 Mappings

2006-09-25 Thread Mike Anderson
See, I am glad you did that - posting a reply/solution to your original problem. That really does aid people, that may express interest in your thread, when searching for the same problem at a later time. I wish everybody did that - as it provides a full-circle solution, to problems posted on thi

[flexcoders] MXML Constructor

2006-09-25 Thread Marvin Froeder
Is possible to create a Constructor in MXML files?Marvin __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

Re: [flexcoders] Re: XML issues

2006-09-25 Thread Douglas Knudsen
have a look athttp://livedocs.macromedia.com/flex/2/langref/XML.htmlspecifically the examples.[EMAIL PROTECTED] is the pattern to see.  Nothing is buggy about it, use the E4X Luke! DKOn 9/25/06, jnewport <[EMAIL PROTECTED]> wrote: Thanks for your help so far.Ok I have it working somewhat?  Here

[flexcoders] Re: Model is not persistent? Cairngorm, CFC to AS3 Mappings

2006-09-25 Thread lostinrecursion
I have figured it out! And unfortunately it is wholly due to my inexperience. Hate when that happens. LOL Basically it had to do with my referencing a shortcut to the model in my View. I referenced it as myShortcut = ApplicationModel.getInstance().shortcutTarget. It should have only pointed to th

[flexcoders] Veiwstack reference

2006-09-25 Thread christophevond
I have an application that has a viewstack on the first page and in the children of this viewstack, I would like to have a button that changes the shown child of the viewstack. This is what I was trying before, but it doesn't want to work: [Bindable] public var targetComponent:index; (Where index

[flexcoders] Re: XML issues

2006-09-25 Thread jnewport
Thanks for your help so far. Ok I have it working somewhat? Here is my code and xml (sample). Something funny was I couldn't get the to work until I backed out all the way to just Maybe flex is buggy? Anyway, what I need to do now I am think is somehow convert my xmldpAddress object to an

Re: [flexcoders] Drill-Downs for ComboBox?

2006-09-25 Thread Daniel Freiman
I haven't seen a control or done it myself, but it should be pretty easy to implement.  Simply listen for keystrokes and filter the dataprovider collection.  If this is really all you need it might be less than 15 lines of code to do it. On 9/24/06, Mike Anderson <[EMAIL PROTECTED]> wrote: Hello

[flexcoders] Duplicate/Copy Object

2006-09-25 Thread Travis Anderson
When I started this, I thought it would be simple, but I'm having a hard time finding documentation on it. I'm trying to duplicate an object. In this specific case, I have a TabNavigator and I'm trying to copy the contents of the currently selected tab into a new tab. However, the best I can do ri

RE: [flexcoders] Migration from flex1.5 to flex 2.0

2006-09-25 Thread Tracy Spratt
Your question implies that you have not gotten very far with Flex 2.0 yet.   2.0 is very different  than 1.5.  Unless you are using FDS then there is no server to “configure”.  In 2.0, you write mxml and as source, compile it, and deliver it in an HTML wrapper.  Flex Builder 2.0 makes

Re: [flexcoders] HTTP Status 500 Error using SSL endpoint

2006-09-25 Thread Tom Chiverton
On Friday 22 September 2006 20:31, syndrake7 wrote: > on the remote server. I receive an HTTP: Status 500 error in its web > log, and the same error code inside my Flex sample app. That's an internal server error, and should include a description of what went wrong in a log file some where. --

Re: [flexcoders] Re: TextArea scrollbar not showing at runtime

2006-09-25 Thread Tom Chiverton
On Saturday 23 September 2006 17:45, Mike Britton wrote: > I'm still having this problem, and have found no solution. Has no one > else ran into this problem where the Flex 2 TextArea scrollbar doesn't > appear when text is loaded into it? Do you have a simple test case ? -- Tom Chiverton Hel

[flexcoders] Re: Managed Attribute for Actionscript class objects

2006-09-25 Thread laidezmon
Thank you, that was very helpful/informative. --- In flexcoders@yahoogroups.com, "Dirk Eismann" <[EMAIL PROTECTED]> wrote: > > Hi, > > [Managed] is only useful if you use the Data Management feature of the > Flex Data Services (FDS). If you just use RemoteObject to connect to > your Java side, th

[flexcoders] Need help configuring JBoss and Flex 2/FDS samples

2006-09-25 Thread ericfillman
Hi. I'm new to both JBoss and Flex, and I'm trying to get the FDS Sample applications to work in JBoss 4.04GA. I think I've got everything configured according the installation instructions, and have spent countless hours Googling trying to find an answer, but so far nothing has worked. The p

RE: [flexcoders] Re: parsing xml recursively help.

2006-09-25 Thread Tracy Spratt
Aaron, be sure to look at all the e4x XML class’ properties and methods.  They often remove the need to loop at all.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of EECOLOR Sent: Monday, September 25, 2006 10:38 AM To: flexcoders@y

Re: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Darron J. Schall
Have you seen my FVNC project yet? http://osflash.org/fvnc It's a VNC client for ActionScript 3 that enables screen-sharing in Flex applications.  The basic idea behind a presentation like you describe would be: * Host installs a VNC server, such as TightVNC * Host configures VNC server to

[flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-25 Thread thunderstumpgesatwork
So, a little more info on the managed associations. If I have lazy="true" on the one, I don't get the stack overflow, however the properties cannot be accessed. It is null. I would have expected the "ItemPendingError" and the property to be fetched, but it is just null. Anyone know anything about

Re: [flexcoders] Re: parsing xml recursively help.

2006-09-25 Thread EECOLOR
You can find more info about it here:   http://livedocs.macromedia.com/flex/2/langref/operators.html#descendant_accessor     Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
Thanks, I hope it helps.  Good luck!   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcod

Re: [flexcoders] ColdFusion adapter for remoting forgets super classes.

2006-09-25 Thread EECOLOR
It indeed becomes quite unhandy and exposes you to another set of human errors. I tried to use an init method in which i would automatically check the super components for properties and add them to the property array of the current component. This however was (for me) a bit difficult because of

[flexcoders] Re: Interlace text over FLV video

2006-09-25 Thread kristian_wright2002
Yeah, thanks for that!! I basically changed the text component to a label one, as it's a DisplayObject type, and it works fine!! Cheers! --- In flexcoders@yahoogroups.com, "greg h" <[EMAIL PROTECTED]> wrote: > > K, > > Flex 2's default layout management is flat, just x and y coordinates. With

[flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread brownd_92
Great example by the way. Really smart. David --- In flexcoders@yahoogroups.com, "Andrew Trice" <[EMAIL PROTECTED]> wrote: > > Granted, my example would need to be tailored to fit your needs. > > > > _ > > Andrew Trice > > Cynergy Systems, Inc. > > http

Re: [flexcoders] Re: parsing xml recursively help.

2006-09-25 Thread aaron smith
where can I find something about that.? didn't see it in the docs..thanksOn 9/25/06, EECOLOR <[EMAIL PROTECTED] > wrote: Dont forget to check out the double dot operator in XML, it might prove usefull for your case.     Greetz Erik

Re: [flexcoders] ColdFusion adapter for remoting forgets super classes.

2006-09-25 Thread Tom Chiverton
On Friday 22 September 2006 13:18, EECOLOR wrote: > Object props[] = (Object[])CFCMetaData.get("PROPERTIES"); The CF GetMetaData function has the same problem if there are properties in the class the object extends. This did pose a problem for us, returning Reactor TOs. The fix was simply to co

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
The blog post that I mentioned earlier shows how you can use shared objects (which can be used with FMS) to share the BitmapData of a Flex application (or specific UIComponens).   This sounds like exactly what you are looking for.   _ Andrew Tric

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
Granted, my example would need to be tailored to fit your needs.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY 

Re: [flexcoders] Migration from flex1.5 to flex 2.0

2006-09-25 Thread EECOLOR
Hello,   Check out the 'flex2_migrationguide.pdf' at flex.org.     Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread brownd_92
Paul, this is part of a videoconferencing suite which I am developing with Flex and FMS. I would like the presenter to de able to "drive" the presentation from his own machine. A bit like Breeze but on a smaller scale. Cheers David --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PRO

Re: [flexcoders] Re: Can we run our existing Flex1.5 application on Flex2.0 platform?

2006-09-25 Thread EECOLOR
Hello,   the guide is located at flex.org and called 'flex2_migrationguide.pdf'.     Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Paul Andrews
David, I'm sure I'm missing some significant point. Don't you just put it onto a server with a link to it? What am I missing here? how can flex improve this sharing? Paul - Original Message - From: brownd_92 To: flexcoders@yahoogroups.com Sent: Monday, September 25, 2006 2:14 PM Subj

[flexcoders] Re: Selected Tab Color

2006-09-25 Thread Bruce Denham
Hi Tom, Thanks for replying. Yes, I have played with the Flex Style Explorer and find it really cool and useful for lots of styling. Unfortunately, it seems that the SELECTED tab can only be styled using backgroundColor. The non-selected tabs can use gradient fills, which is what I'd like for the

RE: [flexcoders] Re: Managed Attribute for Actionscript class objects

2006-09-25 Thread Dirk Eismann
Hi, [Managed] is only useful if you use the Data Management feature of the Flex Data Services (FDS). If you just use RemoteObject to connect to your Java side, then [RemoteClass] should be enough (maybe you may want to add [Bindable] to the class body or some of the public properties). [Managed]

RE: [flexcoders] Re: Going Bananas, CFC to AS3 Class Mapping

2006-09-25 Thread Peter Farland
Thanks Doug, I was just catching up on this thread and was about to post this very point. It is VERY important to understand this requirement when building Flex SWFs – you must introduce a dependency on the ActionScript class that has a RemoteClass relationship to a CFC so that the comp

[flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread brownd_92
Paul, Im really only talking about someone being able to share something like a powerpoint presentation or something. Nothing too heavy. Cheers David --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > What exactly do you mean by sharing applications/screens? > > P

[flexcoders] Model is not persistent? Cairngorm, CFC to AS3 Mappings

2006-09-25 Thread lostinrecursion
Hi all, I have a pretty odd issue and I can't narrow down the reason why. I have a CFC and a corresponding AS3 class. For this example, MyValueObject.as and MyValueObject.cfc I call the CFC and return the results to the onResult function in the calling command. In my model, I have a property se

[flexcoders] How to Send the Entire Contents of a DataGrid to a CFC

2006-09-25 Thread cnewroth55
howdy all: been awhile since i posted or asked anytyhing, but i am in desparate need of an example of how to send the ENTIRE contents of a datagrid that has been populated back to a CFC to update a DB. Peter Ent has been working with me and sending me some good code, but alas I am still clueles

[flexcoders] Re: Can we run our existing Flex1.5 application on Flex2.0 platform?

2006-09-25 Thread hinishant28
can i have the migration guide for migrating to flex2.0 from flex 1.5 --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Unfortunately no, the changes between 1.5 and 2.0 are pretty extensive. > We do have a migration guide available as part of the docs. > > > > M

[flexcoders] Differences between Cairngorm .99 and 2

2006-09-25 Thread laidezmon
Question. Is there a site or reference on the differences between cairngorm .99 and 2? I am noticing the documentation for .99 and in it there are many things, that dont seem to be implemented in the cairngorm store version 2. Is there any documentation on the differences yet? JS -- Flex

[flexcoders] Re: Unable to access UserTransaction in DataService.

2006-09-25 Thread erik_jen5en
I have enabled the server debugging. Although I do not see a java stack trace I do get a lot of Flex messages. The complete output is, 2006-09-25 13:41:57,695 INFO [STDOUT] [Flex] After invoke service: data-service reply: Flex Message (flex.data.messages.SequencedMessage) sequenceId = 0

Re: [flexcoders] How to expand Tree Item, by clicking on Item itself?

2006-09-25 Thread EECOLOR
expandItem(item:Object, open:Boolean, animate:Boolean = false, dispatchEvent:Boolean = false, cause:Event = null):void     Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/fl

Re: [flexcoders] What is the difference in casting an object

2006-09-25 Thread EECOLOR
Hello,   In the first case you are using a global function. In the second case you are telling flash that the result is of type int. The first case does a conversion while the second case doesnt.    Greetz Erik  __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexc

[flexcoders] Migration from flex1.5 to flex 2.0

2006-09-25 Thread hinishant28
Hi I have an application in flex1.5 installed in jboss server. Now i am supposed to migrate the application to flex 2.0. What all configuration changes, I need to do? Can anyone help me in telling me that. Thanks in Advance Regards Nishant -- Flexcoders Mailing List FAQ: http://

  1   2   >