Re: [flexcoders] Re: Flex Menu Basic Question

2009-04-27 Thread guess what
At last I got it working . I used a combination of help from Vaidhor and Tracy . This is what I used. I basically built a Menu .mxml where all the Menus are defined , and Item Click Handler function provided to link to other . In the other MXML files (I dont think I can call it pages ) and

Re: [flexcoders] getItemIndex ......returning -1

2009-04-27 Thread Sam Lai
Whoops, that was stupid. Change 'index' to 'i' in the for statement condition and incrementor. 2009/4/27 Tracy Spratt tr...@nts3rd.com: A hint, look closely at this syntax: for (var i:int = 0; index courses.length; index++) See the problem? Tracy Spratt, Lariat Services,

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Gregor Kiddie
I can't find the bug either! I recall either Gordon or Alex talking about it though. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our

Re: [flexcoders] Blank Screen issue with application preloaders

2009-04-27 Thread Alen Balja
Ok, I hope that's really the case. Will check from other systems. On Fri, Apr 24, 2009 at 8:03 PM, nospam allowed nos...@advancedonsite.comwrote: Works great here, loads almost instantly, must be related to your flash ver or computer/network? On Thu, Apr 23, 2009 at 5:59 AM, b_alen

RE: [flexcoders] Gumbo and ADG

