Re: [flexcoders] Adobe site

2007-02-21 Thread Oleg Filipchuk
I was trying to redownload my flex builder, cos i was reinstalling my pc, and tehre were no chance to download it. On 20/02/07, Brendan Meutzner [EMAIL PROTECTED] wrote: I was having issues with the exchange this morning... CF scripts were timing out when I was updating components as well as

[flexcoders] Flex and WSDL dateTime

2007-02-21 Thread Bas J. Brey
We are getting dates from a soap webservice. The dates in the database of the webserver have seconds but the date objects generated by flex ONLY have date + hours + minutes. The type of the dates in the WSDL is xsd:dateTime which should be correct, the dates are -MM-DDTHH:MM:SSZ

Re: [flexcoders] Disable RollOverColor within TileList

2007-02-21 Thread Roman Protsiuk
useRollOver=false R. On 2/4/07, pioplacz [EMAIL PROTECTED] wrote: I have a question is it possible to disable the rollover color when u move the mouse over some item within TileList. What i mean is that color box that shows behind the item. Or is it possible to customise it?

Re: [flexcoders] Binding to a dataprovider in ActionScript

2007-02-21 Thread Roman Protsiuk
Tried BindingUtils class? R. On 2/21/07, hartws1 [EMAIL PROTECTED] wrote: I'm aware that the syntax in mxml is: dataprovider = { myArray } What is (or is there) an equivalent way to perform the same function in actionscript? Thanks in advance for any insight.

Re: [flexcoders] DistortionEffects (201)

