RE: [flexcoders] How do you advise clients about building for the future - how long before Flex2 is worth their time?

2006-06-02 Thread Jack W. Caldwell
Karl: Ok. Thanks, Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl JohnsonSent: Thursday, June 01, 2006 10:42 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How do you advise clients about "building for the future" - how long before Flex2

Re: [flexcoders] refering to a particular tab in TabNavigator FLEX1.5

2006-06-02 Thread Sandip Patil
Hi,mx:TabNavigator id="selectedtabNavigator" change="selectedTab()" selectedTab() function is,function selectedTab(){if(selectedtabNavigator.selectedIndex==0){ mx.controls.Alert.show("HI"); } Sandipnaveen kumar [EMAIL PROTECTED] wrote: Hi allCan any one plese tell me

Re: [flexcoders] refering to a particular tab in TabNavigator FLEX1.5

2006-06-02 Thread naveen kumar
Thanks for replay, but here my intention is to change the perticular tab text color , for that i need to access the particular tab, can you give me the snippet for that thanks From: Sandip Patil [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] How do you advise clients about building for the future - how long before Flex2 is worth their time?

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 03:53, Jack W. Caldwell wrote: Flash 9. Do you see such a resistance on the part of the consumer market user to not upgrade? The problem will be if your app is used in corporate environments, where most desktop users will not be able to upgrade Flash themeselves. --

[flexcoders] Re: How can i disable/trap f5 when a flash movie has focus?

2006-06-02 Thread Tim Hoff
Unfortunately, when a Flash player application has focus in IE, you can not trap and disable the F5 keyboard event before the browser window is refreshed. Flex applications do have the abitity to trap keyboard events. However, if the event's key, or key combination, is recognized by the

Re: [flexcoders] iFrame not filling canvas

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 03:56, Angus Johnson wrote: bars when it should size up to 100% width and height. What about if you set the Canvas to be 99% ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP

[flexcoders] ExternalInterface | How to get called from flash inxml flavor?

2006-06-02 Thread drome.dario
Hi guys, I have seen that ActiveX version of Flash Player issues an event (FlashCall) that describes using xml the function call that the programmer has called with ExternalInterface.call method. That xml has the form : invoke name=thenameofthefunctionarguments.../arguments/invoke However,

[flexcoders] Re: how to shut off the DropshadowEffect of the lineChartSeries

2006-06-02 Thread sp0rarb3jd3r
fantastic. you guys are the greatest. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

Re: [flexcoders] RemotingConnection not found in Mike Potter's Flex2AMFPHP tutorial

2006-06-02 Thread Phil Marston
OK - so looks like I dumb! For those of you who also turn out to be dumb ;-p when Mike speaks about you already having RemotingConnection.as at the root of your project you actually need to save the follow package code as RemotingConnection.as and then you WILL have it! I've wasted a day

[flexcoders] mx.dataManagedObjectProxy instead of my classVO (FDS)

2006-06-02 Thread João Fernandes
Hi there, Im having this issue when filling some destinations. When I look to my ArrayCollection I get instances of mx.dataManagedObjectProxy instead of my myVo.as. What is weird is that for some destinations it get well translated when for others it doesnt translate it right. Any

Re: [flexcoders] ActionScript setting width to 100%

2006-06-02 Thread shravan kumar
If IwritemyButton.percentWidth = 100; Action script file is not getting compiled.(Compile time error)The Compilation error is:- Type missmatch in assignment statement: found Number where Function is required.Jon Hirschi [EMAIL PROTECTED] wrote: myButton.percentWidth = 100;works

Re: [flexcoders] ActionScript setting width to 100%

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 12:36, shravan kumar wrote: myButton.percentWidth = 100; Assuming percentWidth is depricated, try myButton.width={parent.width} -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: [flexcoders] mx.dataManagedObjectProxy instead of my classVO (FDS)

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 12:57, João Fernandes wrote: ArrayCollection I get instances of mx.dataManagedObjectProxy instead of my myVo.as. What happens if you cast the result ? -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Re: F2B3: SOAP result as DataGrid's dataProvider no longer works

2006-06-02 Thread ben.clinkinbeard
Anyone? Bueller? --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Hello, I am really hoping someone can tell me why this code no longer works (it did in B2) and how to fix it. I have another DataGrid that is successfully pulling different data from the same call

[flexcoders] Remoting configuration in flex-services.xml

2006-06-02 Thread niladri_gupta
Hi I am trying to establish a client-server AMF connection using Flex 2. Even after installing FDS and Flex Builder, I am not getting the flex- services.xml in the installation directory. I need to put my remoting configuration in this file, but i am unware of the sequence of tags to

Re: [flexcoders] Trace and localhost

2006-06-02 Thread Flapflap
Tom Chiverton a écrit : On Thursday 01 June 2006 16:30, Flapflap wrote: Yeah it run fine but don't trace. True. OTOH it will have line numbers in the window that pops up on exception, this is a big help :-) Yes, ok sorry for the misunderstanding... This always

RE: [flexcoders] mx.dataManagedObjectProxy instead of my classVO (FDS)

2006-06-02 Thread João Fernandes
Tom, The problem seems related with the response from the server. I have another destination where I get an array of pt.cofina.intranet.vo.userVO. With this one (pt.cofina.intranet.vo.user_ldapVO) I get an array of objects. Destinations are similar as the assembler itself. Why one get

Re: [flexcoders] Trace and localhost

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 14:16, Flapflap wrote: my local apache web server don't seems to enjoye flash debug... The trick is that the Flash running in your browser will make the connection to fdb. So just run fdb on the same host as the web browser and user 'localhost' :-) -- Tom Chiverton

[flexcoders] LocalConnection - how to trap whether a send() failed or not

2006-06-02 Thread John Grden
I've read the docs, and i'm using try...catch try { lc.send(_connName, remoteMethodName); } catch (error:Error) { OutputTools.tt([Error in getting Connector version, error]); } with the status handler, I get this for all calls, even when I've removed the remoteMethod for testing:

[flexcoders] OpenAMF, Tomcat and Flex2B3

2006-06-02 Thread Andrea Varga
Hi I have been trying to set up a project using Java, OpenAMF, Tomcat, Flex2B2 and Cairngorm. I'm kinda new to OpenAMF andTomcat (and usually to application servers) and I have found the docs confusing. Finally i managed to get the remoting working. I can call my services, and get back the

[flexcoders] Re: No FontManager provided after migrating to Beta 3

2006-06-02 Thread bronzemug
Fixed --- flash.fonts should replace macromedia.fonts in the config swfkit.jar contains the font manager classes They are BatikFontManager and JREFontManager *BUT* they are now contained in the package flash.fonts. The flex-config.xml file should be changed to read managers

[flexcoders] Re: Remoting configuration in flex-services.xml

2006-06-02 Thread bronzemug
flex-service.xml no longer exists in FDS. It is no named flex- enterprise-services.xml. This file imports a number of other files via this: services service-include file-path=flex-remoting-service.xml / service-include file-path=flex-proxy-service.xml / service-include

RE: [flexcoders] Re: How can i disable/trap f5 when a flash movie has focus?

2006-06-02 Thread Ben Lucyk
Hi Steven, If we cant stop the F5 key press event from bubbling to IE and refreshing the browser, we can at least warn the user before it happens.  This old trick still works for me when the Flash Player has focus. html head script !--            

Re: [flexcoders] Trace and localhost

2006-06-02 Thread Flapflap
Tom Chiverton a écrit : On Friday 02 June 2006 14:16, Flapflap wrote: my local apache web server don't seems to enjoye flash debug... The trick is that the Flash running in your browser will make the connection to fdb. So just run fdb on the same host as the web

[flexcoders] Local Flash (8) Player Installer

2006-06-02 Thread Scott Langeberg
Does anyone have a solution allowing for local installation of the Flash 8 player, instead of going to MM's site? Our problem is clients who have restricted user rights and may not be able to surf the internet, either. Thanks,: : ) Scott -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Trace and localhost

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 15:35, Flapflap wrote: I just want to debug from the Flex Builder Sorry, can't help :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership

RE: [flexcoders] Local Flash (8) Player Installer

2006-06-02 Thread Martin MacGill
You can get a stand alone installer from here http://www.softwarepatch.com/internet/flash.html Martin. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Langeberg Sent: 02 June 2006 15:45 To: flexcoders@yahoogroups.com; [EMAIL PROTECTED]

[flexcoders] file upload

2006-06-02 Thread sreedhar reddy
Hi friends,I am using Flex Builder2Beta3 and Java Server Pages and SQLServer 2005 for my project development. I have to provide "file upload" functionality to upload a file in to sql database..If anybody knows the "File Upload" code using actionscript3.0 and JSP, please send that code.Thanks

RE: [flexcoders] Local Flash (8) Player Installer

2006-06-02 Thread Jim Robson
I think you need to obtain a redistribution license first (see below from Muzak of Flashcoders list) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Wednesday, May 03, 2006 3:39 PM To: Flashcoders mailing list Subject: Re:

[flexcoders] Re: Apparent bug with static variable access in bindings (f2b3)

2006-06-02 Thread n51red
I was aware that changes to static variables no longer trigger binding to execute, but including static variables in a binding shouldn't cause compilation errors. Considering the fact that the compiler fails to identify the line that contains the error, and the fact that the error messages

[flexcoders] Chart

2006-06-02 Thread mepaninaresh
I have a mx:Repeater id=list dataProvider={myHomePageAC} mx:GridRow width=778 paddingLeft=4 mx:GridItem mx:RadioButton label={list.currentItem.Name}/ /mx:GridItem mx:GridItem mx:LinkButton label={list.currentItem.Amount[0]} textAlign=center / /mx:GridItem . I

[flexcoders] Instantiation and setting problems

2006-06-02 Thread Suzy Lawson
I anyone else having issues trying to set values on objects for newly instantiated objects in an object graph with 3 or more layers? I have the following: ClassA { public var classB : ClassB; public var classC : ClassC; } ClassB { public var classD : ClassD; } ClassC { public var

Re: [flexcoders] OpenAMF, Tomcat and Flex2B3

2006-06-02 Thread Carlos Rovira
Hi Andrea,The problem was solved in last beta (FP9 beta3), so you can pass VOs from AS to Java and from Java to AS.Your code looks ok, for me but the logs says something is happen, maybe...are you using AMF0?, remember that in FP9 default is AMF3. On 6/2/06, Andrea Varga [EMAIL PROTECTED]

Re: [flexcoders] Re: Apparent bug with static variable access in bindings (f2b3)

2006-06-02 Thread jeremy lu
but including static variables in a bindingshouldn't cause compilation errors.sense in that context, lead me to the conclusion this must be a compiler bug. agreed, actually one of our engineers spent two days to spot this and remove all static variable bindings then all the weird compliation

[flexcoders] f2b3 custom ToolTip troubles

2006-06-02 Thread n51red
I've been replacing tool tips with arbitrary IUComonents by intersepting the toolTipCreate method and changing the toolTip property to my component. This works quite well except for when the tooltip is does not have room to appear to the bottom left of the cursor. In this situation the the

RE: [flexcoders] file upload

2006-06-02 Thread Stacy Young
Checkout: Programming ActionScript 3.0 Flash Player APIs Networking and Communication In the Flex Builder help, fully documented examples. As for the JSP side, its business as usual you have to handle a multi-part form submission and process as if it were a html form.

[flexcoders] Column Chart Help

2006-06-02 Thread Ethan Miller
Greetings - Having a hard time getting a very simple column chart working, code below. Category labels on the x axis render, as do numeric labels on the y axis. But none of the data, ie columns renders. If I change LinearAxis to CategoryAxis with dataProvider={dashboardAC}, the data does

[flexcoders] Re: dynamic colors for pieseries wedges

2006-06-02 Thread Jason
No ideas? --- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote: I'm having a bit of a time figuring this one out. I have a PieChart that I'm using to map data that fits into certain categories. I want to always have each category given a fixed color. So, for example, I might

RE: [flexcoders] F2B3: Javascript security

2006-06-02 Thread Lisa Nelson
Tim, Did Rost's suggestion help your situation? I have a similar issue. This works: ExternalInterface.call("alert","Hey this is an external interface call."); But when I try to call one of our own _javascript_ functions, it just doesn't seem to find the function and does absolutely

[flexcoders] flex 1.5 : how to lock Application during popup creation process ?

2006-06-02 Thread Antoine Malpel
I use a lot of PopUpManager.createPopUp( ) in order to avoid background interface's buttons etc.. this works well ! the use can only interact with the PopUp-ed object... But I noticed that when a user click a second time on the same button well... the popup is created two times ... I

[flexcoders] Problem with drawn lines appearing outside the bounds of container on resize.

2006-06-02 Thread Steven Toth
I have a Canvas that I'm drawing on using the graphics.lineTo() method of the Canvas. When I resize the browser window so the the Canvas gets smaller the lines that were in the Canvas now extend outside the bounds of the Canvas and show on other containers. The only thing I have been able

[flexcoders] Re: flex 1.5 : how to lock Application during popup creation process ?

2006-06-02 Thread Suzy Lawson
You can create a global public variable Boolean that you set to true when the window is open and set to false when it closeed. var public isPoppedOpen : Boolean = false; Then when a user clicks the button, set it to true. Have logic in your window pop method that checks if this value is true,

[flexcoders] Re: flex 1.5 : how to lock Application during popup creation process ?

2006-06-02 Thread Doug Lowder
You can set the 3rd parameter of createPopUp() to true to create a modal popup, which will block input in everything in your app other than the popup window: var myPopUp = PopUpManager.createPopUp(parent, class, true, ...); You can then center that popup with respect to any component with

RE: [flexcoders] Instantiation and setting problems

2006-06-02 Thread Peter Farland
Where are you declaring these classes? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Suzy Lawson Sent: Friday, June 02, 2006 12:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Instantiation and setting problems I anyone else

[flexcoders] roll-over-color CSS property

2006-06-02 Thread klumikaze
Maybe I'm missing something, but I'm skinning my application, and when trying to use default buttons, I can't change the text color on a roll over. I assume it's the roll-over-color property, I've looked for other options but haven't found anything. Anybody else having issues with this?

[flexcoders] Flex 1.5 Custom AssetRenderer

2006-06-02 Thread Battershall, Jeff
I'm trying to create a custom AssetRenderer class for a line chart's point renderer that will import a swf which has the capability to fire events handled by other elements in the movie. The first problem is that if I use the super.draw(target,rc) method, the aspect ratio of the .swf is skewed

[flexcoders] Flex2 Blocking Cursor

2006-06-02 Thread Michael
In flex 1.5 I used these functions to keep the user from interacting with the GUI while I was retrieving data from the database, but in flex2 they dont work. Does anyone know how to accomplish this in Flex2?? function setBlockingCursor() { // Create an empty UIObject popup that

[flexcoders] Re: Flex1.5: print an element in Accordion - strange behavior

2006-06-02 Thread wujunjr
--- In flexcoders@yahoogroups.com, wujunjr [EMAIL PROTECTED] wrote: print elements function works well in most cases. But things go wrong when I try to print an element within an Accordion element. The size of the printed image become extremly small in first Accordion. In second

RE: [flexcoders] f2b3 custom ToolTip troubles

2006-06-02 Thread Gordon Smith
In Flex 2, set the mouseEnabled property of your tooltip instance to false. The standard ToolTip component does this in its constructor: // Make the ToolTip invisible to the mouse so that it doesn't // interfere with the ToolTipManager's mouse-tracking. mouseEnabled = false; - Gordon

RE: [flexcoders] E4X, SOAP and namespaces, oh my!

2006-06-02 Thread Peter Farland
Ben, if a parent type declares the default namespace (as it does on GetDocumentResponse) then child elements that do not redeclare the default namespace nor use a prefix to another namespace will inherit that parent namespace. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Changing Color at Run Time on My PieChart

2006-06-02 Thread Chaitu Vadlapatla
I am really stuck with this one. I want to be able to set colors on this Pie chart at run time using Action Script. Here are the things I tried.chart.setStyle(SolidColor,0x00); chart.graphics.beginFill(0x99,100); I would really appreciate it if anybody could tell me what I

[flexcoders] Constants in a separate .as file?

2006-06-02 Thread Charles
Hi everyone, This seems like a very simple thing to do, but I can't figure out why it won't work. Basically, what I am aiming for is to have a separate .as file that contains only constants (no classes or functions...just constants). I have this ActionScript class, say "ClassOne.as"that uses a

RE: [flexcoders] Re: Instantiation and setting problems

2006-06-02 Thread Peter Farland
I'd have to see the code to really understand what is going on, but can you avoid doing anything in a constructor and use a button or something to trigger the work to see if that's the issue? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Constants in a separate .as file?

2006-06-02 Thread Clint Modien
Hi Charles... you may find it helpful to break your general constants up into there own classes with their own packages to avoid variable naming issues.To answer your question though...If you make the consts you have static as in public final class com.company.printing.PrintJobOrientation {

Re: [flexcoders] iFrame not filling canvas

2006-06-02 Thread Angus Johnson
Cheers Tom.I ended up changing the html div and iframe styles and it now works. On 02/06/06, Tom Chiverton [EMAIL PROTECTED] wrote:On Friday 02 June 2006 03:56, Angus Johnson wrote: bars when it should size up to 100% width and height.What about if you set the Canvas to be 99% ?--Tom

Re: [flexcoders] E4X, SOAP and namespaces, oh my!

2006-06-02 Thread Ben Clinkinbeard
Thanks, Peter, good to know.Any idea how to solve my DataGrid dataProvider problem? Its columns use child nodes as their dataField attribute but it seems like they are not accessible because of the namespace being there. Do I need to somehow strip out the namespaces or include the namespace in

[flexcoders] Why is this happening? Blank screen On Firefox - urls provided

2006-06-02 Thread josulliv101
Hi everyone, I just got my feet wet with flex 2 beta 3 (really enjoying it by the way). I cannot figure out why I can only view my flex apps on IE - on firefox/any mozilla based browser, I just see a blank green screen. Here's a test I did with a very simple example that just loads some xml

Re: [flexcoders] ActionScript setting width to 100%

2006-06-02 Thread Tim Scollick
Assuming percentWidth is depricated,Is that documented somewhere? Where can I find out which other deprecated code pieces I am using regularily?On 6/2/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 02 June 2006 12:36, shravan kumar wrote: myButton.percentWidth = 100;Assuming

[flexcoders] Re: Constants in a separate .as file?

2006-06-02 Thread Charles
Hi Clint, Yes, I actually did think about putting these constants in their own class, but I was trying to avoid it...not only for simplicity, but also to compact the references I would have to make - i.e. just refer to it as LANDSCAPE instead of ClassName.LANDSCAPE...mainly because there