RE: [flexcoders] How to populate tree control from web service - resolved

2005-04-20 Thread Shlomi Cohen
At Last - Thank you very much Matt, this is all i was looking for .   some feedback - if you'll see the hole thread you see that some people suggested calling this property like this item.filterName i think ActionScript is way too flexible (it doesn't throw an error) - so its easy to mak

RE: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Feng Zhu
Any ideas? I think I missed something   Best Regards! Zhu Feng -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Feng Zhu Sent: 2005年4月21日 14:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to trace the Variables i

RE: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Feng Zhu
In the log file, I can find warning output, but I can not find any trace output in that file. And my mm.cfg is: TraceOutputFileEnable=1 ErrorReportingEnable=1 MaxWarnings=5000     Best Regards! Zhu Feng -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMA

[flexcoders] Custom cursor

2005-04-20 Thread nithya karthik
Hai!    Thanks a lot for ur immediate response.. Could you help me with changing the cursor to hand on mouseover of an image?  how to use a custom cursor? Also tell me how to cahne the defaukt color of a menubar, it doesnt change when i give fillcolors, selecrdfillcolors etc.. should i be g

RE: [flexcoders] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread nithya karthik
Thanks a lot for ur immediate response.. Could you help me with changing the cursor to hand on mouseover of an image?  how to use a custom cursor?Matt Chotin <[EMAIL PROTECTED]> wrote: Instead of having hide/show functions you could change the VBox to this:         

[flexcoders] Having trouble using createTextField

2005-04-20 Thread carmhuntress
I am trying to create a textfield when you click inside a canvas at the x and y coordinates and it continues not to work. My understanding is that the canvas extends movieclip so I could add a textfield to it. It would help to possibly get a better understanding of how this all works. Here is

RE: [flexcoders] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread Matt Chotin
Instead of having hide/show functions you could change the VBox to this:       mouseOut="cart[event.target.repeaterIndices[0]].visible = false" >   The problem that I see is that those labels can get in the way, basically when the mouse goes over

RE: [flexcoders] How can I determine what series of the pie chart I have clicked?

2005-04-20 Thread Matt Chotin
Is event.hitData not enough? http://livedocs.macromedia.com/flex/15/asdocs_en/mx/charts/HitData.html   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 11:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I det

RE: [flexcoders] capturing an alert response within method that c alls alert

2005-04-20 Thread Matt Chotin
Write a simple class that acts as your listener?   class AlertListener {   var variablesToPass : Object;   var functionToCall : Function;     function click(event : Object) : Void   {     functionToCall(event, variablesToPass);   } }   Var al : AlertListener = new AlertListen

[flexcoders] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread nithya karthik
hai!   I have already posted a mail regarding this .Pls dnt omit this.. I have been trying to apply wipe effect to a VBox which must appear just below the image in a tile... ?I use repeater to populate the images in the tile.. the problem is i dont know how to refer to the repeater object..

RE: [flexcoders] [flexcoders-URGENT] Wipe effect for repeater obj ects- Programmatically

2005-04-20 Thread nithya karthik
hai!   I have not solved this.. Its not working properly even if  set the visibility to true.. and also the mouseover and moueout are not working as it should be.. can u pls help me in this issue?Matt Chotin <[EMAIL PROTECTED]> wrote: You may have solved this by now but I don’t see you

RE: [flexcoders] TextArea help

