RE: [flexcoders] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Matt Chotin
I was talking 1.5 for ClassReference, it shouldn’t go in BindingManager if you don’t have curly braces.  Not sure why it didn’t behave for you.   The organization of bindings is different in 2.0 I think, but in any case we have no intention of that stuff being exposed for other purposes

Re: [flexcoders] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Scott Barnes
On 10/25/05, Matt Chotin <[EMAIL PROTECTED]> wrote: If you want to ensure that the class gets linked but is available at creation up you can use [ClassReference] as the metadata on the property of your component and we'll link it in so that you don't have to use bindings.  That

Re: [flexcoders] How to do constructor when extending Container

2005-10-24 Thread Scott Barnes
I'm not sure what you mean "pass attributes in via the constructor" When you want to basically handle constructs, you typically want to over-ride contructObject2 method. Inside this method, a object is passed in (initObj), which basically contains all the childDescriptors/properties associated

[flexcoders] How to do constructor when extending Container

2005-10-24 Thread Libby
I am trying to extend the Canvas in an .as file, following the Rich Client book by Webster et al, of course mine is more complicated as it contains other components whose attributes need to be initialized. I need to pass some attributes in via the constructor. Could someone show me a code snippet t

RE: [flexcoders] hold column when scrolling

2005-10-24 Thread Tracy Spratt
Check out this link: http://www.richinternetapps.com/archives/000101.html Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Jayabalan Sent: Monday, October 24, 2005 8:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] hold colu

[flexcoders] hold column when scrolling

2005-10-24 Thread Rajesh Jayabalan
Hi, In excel we can mark column so that when scrolling it does not disappear. ie., if there column a,b,c,d,e I can mark a and b as fixed, so when scrolling to the right these two columns will always be visible and rest will scroll below them. I need to mimic this behaviour in my datagrid, so

