Re: [flexcoders] Binding using Interface

2008-08-27 Thread Josh McDonald
I thought he was talking about a compile-time warning :) On Wed, Aug 27, 2008 at 3:40 PM, Alex Harui [EMAIL PROTECTED] wrote: The final class that gets listened to needs to have its property be bindable. The interface being bindable gets you past the compiler, but the warning is a run-time

Re: [flexcoders] Binding using Interface

2008-08-27 Thread Ralf Bokelberg
I wonder, what happens, if you make a interface bindable. Does this change the code beeing created from the implementing class? Cheers Ralf. On Wed, Aug 27, 2008 at 8:22 AM, Josh McDonald [EMAIL PROTECTED] wrote: I thought he was talking about a compile-time warning :) On Wed, Aug 27, 2008 at

Re: [flexcoders] Binding using Interface

2008-08-27 Thread Josh McDonald
I hope not :) On Wed, Aug 27, 2008 at 4:31 PM, Ralf Bokelberg [EMAIL PROTECTED]wrote: I wonder, what happens, if you make a interface bindable. Does this change the code beeing created from the implementing class? Cheers Ralf. On Wed, Aug 27, 2008 at 8:22 AM, Josh McDonald [EMAIL

Re: [flexcoders] Binding using Interface

2008-08-27 Thread Sefi Ninio
Um... I was (and am) talking about compile-time warning... On Wed, Aug 27, 2008 at 9:22 AM, Josh McDonald [EMAIL PROTECTED] wrote: I thought he was talking about a compile-time warning :) On Wed, Aug 27, 2008 at 3:40 PM, Alex Harui [EMAIL PROTECTED] wrote: The final class that gets

Re: [flexcoders] Binding using Interface

2008-08-27 Thread Sefi Ninio
I tried to add the [Bindable] tag to the interface, but that did not make the compile-time warning go away... On Wed, Aug 27, 2008 at 9:36 AM, Josh McDonald [EMAIL PROTECTED] wrote: I hope not :) On Wed, Aug 27, 2008 at 4:31 PM, Ralf Bokelberg [EMAIL PROTECTED]wrote: I wonder, what

Re: [flexcoders] Binding using Interface

2008-08-27 Thread Sefi Ninio
Ooops... I tried a clean build and it worked. Adding the [Bindable] tag to the interface made the warning go away! So thanks a lot Josh and Alex! :) I am now wondering, like Ralf, what are the implications of making the interface bindable... Does it mean that when one property changes all

[flexcoders] Flex app - Browser compatibility and stress testing

2008-08-27 Thread sefi.ninio
Hey everyone... I was wondering if anyone tried a stress and browser compatibility testing tool successfully to test Flex application specifically or flash applications in general... I googled and found a few automation tools, but none seems to go the Flash/Flex alley... Sefi

[flexcoders] Re: [haXe] Yet another 3D raycaster in Flash (but this time made with haXe)

2008-08-27 Thread Josh McDonald
That's a badass example, but if running at the same speed as a 33mhz 386 is the best we've got on a dual-core 64 bit 2.8ghz machine, AVM2 needs to be scrapped *right fucking now* and replaced with the JVM. (for those in FlexCoders) http://gimme.badsectoracula.com/rayfaster/ -Josh On Wed, Aug

[flexcoders] Re: Flex app - Browser compatibility and stress testing

2008-08-27 Thread artur_desig2dev
has anyone tried http://riatest.com/ ? would love to hear your thoughts.. or is there something better? thanks --- In flexcoders@yahoogroups.com, sefi.ninio [EMAIL PROTECTED] wrote: Hey everyone... I was wondering if anyone tried a stress and browser compatibility testing tool

Re: [flexcoders] Re: Flex app - Browser compatibility and stress testing

2008-08-27 Thread Sefi Ninio
From riatest site: RIATest does for your GUI what FlexUnit does for your code. It's like FlexUnit but for the UI. I'm after an automated tool to test stress and (another tool or the same one) to test browser compatibility - meaning that it checks how my Flex app looks on various browsers,

