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

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]

[flexcoders] Problems with vScrollPolicy in TabNavigator

2005-10-24 Thread r_woess
Hi, I have some problems with the following example ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* width=100% height=100% mx:TabNavigator width=100% height=100% mx:VBox label=box1 vScrollPolicy=on width=100%

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

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: ?xml version=1.0 encoding=iso-8859-1? tvserier serier titleLost/title infoFrom J.J. Abrams, the creator of Alias, and Damon

[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 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 and

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!

[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

[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:

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

[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. mx:TabNavigator id=tabnav width=36% height=100% mx:Canvas id=tab1 ... /mx:Canvas mx:Canvas id=tab2 ... /mx:Canvas

[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

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 :

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. Though

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=catcatid=9E5049B0-C4AA-DEDA-0B7D835EEE6311E4 It can be used with AS2Lib Logging API: http://www.as2lib.org/documentation/articles/as2lib_logging_api Benoit Hediard De:

RE: [flexcoders] Layout problems in Flex 2

2005-10-24 Thread Merrill, Jason
Thanks Andreas, Ill 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] 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:

[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/.

[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

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: flexcoders@yahoogroups.com Sent: Monday, October 24, 2005

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: flexcoders@yahoogroups.com Sent: Monday, October 24,

[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

[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

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

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

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,

[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

[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

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: flexcoders@yahoogroups.com 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

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 iClickon 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 extract

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

[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 Flex.

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 Folder

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

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

2005-10-24 Thread Matt Chotin
I havent investigated this for real but you may need to turn ModelLocator into a singleton so that theres an instance of an object to watch. Because were doing code-gen and not prototype hacking its impossible to make a Class object an EventDispatcher. The singleton approach would allow

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, dont have example code right now. Im also going to file a bug to make sure that our dataObject and related getter/setters are always

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

2005-10-24 Thread Matt Chotin
Outline view isnt 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

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].selected);

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

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 doesnt 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

RE: [flexcoders] Flash Player 8.5 installation file

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

[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: mx:Image source=@Embed('assets/titleBackground.swf') creationCompleteEffect={SlowFade}/ And it works fine. The .swf displays as expected, and is in the

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

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 thats why Im baffled about the error. Jason Merrill | E-Learning Solutions | icfconsulting.com From: flexcoders@yahoogroups.com

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

[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: mx:Repeater id=CMMetricsTextRepeater dataProvider={dataService.result.dashboard.categories.category} mx:Image source=@Embed('assets/bullet.gif') / mx:Text

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 doesnt do this. i.e. mx:Text mx:htmlText ![CDATA[img src=''/Test HTML Text]]

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, itgives an appearance thattext is renderedbelow the image. If possible create a bigger bullet image by adding some white space on the top of the image. If youwant to use the same image then add that image

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 plans and

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

2005-10-24 Thread Matt Chotin
I dont know that were 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 dont know what the

[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 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 well link it in so that you dont have to use bindings. That should give things to you a little earlier. [ClassReference]

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

[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

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] Re: BindingManager and Properties interogation.. (Flex 1.5)

2005-10-24 Thread Matt Chotin
I was talking 1.5 for ClassReference, it shouldnt go in BindingManager if you dont have curly braces. Not sure why it didnt 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 so