2009-04-27 Thread Gregor Kiddie
You need to copy the data visualization swcs into your Flex 4 SDK from your Flex 3 SDK (don't forget the resource bundles to go with them!) Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered

[flexcoders] fvnc

2009-04-27 Thread venkat eswar
Can we do remote desktop feature using fvnc(flash vnc client).Please help me

[flexcoders] Control remote desktop with Flash

2009-04-27 Thread venkat eswar
I need a way to control remote desktops within a Flex Application.How to do this

[flexcoders] Re: Datagid : filterfunction

2009-04-27 Thread secrit.service
Tracy, thanks for your reply. It looks like you are becoming my personam trainer. The way you described is moreless the way I set it up. But because I could not get it working, I was thinking of using 2 AC's. It looked more simple to me. However, I will keep using only 1 AC, but unfortunately I

RE: [flexcoders] Re: Signed RSL penetration

2009-04-27 Thread Kenneth Sutherland
Hmmm, maybe it's just me and I've missed that bit of info from before but I've never heard/read anything about Google not being able to index a SWF if you use the RSL feature on the framework. This seems like a fairly major step to get over ( I may have to go back and rebuild some of my SWFs so

[flexcoders] Re: CakePHP+CakeAMFPHP vs WebORB dialema

2009-04-27 Thread raja_s_patil
Thanks Steve, There are a couple problems I have found with AMFPHP. The first is an error that pops up intermittently. I can't remember it exactly but have posted about it before. Suddenly it appears for no reason and you can't get rid of it no matter what you do. Changing to Weborb fixed

[flexcoders] Flex with LDAP

2009-04-27 Thread smgbbk
Hi Team, How Flex3.0 is integrated with LDAP services,Iwant to know the steps to be followed during the service integration Regards smgbbk

Re: [flexcoders] Control remote desktop with Flash

2009-04-27 Thread Sergio - And balanced on the biggest wave, You race towards an early grave.
Well, Until I know you cant do this. But search for Adobe Alchemy. It can help you. 2009/4/27 venkat eswar cooler...@yahoo.com I need a way to control remote desktops within a Flex Application.How to do this

[flexcoders] cfc to VO pesky problem

2009-04-27 Thread Mark Hosny
Hey guys, I understand how to convert an array from my cfc into an array collection, populate a datagrid, and cast a selected Item to a VO. My problem is if I'm returning just 1 DB record and want to convert to a VO, so I can bind to a form (in other words, skip the populating a datagrid

[flexcoders] Nested loading of SWF files

2009-04-27 Thread goga...@ymail.com
Hi folks, I've been battling this problem for a while now and I'm at my wits' end. I'm trying to implement a plugin system for our application, and having a devil of a time getting SWF file which was dynamically loaded itself, load additional SWF files. It goes something like this: 1. Main

[flexcoders] Flex Debugging with ant

2009-04-27 Thread Doron Katz
Hi guys, I've been trying to get my head around this problem. I have a flex application sitting on a development server, hosted via a coldfusion/apache server. I am using ant to compile my flex code and I want to debug it. So basically, I set in mxmlc debug=true as soon as I do that and put it

[flexcoders] Re: Pass repeater data to headerrenderer

2009-04-27 Thread Amy
--- In flexcoders@yahoogroups.com, Jack OMelia lome...@... wrote: That is VERY cool. And I like the way you use grouping in this app as well. Much appreciated. You're welcome :-)

[flexcoders] Weblink to item in linkbar

2009-04-27 Thread ptretter
I have an item on my linkbar that says forum. I want to be able to click on this and immediately follow a hyperlink to my forum which is a phpbb forum. Can someone tell me how this is possible as I'm having difficulty finding help on this. I found something about getURL but understand that

[flexcoders] Re: Error #2044: Unhandled StatusEvent:. level=error, code= with Timer

2009-04-27 Thread p0lish_sausage
--- In flexcoders@yahoogroups.com, p0lish_sausage p0lish_saus...@... wrote: Hello everyone, I've done some searching and it seems this strange error code has come up for some. My application's main loop is run by a timer which resets itself and triggers again after completion. (If people

Re: [flexcoders] Weblink to item in linkbar

2009-04-27 Thread Adrian Williams
Hi Paul, Read up on the navigateToURL() function. Syntax is along the lines of: url = http://www.google.com/;; navigateToURL(new URLRequest(url), _self); HTH, Adrian ptretter wrote: I have an item on my linkbar that says forum. I want to be able to click on this and

Re: [flexcoders] Flex with LDAP

2009-04-27 Thread Tom Chiverton
On Monday 27 Apr 2009, smgbbk wrote: How Flex3.0 is integrated with LDAP services, By default, not at all. Iwant to know the steps to be followed during the service integration To do what ? Maybe you should grab the LDAP spec. and the Socket class documentation in the mean

Re: [flexcoders] New Into Flex

2009-04-27 Thread Brad Bueche
cflex.net tv.adobe.com http://www.adobe.com/devnet/flex/ Are good places to start. brad On Sat, Apr 25, 2009 at 10:18 PM, angelo_anolin angelo_ano...@yahoo.comwrote: Hi Everyone. Am new into this flex thing and I really appreciate the way it is evolving for developing rich internet

Re: [flexcoders] Re: Error #2044: Unhandled StatusEvent:. level=error, code= with Timer

2009-04-27 Thread p...@vin Uttarwar
Hi, Can u post some code? Regards, Pravin 2009/4/27 p0lish_sausage p0lish_saus...@yahoo.ca --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, p0lish_sausage p0lish_saus...@... wrote: Hello everyone, I've done some searching and it seems this strange error code has come

[flexcoders] Re: Gumbo trial expired

2009-04-27 Thread jer_ela
It tells you the the serial number is invalid. You'll have to wait for the public beta release, to get a working FlexBuilder 4 again. --- In flexcoders@yahoogroups.com, endrone endrone endr...@... wrote: Hello, does anyone know what happens when I enter my Flex Builder 3 serial for the

[flexcoders] Link to Adobe TV podcasts

2009-04-27 Thread Brad Bueche
Actually searching for it via the itunes interface was a little frustrating (for me). http://blogs.adobe.com/adc/2008/12/adobe_tv_video_podcasts_on_itu.html Note that if you read the verbage at the top of that page (related content -- or something like that) you'll also see that the Flex Show

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Battershall, Jeff
Alex, I was using 3.2 - an oversight on my part - I upgraded to 3.3 and it does seem to help but I'm also calling focusManager.deactivate() as well. Since that, the combobox isn't an issue. However there any number of different things I was doing that were causing problems - like binding

Re: [flexcoders] Link to Adobe TV podcasts

2009-04-27 Thread Jeffry Houser
Brad, Thanks for the plug of The Flex Show. ;)Yes, for those that don't know we release video screencasts on a monthly basis and audio episodes every other week. I think we have ~85 episodes total between screencasts and audio episodes. Brad Bueche wrote: Actually searching for

[flexcoders] Re: Gumbo and ADG

2009-04-27 Thread markgoldin_2000
Still cannot get it to work. First, I have a library project which I share between my applications as a common library. This project does not a place where I can specify Player version. Thus I can't compile it because it keeps saying Type was not found or was not a compile-time constant:

[flexcoders] PopUpButton not instantiating it's mx:popUp UI component untill calling open()

2009-04-27 Thread alex
I'm putting for example bunch of radioButtons in the popUp component. The label of PopUpButton is to be set from the default selection of RadioButtonGroup , the problem is all the properties of RadioGroup like the number of children or selection value are null and only until I open the

[flexcoders] Re: Ribbon in FLEX

2009-04-27 Thread m_omer_raffat
I tried searching your website (http://www.unzipmenow.com/) but couldnt find link for the source code for ribbon control. --- In flexcoders@yahoogroups.com, Josh McDonald j...@... wrote: Why not just post a link to the list? -Josh 2009/3/16 Allan Pichler dreamc...@... Hi all….

Re: [flexcoders] Control remote desktop with Flash

2009-04-27 Thread Weyert de Boer
You can have a look at the FVNC project? It's a VNC client for Flash/ Flex. You are currently unable to with a VNC server in Flash because you can't access the desktop and mouse/keyboard outside the Flash region. And the Flash Player lacks support for server sockets...

Re: [flexcoders] Flex with LDAP

2009-04-27 Thread Dnk
I suspect you could also do the ldap work with a serverside language and pass the results back to flex via remoting or XML. For instance I know PHP has a ldap class, etc. D On 27-Apr-09, at 6:19 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Monday 27 Apr 2009, smgbbk

Re: [flexcoders] fvnc

2009-04-27 Thread Weyert de Boer
Yes, you can control a remote computer using FVNC. You only can't host a VNC server from Flash. Technically impossible because of lacking features in the Flash Player On 27/04/2009, at 9:14 AM, venkat eswar wrote: Can we do remote desktop feature using fvnc(flash vnc client).Please

[flexcoders] Re: CakePHP+CakeAMFPHP vs WebORB dialema

2009-04-27 Thread valdhor
I'm not using one. It would be overkill to have one. All I do is query a database given the parameters from an object sent via remoteObject and build an array of custom objects that are returned to Flex. Why would I need a framework for that? PHP's built-in object support is all I need. Most

[flexcoders] Re: Resizing browser makes my content jump off screen?

2009-04-27 Thread flexaustin
So when I set my swf height and width both to 100% in my flex project, when I debug with a trace statement, to find the x y of object on stage, it says my the following: X: 21454.75 Y: 133.6 Any suggestions? I want my app to expand depending on browser width and height. TIA --- In

[flexcoders] flex 4 gumbo and setStyle()

2009-04-27 Thread tchredeemed
For some reason, when using flex 4, setStyle() is not working. Is this method deprecated in gumbo? The code I am using mx:Button label=test id=testButton borderColor=0x00 click=testButton.setStyle('borderColor', 0xff); / It does not work for some reason, but it worked fine in flex 3.

RE: [flexcoders] Weblink to item in linkbar

2009-04-27 Thread Tracy Spratt
Here is an example that might help some as well: http://www.cflex.net/showFileDetails.cfm?ObjectID=595 I needed the hyperlink as a component, so I could use it in a datagrid. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com

[flexcoders] Re: flex 4 gumbo and setStyle()

2009-04-27 Thread tchredeemed
actually, it seems setStyle( 'backgroundColor', value ); works fine. I am not sure what does and doesn't work, but how else would I set the border color from actionscript in flex gumbo?

[flexcoders] verticalAxisRenderers - How can I set my font size of my AxisRenderer Label ???

2009-04-27 Thread sailorsea21
Hi everyone, I have a BarChart with the following AxisRenderer. I am unable to change the fontsize of my label and my label does not display fully, it is shorten with '...'. Thanks barChart.verticalAxis= axisV; var axisVRenderer:AxisRenderer = new AxisRenderer();

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Alex Harui
Every time I've debugged a suspected Binding leak, I've found that it sets up weak references in the right places and the problem was always somewhere else. However, I wouldn't bet against there being a scenario out there that does leak. We're looking at other module unloading scenarios right

RE: [flexcoders] Nested loading of SWF files

2009-04-27 Thread Alex Harui
The key is which SWFs code is calling load() on the module. If you want your plugins to unload, you'll need to use new ApplicationDomain(Application.currentDomain) but the code that makes that call cannot be in a class that is linked into the main application. See the modules presentation on

[flexcoders] Re: PopUpButton not instantiating it's mx:popUp UI component untill calling open()

2009-04-27 Thread alex
it looks like this line in PopUpButton open method attaches the properties to children of popUp : UIComponentGlobals.layoutManager.validateNow(); I tried to use validateNow() function of the PopUpButton and the Box container during creationComplete stage but it did not help --- In

[flexcoders] Re: Drive Letters and Ant

2009-04-27 Thread cuttenv
When you have a chance can you post a more detailed example. Thanks! :) --- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote: We execute our mxml compiler using exec executable=${flex.sdk.home}/bin/mxmlc.exe dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log

[flexcoders] Re: Drive Letters and Ant

2009-04-27 Thread cuttenv
When you have a chance can you post a more detailed example. Thanks! :) --- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote: We execute our mxml compiler using exec executable=${flex.sdk.home}/bin/mxmlc.exe dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log