2005-04-20 Thread Matt Chotin
Check out the Selection.getCaretIndex() function maybe?  I haven’t tried this but you could probably do something like this:   var text : String = myTA.text; var idx : Number = Selection.getCaretIndex(); var start : String = text.substring(0, idx); var end : String = text.substring(i

RE: [flexcoders] Tile or TileList with resizable children

2005-04-20 Thread Matt Chotin
I think you probably want the Tile container in this case (TileList won’t work very well).  You may need to update the properties on the Tile itself as you change the number of children so that it will adjust automatically.  I’d imagine though that you want some sort of transition effects

RE: [flexcoders] Charting

2005-04-20 Thread Matt Chotin
I mailed Christophe to see if he can update it.  Unfortunately they changed the passwords on that machine so I can’t grab the data.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 6:54 AM To: flexcoders@yahoogroups.com Subje

RE: [flexcoders] [flexcoders-URGENT] Wipe effect for repeater obj ects- Programmatically

2005-04-20 Thread Matt Chotin
You may have solved this by now but I don’t see you ever set the cart’s visibility to true.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 11:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] [flexcoders-URGENT] Wipe

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Matt Chotin
You should be able to do item.getProperty(“filterName”) and item.getProperty(“categoryName”) etc. and not have to use the backingObject directly.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 11:08 AM To: 'flexcoders@yahoo

RE: [flexcoders] Modified loading screen

2005-04-20 Thread Abdul Qabiz
Hi Tom, Yes that is very much possible but remember size of splash/preloader should be small otherwise application would take sometime to download those things before showing an actual preloader. You need to write a custom class for the same, look at the following links. http://livedocs.macrome

Re: [flexcoders] Do you know of any Flex jobs?

2005-04-20 Thread Scott Barnes
Yeah, Jeffs site's pratically a daily lookup if you be a FLEXCoder :) heh. On 4/21/05, Jeff Steiner <[EMAIL PROTECTED]> wrote: > > Congratulations! > > Do a search through this list and you will find a couple in the past month. > Also - cflex.net has a listing of all of the jobs that he is a

Re: [flexcoders] Do you know of any Flex jobs?

2005-04-20 Thread Jeff Steiner
Congratulations! Do a search through this list and you will find a couple in the past month. Also - cflex.net has a listing of all of the jobs that he is aware of on his homepage. Check it out. Jeff http://www.flexauthority.com - Original Message - From: "adk365" <[EMAIL PROTECTED]> T

[flexcoders] Re: Flex with OAS

2005-04-20 Thread viraf_bankwalla
YES - I can - however when my application tries to access main.mxml.swf a 404 is being returned. - viraf --- In flexcoders@yahoogroups.com, James Ward <[EMAIL PROTECTED]> wrote: > I am running Flex on OC4J Standalone 9.0.4.1 without any problems. > > Can you access main.mxml ? > > -James

[flexcoders] Re: Do you know of any Flex jobs?

2005-04-20 Thread adk365
I'm currently in Provo, Utah, U.S., but I'm willing to relocate for a great job with a great company. I'm even willing to go international. I speak fluent Spanish (and English, of course). Thanks, Aaron --- In flexcoders@yahoogroups.com, "KNOTT, Brian" <[EMAIL PROTECTED]> wrote: > Araon, >

RE: [flexcoders] Do you know of any Flex jobs?

2005-04-20 Thread KNOTT, Brian
Araon, What country / city are you in. It's an international list. Brian -Original Message- From: adk365 [mailto:[EMAIL PROTECTED] Sent: Thursday, 21 April 2005 10:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Do you know of any Flex jobs? Hello, I'm about to g

[flexcoders] Do you know of any Flex jobs?

2005-04-20 Thread adk365
Hello, I'm about to graduate from college, and I'm starting my search for full time employment. My main areas of expertise/experience/interest are with Flex and Flash. Does anyone know of any companies looking for a skilled Flex Programmer? Thanks! Aaron King P.S. If you have any fur

[flexcoders] Modified loading screen

2005-04-20 Thread Tom Fitzpatrick
Is it possible to make a kind of splash screen by adding an image to the loading/initializing bar that starts every Flex application? Or - is there a way to use an animated graphic image instead of the standard bar? - Tom Yahoo! Groups Links <*> To visit your group on the web, go to:

Re: [flexcoders] Flex NCL

2005-04-20 Thread Scott Barnes
Q. Know of any decent hosting provider in which i can install my NCL on thats not expensive? On 4/21/05, Jeff Steiner <[EMAIL PROTECTED]> wrote: > > Congratulations! > > Jeff > http://www.flexauthority.com > > - Original Message - > From: "Scott Barnes" <[EMAIL PROTECTED]> > To: > Se