RE: [flexcoders] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Matt Chotin
If you want to ensure that the class gets linked but is available at creation up you can use [ClassReference] as the metadata on the property of your component and we’ll link it in so that you don’t have to use bindings.  That should give things to you a little earlier.   [ClassReferenc

[flexcoders] Re: Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-24 Thread Andrew Spaulding
I agree. I don't think the Enterprise services is something that an ISP will install. You could look into an ISP that supports java hosting and just deploy your flex app as a war file. I'm not sure how this fits with the licencing model though - anyone wish to comment on this? Cheers, Andrew. -

Re: [flexcoders] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Scott Barnes
Hi Matt, On 10/25/05, Matt Chotin <[EMAIL PROTECTED]> wrote: Well in this particular example you know that cellRenderer doesn't need to use a binding _expression_, it can be done as a string and we know that CellRenderers are usually classes so we do a lookup?I should of used a

RE: [flexcoders] Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-24 Thread Matt Chotin
I don’t know that we’re assuming that enterprise services is going to be something that we expect ISPs to install for you.  Now that you can compile the SWF on the client you can simply deploy the SWF to your web server and move on.  As for connecting to the Java server I don’t know what

Re: [flexcoders] Flex 2 ColdFusion Adapter is needed for AMF dev. How to on a shared host?

2005-10-24 Thread Chris Velevitch
On 10/24/05, alariccole <[EMAIL PROTECTED]> wrote: > I'd like to do some testing using AMF and RemoteObjects, but my > current ColdFusion shared host won't install the new CF adapter (for > AS3 support in AMF). > > Any tips, or am I just stuck with using localhost? > > Perhaps I should scrap AMF pl

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
Thanks Ashish – that works now.  Seems like a lot of work just to get it to render as HTML does, but oh well.  I guess there is a lot to learn about layout in Flex 2.   By the way, in the F2 Alpha, I could not get older versions of the bullet.gif to go away, no matter how many times I d

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Ashish Goyal
Text and image are aligned to the top as designed. Since your bullet image is small, it gives an appearance that text is rendered below the image. If possible create a bigger bullet image by adding some white space on the top of the image. If you want to use the same image then add that im

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
OK – thanks Ashish, getting closer.  However, the text drops down and to the right from the bullet, and the bullet is completely snug at the far and upper left.    When rendered as straight HTML it doesn’t do this.  i.e.             That positions the text

RE: [flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Ashish Goyal
Wrap your Image and Text tag in HBox inside Repeater.   -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, JasonSent: Monday, October 24, 2005 12:48 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] F2 Alpha: Repeaters and dynamic

[flexcoders] F2 Alpha: Repeaters and dynamic HTML text?

2005-10-24 Thread Merrill, Jason
Full of questions today.  So using Flexbuilder 2 Alpha, I want to use a repeater to show text, and so this works fine:   id="CMMetricsTextRepeater" dataProvider="{dataService.result.dashboard.categories.category}"> source="@Embed('assets/bullet.gif')" />   text="{CMMetricsTex

Re: [flexcoders] Re: RemoteObject and JDOM

2005-10-24 Thread Christoph Guse
Hi Dave, thanks for your answer, i'll check it out as soon as possible. Greets Christoph Dave Wolf wrote: Return the XML string not the Document.  Document isnt serializable.  Serialize the Document yourself out to a valid XML String and return the String.  Then you can bind the XML to

RE: [flexcoders] What is a "transcoding" error in Flexbuilder 2?

2005-10-24 Thread Merrill, Jason
I think I figured it out.  Another file in another completely separate project was referencing the .swf, and couldn’t find it.  However, that file wasn’t even open or being compiled.  Why would Flexbuilder2 attempt to resolved all paths in other projects when you only want to compile one

RE: [flexcoders] What is a "transcoding" error in Flexbuilder 2?

2005-10-24 Thread Merrill, Jason
Yeah, as I said, the file path is correct, the file is there, and it also shows up in the application after compiling, so that’s why I’m baffled about the error.    Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com From: flexcoders@yahoogroups.com

RE: [flexcoders] What is a "transcoding" error in Flexbuilder 2?

2005-10-24 Thread Roger Gonzalez
Transcoding is what happens to convert one form of encoding (i.e. a GIF) to another form of encoding (SWF).  In this case, its really just a "wrap SWF asset up for use inside the application" transcoder.   But anyway, the error here is that it couldn't resolve (locate) the file.  Make sure

[flexcoders] What is a "transcoding" error in Flexbuilder 2?

2005-10-24 Thread Merrill, Jason
I am getting some errors in the Flexbuilder 2 Alpha which have me perplexed.  I am embedding a .swf file in my application with:   source="@Embed('assets/titleBackground.swf')" creationCompleteEffect="{SlowFade}"/>   And it works fine.  The .swf displays as expected, and is in the p

RE: [flexcoders] Flash Player 8.5 installation file

2005-10-24 Thread Ashish Goyal
"Install Flash Player 8.5 AX.exe" is the installer to install ActiveX version of player on IE. Other one is to install plugin version of player on all other browsers (Netscape, firefox, opera , etc..).   -Ashish  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

[flexcoders] Flex 2 deployment on Apache Tomcat / J2SE or EE

2005-10-24 Thread Robert Thompson
I'm assuming with the pricing model change in Flex2 that there is also likely a better deployment model that would foster adoption by allowing it to be easily installed at ISPs. I'm currently trying to choose an ISP for a test bed and I'm focusign on Apache Tomcat, JSP/Servlets, J2SE or EE, etc.

RE: [flexcoders] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Matt Chotin
Well in this particular example you know that cellRenderer doesn’t need to use a binding _expression_, it can be done as a string and we know that CellRenderers are usually classes so we do a lookup?   But assuming the issue still needs to be solved bindings tend to get assigned right b

RE: [flexcoders] Flex2.0: C:\dev\max\sdk\frameworks? ... a tree problem!

2005-10-24 Thread Matt Chotin
If you can post the issue further on the labs.macromedia.com forums we can probably get that into the bugbase.  You can also try filing at http://www.macromedia.com/go/wish.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unn

Re: [flexcoders] Doubts about static keyword

2005-10-24 Thread Aldo Bucchi
aloha, there are some other issues associated to using static members that you should take into account. Personally, I only use static members for constants. take a look at this short description http://www.simonwacker.com/blog/archives/cat_flash.php#method_scope_per_class best, aldo On 10/24/

RE: [flexcoders] checkbox in repeater

2005-10-24 Thread Matt Chotin
You should have access to mods as a 2-d array.   mods[i][j]   every mods[i] is the array of checkboxes for the listModules repeater.   For (var i:Number=0; i < mods.length; i++) {   For (var j:Number=0; j < mods[i].length; j++)   {     Trace(mods[i][j].label + ‘ = ‘ + mods[i][j]

RE: [flexcoders] FlexBuilder 2 alpha outline view dosen't show

2005-10-24 Thread Matt Chotin
Outline view isn’t supported in the alpha.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paolo Bernardini Sent: Monday, October 24, 2005 6:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FlexBuilder 2 alpha outline view d

RE: [flexcoders] Re: FLEX2: Date Cell Renderer

2005-10-24 Thread Matt Chotin
I would just subclass Label, override the getter/setter for dataObject, and then when dataObject is set use your formatter to update the text.   Sorry, don’t have example code right now.   I’m also going to file a bug to make sure that our dataObject and related getter/setters are alw

RE: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-24 Thread Matt Chotin
I haven’t investigated this for real but you may need to turn ModelLocator into a singleton so that there’s an instance of an object to watch.  Because we’re doing code-gen and not prototype hacking it’s impossible to make a Class object an EventDispatcher.  The singleton approach would a

RE: [flexcoders] Doubts about static keyword

2005-10-24 Thread Matt Chotin
An object that is declared static goes on the class object instead of on the instance object.  In general there is only one copy of the class object in memory so a variable declared there will save you some space.  So if you are talking about things like constants a static variable is a g

Re: [flexcoders] Flash Player 8.5 installation file

2005-10-24 Thread Tariq Ahmed
The AX (ActiveX) version should be the debug version I imagine. Torben Nielsen wrote: Hi,   I have some experiments that I am making for a client with Flex 2. He would of course like to see them, but he will need Flash Player 8.5 to see them. I looked in the “Flex 2” Fold

[flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread Dave Wolf
It is when Flex controls the IFrame :=) -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY x85 --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Hehe, true, but IFrame isn't Fl

Re: [flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread Sreejith Unnikrishnan
I really wish that Macromedia and the Flex Team put in some very serious thought into helping us embed regular HTML pages inside a Flex application. Personally, I believe the IFrame solution has been used and abused a lot! That Christoph had posted the Iframe solution is proof that the Flex

Re: [flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread jag reddy
Hi , In my mxml page ,when i Clickon   button "View PDF " it (PDF File )should be dispalyed from Database.   Let me know how to do Dave Wolf <[EMAIL PROTECTED]> wrote: It looks like he already has the PDF in the db.  He doesnt need to render it right?Just write a Servlet that does the JDBC to ex

Re: [flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread JesterXL
Hehe, true, but IFrame isn't Flex. - Original Message - From: "Dave Wolf" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 12:34 PM Subject: [flexcoders] Re: How t o display PDF file which is Stored in Database It looks like he already has the PDF in the db. He doesnt need to r

[flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread Dave Wolf
It looks like he already has the PDF in the db. He doesnt need to render it right? Just write a Servlet that does the JDBC to extract the PDF from the DB and stream it back. You can then punch the PDF into an IFrame etc. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner ht

[flexcoders] Re: RemoteObject and JDOM

2005-10-24 Thread Dave Wolf
Return the XML string not the Document. Document isnt serializable. Serialize the Document yourself out to a valid XML String and return the String. Then you can bind the XML to the control. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-24 Thread Tracy Spratt
But, in your case, if I understand correctly, you want to update the dataProvider of a combo box in a single row of the DataGrid.  I don’t think you want to re-draw the whole grid just for that.  I think you will want to use replaceItemAt() to change the combobox for a single

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-24 Thread Tracy Spratt
No, you CAN do that, just re-assign the array to the dataProvider property.  That will always force a refresh of the component.   tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dan Plesse Sent: Monday, Oct

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-24 Thread Dan Plesse
Tracy,   So that’s how you do it, one item at a time. I was hoping for a simple swap out one dataprovider with another dataprovider like this: celltest.dataProvider = pastdata_array; with celltest.dataProvider = newdata_array;   Then maybe a force an update or use setDataprovider(

RE: [flexcoders] Re: centering an image within a canvas

2005-10-24 Thread Tracy Spratt
Make sure that image is not a "progressive" jpg. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden Sent: Sunday, October 23, 2005 2:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: centering an image within a canva

Re: [flexcoders] How t o display PDF file which is Stored in Database

2005-10-24 Thread JesterXL
Here's a start: http://www.blazepdf.com/ - Original Message - From: "jagabcdeff" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 11:45 AM Subject: [flexcoders] How t o display PDF file which is Stored in Database Hi All, I Stored PDF file in Oracle database as BLOB. Please let

RE: [flexcoders] ComboBoxCellRenderer question

2005-10-24 Thread Tracy Spratt
Examples are addItem() and addItemAt().  Search the livedocs for “dataProvider API”: http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm   The key point of this advice is that low level array methods like push do update the dataProvid

[flexcoders] Flash Player 8.5 installation file

2005-10-24 Thread Torben Nielsen
Hi,   I have some experiments that I am making for a client with Flex 2. He would of course like to see them, but he will need Flash Player 8.5 to see them. I looked in the “Flex 2” Folder and found to player installation files:   Install Flash Payer 8_5.exe Install Flash Player 8.5

[flexcoders] How t o display PDF file which is Stored in Database

2005-10-24 Thread jagabcdeff
Hi All, I Stored PDF file in Oracle database as BLOB. Please let me know how to retrieve from database and display pdf file from Macromedia Flex Browser. Thanks, Jagadeesh Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job)

Re: [flexcoders] When do multiple Flash remoting calls in AMF get bundled into single request?

2005-10-24 Thread JesterXL
Interesting tid-bit in the link from the comments: http://weblogs.macromedia.com/pent/archives/2005/02/operating_in_pa.cfm Talks about the result, though, not the actual call. - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 11:33 AM Subject:

Re: [flexcoders] When do multiple Flash remoting calls in AMF get bundled into single request?

2005-10-24 Thread JesterXL
More info, although, not sure if it's really conclusive: http://www.5etdemi.com/blog/archives/2005/03/remoting-bottleneck-only-two-connections-can-be-opened-at-a-time/ - Original Message - From: "Andriy Panas" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 8:44 AM Subject: [flexc

[flexcoders] File Upload / FileIO

2005-10-24 Thread mackdoyle
I am trying to get the file upload working and have placed all of the files in the app root for now. When I try to run the main.mxml in Flex Builder, I get an error message saying "An error occurred - cannot put fileio.swf. The process cannot access the file because it is being used by another proc

[flexcoders] Re: FLEX2: Date Cell Renderer

2005-10-24 Thread Greg Johnson
Think i replyed to the wrong addy since it hasn't shown up in the list. Is there some code somewhere I can look at that specificaly is redering the date. I have messed around and can get a datefield box to show, but I don't need to have it edit, I just need to display the date mm/dd/.

RE: [flexcoders] Flex 2. Chart Installation problems

2005-10-24 Thread Matt Horn
What happens if you create a simple chart from scratch (there are plenty of examples in the doc)? Is it that the sample is not working or no charts at all are working? And when you say "appropriate directories" can you be more specific? Tnks, Matt Horn > -Original Message- > From: flexc

RE: [flexcoders] Layout problems in Flex 2

2005-10-24 Thread Merrill, Jason
Thanks Andreas, I’ll have a look at your code.  On Friday I ended up positioning the Tile area with hard coded X and Y values (not desirable, but it works) so that it starts below the title bar.   Thanks for the help! Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com

RE: [flexcoders] Flash Player 8 and the trace() function

2005-10-24 Thread Benoit Hediard
Another option is the Flex Trace Panel from Dirk Eisman: http://www.richinternet.de/blog/index.cfm?mode=cat&catid=9E5049B0-C4AA-DEDA-0B7D835EEE6311E4   It can be used with AS2Lib Logging API: http://www.as2lib.org/documentation/articles/as2lib_logging_api   Benoit Hediard De : flexcoders@ya

Re: [flexcoders] A technique for independent mxml files

2005-10-24 Thread Spike
Both the plugin and standalone version work this way. SpikeOn 10/21/05, Matt Chotin <[EMAIL PROTECTED]> wrote: In your project you can right click on the MXML file and add it to the application list.  Then when you press the run button the next time it should run that one.  Thou

RE: [flexcoders] FileIO.browse() fails when called with filters

2005-10-24 Thread Benoit Hediard
Yes I've also encountered this problem. Impossible to use the fileIO.browse() with filters. When filters are passed, the browse window doesn't appear anymore. Benoit Hediard PS: Anyway, now we won't have to use the fileIO "hack" in Flex2 + Flash Player8.5... ;) -Message d'origine- De :

[flexcoders] FlexBuilder 2 alpha outline view dosen't show

2005-10-24 Thread Paolo Bernardini
I'm not able to see the outline view in flex builder 2, it says "An outline is not available". It dosen't matter if is an mxml file or as. Any idea why? Yahoo! Groups Sponsor ~--> Most low income households are not online. Help bridge the digital

[flexcoders] When do multiple Flash remoting calls in AMF get bundled into single request?

2005-10-24 Thread Andriy Panas
Hi dear flex-coders, We have a architectural discussion here in a team to improve the performance of the AMF calls between Flex client and Java backbone. I ran ServiceCapture (SC) tool, ran in trial mode, developed by Kevin Langdon and at "Performance" tab of SC tool I can see that my mult

[flexcoders] Removing outline from tabs

2005-10-24 Thread jrab2999
Hello, how do I remove the border from the tabs in the default skin? Cannot find any css tag borderStyle: none only removes the outline from the content area. ... ... Yahoo! Groups Sponsor ~--> Fair play? Video games i

RE: [flexcoders] 2.0 Mid 2006? 1.5 pricing in meantime...

2005-10-24 Thread Torben Nielsen
Hi Robert, I think one of the biggest advantages, from a pricing point of view, is that with Flex 2 you can deploy your projects without needing any Flex server license. Only if you use Flex Enterprise services as part of your application will you have to buy a server license. Otherwise you jus

[flexcoders] ColorPicker

2005-10-24 Thread Philippe Maegerman
I noticed a strange behavior, if the ColorPicker is in a TitleWindow (pop-up), moving the window will reset the color to black.   Philippe Maegerman   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archi

[flexcoders] 2.0 Mid 2006? 1.5 pricing in meantime...

2005-10-24 Thread Robert Thompson
I totally understand things are in Alpha, and then we'll have Beta (fairly soon?)...but I'm trying to guage whether to start a project under 1.5 now or just work with the Alpha/Beta and plan for a Mid 2006 deployment. Any ideas? Is there a doc on the Flex2 site that summarizes the major improveme

Re: [flexcoders] Manipulating SVG

2005-10-24 Thread Dave H
Thanks Dan, slightly disappointing but at least it explains why I've been unable to find the documentation! :o) Dave Yahoo! Groups Sponsor ~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.c

RE: [flexcoders] showing subcateogries on selecteditem

2005-10-24 Thread Kelly Roman
Why make it in xml?   Why not just put it all in a database and pull it from there.   It is easier to update that way.   Do you know any server side languages? (ColdFusion, JSP, PHP, etc)   If you plan on using Flex for anything serious then I suggest learning scripting languages

[flexcoders] Flex 2 ColdFusion Adapter is needed for AMF dev. How to on a shared host?

2005-10-24 Thread alariccole
I'd like to do some testing using AMF and RemoteObjects, but my current ColdFusion shared host won't install the new CF adapter (for AS3 support in AMF). Any tips, or am I just stuck with using localhost? Perhaps I should scrap AMF plans and go with WebServices? Any help is appreciated. -

RE: [flexcoders] showing subcateogries on selecteditem

2005-10-24 Thread Torben Nielsen
I think you should divide your xml into two files. The first one should hold the basic information about the series like this: Lost From J.J. Abrams, the creator of Alias, and Damon Lindelof (Crossing Jordan) comes an action-packed adventure that will

RE: [flexcoders] Data service results format: VO or XML?

2005-10-24 Thread Philippe Maegerman
that's a killer, thanks   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: vendredi 21 octobre 2005 4:35To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Data service results format: VO or XML? So in Flex 1.5 I would sa

[flexcoders] Problems with vScrollPolicy in TabNavigator

2005-10-24 Thread r_woess
Hi, I have some problems with the following example http://www.macromedia.com/2003/mxml"; xmlns="*" width="100%" height="100%"> If I set the vScrollPolicy i

RE: [flexcoders] Setting a busy cursor

2005-10-24 Thread Philippe Maegerman
 mx.managers.CursorManager.setCursor()  mx.managers.CursorManager.removeAllCursors();   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert BrueckmannSent: jeudi 20 octobre 2005 16:27To: flexcoders@yahoogroups.comSubject: [flexcoders] Set

Re: [flexcoders] Re: RemoteObject and JDOM

2005-10-24 Thread Christoph Guse
Hi Dave, at the moment the signature is public Document getAllFolders(){ // do something and return object of type Document } It is evident the the control shows nothing. I don't know what to send to the tree control so the tree control is populated. Greets Christoph > It would sure h