Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Steve Mathews
No offence was intended, I was trying to state that as a selling point. The number of users who already have the SWZs should be icing, the real substance should be the benifit to every user visiting your site/app. Obviously if you only expect users to visit once or twice the benifit doesn't work

Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Matt Chotin
We're hosting the RSLs starting with Flex 4, you'll see them hosted in the public beta. When we feel comfortable with the RSL penetration stats as far as being consistent and accurate and explainable we'll begin publishing them. Matt On 4/21/09 11:01 PM, Steve Mathews happy...@gmail.com

RE: [flexcoders] Re: Accessibility stopped working

2009-04-22 Thread Alex Harui
Ok, I'm out of my area of knowledge. I didn't even think we had good accessibility for mac. Did we not ship the sources for mx.accessibility.* I'm off duty for the night. Hopefully you'll figure it out. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

Re: [flexcoders] Re: custom flex preloader - animation bugs

2009-04-22 Thread endrone endrone
I already set that property equal to the framerate of my swc, so that's not the problem. I know a little bit more about my problem. If I load it for the first time, the animation runs smooth, thee's no caching. But the second time, it jumps immediately to 100%, the preloader doesn't close yet,

RE: [flexcoders] Expiration date

2009-04-22 Thread Kenneth Sutherland
Depending on what your app does, restricting its use, for example disable saving/loading/copying of text and similar are quite common features to make users upgrade. Or what you could do is put in some code on startup that sent a request to your server to accept a response. Only if the

Re: [flexcoders] problem when execute on server.

2009-04-22 Thread Vikram Singh
Thanks for your quick response. I have not put any crossdomain.xml on server. I really don't know about this file and functionality. whats the main purpose of this file and what contains this files? at which place(address) i have to put this file on server?

[flexcoders] Re: Flex Windows Not Loading Bug

2009-04-22 Thread edlueze
Hi Steve - everybody: The FlexMDI definitely looks interesting! And I might take you up on your offer to pay you to take a look at our bug. For everybody's benefit, I've put together a simple PowerPoint giving an example of the problem. You can view the PPT here:

Re: [flexcoders] Re: Problem using sdk version 3.3

2009-04-22 Thread Tom Chiverton
On Tuesday 21 Apr 2009, arieljake wrote: Thank you Tom, you really helped me a lot. I had to debug something and couldn't debug without that. Thanks. Have you tried running 'dir' on the string you gave for the path, for instance ? -- Helping to centrally implement efficient cutting-edge

Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Tom Chiverton
On Tuesday 21 Apr 2009, Matt Chotin wrote: mature internet market you should feel comfortable using the RSL. In Flex 4 we plan on making the RSL on by default as the Players capable of handling the RSL have reached over 95% penetration. That, compared with the ace news that Adobe will be

Re: [flexcoders] Expiration date

2009-04-22 Thread Tom Chiverton
On Wednesday 22 Apr 2009, Steve Mathews wrote: Once time runs out just tell the user and exit. Of course the user could uninstall/reinstall to get around this, so it isn't a fool-proof solution. Uninstalling an AIR application doesn't clear files it has installed, like SQLLite databases. --

[flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
I'm using the profiler to get handle on what's causing a given module to fail to unload and it appears that the datagrid is the culprit. Specifically when the data grid is unpopulated, I can successfully unload the module. When it is populated, it won't. I have the datagrid bound to a local

Re: [flexcoders] Re: What's your favorite Tip/Trick ?

2009-04-22 Thread Brad Bueche
If you click the full screen option on the player (in screen) then it will go full screen and you wont have to scroll around. I always just click full screen as a matter of habit so I was not aware of the issue and didnt think to point it out. sorry! brad On Tue, Apr 21, 2009 at 7:45 PM, Amy

Re: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Pedro Sena
Hi Jeff, Do your renderers have some reference to module data? How are your grid and your module related? I think we need more info to help you. Regards, Pedro Sena On Wed, Apr 22, 2009 at 9:03 AM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: I'm using the profiler to get

[flexcoders] RSL Linkage Error 1001 - Digest Mismatch? Umm....WHAT?

2009-04-22 Thread Adrian Williams
Hey Y'all, Ok, so I'm stumped... I update my FB SDK to 3.3 and now, when I run the compiled swf's, I get this error: Flex Error #1001: Digest mismatch with RSL http://localhost/GAP-Pages/framework_3.0.0.477.swf. Redeploy the matching RSL or relink your application with the matching

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
I've done a bit more research. At this point it doesn't appear to be the renderers - I took them out for testing and it looks like that the way I'm injecting model objects into Module that might be at fault. Right now, I've defined a model interface that I'm passing back to the Commands inside of

Re: [flexcoders] SOLVED (sort of) - RSL Linkage Error 1001 - Digest Mismatch? Umm....WHAT?

2009-04-22 Thread Adrian Williams
Ok, so I tried a couple more things and found what appears to have cleaned up the problem. I ended up doing a project - clean which went thru and rebuilt the entire project and...wellcleaned up the references (??). This appears to have fixed the digest mismatch and compiling with the

Re: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Pedro Sena
Hmmm, If you are using Cairngorm + Modules take a look at Modular http://lab.arc90.com/2007/10/modular_1.php This problem is not the only one that you will face when working with Cairngorm + Modules, trust me HTH, Pedro Sena On Wed, Apr 22, 2009 at 10:32 AM, Battershall, Jeff

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Battershall, Jeff
Thanks Pedro, In my AIR app, the user can logout and login, with the available modules being tied to their profile. If I were to shut the app down on logout, all my problems would be solvied, because we'd be starting from scratch. But that seems less than terrific user experience so I'm trying

Re: [flexcoders] Red border for obligatory fields

2009-04-22 Thread Tom Chiverton
On Tuesday 21 Apr 2009, christophe_jacquelin wrote: How to have a red border on a TextInput of an obligatory field in a form item. Since required=true is not an attribute of TextInput. Create a style and use styleName instead. -- Helping to synergistically e-enable customers as part of the IT

[flexcoders] Re: CakePHP+CakeAMFPHP vs WebORB dialema

2009-04-22 Thread raja_s_patil
Thanks Steve, Actually, WebORB includes a lot of examples including CRUD. Once you download and install WebORB on your server, just navigate to http://yourserver/LocationYouInstalledWebORB/ This should bring up the console. Click on the Examples tab and then click on the tree

[flexcoders] maxWidth property not working on Advanced DataGrid

2009-04-22 Thread labosox
Hello, I am trying to create a grid that will update its size on a column resize event. I want the grid to keep getting large until they hit a max width then turn on a horizontal scroll bar. Everything seems to work fine unless I have a vertical scroll bar present in the grid. When I try to

[flexcoders] Adobe Strobe Project

2009-04-22 Thread oneworld95
This project looks promising; wonder how it will affect Flex development: http://www.eweek.com/c/a/Application-Development/Adobe-Delivers-New-Content-Creation-Delivery-and-Playback-Technologies-at-NAB-2009-267323/

RE: [flexcoders] Re: Accessibility stopped working

2009-04-22 Thread Maciek Sakrejda
Yep, the sources are there--Gordon, you can set up a Flex library project for the sdk ($FLEX_HOME/frameworks/projects/framework/src). You then need to associate it with your project. I'm not sure if there's a config-based way to do this--I just always stop at a breakpoint in my code, try to step

[flexcoders] Creation Policy is not honoured when ViewStack is used in Popup

2009-04-22 Thread ilikeflex
Hi I am using the viewstack in PopUp. The problem i am facing is that all the views inside viewstack gets their CreationComplete called when the popup is created. Please see the attached sample code.Is their any way to avoid this? I want that only selected view creationcomplete is called and

[flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread Jason
Every version has both debugger and release binaries. Somehow the release binaries are installed. Alex Harui OK, thanks, but not really sure what that means or what to do with that information. Do you mean I have both the normal Flash player 10 installed as well as the debugger version

Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Steve Mathews
Fantastic! On Tue, Apr 21, 2009 at 11:10 PM, Matt Chotin mcho...@adobe.com wrote: We’re hosting the RSLs starting with Flex 4, you’ll see them hosted in the public beta. When we feel comfortable with the RSL penetration stats as far as being consistent and accurate and explainable we’ll

[flexcoders] Re: Flex 4, Gumbo - Could not resolve Application to a component implementation.

2009-04-22 Thread Baz
In case anyone has the same issue, I kind'of got things working by providing these namespaces: ?xml version=1.0 encoding=utf-8? fx:Application xmlns=http://ns.adobe.com/mxml/2009; xmlns:fx=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/halo mx:VBox

[flexcoders] Re: FileStream.truncate() doesn’t work after calling FileStream.readUTFBytes()

2009-04-22 Thread skuteboarding
Anyone got any ideas? The only thing I can think of currently is opening the file for read, then closing the file, then re-opening for write. It's horrible and hacky, but right now I'm out of suggestions. Mark --- In flexcoders@yahoogroups.com, skuteboarding m...@... wrote: Hi, I'm trying

Re: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread mark . jonkman
Hi Jason Sorry I don't have access to the full thread at the moment so pardon me if most of my suggestions have already been tried or are irrelevant. You would need to run the adobe uninstaller for the Flash plugin and then run the appropriate installer for the debug player installer (not

[flexcoders] Re: Violated by Sandbox

2009-04-22 Thread jdizowat
I was still getting the error even though I changed the HTTPService url back to src/pods.xml. Error #2148: SWF file cannot access local resource data/pods.xml. Only local-with-filesystem and trusted local SWF files may access local resources. I fixed this by adding my Flex Builder 3 folder

[flexcoders] blazeds and J2EE application

2009-04-22 Thread hworke
Hello Devs, I am working to integrate BlazeDs with an existing J2EE application. What I am trying to do is create an administrative flex app where the admin can see what changes are happening in the J2EE app. I need to call some of the J2EE app APIs to get the data and pass it to the Flex

[flexcoders] SWFloader source application error handling

2009-04-22 Thread ukarick
There's some problem I face on my Flex/Air Development which cause chaos on me, 1. Suppose that I've SWFLoader which loaded 'test.swf' but there's some error inside 'test.swf' when it change it's tab 2.when this 'test.swf' shows on SWFLoader and clicking on tab change errors shows. 3.What I

[flexcoders] Reload SWFLoader please help!

2009-04-22 Thread ukarick
1.Suppose that I've to reload test.swf(which develped by flex) inside SWFLoader then I change it's tab to second tab. 2.I really want to reload test.swf to change test.swf into initial state. 3.I've tried swfloader.load('test.swf') It's work but seems memory's leaking. So anyone got any idea

[flexcoders] Stop sending data on socket aftter flush()

2009-04-22 Thread rangyjohn
Is it possible? I tried with close() method and tested with wireshark but it continue sending data. Thanks!

[flexcoders] Polygon Flex Component

2009-04-22 Thread sbaush09
Hi all! I'm searching for a Polygon MXML component; I would a component that draw a simple polygon and a slider that set from UI the number of facets. Does it exist? Thanks! Marco.

[flexcoders] Plug-in Based application like Eclipse RCP in Flex/AIR

2009-04-22 Thread Parjan Arjan
Hello All,  I am java developer I mostly work on Eclipse RCP (Rich Client Platform Application) using SWT. I am not an experienced Flex/AIR developer. I just wanted to create Plug-in based application Like eclipse RCP in Flex/AIR so can anyone guide me does Flex/AIR support Plug-in based

[flexcoders] Re: Problem using sdk version 3.3

2009-04-22 Thread arieljake
LOL. This is already fixed. I got it right away after your previous post. No really, thanks Tom. :) --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 21 Apr 2009, arieljake wrote: Thank you Tom, you really helped me a lot. I had to debug something and

[flexcoders] how to compare dates?

2009-04-22 Thread markflex2007
Hi, I have two mx:DateField fields that are start date and end date.and I need validate to see if the end date = start date. I do not know how to compare the two date fields. Please help me. Thanks MK

[flexcoders] Re: how to compare dates?

2009-04-22 Thread ilikeflex
ObjectUtil.compareDates Please check the method name in ObjectUtil class. --- In flexcoders@yahoogroups.com, markflex2007 markflex2...@... wrote: Hi, I have two mx:DateField fields that are start date and end date.and I need validate to see if the end date = start date. I do not

[flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread valdhor
No. There are two Types of Flash Player - the standard Flash Player and the debug Flash player. Both will have the same version number. In your case you have version 10.0.22.87 of the standard Flash Player. What you want is version 10.0.22.87 of the debug Flash Player. Go to

[flexcoders] Re: CakePHP+CakeAMFPHP vs WebORB dialema

2009-04-22 Thread valdhor
AFAIK no - They give you enough to get going but any further is up to your own development efforts. There should be no reason you can't add to the console for code generation. In my case, I did not use any of the examples or code generation - I just built everything from scratch. Steve ---

[flexcoders] Re: Flex Windows Not Loading Bug

2009-04-22 Thread valdhor
It looks as though it is not a true window. I don't think I would have done it the way you have (But who am I to tell you how to do something ;-). Does it still happen with only one accordion item? Maybe it's a deferred instantiation problem in the tab navigator. What happens if you set all

Re: [flexcoders] Re: how to compare dates?

2009-04-22 Thread Richard Rodseth
There are also some date utilities in as3corelib, I believe. On Wed, Apr 22, 2009 at 11:14 AM, ilikeflex ilikef...@yahoo.com wrote: ObjectUtil.compareDates Please check the method name in ObjectUtil class. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, markflex2007

Re: [flexcoders] Plug-in Based application like Eclipse RCP in Flex/AIR

2009-04-22 Thread Richard Rodseth
I'll take a stab at this since I've done both Eclipse and Flex work. I suggest you read up on ModuleLoader, sub-applications and RSLs. Basically, one SWF can load another, and you can of course have your individual applications implement interfaces. But there's nothing like the Eclipse plug-in

[flexcoders] List sizing - height=100%

2009-04-22 Thread arieljake
I am trying, in MXML, to size a list to 100% of its container, but when I do, it only shows 2 rows. It is using a custom item renderer. I tried setting a rowHeight as well but still doesn't size right. I also set an explicitHeight in the item renderer itself. Nothing. In a fixed size layout, i

[flexcoders] Re: Text wrap around an image

2009-04-22 Thread valdhor
I have seen a couple but the only one I can find is... http://dispatchevent.org/roger/dynamic-text-wrapping-in-actionscript-3/ Also, Gumbo's TLF is supposed to have support for this. HTH Steve --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: Anyone know any examples of

[flexcoders] RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread Adrian Williams
Hi All, Here's a fun one! I have a column in an ADG, and the cells can contain a variety of data including: 16223T,16290T,16319A,16362C,16524G or 73G,249-,263G,290-,291-,309.1C,315.1C,489C,493G,522-,523- What I need to do is for each of the letters

re: [flexcoders] Re: Text wrap around an image

2009-04-22 Thread Wally Kolcz
Sorry, already figured it out this morning. Thanks though. From: valdhor valdhorli...@embarqmail.com Sent: Wednesday, April 22, 2009 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Text wrap around an image I have seen a couple but the

Re: [flexcoders] Re: how to compare dates?

2009-04-22 Thread Nate Beck
A date object has a .time property, The number of milliseconds since midnight January 1, 1970, universal time, for a Date object. Just take the end date and see if the time property is greater than the start date. quick example: var startDate:Date = new Date(); var endDate:Date = new Date();

Re: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread Nate Beck
This happens to me all the time whenever I upgrade to a new version of the flash player because a site says I need it. And I forget that I need the debug version. You need to go to the http://www.adobe.com/support/flashplayer/downloads.html page and pick out the debug player. Adobe Flash Player

[flexcoders] Flex 4.0.0.6192 Namespaces

2009-04-22 Thread Baz
(I originally posted this on flexcomponents by mistake, sorry for cross-posting!) I've been playing around with Flex 4 (build 6192) and it seems that the namespaces have changed a lot since previous builds. I only say this because none of the examples online seem to work. After lots of mucking

[flexcoders] FileStream.truncate() doesn’t work after calling FileStream.readUTFBytes()

2009-04-22 Thread skuteboarding
Hi, I'm trying to read an xml file into memory, add a node, then write over the original file. The following code works just fine (it clears the file, then writes the new bytes over the top): var stream:FileStream = new FileStream(); stream.open(file, FileMode.UPDATE); stream.position = 0;

RE: [flexcoders] Reload SWFLoader please help!

2009-04-22 Thread Alex Harui
If you had a model/view architecture and the model had a reset method you could call that Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ukarick Sent:

RE: [flexcoders] DataGrid Children Prevent Module Unload?

2009-04-22 Thread Alex Harui
Any object in the module listening to a shared model in the main app is a potential leak, the model now has a reference to the listening object. Hopefully you used weak reference listeners there. The profiler should be able to tell you what is holding onto your module. Alex Harui Flex SDK

[flexcoders] Drive Letters and Ant

2009-04-22 Thread cuttenv
So I have my Eclipse and Flex builder installed on my C: drive but all of my projects in my workspace on D: Everything works fine but when I set the fork=true in my mxmlc to increase the memory my Ant build fails with: [mxmlc] java.lang.NoClassDefFoundError: flex2/tools/Compiler

[flexcoders] Re: RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread valdhor
Have a look into TextRange. --- In flexcoders@yahoogroups.com, Adrian Williams adri...@... wrote: Hi All, Here's a fun one! I have a column in an ADG, and the cells can contain a variety of data including: 16223T,16290T,16319A,16362C,16524G or

RE: [flexcoders] Re: RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread Tracy Spratt
I suggest that you use a labelFunction feeding a renderer that uses htmlText. The label function would simply parse the strings to get the letters, and wrap them in a Font tag specifying the color. This would be very easy. Tracy Spratt, Lariat Services, development services available

RE: [flexcoders] Re: Text wrap around an image

2009-04-22 Thread Tracy Spratt
So, Wally, how did you do it? This would be a nice technique to have in one's toolbox. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wally Kolcz Sent: Wednesday, April 22, 2009 3:06

Re: [flexcoders] Re: RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread Adrian Williams
Hi Tracy, This is an interesting idea...but you have me at a bit of a lossI was already heading down part of the same path you laid out here...here is my renderer code thus far: First, the column from my ADG: mx:AdvancedDataGridColumn id=groupedHVR1 dataField=Hvr1M headerText=HVR1

RE: [flexcoders] Drive Letters and Ant

2009-04-22 Thread Tim Rowe
We execute our mxml compiler using exec executable=${flex.sdk.home}/bin/mxmlc.exe dir=${flexproj}/build/mxml output=${flexproj}/build/log/mxmlc.log failonerror=true arg.../exec rather than using an mxmlc taskdef. As a result I've not had problems with classpath problems in mxmlc. Maybe give

[flexcoders] HTTPService mistery

2009-04-22 Thread markgoldin_2000
Is it possible that on low end computers HTTPService.send command would take up to 10 or more times longer than on a more or less decent computer? Is there a way of tracking HTTPService.send command? Thanks

[flexcoders] e4x challenge

2009-04-22 Thread Michael Slinn
I would like to filter out all elements with type=file from the following XML. That turns out to be rather difficult because node/ elements are nested. Any suggestions? ?xml version=1.0 encoding=UTF-8? node name=classes type=dir uri=file:/classes/ node name=spring-beans-2.0.dtd type=file

[flexcoders] Calling static method in PHP class

2009-04-22 Thread Hyder
How can I can a static method in a PHP class, preferably using a quick and dirty method like HTTPService? I cannot make changes to the class because it's not mine and I have no rights over it.

Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Guy Morton
Is consistent and accurate and explainable code for big enough numbers? ;-) On 22/04/2009, at 4:10 PM, Matt Chotin wrote: We’re hosting the RSLs starting with Flex 4, you’ll see them hosted in the public beta. When we feel comfortable with the RSL penetration stats as far as being

Re: [flexcoders] Signed RSL penetration

2009-04-22 Thread Matt Chotin
The numbers are actually pretty big, which means that folks are more likely to question them and I want to make sure that we're really right, and that I can understand adoption trends over time, etc. Matt On 4/22/09 4:23 PM, Guy Morton g...@alchemy.com.au wrote: Is consistent and

[flexcoders] Re: Expiration date

2009-04-22 Thread lehaianh1986
Thank all, I read carefully all replies. Sent a request, then analyze a response to know the state of expiration date... Yeah,I think it is good idea. It help me control the date I want to expire and don't care about clock of user computer. Are you have any simple example about it? I know

[flexcoders] Web-based application to access local files

2009-04-22 Thread jose2250
I recently developed a Desktop Application using Visual Basic 2008 Express .Net 3.5. It works ok. Application will look for .pdf files on a specific folder on C: drive, rename the files according to some user's input and database query result, then upload the renamed files to an FTP server. No

[flexcoders] Initialization Order - External Data

2009-04-22 Thread ericmaslowski
Hello, I'm building a Flex app and it's been going fairly well. However, I've run into a problem when trying to load data from an external source (simple TXT file for now). I can't seem to control when a particular function is called. What I have is a series of components that are filled

[flexcoders] difference between stage and application?

2009-04-22 Thread michaeljonknight
Hello, I am somewhat new to flex. We are working on a project that uses an exported swc from Flash and running into some problems getting everything we want to show up layered correctly. I want to add a menu bar (mx.controls.MenuBar) on top of some content from the flash swc

Re: [flexcoders] Re: Expiration date

2009-04-22 Thread Sam Lai
An additional consideration there is what happens if the user is offline? It might be that your app can't be used offline anyway, so then it's not an issue. 2009/4/22 lehaianh1986 lehaianh1...@yahoo.com: Thank all, I read carefully all replies. Sent a request, then analyze a response to know

Re: [flexcoders] Web-based application to access local files

2009-04-22 Thread Sam Lai
The only web-deployed, no-install tools you can use that has access to the local file system is Java and ActiveX as you have discovered. Both will throw security warnings, because no web app has unfettered access to your computer by default, and none should (who knows what kind of havoc they could

[flexcoders] Re: Signed RSL penetration

2009-04-22 Thread bsyyu
Apart from the size matter, we encounter the problem for Google engine working with signed RSL matter , the result of Google Serach for the website that use signed RSL with Error #2032. RSL Error 1 of 1. Any comments for this --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote:

Re: [flexcoders] Re: Signed RSL penetration

2009-04-22 Thread Matt Chotin
This is due to Google not yet executing network requests from the SWF. Something that they're working on. Matt On 4/21/09 11:19 PM, bsyyu ben.s...@gmail.com wrote: Apart from the size matter, we encounter the problem for Google engine working with signed RSL matter , the result of

[flexcoders] Re: CakePHP+CakeAMFPHP vs WebORB dialema

2009-04-22 Thread raja_s_patil
Thanks Steve, AFAIK no - They give you enough to get going but any further is up to your own development efforts. There should be no reason you can't add to the console for code generation. In my case, I did not use any of the examples or code generation - I just built everything from

[flexcoders] Re: RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread Tim Hoff
Hi Adrian, I came across this function recently, that may suit you needs: public static function StringReplaceAll( source:String, find:String, replacement:String ) : String { return source.split( find ).join( replacement ); } -TH --- In flexcoders@yahoogroups.com, Adrian Williams

[flexcoders] Test various Flash Player version

2009-04-22 Thread itdanny2002
Is there a way to test various flash player version in Flex Builder ? Some of our computers is locked and won't change flash player version in short period of time. Anyhow, some can use latest version. How can I set my computer so that I can test both ? Or, I just set a lower version e.g. 7.

Re: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread Ju Aedis
I have the same problem as Merrill Jason's in the Flex Builder 3.0.2. I uninstall flashplayer(version 10), then install flashplayer version 9(I want to test project bug in this version), then uninstall flashplayer(version 9), last I install flashplayer(version 10). All the flashplayer is debug

[flexcoders] How to get ellipsis on truncateToFit for htmlText

2009-04-22 Thread gmoniey22
If you have a label such as: mx:Label truncateToFit=true text={_myText}/ It will append an ellipsis when/if it truncates the text. However, if you have the following label: mx:Label truncateToFit=true htmlText={_myText}/ The ellipsis is gone. Anyone know how to get it to show up in both

[flexcoders] Flash/FLex gravity

2009-04-22 Thread flexaustin
Does anyone know of a tutorial on actionscript and gravity. Not like dropping a ball, but like google maps where you drag an item and it keeps going in that direction but slowing down. So gravity in all directions something like a hockey puck. TIA

[flexcoders] Re: How to get ellipsis on truncateToFit for htmlText

2009-04-22 Thread Tim Hoff
From Label.as: // Plain text gets truncated with a // HTML text simply gets clipped, because it is difficult // to skip over the markup and truncate only the non-markup. -TH --- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: If you have a label such as: mx:Label

[flexcoders] Re: Drive Letters and Ant

2009-04-22 Thread cuttenv
Sweet I will have to give this a try can you give me a bit more information on the example.. ant isn't my strong point. I keep getting errors with the arg/ attributes. Thanks! -Vito --- In flexcoders@yahoogroups.com, Tim Rowe tim.r...@... wrote: We execute our mxml compiler using exec

RE: [flexcoders] Re: RegEx string via cell ItemRenderer to colorize specific characters or a better method?

2009-04-22 Thread Tracy Spratt
Yes, though I am a bit embarrassed to say so, regex syntax is just too arcane for my needs. I need this kind of stuff a few times a year, and just haven't needed to learn regex. I use the split/join solution myself. Tracy Spratt, Lariat Services, development services available _

RE: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread Tracy Spratt
There are lots of things that can interfere with installing a particular FlashPlayer version. Always check the installed version using a checker site. Here is one: http://www.flashplayerversion.com/ Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Re: What's your favorite Tip/Trick ?

2009-04-22 Thread Amy
--- In flexcoders@yahoogroups.com, Brad Bueche brad.bue...@... wrote: If you click the full screen option on the player (in screen) then it will go full screen and you wont have to scroll around. I always just click full screen as a matter of habit so I was not aware of the issue and didnt

RE: [flexcoders] Initialization Order - External Data

2009-04-22 Thread Tracy Spratt
*All* external data calls in Flex are asynchronous. There is no way to force synchronous behavior. There in no code blocking. Resistance is futile. You must use the result event to organize the calls and any dependent responses. This is a conceptual hurdle if you are not used to the idea,

RE: [flexcoders] HTTPService mistery

2009-04-22 Thread Tracy Spratt
I would not expect the quality of the client to significantly affect the speed of the data service call. However, a slow computer *will* have issues with rendering the content. Have you determined definitively that the speed issue is with the data service call and not the rendering? Tracy

RE: [flexcoders] Re: Flash player 10 Debug not recognized in FB3

2009-04-22 Thread Tracy Spratt
Here is another version check site: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507 Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Wednesday,

RE: [flexcoders] e4x challenge

2009-04-22 Thread Tracy Spratt
E4x is great for returning XMLLists but you are really asking form a transformation, right? You want the same structure, but without the nodes where type=file, correct? Maybe someone else will have a better idea, but if I needed this I would just write a recursive function to walk the

[flexcoders] Re: HTTPService mistery

2009-04-22 Thread markgoldin_2000
While it seems to me I am missing something obvious I am pretty sertant it is somewhere in the send command. I have traced an execution to the point that for a low end box it takes about 5 sec. between a send command and an HTTPService callback function call. I have timed my server and it does

RE: [flexcoders] Re: Accessibility stopped working

2009-04-22 Thread Gordon Smith
If the accessibility classes ever get initialized on Mac, I'd be very surprised. Doesn't Capabilities.hasAccessibility return false in all Mac Players? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Tuesday,

[flexcoders] Re: How to get ellipsis on truncateToFit for htmlText

2009-04-22 Thread gmoniey22
yea, I figured that was the case... I was just wondering if someone had a nice work around... --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: From Label.as: // Plain text gets truncated with a // HTML text simply gets clipped, because it is difficult // to skip over

Re: [flexcoders] Re: Accessibility stopped working

2009-04-22 Thread Guy Morton
Well...it's certainly been the case that I could tab through my app before. I know I couldn't get the Mac OS to ever read the text out of my app on Mac (works with JAWS ok, sort of, though) On 23/04/2009, at 1:38 PM, Gordon Smith wrote: If the accessibility classes ever get initialized

RE: [flexcoders] Re: Accessibility stopped working

2009-04-22 Thread Alex Harui
So is the problem that you can't tab on the Mac? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Guy Morton Sent: Wednesday, April 22, 2009 9:03 PM To:

RE: [flexcoders] difference between stage and application?

2009-04-22 Thread Alex Harui
You should use the Flash/Flex Component Kit to wrap your Flash content. Flash content won't work well in Flex without being wrapped in some fashion. The minimum thing you could do is stick in an mx:UIComponent of the appropriate size in the application and addChild the sprite to it. Alex

Re: [flexcoders] Flash/FLex gravity

2009-04-22 Thread Josh McDonald
That sort of thing (a vector) is easy, once you've determined the direction in radians, and a speed. Let's call it pixels-per-frame, to make things simple. Note that this is typed in gmail, and will need tweaks! accuratePositionX = x; accuratePositionY = y; velocityX = Math.cos(direction) *

Re: [flexcoders] blazeds and J2EE application

2009-04-22 Thread Josh McDonald
The best answer at the moment is probably Spring-Flex (not Prana, but server-side components to link BlazeDS with Spring): http://www.springsource.org/spring-flex -Josh 2009/4/23 hworke kanps...@gmail.com Hello Devs, I am working to integrate BlazeDs with an existing J2EE application.

[flexcoders] Re: Flex Windows Not Loading Bug

2009-04-22 Thread edlueze
Hi Steve / Everybody: The FlexMDI library has invigorated my enthusiasm to re-think the layout of the application - it was getting obvious that the application was getting far too cluttered anyway. It sounds like you've developed some best practices and I'm eager to hear about them. The

Re: [flexcoders] Flash/FLex gravity

2009-04-22 Thread Nate Beck
Yup Josh is correct, creating a vector is the way to go... The slowing down force you're talking about is friction (at least in physics). If you're interested in this kind of stuff, I highly recommend picking up a copy of Keith Peters book: