[flexcoders] Refresh[update the parameters] in the component data dynamically

2007-12-13 Thread bhaskar M
Hi .. I have a component ServiceSelector which will render services based on the it's servicedata parameter, which is of ArrayCollection type. So My requirement is I will be calling serviceselector in multiple time with updated service data. First time it works fine..since

[flexcoders] Re: How to use DragManager.acceptDragDrop() when target is a MovieClip?

2007-12-13 Thread quiet.mountain
Sorry, I should have mentioned that my MovieClips are being created in Flash CS3 and I am not currently using the Adobe Flash Workflow Integration Kit. So I am talking about using the DragManager with flash.display.MovieClip. The suggested solution for Flex 3 is to use UIMovieClip:

[flexcoders] invoking Adobe Air application from a flex web-application.

2007-12-13 Thread sreedhar reddy
Hi, Basically, I have created a .air file which has the functionality of displaying all the drives(C:/ , D:/) in my machine. Now, I can install this application by double clicking on .air file. But, what exactly I want to do is: I have to invoke this .air file from

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread Mark Ingram
Yes, I'm using an Image control. The image loads a SWF and the SWF has scale-9 built into it. Will this not work then? Is there any way to make this work? I've tried using the scale-9 embedding properties but that won't work either! From:

[flexcoders] Multi-lines in localised resources