[flexcoders] Re: how to intercept 'right-click' on dataGrid cells ?

2005-04-20 Thread sanjayd
Abdul: I wanted to show a popUp menu when the user right-clicks on a cell in the grid. The menu could be an extended 'ContextMenu', however on slecting the extended menuItem, my program would need to access the content of the cell that was clicked on...is there any sample code that will guide me

[flexcoders] Correcting the Tree Drag&Drop styling

2005-04-20 Thread ckovey
When working with drag&drop in a tree I notice it to be confusing to have the line as your guide for all operations. For example if you wanted to drag an item from 1 node to another, having that line sometimes suggested that it wouldnt work as intended. So I wanted to make it like explorer wher

Re: [flexcoders] I am new to programming so bear with me here

2005-04-20 Thread Manish Jethani
On 4/21/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Don't be afraid go ahead, that's the way to learn Yeah, just take a backup of your project files before hitting that Debug button. :-D -- [EMAIL PROTECTED] http://manish.revise.org/ Yahoo! Groups Links <*> To visit your group on th

[flexcoders] Re: How to trace the Variables in Flex

2005-04-20 Thread ckovey
Check out Christophe's object inspector, very handy http://coenraets.com/viewarticle.jsp?articleId=83 Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED]

RE: [flexcoders] how to intercept 'right-click' on dataGrid cells ?

2005-04-20 Thread Abdul Qabiz
Hi, Do you mean, you want to detect right-click? You can detect it using ContextMenu object, but when user right clicks, Flash Player Context menu would appear which can not be removed or hidden. ContextMenu API allows you to added context menu items(commands) Flash Player Context menu. Does it

Re: [flexcoders] Flex with OAS

2005-04-20 Thread James Ward
I am running Flex on OC4J Standalone 9.0.4.1 without any problems. Can you access main.mxml ? -James On Wed, 2005-04-20 at 19:00 +, viraf_bankwalla wrote: > > Hi, > > Has anyone been successful in running a flex application on Oracle 10 > app server. I have a test page hello.mxml that

[flexcoders] how to intercept 'right-click' on dataGrid cells ?

2005-04-20 Thread sanjayd
Hello. how to intercept 'right-click' on dataGrid cells ? Thanks. Sanjay Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Gro

Re: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Matthew Shirey
I've written a couple of apps now and in both I made my own text box for displaying trace and debug type info.  I just found it a bit quicker and simpler than the debugger in Flex.  I'm going to try the Flash debugger option though since I didn't know you could do that.  Hopefully that will be b

[flexcoders] Re: PopUpManager

2005-04-20 Thread Eric Raymond
The word from Macromedia is that you need the doLater when calling deletePopUp from a timer listener. Some operations in actionscript get executed at different time frames due to how the display manager works. Sequences of code actions is an illusion that is mostly true in Flash. In the case o

RE: [flexcoders] I am new to programming so bear with me here

2005-04-20 Thread Abdul Qabiz
Hi   It won't do anything to your code, so don't be afraid. Pressing that button would launch your application in debug mode, that means you can fix issues or debug code in this mode. Flex builder provides some good debugging tools like network monitor, output window etc.   Don't be afraid

RE: [flexcoders] Questions, Questions

2005-04-20 Thread Abdul Qabiz
Hi, You can get the mouse pointer co-ordinates in global level from mouseX and mouseY properties. FYI! if you want to move an object in Canvas, you will need to covert these co-ordinates to Canvas's co-ordinate system. ##globalToLocalExample.mxml## http://www.macromedia.com/2003/mxml"; mouse

RE: [flexcoders] Questions, Questions

2005-04-20 Thread David Terry
Perfect!   Thank you very much.   ~David T.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Wednesday, April 20, 2005 14:29 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Questions, Questions   On 4/21/05, David Te

Re: [flexcoders] Questions, Questions