[flexcoders] passing flashvars from the command line

2009-04-27 Thread Glenn Jones
Hi, I have a test scenario where I need to invoke a SWF programmatically from the command line. Starting and running the SWF from the command line works fine. My problem is that I can't figure out a way to specify the equivalent of flashvars when starting the Flash Player from the command line.

[flexcoders] DataServices fill not updating client DataGrid

2009-04-27 Thread jtemple77
I have a DataGrid whose dataProvider points to an ArrayCollection. The DataGrid displays the correct results on initial load. However, if the server pushes new data to the client through a DataService fill (I can see the correct results from the DataServices trace statements) the DataGrid is

RE: [flexcoders] passing flashvars from the command line

2009-04-27 Thread Tracy Spratt
You are talking about the stand-alone Flash Player? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Glenn Jones Sent: Monday, April 27, 2009 2:11 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Battershall, Jeff
Thanks Alex, very much. The main app is only handling login/logout duties and the event-command-delegate classes to do so. I moved away from ModelLocator in the concern that it, being a singleton, may be keeping a reference to UI objects that are using ModelLocator objects as dataProviders and

Re: [flexcoders] passing flashvars from the command line

2009-04-27 Thread Glenn Jones
Yes - I'm running the standalone player outside of a browser in order to run automated unit-tests from the command line. On Mon, Apr 27, 2009 at 1:27 PM, Tracy Spratt tr...@nts3rd.com wrote: You are talking about the stand-alone Flash Player? Tracy Spratt, Lariat Services, development