2007-12-13 Thread Mark Ingram
Hi, how can you get line breaks in localised text (I'm using property files for the whole application). Mark

Re: [flexcoders] Bubble chart BUG??

2007-12-13 Thread Steve Waugh
Hi Sunil, I am using flex 2 but I am sure it will be same on Flex 2.0.1. Here is an example code. Please note that once you drag the bubble chart canvas all the way up the Y axis disappears and bubbles lose their Y coordinate value. I have seen in some other instances that all the

Re: [flexcoders] Re: Event meta data in Interfaces

2007-12-13 Thread Tom Chiverton
On Wednesday 12 Dec 2007, ben.clinkinbeard wrote: I've often found myself wishing we had abstract classes in AS3 but this is the first time I can remember that multiple inheritance was on my wishlist as well. Yeah, I had a rapid round of googling at the end of yesterday, and it seems everyone

RE: [flexcoders] Bubble chart BUG??

2007-12-13 Thread Sunil Bannur
This I believe is a bug and was fixed in Flex 3 Beta 2. Here is the bug id https://bugs.adobe.com/jira/browse/FLEXDMV-1252 Thanks -Sunil From: Steve Waugh [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 2:45 PM To: flexcoders@yahoogroups.com;

Re: [flexcoders] Flex server Subversion

2007-12-13 Thread Tom Chiverton
On Thursday 13 Dec 2007, DannyT wrote: Trunk/client/ Trunk/server/ Us too, except we have many separate client/server apps, so at the mo we've got: /trunk/projectA-client /trunk/projectA-server /trunk/projectB-client /trunk/projectB-server /trunk/shared-client /trunk/shared-server

[flexcoders] Loading classes at runtime from RSLs, SWCs etc.

2007-12-13 Thread Lachlan Cotter
Hi All, I was wondering if someone can offer some advice on dynamic loading of classes at runtime. What I would like to achieve is to create a library of view classes (effect classes to be specific) which can by dynamically loaded into a Flex application at run time. I don't want to

Re: [flexcoders] complex xml parsing

2007-12-13 Thread Vadim Melnik
Hi, In addition to communication issues, there is problem with E4X syntax. E.g. msRun/ node in the attached XML snip is defaulted to http://sashimi.sourceforge.net/schema_revision/mzXML_2.0 namespace, and snip[] syntax seems incorrect at all: Alert.show(xml.msRun[0].scan[]); var xml:XML =

[flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread polestar11
Hi Juan Our ScrollBar arrow turned out to be a Bitmap, so you were right about scale-9 not being picked up for Bitmaps. Changing that to a vector fixed it. The scale-9 issue seems to only be a problem for ComboBoxes. Our ComboBox arrows are vectors and we are developing in FlexBuilder 3 Beta 2.

Re: [flexcoders] [AIR] Flex Framework inside extra NativeWindow?

2007-12-13 Thread Vadim Melnik
Hi Keith, To add framework components to NativeWindow, some extra coding is necessary, like setting stage scaleMode and align to StageScaleMode.NO_SCALE and StageAlign.TOP_LEFT, monitoring stage resize event and applying changes to UIComponent. Actually mx.managers.SystemManager source code is

[flexcoders] Re: complex xml parsing

2007-12-13 Thread y.mauron
Thank you all, Actualy it was a very basic problem... Was a nameSpace problem. My validator added aaa as namespace and that's why I couldn't find any node.. --- In flexcoders@yahoogroups.com, y.mauron [EMAIL PROTECTED] wrote: Dear all, Here is a fragment of xml. When I try to parse it

[flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread johantrax
http://labs.adobe.com/technologies/flex/flexbuilder3/ Be sure to uninstall beta2 before installing beta3! (and also, read the release notes ;) ) --Johan

[flexcoders] flexbuilder3 beta3

2007-12-13 Thread bhaq1972
why is my flexbuilder2 license serial number invalid for flexbuilder3 beta3?

Re: [flexcoders] Re: Datagrid context menu question

2007-12-13 Thread Scott Melby
Yeah... my menus actually know which object they are invoked for. I do this by overriding the rollOver on the dataGrid and passing the row that was rolled over to the menu. So, in the MENU_SELECT the menu just finds that item in the grid and selects it (if not already selected). hth Scott

[flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread polestar11
Eureka!! I found a fix to our ComboBox problem, after reading about this bug: https://bugs.adobe.com/jira/browse/SDK-12803 Our ComboBox symbol comprised of the arrow button symbol used in the editable ComboBox skin. For the non-editable ComboBox skin I took out this reference by creating a new

Re: [flexcoders] Flex server Subversion

2007-12-13 Thread Andrew Scott
There is no hard fast rules, but what best suits you. Here is what we do, and this applies mainly to more than 1 developer. If one developer then you can ignore the fact that you don't need to merge / sync code as much. 1) Create a repository with a trunk / branch / tag 2) Write code. 3) Sync

[flexcoders] Re: Flex Data Management and container's UserTransaction

2007-12-13 Thread den.orlov
Sorry but original question was about transaction boundaries that FDS set using UserTransaction at server side. How does lazyness of associations relate to this? Den --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: Den Here´s explanation A Flex Data Management

Re: [flexcoders] Global Security Settings panel - set with in flex

2007-12-13 Thread Tom Chiverton
On Wednesday 12 Dec 2007, essuark wrote: I understand that one can't set this stuff in flex but is there way to get the info. Basically I want to warn my users if they dont have a path added for local access. try/catch ? -- Tom Chiverton Helping to elementarily market enterprise interfaces

[flexcoders] Re: How to access selectedItem in MenuBar from TitleWindows

2007-12-13 Thread girish_ok
Just create a bindable property in your parent application, on click of menuitem assign the label to Bindable property like this [Bindable] public var myProp:String = new String(); assing the label to this property. in title window you just need to read the property and bind it to textArea

Re: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Tom Chiverton
On Thursday 13 Dec 2007, johantrax wrote: http://labs.adobe.com/technologies/flex/flexbuilder3/ Is it me, or are the framework_3.0.189154.swf rsl files missing ? -- Tom Chiverton Helping to paradigmatically fashion six-generation e-business on: http://thefalken.livejournal.com

[flexcoders] Re: How to change the Alert Window colors

2007-12-13 Thread girish_ok
Hi Randay, Its working. I have remove @font-face cause it is throwing error. I am able to set the color for Alert window thanks Girish --- In flexcoders@yahoogroups.com, Girish [EMAIL PROTECTED] wrote: Hi Randay, copied your css code in mx:Style ./mx:Style tags. can you tell

[flexcoders] Re: Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread mcaplan_labnet
How can I find a changelog for Beta 3, especially the SDK? Would the best place to go be the bug tracker, and if so, what milestone should I be looking under? Thanks, Mike --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 13 Dec 2007, johantrax wrote:

Re: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Marvin Froeder
How about Compiler sources? Nothing yet? VELO On Dec 13, 2007 8:20 AM, johantrax [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flex/flexbuilder3/ Be sure to uninstall beta2 before installing beta3! (and also, read the release notes ;) ) --Johan

Re: [flexcoders] Did anyone download and run this application

2007-12-13 Thread Paul Andrews
Good for me. No idea why you have that problem. Paul - Original Message - From: hworke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, December 13, 2007 1:33 PM Subject: [flexcoders] Did anyone download and run this application Hi there, did anyone download and

RE: [flexcoders] Re: Use a Popup as itemEditor in Datagrids

2007-12-13 Thread Kyle Quevillon
Check out my blog entry I just posted on this topic (I already had the code sample lying around and hadn't gotten around to posting it), http://blog.739saintlouis.com/2007/12/12/datagrid-popup-as-itemeditor/ HTH -Kyle From:

[flexcoders] Playing Audio on Showing a Differenct Canvas Within A TabNavigator

2007-12-13 Thread John Papworth
Hi there, I am wanting to play a different audio event on entry into each of my Tabs within a Viewstack. Has anyone got any good pointers to assist with this? Thanks In Advance John

[flexcoders] Navigation

2007-12-13 Thread John
Hi there, I have my application, which I have built with 3 components - header bar, content bar and a navigation bar. In the navigation bar, I have a forward and back button, replay button etc. What I want to do is click Next in the navigation bar and that then change in the content bar

[flexcoders] Playing Audio on Showing a Differenct Canvas Within A TabNavigator

2007-12-13 Thread John
Hi there, I am wanting to play a different audio event on entry into each of my Tabs within a Viewstack. Has anyone got any good pointers to assist with this? Thanks In Advance John

[flexcoders] Announcing BlazeDS: Open Source Remoting and Messaging

2007-12-13 Thread James Ward
More info here: http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-mes saging/ And my new BlazeBench is here: http://www.jamesward.org/wordpress/2007/12/12/blazebench-why-you-want-am f-and-blazeds/ -James

[flexcoders] combobox- selecting an item within

2007-12-13 Thread bmilesp
i have an httpservice as a dataprovider for a combobox that outputs: countries country label=USA data=1/ country label=Canada data=2/ country label=Mexico data=3/ /countries i want canada to be selected initially. i know you can use selectedIndex, but that will not work for me since i can

[flexcoders] Re: conflict between 2 HTTPService objects

2007-12-13 Thread yannick_legarff
Yes you are right, if I make my second call to another domain it works. Thanks a lot for your response. I spent a lot of time trying to find the cause of this problem. Now I'm going to look for a way to bypass it. John --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED]

[flexcoders] How to use mx.modules.Module class in ActionScript Project

2007-12-13 Thread cksachdev
I wanted to use Shell/Module concept in my ActionScript project. I used mx.modules.ModuleBase Class in my Module. The problem I am facing is When I want to communicate from one module to another module I don't have parentApplication object as I am not using mx.modules.Module class. And in

[flexcoders] Cairngorm event types

2007-12-13 Thread Nils Millahn
Hi everybody, I've started using Cairngorm on a couple of projects and wondered where people generally define their event type identifiers. The FrontController/EventDispatcher setup requires unique event names across the application, which is hard to control on large projects with multiple

RE: [flexcoders] Cairngorm event types

2007-12-13 Thread Dimitrios Gianninas
I define the event constants in the event class itself, and saves on an import. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nils Millahn Sent: Thursday,

[flexcoders] reminder!!! Ribbit event today!!!

2007-12-13 Thread hworke
A reminder to all: Ribbit Platform Release Party: today http://ribbit0712.eventbrite.com/ I am sure many flex team members are gonna be present there. See ya...

[flexcoders] Did anyone download and run this application

2007-12-13 Thread hworke
Hi there, did anyone download and run this application? http://examples.adobe.com/flex3/labs/dashboard/main.html# I am getting this error message: Unable to upload data/pods.xml Any idea? thanks

Re: [flexcoders] Cairngorm event types

2007-12-13 Thread Ralf Bokelberg
You can use full qualified event names to avoid name clashes, eg. package de.bokelberg.bigproject.myview { class UpdateEvent extends Event { public static const EVENT_ID : String = de.bokelberg.bigproject.myview.Update; //... } } Cheers Ralf. On Dec 13, 2007 2:22 PM, Nils

[flexcoders] Re: Playing Audio on Showing a Differenct Canvas Within A TabNavigator

2007-12-13 Thread ben.clinkinbeard
Listen for the change event of your TN. --- In flexcoders@yahoogroups.com, John [EMAIL PROTECTED] wrote: Hi there, I am wanting to play a different audio event on entry into each of my Tabs within a Viewstack. Has anyone got any good pointers to assist with this? Thanks In Advance

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread ben.clinkinbeard
Use e4x as your resultFormat and create a factory and/or constructors that accept xml and populate themselves. HTH, Ben --- In flexcoders@yahoogroups.com, Peter Connolly [EMAIL PROTECTED] wrote: I just discovered what looks like another, related bug. A web service response containing

Re: [flexcoders] Announcing BlazeDS: Open Source Remoting and Messaging

2007-12-13 Thread Tom Chiverton
On Thursday 13 Dec 2007, James Ward wrote: http://coenraets.org/blog/2007/12/blazeds-open-sourcing-remoting-and-messaging/ And it's not April 1st either. Woa. -- Tom Chiverton Helping to enormously revolutionize fine-grained appliances on: http://thefalken.livejournal.com

[flexcoders] cut a piece of gif or jpg image

2007-12-13 Thread ds.dinesh
Sir, Please send me any flex code which help me to cut a piece of image. Regards, Dinesh Sharma.

Re: [flexcoders] Did anyone download and run this application

2007-12-13 Thread Steve Waugh
Thanks Paul for your reply. Since I am using Flex 3 beta 3, do you think that made any difference? Did you also use Flex 3 beta 3 version? On Dec 13, 2007 5:37 AM, Paul Andrews [EMAIL PROTECTED] wrote: Good for me. No idea why you have that problem. Paul - Original Message

[flexcoders] International date formatting

2007-12-13 Thread Mark Ingram
Hi, is there any localisation support in Flex? I've got a date that I would like to format, but I don't want to just use the UK format - I would rather use a localised version so that when American customers use our product they see their date formats. Any clues? Mark

Re: [flexcoders] Did anyone download and run this application

2007-12-13 Thread Paul Andrews
What version of the player do you have? Have you checked there is still a problem? It looked like it couldn't read a particular xml file, so maybe it's just a server glitch. Paul - Original Message - From: Steve Waugh To: flexcoders@yahoogroups.com Sent: Thursday, December

Re: [flexcoders] cut a piece of gif or jpg image

2007-12-13 Thread Jon Bradley
On Dec 13, 2007, at 9:46 AM, ds.dinesh wrote: Please send me any flex code which help me to cut a piece of image. That's not specific to Flex. That's just the BitmapData API. Look up BitmapData in the AS3 docs. - j

RE: [flexcoders] How to use mx.modules.Module class in ActionScript Project

2007-12-13 Thread Alex Harui
You will have to design your own communication method. You can use a singleton object or pass references into the instances. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cksachdev Sent: Thursday, December 13, 2007 2:43 AM To:

RE: [flexcoders] combobox- selecting an item within

2007-12-13 Thread Alex Harui
You'll have to scan the collection and determine the index that has the data you want and set selectedIndex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bmilesp Sent: Wednesday, December 12, 2007 9:43 PM To:

[flexcoders] Doubleclicking in a dataGrid

2007-12-13 Thread Clinton D. Judy
Hello again, I have functions set for both itemClick and itemDoubleClick events in a datagrid. However, the itemDoubleClick event never goes off. What can keep this from happening? itemClick isn't interfering with it, is it? Clinton Judy Glenn O. Hawbaker, Inc.

RE: [flexcoders] International date formatting

2007-12-13 Thread Alex Harui
Flex 3 has runtime localization. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, December 13, 2007 7:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] International date formatting Hi, is there

RE: [flexcoders] Loading classes at runtime from RSLs, SWCs etc.

2007-12-13 Thread Alex Harui
Modules. See my blog (blogs.adobe.com/aharui) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Cotter Sent: Thursday, December 13, 2007 1:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading classes at runtime from RSLs,

[flexcoders] DataTipFunction doesn't seem to make sense?

2007-12-13 Thread Kevin
Is it just me or do others think that the dataTipFunction doesn't really fit within the label function framework? I don't see why it isn't formatted like the labelFunction so that we could use those two functions interchangeably our app? For example, I created a bunch of standard Date

Re: [flexcoders] [AIR] Flex Framework inside extra NativeWindow?

2007-12-13 Thread khair
Thanks Vadim, this is the kind of information I need. -- Keith H -- keith-hair.com Vadim Melnik [EMAIL PROTECTED] wrote: Hi Keith, To add framework components to NativeWindow, some extra coding is necessary, like setting stage scaleMode and align to StageScaleMode.NO_SCALE and

RE: [flexcoders] DataTipFunction doesn't seem to make sense?

2007-12-13 Thread Alex Harui
Dang, I never noticed that before. Please file a bug. It probably won't get in Flex 3 though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Thursday, December 13, 2007 7:42 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Refresh[update the parameters] in the component data dynamically

2007-12-13 Thread Alex Harui
Post some code so we can see what you're doing. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaskar M Sent: Thursday, December 13, 2007 12:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Refresh[update the parameters] in

RE: [flexcoders] Loading mask or overlay for datagrids while loading

2007-12-13 Thread Alex Harui
There are so many options, I don't know where to start. You can use masks, overlays, popups, effects, transitions. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brey_magenta Sent: Wednesday, December 12, 2007 11:50 PM To:

[flexcoders] Re: DataTipFunction doesn't seem to make sense?

2007-12-13 Thread ben.clinkinbeard
Not the same but related: https://bugs.adobe.com/jira/browse/SDK-11290 --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Dang, I never noticed that before. Please file a bug. It probably won't get in Flex 3 though. From:

Re: [flexcoders] Flex server Subversion

2007-12-13 Thread DannyT
Thanks guys, feel much better about it all now :) Tom, why do you keep them all in the one repository and not setup different repositories for each project? Dan On 13/12/2007, Andrew Scott [EMAIL PROTECTED] wrote: There is no hard fast rules, but what best suits you. Here is what we do,

RE: [flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Farland
Hi Peter, Thankyou for logging that bug (although we require a WSDL and any imported XML Schemas to be provided with any WebService bug logged, would you mind adding that too?). We expect Arrays to be marshalled correctly for both requests and responses. However, there's not just one scenario

RE: [flexcoders] Doubleclicking in a dataGrid

2007-12-13 Thread Clinton D. Judy
Duh. Probably should have figured that out on my own before asking the list. Thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, December 13, 2007 11:09 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Doubleclicking in a

[flexcoders] Browser size keeps growing when I load and image

2007-12-13 Thread doepositive
I fooling around with flex to learn more and I ran into a problem. I'm trying to schedule a refresh of an image every 30 sec (or so), I I leave the browser open the IEXPLORER size grows with every load. I tried cachePolicy=off Here is an example of what I'm doing import flash.display.Sprite;

RE: [flexcoders] Re: How to use DragManager.acceptDragDrop() when target is a MovieClip?

2007-12-13 Thread Alex Harui
Use the integration kit or implement IUIComponent on your own. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of quiet.mountain Sent: Thursday, December 13, 2007 12:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to use

RE: [flexcoders] Doubleclicking in a dataGrid

2007-12-13 Thread Alex Harui
doubleClickEnabled=true? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, December 13, 2007 7:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Doubleclicking in a dataGrid Hello again, I

[flexcoders] Box on top of other Box or Component

2007-12-13 Thread alex
Hi , If I have some big component like a Chart and I want to position a small Box with Text somewhere in the corner of the Chart but on top of it - meaning a layer above the Chart and obscuring it. Is it possible in Flex? Thanks guys.

[flexcoders] Changing Flex project data access option

2007-12-13 Thread Wei-Chung Wang
Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed using the basic data access option. But now it needs to access data via Coldfusion Flash Remoting. Thanks Weichung

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread Alex Harui
Image will resize the SWF. The SWF will have to resize the symbol that has scale9 on it, and not just scale the SWF. You might need to use a Flex SWF to wrap the symbol so the Image code does a resize and not a scale. From: flexcoders@yahoogroups.com

[flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread weichungwang
Does anyone know how an existing Flex project's data access option can be changed from Basic to ColdFusion Flash Remoting? The project was initially developed using the basic data access option. But now it needs to access data via Coldfusion Flash Remoting. Thanks Weichung

RE: [flexcoders] International date formatting

2007-12-13 Thread Matt Chotin
Additionally our globalization team has been working on some exciting new formatters that we hope to see out there in a few weeks on Labs. Stay tuned! Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, December 13, 2007 7:47 AM To:

[flexcoders] Re: [ANN] PyAMF 0.1 Alpha released

2007-12-13 Thread Todd
Ahhh, so cool. It's nice to see my favorite server scripting language getting the ability to work with my favorite client platform. --- In flexcoders@yahoogroups.com, Thijs Triemstra | Collab [EMAIL PROTECTED] wrote: We are pleased to announce the first alpha version of PyAMF. PyAMF [1] is

RE: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Jim Hayes
What would that mean in practice, Tom? Opening a previous project has given me a source code view with no colour highlighting, project properties contains many incompatible settings and there are no SDKs listed ! Oh dear! Looks like something went wrong ... I'm just attempting to reinstall

Re: [flexcoders] Box on top of other Box or Component

2007-12-13 Thread Michael Wills
HI Alex, I haven't used charts, but in general the way to do it is to you absolute positioning. Add your chart and then add your box. canvas chart / box / /canvas that way the box would be above the chart in z-order. Later items in the MXML are higher in the z-order, so they go over other

RE: [flexcoders] Re: Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Matt Chotin
This beta is primarily bug fixes. If you look in the bug tracker you would want to see bugs fixed in the SDK Moxie M3 (Zero) Milestone. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcaplan_labnet Sent: Thursday, December 13, 2007 5:15 AM To:

RE: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Matt Chotin
Compiler sources will be available at the time we put out our final release. We're still doing license cleanup and whatnot, it's a long process... Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marvin Froeder Sent: Thursday, December 13, 2007 5:28 AM To:

RE: [flexcoders] Filtering XMLList (ala search)

2007-12-13 Thread Tracy Spratt
What I did was to create a function that does the matching. Call a function on the change event of the text input, it fires for each character entered: private function getFilteredItems(sFilterString:String):void { var sFilterString:String = tiFilter.text; var xmlTemp:XML = new

RE: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Jim Hayes
Thanks Matt, must have skimmed the release notes *too* fast! Apologies! Yes, my projects from Beta2 were showing so that makes sense. I was just thinking about the clean option. an uninstall and reinstall also fixed this it seems, so looks like I'm good to go once I've updated the odd bit of

RE: [flexcoders] Browser size keeps growing when I load and image

2007-12-13 Thread Alex Harui
What is image1? What version of Flex? This is a known issue that is still under investigation but is better in Flex 3. Does the process memory shrink if you minimize the browser? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Brian Holmes
You can edit the .flexProperties file directly. Set up a flex project with the new Data Access Option and then compare the .flexProperties file and you should be able to make a few changes. Brian. From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Loading a flex app in a flex app

2007-12-13 Thread Derek Vadneau
You need to call Security.allowDomain() to allow the app2 SWF to access elements in app1. From the docs on Cross-scripting: In order for a SWF file in a sandbox other than that of the Stage owner to access these properties and methods, the Stage owner SWF file must call the Security.allowDomain()

RE: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Matt Chotin
Yes, in Beta 3 we only included the signed RSLs. This was kinda a mistake, but we have the steps you can follow in the release notes here: http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes Jim, your problem is likely that you are re-using your workspace from your previous install.

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Connolly
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Hi Peter, Thankyou for logging that bug (although we require a WSDL and any imported XML Schemas to be provided with any WebService bug logged, would you mind adding that too?). I added that this morning. You

[flexcoders] Re: How to send Arrays in WebService request???

2007-12-13 Thread Peter Connolly
Actually, it's the request that isn't handled properly. I included a bare-bones map that creates a request object that is what I would expect it to look like. The problem is that the SOAP message that Flex creates from the request is missing the array elements of the message. I included a

[flexcoders] Beta 2 bug? useCache not available in URLRequest

2007-12-13 Thread Kevin
The docs say there is a new public property 'useCache' that I can set to force a reload from the server of the URL. Yeah! BUT I can't seem to find it. It doesn't show up in code hinting and putting it in throws a compiler error. has anyone had success using(finding) this? (I am using Flex

Re: [flexcoders] How to change the data access option in an existing Flex project

2007-12-13 Thread Mike Chabot
That setup wizard mainly pre-configures settings. If you miss it, you can add the settings in manually, but they are somewhat obscure if you don't already know exactly what the settings are. I think it would be eaiser to delete the project and recreate it. Hopefully you have the project settings

Re: [flexcoders] Re: [ANN] PyAMF 0.1 Alpha released

2007-12-13 Thread Marcelo de Moraes Serpa
Great work. Python is a sweet language, I couldn't stand PHP anymore (even though AMFPHP was a great effort, I just can't swallow php..) keep up the great work! On Dec 13, 2007 2:49 PM, Todd [EMAIL PROTECTED] wrote: Ahhh, so cool. It's nice to see my favorite server scripting language

Re: [flexcoders] DataTipFunction doesn't seem to make sense?

2007-12-13 Thread Kevin
I will file the bug. Thanks, Kevin On Dec 13, 2007, at 10:45 AM, Alex Harui wrote: Dang, I never noticed that before. Please file a bug. It probably won’t get in Flex 3 though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Thursday, December

[flexcoders] Re: Request for feedback on decimal math

2007-12-13 Thread Brian Morearty
Hi Gordon, I'm really happy to hear you're working on a decimal type. This will help us a lot. My company needs a decimal type for financial calculations, as we make financial software. I will send you some requirements that I think will help you a lot. But before I take the time to do

[flexcoders] How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread ben.clinkinbeard
So in Beta 3 it seems to highlight all occurrences of whatever type/method/var your cursor is in. How do I turn that off? Its quite distracting. Thanks, Ben

[flexcoders] Different DataTips for multiple series in one chart.

2007-12-13 Thread Guido
Hi, people. I have a LineChart with multiple series in it, and I'd like to have a custom data tip function for each series, and not one for the whole chart. I've thought of a couple of ways of doing this, but none of them are what you'd call 'tidy'. I'd like to know if there's a reasonably

[flexcoders] Re: Different DataTips for multiple series in one chart.

2007-12-13 Thread Guido
Oh, I forgot: I'm using Flex 2.0.1 On Dec 13, 2007 3:20 PM, Guido [EMAIL PROTECTED] wrote: Hi, people. I have a LineChart with multiple series in it, and I'd like to have a custom data tip function for each series, and not one for the whole chart. I've thought of a couple of ways of doing

RE: [flexcoders] How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread Brian Holmes
Uncheck the Mark Occurances button on the toolbar. Brian.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, December 13, 2007 11:16 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread ben.clinkinbeard
You think you're s smart, don't you? :) --- In flexcoders@yahoogroups.com, Brian Holmes [EMAIL PROTECTED] wrote: Uncheck the Mark Occurances button on the toolbar. Brian.. From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: How do I turn off the funky occurrence highlighting in FB3 Beta 3?

2007-12-13 Thread Brian Holmes
Literally, about 5 minutes smarter than you :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, December 13, 2007 11:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I turn off the

[flexcoders] File list in Flex

2007-12-13 Thread markflex2007
Hi, I am working with Coldfusion 7.02 and Flex 2 now. I want to use cfdirectory to list the files in a folder in web server and pass the file list to Flex then list all the file names in Flex. I also hope I can download the file when I click each file name in the list. Please give me a idea

[flexcoders] Re: Post sorting event

2007-12-13 Thread letterpigeon
Thanks Alex, So I should listen on headerRelease and in the handle, add listener for updateComplete, and in this handler, scroll the grid, then remove the listener again? Do you envision any problems w/ this approach, like race condition, performance impact, etc? Thanks. Ban --- In

[flexcoders] Undo/Redo not available in fresh install of Windows FB 3 Beta 3

2007-12-13 Thread Michael Wills
Just wondering if this is unique to me or if others have experienced it. I just downloaded, installed and configured FB3 beta 3, and undo does not work. Type some text, no undo. My prefs have undo history set to 200 (the default). I haven't had this issue with Windows FB2, or Windows FB3 beta

[flexcoders] XMPP Flex Library + real application

2007-12-13 Thread Bruce Hopkins
Hi all, A friend of mine recently created a full XMPP client application in Flex. You can find the source here: http://imnotpete.com/rVooz/jabberFlexClient/JabberChat.zip It uses the XIFF library, and it works with the OpenFire XMPP server. With the demo app, you can login, see your buddylist,

Re: [flexcoders] After another restart it solved itself - was: Undo/Redo not available in fresh install of Windows FB 3 Beta 3

2007-12-13 Thread Michael Wills
After a few restarts the undo wasn't working installing PDE, JDT, and then subclipse. After one more, just now, it is. So it's working. Sorry for the spam... Michael Wills wrote: Just wondering if this is unique to me or if others have experienced it. I just downloaded, installed and

[flexcoders] Re: I need some help with custom labels in a BarChart

2007-12-13 Thread Mark
I'm still looking for some help on this one, does anyone know what may be the problem here? Mark --- In flexcoders@yahoogroups.com, Mark [EMAIL PROTECTED] wrote: Thanks, I just tried that and that didn't work either. I'm trying to size the charts depending on the amount of data being

  1   2   >