2005-04-20 Thread Manish Jethani
On 4/21/05, David Terry <[EMAIL PROTECTED]> wrote: > Thank you for the information Manish. The mouseX and mouseY properties. See this: http://www.flexauthority.com/Samples/delicious/WhatsCooking.mxml You can drag the images around. You can double-click on them to open a new page. Here's the

RE: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Kristopher Schultz
Also, if you are using Flex Builder you can see your trace output without doing any special configuration or writing out to a log. Simply preview your file inside Flex Builder by pressing the "debug" button and then click the tab for the "Output Panel" to view any trace output as your app

RE: [flexcoders] How to trace the Variables in Flex

2005-04-20 Thread Abdul Qabiz
Yeah, you can do that... You need to use Flash debug player and configure it for tracing. All trace messages would be logged to a log file. Look at following links on using trace(..) and configuring Flash Debug Player for the same: http://livedocs.macromedia.com/flex/15/flex_docs_en/0792.h

[flexcoders] Flex with OAS

2005-04-20 Thread viraf_bankwalla
Hi, Has anyone been successful in running a flex application on Oracle 10 app server. I have a test page hello.mxml that I am able to access, however if I access main.mxml.swf it appears that a 404 is being returned. This works fine under weblogic. Thanks - viraf Yahoo! Groups Li

[flexcoders] How to trace the Variables in Flex

2005-04-20 Thread pathy_live
Hi all, I have script in my mxml file. i want to trace some variables, can i? Thanks & Regards Pathy Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED

RE: [flexcoders] Questions, Questions

2005-04-20 Thread David Terry
Thank you for the information Manish.   Setting the x and y…  Is there some function to call the mouse pointer location?   ~David T.       From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Wednesday, April 20, 2005 13:37 To: flexc

[flexcoders] Re: PopUpManager

2005-04-20 Thread kaibabsowats
Ok I am sick and am not thinking right. Excuse my other post's misspellings (say=saw). But the doLater is not the issue. Its the timer. I dont want to do it on a click event but a timed event with setInterval. The click makes sense because the PopUp has been rendered but with a timed functio

[flexcoders] How can I determine what series of the pie chart I have clicked?

2005-04-20 Thread Valy Sivec
Have a pie chart and I would like to click on it and depending on what series I've selected to popup some details about it. Any help would be greatly appreciated, Valy __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http

Re: [flexcoders] Questions, Questions