[flexcoders] Re: DataGrid: How to Prevent Extra Space Allocation to Last Colum

2009-04-27 Thread Dharmendra Chauhan
I could not reproduce it today..But I remember It was happening on column drag. However, Please let me know the workaround so that I can avoid possibility of this unexpected issue behavior. I wanted to remove all deadsapce as it causes annoying effect but from ur message It looks like it is

Re: [flexcoders] cfc to VO pesky problem

2009-04-27 Thread hoz
Hey guys, Figured it out. On Flex side: var public minList:Ministry minList = event.result as Ministry on CFC side: cffunction name=getDept output=false access=remote returntype=backstage.connect.com.services.Ministry cfquery name=qRead datasource=#application.dsn#

[flexcoders] scrollRect width and height - flexaustin

2009-04-27 Thread flexaustin
I have tried increasing the width/ height of the scrollRect once its been set, say your swf scales ot the window size, but nothing will increase its width or height. So, instead of increaseing and decreasing the width and height of the scrollRect when the stage is resized I just create and

[flexcoders] Re: DataServices fill not updating client DataGrid

2009-04-27 Thread jtemple77
This is console output when DataServices prints when the update has been sent to the client. Group is an object containing an ArrayCollection (users) which is the Array that I have the CollectionEvent tied to. The users array below is the data that I would expect to see in the DataGrid. -- No

[flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Paul Tretter
Thanks Adrian, I actually couldn't get navigateToUrl to work with the item on the linkbar also and I think it is because when the linkbar is attached to the viewstack it is a canvas and it seems canvas control doesn't work with navigateToUrl. At least it didn't for me. Paul

Re: [flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Adrian Williams
Hi Paul, What is the component you are using that the user will click on to hit the link? I would imagine you can attach a simple onClick event to it that calls a short function for the navigateToURL... Adrian Paul Tretter wrote: Thanks Adrian, I actually couldn't get navigateToUrl to

RE: [flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Tracy Spratt
No, that does not make sense. ViewStack is an internal component view architecture, navigateToURL is an external browser call. What are you trying to accomplish or expecting to happen? Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] User Input of Super and Sub scripts

2009-04-27 Thread Jonathan Ackerman
Hey All, Does anyone know of a solution to allowing users to enter either super or subscripts into a text input area? I have seen solutions regarding embedding fonts for displaying the super/sub scripts but not for allowing a user to enter the character. Thanks! Jonathan

[flexcoders] Re: DataGrid: How to Prevent Extra Space Allocation to Last Colum

2009-04-27 Thread Dharmendra Chauhan
My apologies , I missed to answer following:- Just to confirm, you have horizontalScrollPolicy=on? It is auto. --- In flexcoders@yahoogroups.com, Dharmendra Chauhan chauhan_i...@... wrote: I could not reproduce it today..But I remember It was happening on column drag. However,

[flexcoders] flex validator for form items dependent on each other

2009-04-27 Thread Tony Obermeit
I've used the mx:Validator component and extended it with my own action script code. This has worked quite well for me when validating a single form item. Now I have two items that are dependent on each other. Soft quota ( values allowed 3, 7, 10) Hard quota (values allowed 3, 7 , 10) But,

[flexcoders] Re: FLex with LDAP

2009-04-27 Thread Tony Obermeit
I integrate flex with ldap by using server side java. Tony

Re: [flexcoders] Re: Gumbo trial expired

2009-04-27 Thread endrone endrone
changing you systemtime back to 2008 works :-) 2009/4/27 jer_ela g...@nycap.rr.com It tells you the the serial number is invalid. You'll have to wait for the public beta release, to get a working FlexBuilder 4 again. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, endrone

Re: [flexcoders] verticalAxisRenderers - How can I set my font size of my AxisRenderer Label ???

2009-04-27 Thread thomas parquier
Maybe you have to use truncateToFit=false property on labels. thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/4/27 sailorsea21 sailorse...@yahoo.com Hi

RE: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-27 Thread Alex Harui
I haven't looked at ModelLocator, but in general, if you have a single instance of something and are binding to it from a module, code in the module will add a listener to the single instance. This creates a reference from the single instance to the module, but Binding should be using a weak

RE: [flexcoders] Re: DataGrid: How to Prevent Extra Space Allocation to Last Colum

2009-04-27 Thread Alex Harui
When horizontalScrollPolicy is auto or on, as the columns scroll, the columns are always left-justified and any remaining space is given to the last column. I don't think there is any reasonable way to get around this restriction. To prevent swapping of the last column, you might have to

RE: [flexcoders] scrollRect width and height - flexaustin

2009-04-27 Thread Alex Harui
Many complex properties in Flash and Flex (arrays, rectangles, etc) need to be fully re-assigned as there is no way to watch each property for changes. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Using svn or git with flex projects

2009-04-27 Thread Dnk
Hi, I am brand new into systems like git, and svn. I am starting to use git myself. I curious if others have their repositories based out of their flex builder project folder, or another location? I am sorry if the question is that dumb, but I just finished the install of git. That is

[flexcoders] Re: New Into Flex

2009-04-27 Thread greg_lafrance
If you would like to gain a deep understanding of Flex 3, the best way remains to go through the Flex Builder 3 help system or Adobe LiveDocs online, page by page, compiling each sample app, and tweaking it to learn if you have time. It will take several weeks or months, but you will truely

[flexcoders] Re: flex builder's message?

2009-04-27 Thread greg_lafrance
Are you trying to create an MXML component based on mx:Application? Can't do that, as mx:Application is the root tag for Flex app. Perhaps I am misunderstanding the situation. Please clarify. --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: - Original Message - From:

[flexcoders] Re: Dictionary vs Arraycollection

2009-04-27 Thread greg_lafrance
You will probably have to parse the ArrayCollection and add the items to the dictionary, adding keys as you go. See the FB3 help on dictionaries or LiveDocs. --- In flexcoders@yahoogroups.com, senthilkumarirtt senthilkumari...@... wrote: hi all, i want to collect data from Arraycollection to

[flexcoders] Re: VIEWSTACK question.

2009-04-27 Thread greg_lafrance
I think creationPolicy='all' only works with content added via MXML, not added after creationComplete. This might work better adding the content in AS. --- In flexcoders@yahoogroups.com, sailorsea21 sailorse...@... wrote: Hi everyone, I have a question on viewstacks. I have my viewstack

[flexcoders] flexcommon library 1.0 released

2009-04-27 Thread Jimmy G
I have created a Flex library called FlexCommonhttp://flexcommon.googlecode.com/ on the GoogleCode web site (link below). This library contains some utility classes and validators which I have been using at work lately and that I wanted to share with the Flex community. It is not much to start,

Re: [flexcoders] Re: New Into Flex

2009-04-27 Thread Angelo Anolin
@Brad and @Greg, Thanks for the heads up.  I have already bookmarked cflex.net after looking at some code samples there, I believe that it is also a good source. I also got the Flex in a Week video training and I believe I am somehow progressing out quick enough. I also have the Flex

[flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Paul Tretter
Thanks for the info Tracy. I will look into that. I'm still new to Flex so I'm learning fast. What I have is a linkbar that is attached to a viewstack. I have three items on the linkbar (Home, Forum, Contacts). It seems that linkbar in this manner creates a canvas component to be shown

Re: [flexcoders] flex2gateway and proxies

2009-04-27 Thread Seona Bellamy
Well, for completely unrelated reasons I've just flat-lined and reinstalled my PC. Now the flex2gateway works again. Go figure... Thanks for your reply anyway. :) ~Seona. 2009/4/20 Tom Chiverton tom.chiver...@halliwells.com On Monday 20 Apr 2009, Seona Bellamy wrote: Can someone please

[flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Tim Hoff
Hi Paul, Well, you're really trying to mix apples and oranges. If you have a LinkBar that contols a ViewStack, the expected behavior is that when one of the LinkButtons in the LinkBar is clicked, the ViewStack's selectedIndex changes to the index of the clicked LinkButton on the LinkBar. If

[flexcoders] Re: Weblink to item in linkbar

2009-04-27 Thread Tim Hoff
Needs this import too: import mx.events.ItemClickEvent; -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Paul, Well, you're really trying to mix apples and oranges. If you have a LinkBar that contols a ViewStack, the expected behavior is that when one of the

[flexcoders] Re: cfc to VO pesky problem

2009-04-27 Thread lampei
Are you using CF8? That's the only means (other than using Live Cycle or Live Cycle Express) to get the __type__ method to work. --- In flexcoders@yahoogroups.com, hoz h...@... wrote: Hey guys, Figured it out. On Flex side: var public minList:Ministry minList = event.result as

RE: [flexcoders] Re: New Into Flex

2009-04-27 Thread Tracy Spratt
Flex and .Net is my sweet spot. Either WebService or HTTPService works very well. WebService examples are difficult because you would need a full VisualStudio project on the .net side. I have a couple simple HTTPService examples on cflex.net. As I recall, these use inline code for

[flexcoders] Advanced Datagrid

2009-04-27 Thread senthilkumarirtt
Hi all, I want to get the values from Advanced datagrid without using SelectedItem. NOTE: My application contains Tree structure(By grouping column) in Advanced datagrid... Need some help regarding this...

[flexcoders] Styling Button Down States: fillColors and fillAlpha ?

2009-04-27 Thread greg h
For Flex 3 buttons, beyond textSelectedColor can styling be used for styling Button down states? Up and Over states can be styled using fillColors and fillAlphas. However, fillColors and fillAlphas do not apply to the button's down state? Thanks, g