2007-02-21 Thread Tom Chiverton
On Tuesday 20 Feb 2007, flexcodersVK wrote: No compile errors and no exceptions :( Well, that's weird then. We're using said effects here under 2.0.1 and all is well. Are you requesting the .swf directly ? -- Tom Chiverton Helping to continuously entrench unique market-growth

Re: [flexcoders] Disable RollOverColor within TileList

2007-02-21 Thread Roman Protsiuk
BTW, if it's not so very interesting to read documentation maybe it will be fun enough to play around with Flex 2 Style Explorer. For example I found this style (useRollOver) of ListBase derived controls using Style Explorer. R. PS Documentation rocks! Definitely. At least sometimes. ;) On

Re: [flexcoders] Re: Automated Email Reports with Flex

2007-02-21 Thread Tom Chiverton
On Tuesday 20 Feb 2007, tyriker wrote: Thanks again everyone (and no offence taken Stella). Jumping in here while our dev. DB reboots, but couldn't you have the reports generated on-demand (or at least keep a list of generated ones). Then the user could come to the site whenever they wanted to

Re: [flexcoders] deep linking and seo

2007-02-21 Thread Tom Chiverton
On Wednesday 21 Feb 2007, Matt Chotin wrote: Deep linking on its own of course has benefits, better URL support in the address bar for bookmarking, copying into an IM or email, and even cleaner history management. But I would contend that most folks want deep linking so that pages can show up

[flexcoders] Re: Saving image data to shared objects

2007-02-21 Thread fritzdimmel
Hi. I've managed to store binary objects in the SharedObject. We're transferring the image now Base64Encoded which Flex recognizes as ByteArray! This can be stored in the SharedObject. But I can't figure out, how to assign this data to an image. Any hints? Thx, Fritz --- In

[flexcoders] How to get\set the sort status of a Grid Column

2007-02-21 Thread sanjaypmg
Hi All, I have a Data Grid with various columns. I have sorted the data by clicking on a specified column's header. How can I get the name of that purticular column name which has sorted and its sorting way (Ascending\Decending) programatically? In return, I need to set (implement) the same

[flexcoders] Suspend Image loading...

2007-02-21 Thread maikelsibbald
I have the idea that that every time I'm loading images in my itemrenderers it's slows down my application. For example when the images are loading and I open a popup, the popup appears on the moment the last images was loaded. Strange... the popup has a Higher priority than the images, because

[flexcoders] Re: Code Highlighting Bug?

2007-02-21 Thread msloumac
Hi There, may be bug, the data binding works fine for selectedRanges= {etc} but when you select a date on the dateChooser - switch views then return to the dateChooser the selectedRanges highlights are lost - like the selectedDate is overriding them - if you programatically force a reset of

[flexcoders] Re:width=100% as maximum, not minimum?

2007-02-21 Thread Robi Ray
Reid, As far as my knowledge goes, you can achieve truncation only if you specify fixed width values in pixels when using labels. Percentage values always get overridden when the text is too long. Another suggestion after looking at your code : - Avoid using the 'GridRow' 'GridItem' tags from

[flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-21 Thread Kun Janos
Hi Michael I had them slightly different, I tried your way also and didn't work :( Class mapping succeded when I rewrote in Flex: [RemoteClass(alias=LoginVO)] and setup $gateway-setClassMappingsPath('com/virtualro/vo/'); If $gateway-setClassMappingsPath('com/virtualro/vo/') and

[flexcoders] Re: XSL in Flex?

2007-02-21 Thread lincmitch
I am just starting out with Flex (infact this is my 1st post - Hi all!) and am also very interested the FLEX XSLT combo. As an Interaction/visual designer I hope to use Flex as a prototyping tool and run tranforms on the MXML to generate style guides, icon lists or static images of screens and

Re: [flexcoders] Re:width=100% as maximum, not minimum?

2007-02-21 Thread Roman Protsiuk
Try mx:GridItem width=100% mx:Label id=route_from width=100% minWidth=0 / /mx:GridItem R. On 2/21/07, Robi Ray [EMAIL PROTECTED] wrote: Reid, As far as my knowledge goes, you can achieve truncation only if you specify fixed width values in pixels when using labels. Percentage values always

[flexcoders] OpenType Fonts in Flex 2?

2007-02-21 Thread nesleinob
Please forgive me if this topic have been brought up before, but I have not been able to locate any threads, so I'll bring it forward... We have no trouble embedding TruType Fonts in our Flex app, but OpenType Fonts does not compile. Is this simply the way it is - no support for OTF in Flex 2

Re: [flexcoders] Re: Tutorial zoom in a linechart

2007-02-21 Thread Dana Gutride
Does anybody have any ideas on how to do this? On 2/20/07, Dana Gutride [EMAIL PROTECTED] wrote: I have an additional question on this topic. If you just reset the min and max on the horizontal axis, how would you get the vertical axis to recalculate the min/max values that it should show?

[flexcoders] SequenceCommand, Adding Properties to the nextEvent

2007-02-21 Thread lostinrecursion
Hi all, Forgive me if this is simple but I just can't seem to make it work. I have a command that fires each time a new record is added via SequenceCommand. (So, for example, AddUserCommand fires GetUsersCommand in the executeNextCommand function) The problem is that my GetUsersCommand is role

[flexcoders] Flash/Scrollwheel on Mac

2007-02-21 Thread flexcodersVK
Hi, Flash on Mac doesn¹t support the scroolwheel events. Does somebody know about a workarround? Regards, Jaap Cammeraat

Re: [flexcoders] Adobe site

2007-02-21 Thread Matt Chotin
Ok, well try again since hopefully all the apps are back up and running. Matt - Original Message - From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wed Feb 21 01:16:37 2007 Subject: Re: [flexcoders] Adobe site

[flexcoders] www.flexgrocer.com down

2007-02-21 Thread April
I'm working through the Adobe Flex 2 Training from the Source book and sometime yesturday the www.flexgrocer.com site went down making it impossible for me to run and test my applications. I've contacted Peachpit Press although I'm not sure if they were the correct contact, but I couldn't

[flexcoders] Re: Tutorial zoom in a linechart

2007-02-21 Thread g_odds
You could filter the data provider so it only has the data points that are on the screen. Graham --- In flexcoders@yahoogroups.com, Dana Gutride [EMAIL PROTECTED] wrote: Does anybody have any ideas on how to do this? On 2/20/07, Dana Gutride [EMAIL PROTECTED] wrote: I have an

Re: [flexcoders] deep linking and seo

2007-02-21 Thread Cortlandt Winters
I think that something like UrlKit integrated into the framework would be very valuable. The functionality is worth having by itself , but I think it would enable other significant features apart from seo. I also think it is the kind of feature that is best done by the core framework team in

[flexcoders] Apparent Bug in LineCharts - filterData property Kills Data Tips

2007-02-21 Thread thegiffman
If I take the standard line chart demo code, and add showDataTips to the line chart, they display normally. Yet, the moment I set filterData to false on one of the LineSeries, it kills data tips for this series. I think this is a bug in the charting components, as the data tips and the

[flexcoders] ASDoc and Ant

2007-02-21 Thread August Gresens
Hello I'm trying to run ASDoc using an ANT script that was published (generously) by Chris Luebcke for public use on his web site. ( http://chrisluebcke.com/tag/asdoc/). The problem I'm having is that the ASDoc.exe is not finding the core flash classes, so there is likely a problem with the

[flexcoders] Root Node open when displayed.

2007-02-21 Thread jwc_wensan
I have a tree with one node/root and several branches. When this screen is displayed, I would like to have the branches automatically opened. In other words, so the user does not have to click on the node to open its branches. I would also like to prevent/turn off where the node/root can be

[flexcoders] Re: Pausing a for loop

2007-02-21 Thread Cato Paus
Hi, have you try a timer() and stored the index in a temp var, and start the timer agian? Cato Paus --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Not directly. You will to structure the logic with an external counter keeps track of your position, so that you can

[flexcoders] Re: Binding to a dataprovider in ActionScript

2007-02-21 Thread hartws1
Nope, and that was exactly what I was looking for. Thanks! It is not as elegant as in mxml, but if I wanted to bind a collection to a datagrid, this appears to get the job done: BindingUtils.bindProperty(myDataGrid, dataProvider, MyModelLocator.getInstance(), myCollection); --- In

[flexcoders] If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread Andriy Panas
Dear Adobe representative, Why the following Livedocs page from Flex 2 Livedocs is broken http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html (virtually goes to nowhere)? FYI, not yet indexed page from Flex 2.0.1 Livedocs is OK:

Re: [flexcoders] deep linking and seo

2007-02-21 Thread Greg Fuller
I would like to see a solution that supported deep linking with an option for SEO. I think a good SEO solution would make Flex a candidate for some projects where it's currently dismissed. I'm grappling with a decision now on whether or not to use Flex, with the only problems for Flex being

Re: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Mark Doberenz
Do you even need the root node to be visible? If not, there's a ShowRootNode property and you can set it to false. Might be easier, might not. On 2/21/07, jwc_wensan [EMAIL PROTECTED] wrote: I have a tree with one node/root and several branches. When this screen is displayed, I would like

[flexcoders] Re: WebService base64Binary

2007-02-21 Thread fritzdimmel
Has anybody been able to do this? I need exacte the same thing! Thanks Fritz --- In flexcoders@yahoogroups.com, John Starfire [EMAIL PROTECTED] wrote: I don't really know how to deal with an image, encoded with base62Binary, that I receive from a webservice (e.g.

Re: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Ivor Paul
Hi Jack I am not sure if this is what you are looking for but you can play around with the showRoot option for the tree. showRoot = false; will have the children of the root of your tree look like multiple roots which means that the actual root wil always be open, but also invisible. Hope that

[flexcoders] Re: WebService base64Binary

2007-02-21 Thread Cato Paus
Hi have you been on this page http://www.bytearray.org they are talking about some Base64.as ... hope it helps Cato Paus --- In flexcoders@yahoogroups.com, John Starfire [EMAIL PROTECTED] wrote: I don't really know how to deal with an image, encoded with base62Binary, that I receive from a

[flexcoders] Re: Some Components I would like to see

2007-02-21 Thread boy_trike
--- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: Status Bar: ApplicationControlBar does this when in a Panel I was under the impression that you can not dock an application control bar to the BOTTOM of the screen? Do you do this by having the panel just big enough

RE: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Jack Caldwell
Mark: Yes, I need the root node to be visible. Thanks, Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Wednesday, February 21, 2007 9:56 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Root Node open when displayed.

[flexcoders] Re: Gordon Smith - Some Answers about the Datagrid

2007-02-21 Thread boy_trike
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: How many of you would prefer we make things more RAD capable at the potential expense of extensibility? Are you willing to make a tradeoff? I know the answer you really have is both, but if you had to make a choice

[flexcoders] Re: Convert ByteArray to Bitmap

2007-02-21 Thread Jayson
I'm having a problem similar to this one.. is there a way to get the height of an image that is being loaded? I looked to be able to do this in the asp script I have generating the XML document, so I could have this in the XML, but I couldn't figure out how to do it. I figured I didn't need

Re: [flexcoders] Re: Some Components I would like to see

2007-02-21 Thread Muzak
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:ApplicationControlBar width=100% bottom=0 mx:Label text=I'm at the bottom / /mx:ApplicationControlBar /mx:Application - Original Message - From: boy_trike [EMAIL PROTECTED]

Re: [flexcoders] deep linking and seo

2007-02-21 Thread Kevin Newman
My take away from the last thread on this was that SEO is really a separate part of a webapp from the Flex/Flash/Ajax front end. The way I've been thinking about it is that pages that get indexed by the search engine, should have the content that is indexed in a clean html container. These

[flexcoders] Re: Convert ByteArray to Bitmap

2007-02-21 Thread Cato Paus
Hi take look at the flash.display.LoaderInfo; after the open event, you can target the myLoader.LoaderInfo.height Cato Paus --- In flexcoders@yahoogroups.com, Jayson [EMAIL PROTECTED] wrote: I'm having a problem similar to this one.. is there a way to get the height of an image that is

[flexcoders] Tooltips are driving me crazy!

2007-02-21 Thread Brian Holmes
Does anybody know how to show a tooltip without having to focus on the control? I just want to say You, Yes You, Component, Show your ToolTip! b. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have

[flexcoders] Re: Apparent Bug in LineCharts - filterData property Kills Data Tips

2007-02-21 Thread g_odds
I noticed this bug several weeks ago and fortunately I managed to find the problem and create a workaround. You'll have to have a poke around in the LineSeries source code to fully understand what I'm saying here. You need to extend the LineSeries class and extend the findDataPoints function. In

[flexcoders] defaults-css-url myTheme.css

2007-02-21 Thread jwopitz
Hi, I made my own theme .swf and .css file based on the Aeon theme from Adobe. Now I'd like to point the Flex compiler to use my theme.css rather than the default.css found in the Flex SDK. So from what I have read there are a few ways to approach this: 1. using some external compiler like

RE: [flexcoders] If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread Stephen Gilson
Hi, I just opened http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html in FireFox and IE, clicked the 'Frames' link at the top of the page to open the class and package lists, and navigated the pages. What errors are you seeing? Stephen From:

[flexcoders] Subclassing Class: The ABC data is corrupt.

2007-02-21 Thread verifyfailed
Is subclassing Class legal? I have code like this: pre public class ArrayOf extends Class { public var elementType : Class; public function ArrayOf(elementType : Class) { this.elementType = elementType; } } /pre Which compiles just fine, but when I run it, I get a

[flexcoders] compc - degrees of specification

2007-02-21 Thread alehrens
Hi, I'm tinkering with using Ant for our flex build... We have two libraries that contain a good amount of files (say, 25 .as file and 20 .mxml files for this example). My questions are: 1. Do I include both types of files in the compc task - to build everything in our library into one .swc?

[flexcoders] Re: Count of items in a list

2007-02-21 Thread jmfillman
This has got to be possible. Please, someone help!! --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: I'm having difficulty in determining if a list has any items already in the list. For example, if a list already has 1 item, I want to set it's dropEnabled property to

[flexcoders] Re: Count of items in a list

2007-02-21 Thread Doug Lowder
Does myList.dataProvider.length have what you need? --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: This has got to be possible. Please, someone help!! --- In flexcoders@yahoogroups.com, jmfillman jmfillman@ wrote: I'm having difficulty in determining if a list has

Re: [flexcoders] Subclassing Class: The ABC data is corrupt.

2007-02-21 Thread Daniel Freiman
I don't know the answer to your question. But I am going to attempt to read your mind and suggest that you look at the metadata tag ArrayElementType. Documentation is here:

Re: [flexcoders] compc - degrees of specification

2007-02-21 Thread Paul J DeCoursey
I've been doing this same thing. Are you using the ANT Tasks from the Labs? I've found that it works better to break it up into separate libraries. Then I use the depends and uptodate options so I don't compile unless something has changed. If you are using the ANT tasks from the labs you

[flexcoders] Re: Tooltips are driving me crazy!

2007-02-21 Thread Cato Paus
Hello mister, here you have a sample that mait help you on your way ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; initialize=doInit() layout=absolute mx:Script![CDATA[ import mx.managers.ToolTipManager; import mx.controls.ToolTip;

RE: [flexcoders] Re: Tooltips are driving me crazy!

2007-02-21 Thread Brian Holmes
Thanks Cato, I'm starting to head down the right path. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cato Paus Sent: Wednesday, February 21, 2007 10:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tooltips are driving me

[flexcoders] Re: If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread jrunrandy
Flex 2 LiveDocs are still up and running (your first link worked for me, too). However, if you are using Flex 2.0.1, you should use the docs under http://livedocs.adobe.com/flex/201/ But you're right in that Google isn't catching the 2.0.1 Language Reference stuff. I'll look into it. Thanks

Re: [flexcoders] Re: Some Components I would like to see

2007-02-21 Thread Anatole Tartakovsky
Bruce, 1.You can use constrains to dock item 2. We do have variation of Sho's drawere that allows docking on any container level similar to standard windows widgets 3. We do have MessageBox with all Alerts, Windows Standard (ie extended, what users are used to) and Business (what most

[flexcoders] Hand Cursor on slider - Flex 1.5

2007-02-21 Thread Daman Dogra
Hi, I am developing this application in Flex 1.5 and one of the requirements is to display the hand cursor when a user mouse over's any of the slider. I included the mouseOver handlers as follows mx:HSlider x=52 y=110 width=320 height=2 marginLeft=0 showToolTip=false backgroundImage=@Embed

[flexcoders] Re: Automated Email Reports with Flex

2007-02-21 Thread Tyler Riker
Yeah that is an option (and would be ideal), but the kicker is we can't require/assume that the user has access back to our server. So we have to generate the report display entirely server side and then send it to the user. Right now we're heading down the path of using a different format

[flexcoders] Re: compc - degrees of specification

2007-02-21 Thread alehrens
So, something like this is valid? compc output=${DEPLOY_DIR}/MyComponents.swc include-sources dir=${basedir}/components/controls includes=*.mxml/ source-path path-element=${basedir}/components//

Re: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Mark Doberenz
Well, have a look at the attached mxml file. It should do what you want to do. Mark On 2/21/07, Jack Caldwell [EMAIL PROTECTED] wrote: Mark: Yes, I need the root node to be visible. Thanks, Jack -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Count of items in a list

2007-02-21 Thread Karl Johnson
mx:List id=thisList dropEnabled={thisList.dataProvider.length 1} / That help? Karl Cynergy From: flexcoders@yahoogroups.com on behalf of jmfillman Sent: Wed 2/21/2007 11:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Count of items in a

[flexcoders] Vertical Scroll Bars dont show up on dynamically increasing application Hieght

2007-02-21 Thread smustafa77
Hi everybody, I am trying to increase the height of my application dynamically on click of a button. But when this happens the Vertical Scroll Bars dont show up. ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[

Re: [flexcoders] How to save an ArrayCollection to php via HTTPService

2007-02-21 Thread Patrick Mineault
Using amfphp would definitely be the easiest. Then you would just need to set up a RemoteObject tag and call ro.saveArrayCollection(arr_collection) and be done with it. You would receive the ArrayCollection as a PHP array on the other side. Patrick rkrater a écrit : Can someone give me an

Re: [flexcoders] Re: amfphp + codeigniter

2007-02-21 Thread Patrick Mineault
You have a few options here. The first is to call flickr directly through XML-RPC using Flex. You could use plain old E4X for that, or you could use a wrapper library for it. Try it here: http://www.hrum.org/people/debedb/pro/blog/2006/12/xmlrpc_in_flex_2actionscript_3_1.html As Renaun

Re: [flexcoders] Re: AMFPHP 1.9, class mapping not working, advancedsettings.php question

2007-02-21 Thread Patrick Mineault
I removed advancedsettings.php because it required configuration and that is against the amfphp design philosophy (convention over configuration). I can see the use for it but more trouble than it's worth. Patrick Kun Janos a écrit : Hi Michael I had them slightly different, I tried your

[flexcoders] Re: width=100% as maximum, not minimum?

2007-02-21 Thread Reid Priedhorsky
Roman Protsiuk wrote: Try mx:GridItem width=100% mx:Label id=route_from width=100% minWidth=0 / /mx:GridItem No dice, unfortunately. :( I was able to achieve a decent workaround with judicious use of autoLayout=false and horizontalScrollPolicy=off -- no more rogue expansion, the truncation

[flexcoders] Re: deep linking and seo

2007-02-21 Thread Shannon
Wikipedia has a good quote from W3 on the subject. According to the World Wide Web Consortium Technical Architecture Group, 'any attempt to forbid the practice of deep linking is based on a misunderstanding of the technology, and threatens to undermine the functioning of the Web as a whole'.

[flexcoders] Re: amfphp + codeigniter

2007-02-21 Thread joshua gatcke
Thanks for the tips :) As for the xmlrpc as 3 library link you posted, I had found this before and was unable to get this to work at all. Has anyone found a simple, reliable way to do xmlrpc calls directly from within flex? That would be the ultimate solution for our project. - joshua

RE: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Jack Caldwell
Mark: That does what I want. Thanks for your help. Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Wednesday, February 21, 2007 12:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Root Node open when displayed.

RE: [flexcoders] Root Node open when displayed.

2007-02-21 Thread Jack Caldwell
Mark and all others: Thanks for your help. Jack _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Wednesday, February 21, 2007 12:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Root Node open when displayed. Well, have a

[flexcoders] Drag Drop outside of a target

2007-02-21 Thread Nate Pearson
What is the event that is triggered when I drop something outside of a drop target? I thought i could use dragExit() but that just shows when you leave the area. DragDrop() doesn't seem to get triggered when you actually do the drop outside of the droppable area. What i'm trying to do is let

[flexcoders] mx:List LabelField

2007-02-21 Thread SahBaun7
Is there a way to filter the mx:List' labelField based on the String/data content thats pulled from an XML file? Here's the app I'm working on- http://www.kidney.org/professionals/kls/CME/CMEv5.html xml file- http://www.kidney.org/professionals/kls/CME/data/CME.xml If you click the radio

RE: [flexcoders] OpenType Fonts in Flex 2?

2007-02-21 Thread Matt Chotin
Unfortunately we cannot support OpenType fonts directly in Flex 2, it's something we're trying to fix in the next release. As a workaround, if you have access to Flash, you can create a SWF and embed the font there, then in Flex grab the font from the SWF that you produced. Basically you use

Re: [flexcoders] deep linking and seo

2007-02-21 Thread hank williams
On 2/21/07, Matt Chotin [EMAIL PROTECTED] wrote: Quick little poll for you guys (written late at night, not validated by my bosses, please be gentle...). There has been plenty of discussion on this list and elsewhere about deep linking and SEO for Flex apps. Various solutions are available

Re: [flexcoders] Re: If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread saeed ashor
i open http://livedocs.adobe.com/flex/201/fds2javadoc/index.html and i got this error Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request * GET

Re: [flexcoders] Drag Drop outside of a target

2007-02-21 Thread Douglas Knudsen
DragEnter event perhaps? This fires when something is dragged over it. In your handler for this you can determine if its droppable or not among other things. DK On 2/21/07, Nate Pearson [EMAIL PROTECTED] wrote: What is the event that is triggered when I drop something outside of a drop

Re: [flexcoders] Drag Drop outside of a target

2007-02-21 Thread Paul J DeCoursey
I think what you need to look at is the dragComplete event. This will fire everytime a drag has completed. So you will have to do some checking to see if what the target is. Nate Pearson wrote: What is the event that is triggered when I drop something outside of a drop target? I thought i

[flexcoders] Please Help with CandleStick Chart

2007-02-21 Thread helihobby
Hello, I have a problem which I am sure is easy to solve but I am missing a piece of the pazzle. I have a CandleStickChart. In my candle stick chart I have an underline array collection. My array collection looks like this: [Bindable] private var expensesAC:ArrayCollection = new

RE: [flexcoders] Re: Gordon Smith - Some Answers about the Datagrid

2007-02-21 Thread Jason Hawryluk
I think the community will play a large part in this as well as professional component development companies. I’m sure as time goes on well have a RAD set of components that you can drop in and run. I’m working on a bunch of free stuff as well and would love to hear other ideas for interesting

[flexcoders] Embed Meta Data and Path Variables / Linked Folders

2007-02-21 Thread Shannon
I have a directory of resource images that I want to [Embed into my application. I need to make the location of this folder configurable because it is maintained (CVS) separately from the application. One developer might check this folder out to location A and another to location B. Path

[flexcoders] Re: Apparent Bug in LineCharts - filterData property Kills Data Tips

2007-02-21 Thread thegiffman
Have you figured out a way to do this by extending the LineSeries class, rather than replacing it? I can copy the code in LineSeries to my own file, and have the compiler use that, rather than the internal one. Then I can do the fix. However, I cannot actually do it by extending LineSeries,

[flexcoders] Re: Drag Drop outside of a target

2007-02-21 Thread Nate Pearson
Well I want to delete the item from the dataprovider when the user drops the item outside. So just drag enter will tell me what it's over but not when it is dropped. --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: DragEnter event perhaps? This fires when something

[flexcoders] navigateToUrl Problem

2007-02-21 Thread john_69_11
using navigateToUrl like this: navigateToURL(new URLRequest(http://google.com;),_self); In firefox it opens in the same window fine, in IE it's opening a new window. How can I make this work in both?

Re: [flexcoders] Fisheye component

2007-02-21 Thread Mitch Grasso
Download the full source code zip file and you'll find it there. - Original Message From: leo0401flick [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 21, 2007 12:16:00 PM Subject: [flexcoders] Fisheye component I want to use the

RE: [flexcoders] Please Help with CandleStick Chart

2007-02-21 Thread Ely Greenfield
I'm assuming by looking at your data that you have multiple series in this chart, and you're trying to figure out which series they clicked on? The ChartItem has a property called element which points back to the series it's associated with. You can use that to decide whether it's open1,

[flexcoders] Re: OpenType Fonts in Flex 2?

2007-02-21 Thread nesleinob
Thanks, Matt - we'll give the flash option a try. -Bo --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Unfortunately we cannot support OpenType fonts directly in Flex 2, it's something we're trying to fix in the next release. As a workaround, if you have access to

[flexcoders] Re: Count of items in a list

2007-02-21 Thread jmfillman
Carl, Yes, this pointed me in the right direction. This is an example of what I was trying to accomplish. ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=500 height=620 borderStyle=solid creationComplete=initApp(); mx:Script ![CDATA[

AW: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Harald Dehn
We extended the ByteArray Class with a base64 decoder and encoder. Harald _ Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Cato Paus Gesendet: Mittwoch, 21. Februar 2007 17:11 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Re: WebService

[flexcoders] Drawing primitives in MXML

2007-02-21 Thread Guy Morton
Hi there I'm new to Flex, so forgive me if this is a dumb question. I've been trying to get my head around Flex using Flex builder/Flex 2. Previously I've been working with SVG. So far, I've been unable to figure out how you draw primitive shapes (circles, rectangles, roundedrects etc) in

AW: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Harald Dehn
Sorry I forgot an example: function base64encode(text:String):String { var ba:ByteArrayEx = new ByteArrayEx(); ba.writeUTFBytes(text); // Fill ByteArray with text ba.base64encode(); ba.position = 0; return

RE: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Andrew Trice
There are also the Base64Encoder and Base64Decoder classes that are native to Flex. import mx.utils.Base64Encoder; import mx.utils.Base64Decoder; private function base64Encode( data : ByteArray ) : String { var encoder : Base64Encoder = new Base64Encoder();

RE: [flexcoders] Subclassing Class: The ABC data is corrupt.

2007-02-21 Thread Matt Chotin
Hi, subclassing Class isn't legal and we've filed a bug to get the compiler to not allow it. Another response looks like it tried to help find your solution. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of verifyfailed Sent:

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Yiðit Boyar
hi all; i just can not believe there is no reply to my post. has not anyone faces the same question ? or lazy solutions enough for you? or our group started to overflow and not answer needs... maybe a newsgroup/forum is needed.. - Original Message From: Yiðit Boyar [EMAIL PROTECTED]

[flexcoders] Are other developers hesitant to extend existing classes in Flex?

2007-02-21 Thread Dana Gutride
Recently on this list, somebody said that the Flex framework team has been surprised at the resistance many developers have to subclassing and they'd like to understand it better. I'd like to put my 2 cents into this discussion because maybe we can come up with some good answers. I think the

Re: [flexcoders] Drawing primitives in MXML

2007-02-21 Thread dordea cosmin
You can not use mxml to draw basic shapes because you have no components for these shapes. You have to use action script and draw into components graphics object. I needed once basic shapes at objects and created my own components that deal them, after that they could be used from mxml. regards

Re: [flexcoders] Are other developers hesitant to extend existing classes in Flex?

2007-02-21 Thread Bjorn Schultheiss
Hi Dana, private variables and excluded classes can be hell. But when you've got a job to do, extending is mostly quicker than rewriting. regards, Bjorn On 22/02/2007, at 9:04 AM, Dana Gutride wrote: Recently on this list, somebody said that the Flex framework team has been surprised

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Ben Yee
hey yigit, check out flex data services http://www.adobe.com/products/flex/dataservices/ it comes at a cost $$$ if you can afford it, it'll look after pushing data to your app which is what you're asking. can also check out http://www.themidnightcoders.com/weborb/php/index.htm cheers ben On

[flexcoders] Re: Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread michael_ramirez44
Are you refering to structual changes to the database? Altering tables, views, and databases. Michael Ramriez --- In flexcoders@yahoogroups.com, Yiðit Boyar [EMAIL PROTECTED] wrote: hi all; i just can not believe there is no reply to my post. has not anyone faces the same question ? or

Re: [flexcoders] Drawing primitives in MXML

2007-02-21 Thread Ralf Bokelberg
You could use embedded svg though ;) Cheers Ralf On 2/21/07, dordea cosmin [EMAIL PROTECTED] wrote: You can not use mxml to draw basic shapes because you have no components for these shapes. You have to use action script and draw into components graphics object. I needed once basic shapes at

[flexcoders] Re: Count of items in a list

2007-02-21 Thread rd_grimes
There's a lot simpler way to accomplish this. Use your list data provider and check its length property as a binding constraint to your dropEnabled property: dropenabled={myDataProvider.length == 0)} R. Grimes --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com ,

  1   2   >