[flexcoders] Embedded Fonts with TextArea and StyleSheet in Windows... Is this a bug ?

2008-08-27 Thread vaanimator
Greetings Flexies, I have been trying to implement a TextArea using htmlText and a styleSheet binding. The thing is its all good in OSX, however it does not work in Windows whatsoever. To clarify, if I bind say styleName=pageHeading to the TextArea, dont load a styleSheet into the TextArea, no

Re: [flexcoders] itemEditBeginning not being called

2008-08-27 Thread abdul jaleel
it seems you didn't set the filed 'editable'. --- On Wed, 27/8/08, Brian [EMAIL PROTECTED] wrote: From: Brian [EMAIL PROTECTED] Subject: [flexcoders] itemEditBeginning not being called To: flexcoders@yahoogroups.com Date: Wednesday, 27 August, 2008, 10:14 AM Hi, I'm

[flexcoders] Loading an ActiveX Control

2008-08-27 Thread Zuberul Islam
Hello All, is there any way to load an activex control directly in a flex application ? I implemented the solution using javascript. it works fine for web application. but I need to build a desktop application too. and I don't want to use .net is there any other way ? can i include

Re: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Weyert de Boer
Hello Alex, I have it working. Only the problem I am currently experiencing that I don't know how I can add some predefined items to the created combobox. I have the following code: http://www.dustyfrog.nl/dropbox/datagrid.txt Do you know how I can add specific values to the combobox? Yours,

[flexcoders] AdvancedDataGrid changing background color of Group Headers

2008-08-27 Thread anandvardhan.flex
I need to access the first row of each group in AdvancedDataGrid, and change its background color. is there any way to do it. I found one way accessing the column using GroupItemRenderer but it only controls the column which groups the grid.

[flexcoders] Re: Help, Random module load issues.

2008-08-27 Thread mthielman11
we are not using RSLs. I am guessing there is maybe an issue in the menubar its self, though sometimes I do see history manager errors and see datagrid listed. How can history manager through an error when it is disabled in the compiler?

[flexcoders] Re: Flex app - Browser compatibility and stress testing

2008-08-27 Thread stephen.smithstone
You could look at selenium-rc with the flash extension I started to look at these but got distracted with other stuff, basically you need to add ExternalInterface.call( jsname , asfunction ) to your ui then you can use java script to access the flash stuff there is docs on the site.

[flexcoders] Re: help binding to combo box selectedItem

2008-08-27 Thread rss181919
NtpClass is just a Number type property of NtpVO class. NtpClass is declared as bindable in the NtpVO class definition. NtpIn is an instance of NtpVO cast as Object. I am using flashdevelop and i don't get any warnings. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

[flexcoders] change direction of the combo box opening

2008-08-27 Thread samata
Hi, I wanted to know how to change direction of the combo box opening and closing?? I wanted to open it sideways to right. It always drops down na... Thanx in advance, samata.

Re: [flexcoders] Re: Flex app - Browser compatibility and stress testing

2008-08-27 Thread Howard Fore
Oh goody, I'm glad someone got around to marking this up for the rest of us. I've been really happy with using Selenium on some of my web apps, except for some AJAX stuff where I had issues. I need to do some testing on the Flex app I'm working on now, thanks for mentioning it! On Wed, Aug 27,

[flexcoders] Re: List rowCount in a datagrid, varying by row using ListItemRenderer

2008-08-27 Thread dorsetwest
Perhaps there's a better way to do it, which I'm open to. The setup is actually based on your blog post. We have a datagrid with an inline renderer holding the custom list with a custom renderer: mx:DataGridColumn textAlign=center width=25 headerText=Start mx:itemRenderer

[flexcoders] Flex Builder

2008-08-27 Thread George
Am I missing something? I can't find the ability to create my own code complete templates. If this isn't available, I hope the Adobe team thinks seriously about adding it. It's a very highly used feature in the Java world.

Re: [flexcoders] Flex Builder

2008-08-27 Thread Howard Fore
No you didn't miss it: https://bugs.adobe.com/jira/browse/FB-11842 On Wed, Aug 27, 2008 at 10:34 AM, George [EMAIL PROTECTED]wrote: Am I missing something? I can't find the ability to create my own code complete templates. If this isn't available, I hope the Adobe team thinks seriously about

[flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread tallen_eit
Hello, I am trying to use 2 arrays I generate from a mySql database to populate an AdvancedDataGrid. I need to be able to use the following format but replace the static data with the two arrays I receive from AMFPHP. (I pulled the following snippet from Peter Ent's blog (thank you Peter!)

Re: [flexcoders] Re: Will Scene 7 turn Adobe into a competitor of it's ISVs like Microsoft ???

2008-08-27 Thread Robert Thompson
Sorry you took it that way. I guess we'll have to wait and see how Scene7.com pans out. As for the word j'offs / the post I replied to appeared to be a complaint against Josh for the amount of cursing going on. The subject is not Me, Josh or you TH, it's about Scene7.com and it's

[flexcoders] Re: List rowCount in a datagrid, varying by row using ListItemRenderer

2008-08-27 Thread dorsetwest
And the answer to the variable depth of the list problem is (duh) that the surrounding datatable must be set with: variableRowHeight=true 4 hours to find, 4 seconds to fix. Sigh. --- In flexcoders@yahoogroups.com, dorsetwest [EMAIL PROTECTED] wrote: Folks ... I'm

Re: [flexcoders] Will Scene 7 turn Adobe into a competitor of it's ISVs like Microsoft ???

2008-08-27 Thread Robert Thompson
I'm not looking for any jobs, nor am I looking to support Microsoft. But FutureWave (inventors of FutureSplash which became Flash under Macromedia) was an honorable corporation. So was Macromedia - very true to their developers and supporting them. I have been shouting Hurray for Adobe for

Re: [flexcoders] Will Scene 7 turn Adobe into a competitor of it's ISVs like Microsoft ???

2008-08-27 Thread Robert Thompson
No I just think, the ummm indicated you might have taken my intent wrongly. I'm not trying to bash anyone on the list, and I'm not trying to bash Adobe. I am very concerned about Scene7.com though. Again, let's all be cool and see how it pans out but PLEASE for OUR own sakes keep an eye

[flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Robert Thompson
There is no harm meant in my postings. I'm posting so we are all aware of what may be going on with Scene7.com and it's implications to the FLEX and Flash CS3 development community. I'm a freelance developer, not with a large corporation. The Whitepaper is available on www.Scene7.com and

[flexcoders] Re: Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Tim Hoff
Look pretty cool. Thanks for the link. -TH --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: There is no harm meant in my postings. I'm posting so we are all aware of what may be going on with Scene7.com and it's implications to the FLEX and Flash CS3

[flexcoders] Re: any good way to make the pie take up the whole chart bounds?

2008-08-27 Thread lynxoid7
Jason, I have run into the same problem, but haven't come up with a solution. Have you resolved it in some way? --- In flexcoders@yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: I'm trying to get a pie that takes up the full height and width of the given PieChart element.

RE: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Battershall, Jeff
At this point, Adobe is not likely to abandon Scene7 due to developer concerns. The way I see it, Adobe has been taking on consulting engagements for some time, just like IBM does, and I think having an offering of best of breed off-the-shelf solutions fits in well with that stategy. I don't

[flexcoders] I'm trying to get a value from 1 array based off the ID in another.

2008-08-27 Thread jason_graves2003
Something like this. rankGrade = model.rankArray.RANKABBRIVIATION where model.rankArray.RANKGRADEID = model.student.RANKGRADEID I'm sure this is simple, but I'm at a loss.

[flexcoders] Re: Library project that includes another SWC - Classes in included SWC not found

2008-08-27 Thread bick
The problem is that the parent swc only includes those classes in the library swc that the parent swc statically links through it's included classes. This means you can't include two swcs in a parent swc without also including classes referencing the included swc classes. Is there a compiler

[flexcoders] Re: Help, Random module load issues.

2008-08-27 Thread Gus
You could also try disabling the historyManagement to see if its the only problem, but you could encounter the shared code problem later... --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: The stack trace indicates the shared code problem described on my blog in the

[flexcoders] Re: I'm trying to get a value from 1 array based off the ID in another.

2008-08-27 Thread actionscript_czar
Assuming that rankgradeID is the index of another array it would be easy rankGrade = model.rankArray [model.student.RANKGRADEID].RANKABBRIVIATION; Otherwise you might look into using a dictionary rather than a simple array. Then, the code above would work as long as model.rankTable used

RE: [flexcoders] change direction of the combo box opening

2008-08-27 Thread Alex Harui
PopUpMenuButton? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of samata Sent: Wednesday, August 27, 2008 6:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] change direction of the combo box opening Hi, I wanted to know how to change direction of the combo

RE: [flexcoders] Re: help binding to combo box selectedItem

2008-08-27 Thread Alex Harui
Sorry, can't help you if you aren't using Flex code From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rss181919 Sent: Wednesday, August 27, 2008 6:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: help binding to combo box selectedItem NtpClass is just a

[flexcoders] Does anyone know how to save the content from a datagrid

2008-08-27 Thread tyrownp
to the database without selecting and item.

RE: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Alex Harui
Subclass ComboBox and preset its dataprovider From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Wednesday, August 27, 2008 5:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Changing itemEditors of a DataGrid a row basis Hello Alex,

[flexcoders] Re: I'm trying to get a value from 1 array based off the ID in another.

2008-08-27 Thread jason_graves2003
That Worked! Thank You!! --- In flexcoders@yahoogroups.com, actionscript_czar [EMAIL PROTECTED] wrote: Assuming that rankgradeID is the index of another array it would be easy rankGrade = model.rankArray [model.student.RANKGRADEID].RANKABBRIVIATION; Otherwise you might look into using

Re: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread Scott Melby
Brute force approach (not sure if it'll compile, but it'll get you close): var combinedArray:Array = new Array(); for each(var obj:Object in array1) { combinedArray.push(obj); } for each(obj in array2) { combinedArray.push(obj); } myArrayCollection.source = combinedArray; hth Scott

Re: [flexcoders] Need Help and Guidance desperately

2008-08-27 Thread Doug McCune
Oh wow, that's actually a really flexible layout requirement that I don't think you can achieve with any of the components out there right now (ie TileList, Tile, combination of HBox and VBox, or even FlowBox). I think you may have to lose of of the desired functionality and allow the content to

RE: [flexcoders] Does anyone know how to save the content from a datagrid

2008-08-27 Thread Tracy Spratt
Sure, just send the entire dataProvider. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyrownp Sent: Wednesday, August 27, 2008 11:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Does anyone know how to save the

[flexcoders] Re: AdvancedDataGrid changing background color of Group Headers

2008-08-27 Thread Amy
--- In flexcoders@yahoogroups.com, anandvardhan.flex [EMAIL PROTECTED] wrote: I need to access the first row of each group in AdvancedDataGrid, and change its background color. is there any way to do it. I found one way accessing the column using GroupItemRenderer but it only controls the

RE: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread Tracy Spratt
Also, you could splice() or concat() the source arrays, then wrap the result in ArrayCollection. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Melby Sent: Wednesday, August 27, 2008 12:08 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Loading an ActiveX Control

2008-08-27 Thread Tracy Spratt
No. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Zuberul Islam Sent: Wednesday, August 27, 2008 2:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading an ActiveX Control Hello All, is there any way to load

[flexcoders] Re: Library project that includes another SWC - Classes in included SWC not found

2008-08-27 Thread bick
Just in case anyone else stumbles across this post - I've discovered the solution: The child swc must be included as part of the compiler options. You can't expect the child swc to have all its classes compiled in just by adding it to the libary path in the Flex Library Build Path under the Flex

Re: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread Terry Allen
Thank you both for your replies. Tracy, if I were to concat() the two arrays, how would I be able to slip in the children field in the first array that represents the data from the second array. Basically, I am attempting to populate a advancedDatagrid using the combination of two amfphp

Re: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Robert Thompson
Looks like my thoughts have been confirmed, by someone. Selling development tools and having a developer community is one of the best kept secrets in the Evangelist style of Marketing. The first time a FLEX developer bids on a project and the client tells them they are using Adobe Scene7,

[flexcoders] Re: Does anyone know how to save the content from a datagrid

2008-08-27 Thread tyrownp
Ok let me clarify the datagrid is the result of a drop target, so the original dataprovider is actually an empty arraycollection. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Sure, just send the entire dataProvider. Tracy

[flexcoders] Re: treeview advanced datagrid

2008-08-27 Thread natjai
Thanks in advance for any advice at all... --- In flexcoders@yahoogroups.com, natjai [EMAIL PROTECTED] wrote: I am looking to filter on tree view of an advanced datagrid. (Assuming there are two columns item-name, misc-info. item-name object contains the children objects, each having a name

Re: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread ivo
I think the arrays will need to be converted to some sort of simple objects, the parent will need a children field that consists of myChildrenArray: var _kid:Object = {type: myChildrenArray[0], name: myChildrenArray[1]}; var __mom:Object = {type: myParentArray[0], name: myParentArray[1],

RE: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Battershall, Jeff
If Adobe had not acquired Macromedia, Flex would not be what it is today, becuase if you haven't noticed, a whole bunch of money got thrown at it to evolve the framework, not to mention the Flash Player itself. I think there's more than enough opportunity to create solutions that may compete with

Re: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Weyert de Boer
Setting the properties property of the ClassFactory also worked: properties.dataProvider = new Array( 1, 2, 3, 4, 5 ); Subclass ComboBox and preset its dataprovider *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Weyert de Boer *Sent:*

[flexcoders] Module unloading

2008-08-27 Thread cuttenv
There seems to be an issue with modules unloading in an application. I have a very simple application that just loads a module. The module is a repeating animation that is processor intensive. I unload the module by calling unloadModule() method on the moduleLoader and setting the url =

RE: [flexcoders] How do I enter 2 arrays into one arraycollection

2008-08-27 Thread Tracy Spratt
Yeah, simple splice or concat probably wont work for your case after all. You will need to build your AC manually as Scott and ivo suggest. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Terry Allen Sent: Wednesday, August 27,

Re: [flexcoders] Module unloading

2008-08-27 Thread Simon Bailey
This all stems down to Flash Player 9's garbage collection routine. Its a known issue and is apparently resolved in Flash Player 10. I also had similar results and actually managed to make significant progress as I have detailed here: http://www.nutrixinteractive.com/blog/?p=132 Have a

RE: [flexcoders] Re: Does anyone know how to save the content from a datagrid

2008-08-27 Thread Tracy Spratt
The drop target has a dataProvider too, and it will contain what you dropped into it. Still guess I do not understand the question. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyrownp Sent: Wednesday, August 27, 2008 1:04

[flexcoders] Flex 3 Architecture Help

2008-08-27 Thread nathanpdaniel
I'm trying to understand how it works - I'm looking in the Source at the CheckBox component. I don't understand how the CheckBox.as component and the CheckBoxIcon.as skins come together - if that makes any sense.. ? What determines when I do mx:CheckBox label=Test /, it actually LOOKS like a

[flexcoders] RAITest, Selenium, QuickTest, Silk?

2008-08-27 Thread Douglas McCarroll
Hi All, My company is thinking of implementing automated functional testing for our Flex-based application. Do any of you have experience with these products that you'd care to share? Or, if not, do you know of any insightful online articles, etc? Thanks in advance! Douglas

[flexcoders] Re: Fireworks / Photoshop Skinning

2008-08-27 Thread nathanpdaniel
Anybody? :D --- In flexcoders@yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: I have downloaded the Fireworks MXP to create Flex Skins and installed it. According to the read me and documentation - There should be a Command-Create Flex Skin (or something along those lines) and a

Re: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Doug McCune
Well, as long as we've got public defenders like yourself who will contact the Department of Justice, I feel safe. Let's do a class action lawsuit for buzzword and photoshop express while we're at it. [sorry, sometimes I just can't help poking threads that I know I should just let die] Doug On

RE: [flexcoders] generate size report in flex?

2008-08-27 Thread Yochikoh Haruomi
In flash IDE,  we can get the size report  from File-Publish settings-Options- generate size report. The size report gives the list of what the total file size comprises of Eg. the text bytes, actionscript bytes, font bytes etc. Yes, link-report is what i'm looking for. Thanks for your help!

RE: [flexcoders] Re: Does anyone know how to save the content from a datagrid

2008-08-27 Thread tyrown parks
Ok currently I have a source coming from the database into a list.  I am able to drag elements from that source into this empty list (array).  I want to be able to send that new list back to the server.  However all methods I have attempted to send it back, have not worked.  I will give more

[flexcoders] playerProductInstall doesn't show up in tiny window. Can I change that?

2008-08-27 Thread whatabrain
I've created a flex app that's 154x150. If the user doesn't have the right version of Flash, playerProductInstall.swf gets loaded. The problem is, if the Adobe Flash Player Update popup doesn't fit in the client area, it isn't drawn at all. You just get a blank area. I've determined that the

RE: [flexcoders] Re: Does anyone know how to save the content from a datagrid

2008-08-27 Thread Tracy Spratt
Sure, this is pretty standard. We need to see what you are trying before we can suggest what might be the problem. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tyrown parks Sent: Wednesday, August 27, 2008 2:47 PM To:

Re: [flexcoders] Re: Fireworks / Photoshop Skinning

2008-08-27 Thread Nancy Gill
database 3393 (20080827) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [flexcoders] playerProductInstall doesn't show up in tiny window. Can I change that?

2008-08-27 Thread ivo
You might need to use SWFObject (http://code.google.com/p/swfobject/wiki/documentation) or create your own. - Ivo - Original Message From: whatabrain [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, August 27, 2008 11:49:54 AM Subject: [flexcoders]

[flexcoders] Re: Help FLEX 3 and jasperReports

2008-08-27 Thread ansury2001
Hey there - how did you implement security doing this? I've got this done and working, but obviously whenever someone copy/pastes the report's url - there's the report! Doh! Well, we can't allow that, so we'll have to do some kind of security check. We don't have a session, so nothing to

[flexcoders] How do I remove the arrow for a node in the Tree

2008-08-27 Thread randalma2120
I created a Tree with new icons for folderOpen and folderClosed but I still have the arrow. Can someone show or point me to how to remove this. Used this is the CSS Tree { defaultLeafIcon: Embed(icons/application.png); folderOpenIcon: Embed(icons/minus.png);

Re: [flexcoders] How do I remove the arrow for a node in the Tree

2008-08-27 Thread ivo
You might also need to set disclosureClosedIcon disclosureOpenIcon -Ivo - Original Message From: randalma2120 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, August 27, 2008 12:16:45 PM Subject: [flexcoders] How do I remove the arrow for a node in the Tree I

Re: [flexcoders] How do I remove the arrow for a node in the Tree

2008-08-27 Thread Doug McCune
that's controlled by two different styles: disclosureClosedIcon and disclosureOpenIcon Doug On Wed, Aug 27, 2008 at 12:16 PM, randalma2120 [EMAIL PROTECTED]wrote: I created a Tree with new icons for folderOpen and folderClosed but I still have the arrow. Can someone show or point me to how

Re: [flexcoders] RAITest, Selenium, QuickTest, Silk?

2008-08-27 Thread Nate Beck
Hey Douglas, We just did the exact same thing you're doing. We tried RIATest, Selenium QTP. Quick Test Pro ended up being our choice. We have a very complex application with custom components, and around 35 Modules. QTP blew the others out of the water, well worth the price. Hope this helps,

Re: [flexcoders] playerProductInstall doesn't show up in tiny window. Can I change that?

2008-08-27 Thread Nate Beck
I ran into the same issue while writing a Record by microphone application. The security popup to allow access to the user's microphone conforms to the same width height requirements. It would not show up unless the swf was large enough to display it. Since we controlled the containing HTML

Re: [flexcoders] Flex 3 Architecture Help

2008-08-27 Thread Michael Schmalle
Hi, you need to look in the defaults.css in the sdk folder. This is what determines the skins. It is baked into a normal flex compile. You can look at the default flex config that gets loaded, it sets default theme and css. Mike On Wed, Aug 27, 2008 at 2:14 PM, nathanpdaniel [EMAIL PROTECTED]

Re: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Robert Thompson
Leave it alone for this group for the time being yes. Leave it alone for the coming months and years, no. Just look at the LAND's END example at www.Scene7.com when you try out the Trial. This is Adobe competing against the developers it sells to. This is not about me, it's about

[flexcoders] Re: How do I remove the arrow for a node in the Tree

2008-08-27 Thread randalma2120
Thanks that worked ... now back to PeterD's Blog to get the code to open by clicking the row. --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: that's controlled by two different styles: disclosureClosedIcon and disclosureOpenIcon Doug On Wed, Aug 27, 2008 at 12:16

Re: [flexcoders] September 11th WEBINAR by SCENE7.com on solutions like LAND's END STORE

2008-08-27 Thread Robert Thompson
I'm not interested in any such thing but that is a nice joke (your mentioning of a class action lawsuit but I will be looking out for the community for no interest other than the younger up and coming developers). I'm too interested in my Musicology research to get into that kind of

Re: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Douglas Knudsen
At least it appears you are not chewing gum whilst, ummm, typing now. Someone care to tell Robert that Adobe has a consulting arm? Oddly enough its called Adobe Consulting and its not really a spring pup either. ..exit stage left! DK On Wed, Aug 27, 2008 at 2:38 PM, Doug McCune [EMAIL

[flexcoders] 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Mark
Can someone lend their eyes on this and why I'm getting that warning. Thanks Mark public function doSLFilter(item:Object):Boolean { // var i:String; var m:String; var q:String; //trace(target ALL -- + item.title + \r + item.targetAll + \r); //

Re: [flexcoders] Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Robert Thompson
As Adam Sandler would say, and I'll just quote him to be kind, Ha, ha, ha, ha, ha..Shut up. :-) That Arm may atrophy for all we know; develop some kind of, h (sorry my mouth got stuck from your gum), cancer or disease? Thought I'd return a joke with a joke (but take the other

Re: [flexcoders] Will Scene 7 turn Adobe into a competitor of it's ISVs like Microsoft ???

2008-08-27 Thread Howard Fore
At the risk of fanning the flames (and flamers), what exactly do you think has happened in the MS developer world? It seems to me that there are plenty of jobs using MS-centric technologies. On Wed, Aug 27, 2008 at 11:02 AM, Robert Thompson [EMAIL PROTECTED]wrote: Developers young and

[flexcoders] Getting rounded corners on List focus rectangle

2008-08-27 Thread djepyon
I'm setting focusRoundedCorners=tl tr bl br on a List component but the focus rectangle doesn't have round corners. What else is involved in doing this? Thanks all.

Re: [flexcoders] 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Doug McCune
what line is giving you the warning? which variable is the compiler saying is the duplicate? On Wed, Aug 27, 2008 at 1:18 PM, Mark [EMAIL PROTECTED] wrote: Can someone lend their eyes on this and why I'm getting that warning. Thanks Mark public function doSLFilter(item:Object):Boolean {

[flexcoders] popup changes title only in IE

2008-08-27 Thread paulbohnenkamp
I have a lot of popups in my app and in IE I'm seeing the title change when one of the popups is launched. The title changes to something like #app=... Is there a way to fix this? I want the title to always stay the same.

[flexcoders] Re: 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Mark
Sorry, that would have been smart to put that info in there. I'm getting the warning at the else if and else on the for loops on variable i, m, and q. for (i in regArray) { // for (m in originArray){ // for (q in targetArray){ At first I had

Re: [flexcoders] Re: 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Doug McCune
huh, yeah, that's kinda what I thought, but that's weird. sounds like maybe the warnings are wrong (ie the compiler didn't re-check the files). Try cleaning and rebuilding the project. Or try closing and re-opening FB and see if there's still there. I think you're right in expecting your change to

Re: [flexcoders] Need Help and Guidance desperately

2008-08-27 Thread anuj sharma
Doug Thanks for the reply. if you find any resources that might help me, please e-mail it to me. I would appreciate any kind of help in achieving this target Anuj On Wed, Aug 27, 2008 at 9:34 AM, Doug McCune [EMAIL PROTECTED] wrote: Oh wow, that's actually a really flexible layout requirement

[flexcoders] Re: 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Mark
good point, it works. How do you clean and rebuild a project? Is that in the documentation somewhere? Thanks again, Mark --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: huh, yeah, that's kinda what I thought, but that's weird. sounds like maybe the warnings are

Re: [flexcoders] Re: 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-27 Thread Doug McCune
Project-Clean then Project-Build On Wed, Aug 27, 2008 at 1:43 PM, Mark [EMAIL PROTECTED] wrote: good point, it works. How do you clean and rebuild a project? Is that in the documentation somewhere? Thanks again, Mark --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Doug

[flexcoders] Re: Whitepaper and Webinar -- Please read the Scene7.com posts Objectively

2008-08-27 Thread Tim Hoff
Robert, Please do us all a favor and start your own blog. That's really the appropriate place for comentary. I appologize for faning the FLAME, but this thread should have died a long time ago. Thank you, -TH --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: As

Re: [flexcoders] Need Help and Guidance desperately

2008-08-27 Thread anuj sharma
Dough I forgot to mention that i am not sure if i can force the components into either rows or columns because I am allowing free flow of the image within the container too which means that the user should be able to resize the image and should be able to drag and drop the image too whereever he

[flexcoders] Grouped Collection and sorting

2008-08-27 Thread reflexactions
I want to have a grouped collection where the rows at the lowest level are sorted on a particular field. A bit like group by classname then sort on lastname. How can this be done I tried using a sort on the orginal flat collection that was the source of the GC but the GC seems to remove that

RE: [flexcoders] popup changes title only in IE

2008-08-27 Thread Alex Harui
Sounds like a bug. Make a simple test case and file it. Try turning of historyManagementEnabled if you aren't using it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paulbohnenkamp Sent: Wednesday, August 27, 2008 1:24 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Getting rounded corners on List focus rectangle

2008-08-27 Thread Alex Harui
cornerRadius From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon Sent: Wednesday, August 27, 2008 1:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Getting rounded corners on List focus rectangle I'm setting focusRoundedCorners=tl tr bl br on a

[flexcoders] Are the Formatters buggy or is it just me?

2008-08-27 Thread TJ Downes
I've spent a couple days on this issue and I've come to no resolution. I've spent considerable time in the debugger tracing things down and cannot see where the problem is. Here's the use case: I have a phone number field. On fousOut, I validate the field and if it is a valid phone number I apply

[flexcoders] Scene7.com Webinar on 9/11/08, ask some serious questions, examine answers seriously, see if they're answered with depth

2008-08-27 Thread Robert Thompson
See Scene7.com Webinar on 9/11/08, ask some serious questions, examine answers seriously, see if they're answered with depth I won't discuss Microsoft because of certain circumstances, but I'll tell you there's danger in the upper echelons, things you have no idea of. As far as Adobe,

[flexcoders] Re: Getting rounded corners on List focus rectangle

2008-08-27 Thread djepyon
Ok, I managed to confused myself into thinking the focus rectangle was something else. This does work for the focus rectangle. What I was trying to do is set rounded edges on was the highlight that appears when you roll over items in a list. Sorry for the confusion there. --- In

RE: [flexcoders] Re: Getting rounded corners on List focus rectangle

2008-08-27 Thread Alex Harui
That is usually altered by subclassing and overriding drawHighlightIndicator From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djepyon Sent: Wednesday, August 27, 2008 3:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Getting rounded corners on List focus

  1   2   >