2005-04-20 Thread Manish Jethani
On 4/20/05, David Terry <[EMAIL PROTECTED]> wrote: > Can I reposition elements within the container (using a canvas)? How? Drag > & drop events? You can freely reposition using drag and drop within a Canvas. Repositioning involved setting the x and y properties of the object (or calling the

RE: [flexcoders] Enable/disable UI

2005-04-20 Thread Abdul Qabiz
Hi, In Flex each control has an id which is unique in entire application also which is the reference to the control. For example, see the following code: http://www.macromedia.com/2003/mxml";> Switch between vi

[flexcoders] Re: PopUpManager

2005-04-20 Thread kaibabsowats
Thanks, I'll give it a try. I say a doLater example some where but must have implemented it wrong. --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > Yes, if you, typically, do a deletePopUp when the event was triggered by the > popup itself, there's some kind of refere

[flexcoders] Questions, Questions

2005-04-20 Thread David Terry
Hello Everyone,   First off…  I am very, very new to Flex/ActionScript coding – like 2 days new, but I am finding this newsgroup to be a great resource.   Here is my issue…   My boss wants an application that will allow the user to drag & drop elements into a container, manipulate a

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
Jeff   I appreciate the response , but i think i didn't explain myself very well , I know i can implement the API , and i know i can write a method that loads the tree , BUT - there is an easy way to do this by assigning the result of the Web Service as the DataProvider of the Tree.

RE: [flexcoders] capturing an alert response within method that c alls alert

2005-04-20 Thread Abdul Qabiz
Hi, Yeah, you can do the similar. In ECMA script a function is an Object, so you can create properties in function and access them inside function... Following code demonstrates that: ##alertExample.mxml## http://www.macromedia.com/2003/mxml";> -abdul -Ori

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Jeff Krueger
I think what you want to do is create a object that implements the TreeDataProviderAPI.  In this object it will be responsible for calling your webservice and get that data back and put it into AS objects.  Then create your tree.  At any given node you can have additional information.  So in

[flexcoders] Enable/disable UI

2005-04-20 Thread Valy Sivec
I have a view stack container with some view children ( entry forms ). The problem I have is that I want to enable/disable some entry forms based on a value of an input field that is collected on the first screen. How can I do that?. Thanks, Valy

Re: [flexcoders] Re: PopUpManager

2005-04-20 Thread JesterXL
Yes, if you, typically, do a deletePopUp when the event was triggered by the popup itself, there's some kind of reference to the popup kept around. I've found that if I do something like this: function initApp() { popup = PopUpManager.createPopUp(this, TitleWindow, true); popup.addEvent

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
Meaning i have to implement the TreeDataProviderAPI ? - i thought it wasn't a must and that flex automatically convert my objects to AS objects. Even if i will implement this how can i access my original java object members from AS?   can you please shade some light here ?   thanks Shlom

[flexcoders] Re: PopUpManager

2005-04-20 Thread kaibabsowats
A solution to my own question: function interval() { this.setStyle( "dropShadow", false ); clearInterval( this.intervalNumber ); doLater( this, "deletePopUp" ); } But this seems like a hack, and the fact that the dropShadow stays around seems like a bug? Anyone seen this before?

[flexcoders] Loader question

2005-04-20 Thread Jeff Krueger
All,       I am using the loader to load a workspace area within my app with other “child” applications.  I found from the list about implementing the following functions in my “child” applications.   function getPreferredHeight()     {       return _parent.l

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
Hi   Matt And Manish   attached is a snapshot from the debugger , you can see that only the backingObject holds the values ...am i missing something ?   thanks   Shlomi   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shlomi CohenSent: Wednesday, April 20, 200

[flexcoders] Re: DataGrid doublelclick

2005-04-20 Thread kaibabsowats
Here is an example of a DoubleClickTree should be pretty easy to convert over to a DataGrid: [Event("doubleClick")] class com.mason.core.components.DoubleClickTree extends mx.controls.Tree { var lastClick = 0; var dbLastSelected:Object; var dClick = false;

[flexcoders] PopUpManager

2005-04-20 Thread Renaun Erickson
I am creating a PopUp with PopUpManager and am trying to automatically close it through a timer function. Code: popUpWindow = QuestionConfirmation( PopUpManager.createPopUp( this, QuestionConfirmation ) ); popUpWindow.centerPopUp( this.main ); QuestionConfirmation is a custom M

Re: [flexcoders] How to load the XML data in to mxml components w ith Sorting ......

2005-04-20 Thread Venkat Pathy
Yes, Its working fine.Thanks a Lot Abdul. Thanks & Regards Pathy On 4/19/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > Hi Pathy, > > I made it working example, see the code below or find the attached files. > Let me know, if something is not clear... > > ##contactListSam

Re: [flexcoders] show animated image during loading

2005-04-20 Thread Joe Berkovitz
Make another Image component that displays the animation (its image should be included with @embed to ensure that _it_ doesn't have to load!). Dynamically bind its "visible" property to "{loader.percentLoaded < 100}" where loader is the Loader component that is busy loading. If you want the

RE: [flexcoders] show animated image during loading

2005-04-20 Thread Roger Gonzalez
> > Hi. > I have a 'Loader' component that takes a long time to load. During > this delay, I want to play an animated gif to keep the user occupied. > Any idea how to do it ? > > Thanks in advance. > > Sanjay I'm going to assume that your question isn't on the "how do I load an image" side, bu

[flexcoders] capturing an alert response within method that calls alert

2005-04-20 Thread Jaime Bermudez
I'm sick of having to track temporary variables on an alertHandler method. Let's say I have a method w/ three variables that calls an alert where I wait for a response from the user. Is there any way to pass these variables along into the handler method that gets called when the user clicks "Yes

RE: [flexcoders]

2005-04-20 Thread John C. Bland II
The attachment has a trojan virus in it. -- John C. Bland II JDEV Inc. [EMAIL PROTECTED] fax: 480.718.7958 IM: jdevPres http://www.jdevinc.com/ --   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

[flexcoders] show animated image during loading

2005-04-20 Thread sanjayd
Hi. I have a 'Loader' component that takes a long time to load. During this delay, I want to play an animated gif to keep the user occupied. Any idea how to do it ? Thanks in advance. Sanjay Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/grou

RE: [flexcoders]

2005-04-20 Thread Abdul Qabiz
This mail had virus and it seems someone's machine is infected...   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 8:37 PMTo: FlexcodersSubject: [flexcoders] Yahoo! Groups Links To visit your group on the web, go to:http://grou

[flexcoders] TextArea help

2005-04-20 Thread AC
Hello to all flex masters Can somebody tell me how to programmatically enter a piece of text into a specific position within a TextArea that already contains a block of text. I have a TextArea containing a block of text. I am trying to insert additional text into an arbitrary position within t

[flexcoders] Re: I am new to programming so bear with me here

2005-04-20 Thread joao_m_fernandes
Hi there, first of all welcome to the flex world. Debugger allows you to "debug" your application. You can set breakpoints to check some values (locals or application wide), you can also watch some values. You can have an overview here :http://www.macromedia.com/devnet/flex/articles/flexbuilde

[flexcoders] Creating custom components with Flash

2005-04-20 Thread Kristopher Schultz
I want to know how to create a custom visual component in Flash that can be used in Flex. However, the extremely brief (and confusing), dead-end entry below is the only one I could find on this topic in the documentation. Can someone point me to some more helpful information?   =   In

Re: [flexcoders] Flex NCL

2005-04-20 Thread Jeff Steiner
Congratulations! Jeff http://www.flexauthority.com - Original Message - From: "Scott Barnes" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 19, 2005 4:26 PM Subject: Re: [flexcoders] Flex NCL FYI: Got approved today for my NCL :) Thanks Adobe..err Macromedia? On 4/16/05, Matt

Re: [flexcoders] Charting

2005-04-20 Thread Jeff Steiner
Rich, I cannot answer your question, but I have a couple of charting examples and post the XML as well. Feel free to poke around http://www.flexauthority.com/samplesIndex.cfm Jeff http://www.flexauthority.com - Original Message - From: "Rich Tretola" <[EMAIL PROTECTED]> To: Sent: Wed

RE: [flexcoders] Re: setting conditional "enabled" with AS

2005-04-20 Thread Erik Westra
Well in theory u could create a function witch lets u bind properties yourself, the problem here is that if u want to bind properties dynamicly u need to know what properties of what objects are bound. >From the top of my head this will look something like: private function _propChanged(prop_

RE: [flexcoders] Re: Flex/Cairngorm architecture

2005-04-20 Thread Battershall, Jeff
I agree with Romain's solution. The way I chose to solve this problem was create all my views (forms, reports, etc) as custom mxml components, and instantiate these using myViewStack.createChild(). That way the component isn't instantiated until it is actually requested. The one gotcha to th

Re: [flexcoders] Large Fonts & Components

2005-04-20 Thread Manish Jethani
On 4/20/05, Matthew Shirey <[EMAIL PROTECTED]> wrote: > So my question now is... Is there a way to iterate through the menus in a > menubar? Oh, I also found this bit of info in the docs: Instead you can iterate over the items in the dataProvider for the MenuBar. > The MenuBar assumes a defa

[flexcoders] I am new to programming so bear with me here

2005-04-20 Thread nostra72
I mea just learning flex and its one of the first languages I am learning so here is the question. What is the debug button in Flex builder for I mean I am afraid to press it because I do not want to hurt what I have made. Yahoo! Groups Links To visit your group on the web, go to:http://

Re: [flexcoders] Re: setting conditional "enabled" with AS

2005-04-20 Thread Joe Berkovitz
What Darron says is all true: watch() is more general despite its limitations, which one can work around. One must pick one's poison in this case... Anyway, I think this discussion provides one more data point for MM suggesting that AS access to the data binding facility could be helpful. D

Re: [flexcoders] Charting

2005-04-20 Thread Rich Tretola
Thats nice but I really want to see the structure of the xml files used in the examples at macromedia.com. Anyone from mm have these ? Rich On 4/19/05, Dzafer <[EMAIL PROTECTED]> wrote: > > > > You have here a good example of dynamic charting: > > > > http://coenraets.com/viewarticle

[flexcoders] Tile or TileList with resizable children

2005-04-20 Thread violabg2002
Is possible to have a tile component or a tileList one, that have item children resizing according to the size of the component itself? Basically I want to dislpay a range of 1 through 4 images and depending on the number of images I want to display them at a size of 100% of the container. So

Re: [flexcoders] Flex NCL

2005-04-20 Thread Rich Tretola
I didn't get mine but that was because I was still setting up the blog. I guess I need to resubmit. Rich On 4/19/05, Scott Barnes <[EMAIL PROTECTED]> wrote: > > FYI: > > Got approved today for my NCL > > :) > > Thanks Adobe..err Macromedia? > > > On 4/16/05, Matt Chotin <[EMAIL PROTEC

RE: [flexcoders] string to xml -> datagrid

2005-04-20 Thread Erik Westra
To create XML from a string u can just do this: var xml:XML = new XML(str); Then u can use an xmlToObject coverter to convert the xml object to an object wich consists of arrays and objects. I believe there is a macromedia utility available for this. Greetz Erik -Original Message- Fr

[flexcoders] string to xml -> datagrid

2005-04-20 Thread core_elements
Hi I don't know if this is possible. I have an soap-function that returns a string. The content of the string: 12 Of course this is just a string. Is it possible to convert the string to an xml object and then bind that object to a datagrid? I did found this : var x

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
Thanks Erik   but i do have a working solution , its just that the macromedia guys say there is a better one without using the backingObject (an object which is attached to a node in the tree)   thanks anyway.   BTW - the hole issue was about NOT writing a specific method in the client

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Erik Westra
I think that the problem u describe comes from the fast that (as far as i know) a tree can have a dataProvider wich is a XML object. The tree dataprovider is used to provider an API to modify the xml more easy.   In order to use a combination of arrays and objects to fill your tree u need

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
Hi Manish and Matt   Its not simple as you describe . even the documentation does have a bug , i've tried the code from below and the output is [object],[object]. http://livedocs.macromedia.com/flex/15/flex_docs_en/0226.htm     let me remind you that my objects are jave objects th

Re: [flexcoders] DataGrid doublelclick

2005-04-20 Thread [EMAIL PROTECTED]
ok thank devis Abdul Qabiz ha scritto: >Devis, > >There is no doubleClick event in Flex components, but it's quite simple to >implement this. If you look at the flexcoders archive, there has been >discussion on the same. > >I could find this thread regarding Double-Click: > >http://www.mail-archi

RE: [flexcoders] DataGrid doublelclick

2005-04-20 Thread Abdul Qabiz
Devis, There is no doubleClick event in Flex components, but it's quite simple to implement this. If you look at the flexcoders archive, there has been discussion on the same. I could find this thread regarding Double-Click: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg01391.html

RE: [flexcoders] DateValidator localization issue

2005-04-20 Thread Mika Kiljunen
Ok, I filed that one. I got it fixed for now with your suggested fix. Thanx Matt (again)!   -Mika   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: 19. huhtikuuta 2005 15:38 To: flexcoders@yahoogroups.com Subject: RE: [flexco

[flexcoders] DataGrid doublelclick

2005-04-20 Thread [EMAIL PROTECTED]
Hi, i'm not find documentation about "double click cell press" event into DataGrid? It's possibile please. Thank you in advance. Devis Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an