Re: [flexcoders] FAQ updated

2008-09-12 Thread Josh McDonald
It doesn't, Yahoo's ID management sucks :'( I'm happy to provide some public space for a copy of the FAQ, but I can't get it ;-) -Josh On Fri, Sep 12, 2008 at 2:48 PM, Matt Chotin [EMAIL PROTECTED] wrote: I can't seem to make it a public file. I don't really have a good place to host it

RE: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Alex Harui
button.addEventListener(...) button.label = foo control.removeChild(button) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Easton Sent: Thursday, September 11, 2008 6:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How To Access Child From Parent? Hi,

Re: [flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Josh McDonald
Sure go nuts, DisplayObject exposes all visual children, you can create any kind of decorator you want really, although it'll have to understand the internals of anything you want to decorate. Obviously the component and skinning model could have been better, that's why it's different in Gumbo.

Re: [flexcoders] Rich text editor

2008-09-12 Thread Abdul Razack
ya u can remove the panel try with this code and gothorugh this website blog.flexexamples.com mx:RichTextEditor id=richTextEditor title=RichTextEditor status=version {richTextEditor.getStyle('version')} showControlBar=false cornerRadius=0

[flexcoders] Re: Cannot unmarshall

2008-09-12 Thread Alban
Sorry for the delay to respond. So this is the entire wsdl generated by open edge 10.1c : [wsdl] ?xml version=1.0 encoding=UTF-8? wsdl:definitions name=AppTestDS targetNamespace=urn:callwsdataset xmlns:tns=urn:callwsdataset xmlns:S2=urn:callwsdataset:AppTestDS

[flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Cosma
This is the problem with inheritance, and the reason because IMO one shouldn't subclass too quickly, but prefer composition over inheritance when possible. Especially for visual components, maybe some framework that helps to separate state and behaviours from pure graphics (openflux?) could help.

Re: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Haykel BEN JEMIA
you will have to use any of these functions/properties: * numChildren : int * getChildAt(index:int):DisplayObject * getChildByName(name:String):DisplayObject On Fri, Sep 12, 2008 at 3:57 AM, Mark Easton [EMAIL PROTECTED] wrote: Hi, I am having a mental blank moment. If I add a child to a

Re: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Haykel BEN JEMIA
you will have to use any of these functions/properties: * numChildren : int * getChildAt(index:int):DisplayObject * getChildByName(name:String):DisplayObject On Fri, Sep 12, 2008 at 3:57 AM, Mark Easton [EMAIL PROTECTED] wrote: Hi, I am having a mental blank moment. If I add a child to a

[flexcoders] flex/AIR book reviews

2008-09-12 Thread Kenneth Sutherland
I'm on the hunt for some new AIR Flex 3 books, nothing basic so I'm looking for some recommendations. I know there is a list on flex.org but its linked to amazon and you normally find that the first review or so always gives 4 or 5 out of 5 and I'd rather trust reviews from folk that are actual

Re: [flexcoders] ClassReference in StyleManager loaded SWFs

2008-09-12 Thread Tom Chiverton
On Thursday 11 Sep 2008, Kenneth Sutherland wrote: 1) Create a library project, place your foo.bar.baz.ButtonSkin class inside the library project. Eww. There isn't a another way ? This seems like overkill. Shouldn't the style just assume the class is present and through a RTE rather than

Re: [flexcoders] FAQ updated

2008-09-12 Thread Tom Chiverton
Or Google Docs ? This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells

Re: [flexcoders] FAQ updated

2008-09-12 Thread Tom Chiverton
On Friday 12 Sep 2008, Matt Chotin wrote: I can't seem to make it a public file. I don't really have a good place to host it that I have access to. Acrobat.com ? -- Tom Chiverton Helping to biannually participate second-generation portals

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Guillaume Malartre
If you want to be sure it doesn't obscure real errors just compile without the html. Rigth+click on your project, Flex Compiler, remove generate HTML wrapper file and there you go, only a nice .swf no template! On Thu, Sep 11, 2008 at 6:32 PM, Tom McNeer [EMAIL PROTECTED] wrote: Hi, All of

Re: [flexcoders] ClassReference in StyleManager loaded SWFs

2008-09-12 Thread Tom Chiverton
On Thursday 11 Sep 2008, Guillaume Malartre wrote: Apply the stylesheet after the swf is loaded. Already doing that, the StyleManager is called from the creationComplete event of the Application tag - and it moans. -- Tom Chiverton Helping to authoritatively transition B2C market-growth

Re: [flexcoders] ClassReference in StyleManager loaded SWFs

2008-09-12 Thread Tom Chiverton
On Thursday 11 Sep 2008, Douglas Knudsen wrote: is your .css in the source tree or elsewhere? There are some issues with this. I'm going to guess your css file is outside the source tree. In the source tree: src/ Application.mxml /styles/ myStyle.mxml bin/Application.swf

Re: [flexcoders] Re: How to clear client browser cache (SWF)

2008-09-12 Thread Siva Kumar S
Dear Friends Thanks for the suggestion. It's helps me a lot. Thanks Thanking You Siva Kumar S From: tuco_ck Sent: Thursday, September 11, 2008 10:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to clear client browser cache (SWF) Or You can control your

[flexcoders] Code metrics

2008-09-12 Thread twcrone70
Does anyone know of a good tool for AS3 code metrics? Measuring things like cyclomatic complexity. Similar to tools used to check quality of Java code. Thanks, - Todd

[flexcoders] HELP non coder With First Site ??? Tips? Idea's of things I should look into :(

2008-09-12 Thread johnvid
Hi Everyone, I have only posted once or twice before, and feel there is far too many messages from flexcoders to keep up with all the news...maybe there is a better place to try to get help. But anyway here goes. I have cobbled together my first FLex site.

[flexcoders] Accessing self-signed SSL certificates via as3httpclientlib

2008-09-12 Thread qoolpix
Hi there, We are going to make use of the as2httpclientlib library in one of our projects (mainly because HTTPService does not fully support the processing of resulting header information). It's working quite well with standard HTTP requests, but not with HTTPS requests when using a

[flexcoders] Re: flex/AIR book reviews

2008-09-12 Thread Steve Thornton
Mooks' Actionscript 3 is essential reading Flex3 - the Adobe (from the source) is good, but basic intro I haven't found any Flex3 or AIR books that I'd call 'advanced' Regards Steve

RE: [flexcoders] passing parameters flex to .net window application

2008-09-12 Thread Gregor Kiddie
Simplest option is to write the info to a file which is then picked up by the .net application. There are more complicated solutions around passing information via the local connection or socket servers, but they are much more work. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Tom McNeer
Guillame, Rigth+click on your project, Flex Compiler, remove generate HTML wrapper file and there you go, only a nice .swf no template! Thank you. That's certainly the most appropriate way to deal with it right now. But it would still be helpful to know why the compiler suddenly began

Re: [flexcoders] HELP non coder With First Site ??? Tips? Idea's of things I should look into :(

2008-09-12 Thread Paul Andrews
Hi John, It's good to see someone so enthusiastic about Flex, but my advice would be to take several steps back rather than attempt to build such a complex site as a first project. I think it would be best to try and build a one or two page site and then expand from that. It may also be a

[flexcoders] Re: FAQ updated

2008-09-12 Thread Amy
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Could we get it hosted somewhere outside of Yahoo? Or at least make it not hidden behind a login? I can't sign in to yahoo, and it asks too many stupid questions when you request a new username / password. How the hell

[flexcoders] Re: FAQ updated

2008-09-12 Thread Amy
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Could we get it hosted somewhere outside of Yahoo? Or at least make it not hidden behind a login? I can't sign in to yahoo, and it asks too many stupid questions when you request a new username / password. How the hell

[flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread wnoone01
Didn't event think to look at Gumbo. Looks like the new skinning stuff eliminates my dilemma. Thanks for the heads up. In the meantime I will check out openflux. Thanks Bill --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Sure go nuts, DisplayObject exposes all

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Guillaume Malartre
If you want more feed-back maybe posting the error would give the readers more clues. On Fri, Sep 12, 2008 at 9:21 AM, Tom McNeer [EMAIL PROTECTED] wrote: Guillame, Rigth+click on your project, Flex Compiler, remove generate HTML wrapper file and there you go, only a nice .swf no

[flexcoders] Re: Code metrics

2008-09-12 Thread luislejter
--- In flexcoders@yahoogroups.com, twcrone70 [EMAIL PROTECTED] wrote: Does anyone know of a good tool for AS3 code metrics? Measuring things like cyclomatic complexity. Similar to tools used to check quality of Java code. Thanks, - Todd Hello Todd, Try the Enterprise IDE plugin for

[flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Tim Hoff
Heretofore known as the blahBlahBlahButton. :) -TH --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: heh, that's almost the exact description of what I called the CanvasButton: http://dougmccune.com/blog/2007/06/01/new-component-canvasbutton- added-to-flexlib/ Doug

Re: [flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Michael Schmalle
My favorite quote; There comes a point in the life cycle of any system when adding one more patch is the wrong solution to every problem. Eventually, it's time to rethink, refactor, and rewrite. Mike On Fri, Sep 12, 2008 at 11:09 AM, Tim Hoff [EMAIL PROTECTED] wrote: Heretofore known as the

[flexcoders] AdvancedDataGrid: Exclude last row from sorting

2008-09-12 Thread DanMurray
Hi, I have an AdvancedDataGrid where the last row contains some summary information about the data (number of rows, totals for some of the columns above). I would like to exclude this last row from the sort operations i.e. always show it last - is there any way to achieve this with custom

[flexcoders] Re: Regular TextField styling.

2008-09-12 Thread giannif17
Here's an isolated case where it's pretty clear: http://www.therichardsonnyc.com/images/ss.png I doubt there's a solution to this, that's why I initially asked a different question. I'm going to just use TextField instead of the flex components. --- In flexcoders@yahoogroups.com, giannif17

Re: [flexcoders] LCDS + CF : How can I change bean's property of new version on creation?

2008-09-12 Thread João Fernandes
Shigeru, when you create new items , a refill is made to your collection and it will compare it with the previous fill, so since you didn't update the hoge property, it won't be reflected in your refill. If you do this instead cfset new.hoge = 123 cfset new = dao.create(new) cfset

Re: [flexcoders] LCDS : changeObject.addChangedPropertyName works correctly??

2008-09-12 Thread João Fernandes
Shigeru, are you sure there isn't any fault or conflict every two times? Are you sucessfully commiting that value to the db? I've been using addChangedPropertyName for a long time without an issue, both 2.5.1 and 2.6. -- João Fernandes Adobe Community Expert http://www.onflexwithcf.org

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Tom McNeer
Guilluame, On Fri, Sep 12, 2008 at 10:40 AM, Guillaume Malartre [EMAIL PROTECTED]wrote: If you want more feed-back maybe posting the error would give the readers more clues. I'm sorry. I thought it was clear from my original post, but I'll give a specific example: One error complains

[flexcoders] Adding effects to a list on filtering

2008-09-12 Thread Manu Dhanda
Hii, How can we add effects while we apply the filterfunction to a list. First, Is that possible to add effects/transitions ?? Second, how can we achieve this? Regards, Manu. -- View this message in context:

Re: [flexcoders] FAQ updated

2008-09-12 Thread Matt Chotin
Yeah, I'll try to get it shared on acrobat.com. Stay tuned. On 9/12/08 3:34 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 12 Sep 2008, Matt Chotin wrote: I can't seem to make it a public file. I don't really have a good place to host it that I have access to. Acrobat.com ? -- Tom

[flexcoders] RadioButton Set selectedValue

2008-09-12 Thread Doug
I have a form Item which contains RadioButtonGroup and a Repeater which dynamically loads up RadioButtons from model data, it is inside a VBox container: mx:FormItem direction=horizontal mx:Label text=Status:/ mx:RadioButtonGroup id=statusType

Re: [flexcoders] passing parameters flex to .net window application

2008-09-12 Thread Steve Mathews
If the Flex is hosted inside of the .net app you can use ExternalInterface.If the Flex is running separately from the app I would recommend a Socket connection. On Fri, Sep 12, 2008 at 12:01 AM, aravinda88 [EMAIL PROTECTED] wrote: Hi, how can i passing parameters flex to .net application?

Re: [flexcoders] Re: Altering a textarea on certain keyboardevents...

2008-09-12 Thread Sebastian Mohr
@miltoon71: Thank you for your hint! I was trying to delete the text inside a TextArea-component after hitting Keyboard.ENTER. Here is the solution: var ta_report:TextArea = new TextArea(); var tr_report:TextRange = new TextRange(ta_report, true, 0, ta_report.length); tr_report.text

[flexcoders] Tile with custom component and AmfPhp

2008-09-12 Thread quantum_ohm
Hello EveryBody ! I have a custom component (News) which is called after retrieving datas from a db with amfphp. Datas are ok and put in an ArrayCollection (getNewsArray). But when I make an AddChild(news) to a Tile component within a loop, only the first two results show up ??? I have to click

[flexcoders] Problem: liveScrolling doesn't work!

2008-09-12 Thread flo26py
Hey everyone, I have a weird problem: I am using a TileList and I want to disable liveScrolling so I set it to false. Unfortunately this didn't work moreover live scrolling is still working even when I have the mouse positioned very far from my TileList. I just want to mention that I have set

[flexcoders] Re: RadioButton Set selectedValue

2008-09-12 Thread Tim Hoff
Might just be a timing issue Doug. Have you tried callLater()? Otherwise, maybe set model.selectedValuation.valuationAdmin.valuation_status to the correct value, instead of setting the selectedValue directly; since it's bound. -TH --- In flexcoders@yahoogroups.com, Doug [EMAIL PROTECTED]

RE: [flexcoders] How To Access Child From Parent?

2008-09-12 Thread Gordon Smith
If you need to access it, the best way is to keep a reference to it, such as in an instance variable. If you really need to get the parent to give it to you, you can use control.getChildAt(i). Gordon Smith Adobe Flex SDK TEam From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Regular TextField styling.

2008-09-12 Thread Gordon Smith
Could you please post the code that produced the display in ss.png? Since UITextField is just a sublcass of TextField, I'd like to understand why it is producing the background box. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] TextArea StyleSheet Anchor Hover Question

2008-09-12 Thread wwwpl
I am trying to set the CSS a.hover style, but I don't know how to do it with objects. I tried it as seen below, but it doesn't work. I want the link to have an underline when I hover over the link in the htmlText. If there is another way, I am open to ideas. var a:Object = new Object();

[flexcoders] Repeater children

2008-09-12 Thread Maciek Sakrejda
I'm trying to use a repeater to configure n different bars in a foo (e.g., in pseudo-code foo bars:Array = [ { bar1, bar2, bar3 ]; ... where each bar is something like bar label:String baz:String ... ) each of the bars has a baz that can be one of five different Strings. My current

Re: [flexcoders] Repeater children

2008-09-12 Thread Maciek Sakrejda
Of course, the searching pays off right *after* I post. If anyone else is curious: http://blog.flexexamples.com/2008/05/29/displaying-checkbox-controls-using-the-repeater-in-flex/#more-650 It's kinda sneaky: you set the id of the repeated element as you usually would, but instead of creating an

RE: [flexcoders] passing parameters flex to .net window application

2008-09-12 Thread Tracy Spratt
We need more information to respond appropriately. .net application and pass parameters are too general terms for me to work with. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: Friday, September 12, 2008

[flexcoders] Re: Checkbox in Datagrid . . . how?

2008-09-12 Thread valdhor
This is a quick and dirty way to do it. If I had more time I would have decoupled the renderer from the application with a custom event but this does work... ?xml version=1.0 encoding=utf-8? mx:Application pageTitle=Testing xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=100%

RE: [flexcoders] Note to someone at Adobe who is in charge of documentation

2008-09-12 Thread Chet Haase
Jason, I know this wasn't really your point, which was about having better docs and not the TweenEffect API specifically, but for what it's worth: the new effects for the next release of Flex, along with the Animation class (which is used instead of Tween), avoid the use of Function handles

[flexcoders] Linking the Event detail page of Sharepoint to Flex

2008-09-12 Thread penidocl
Hi, My Flex apps has a calendar accordion and i need to figure out how to get the link to display the event detail page for each day of the week. Have y done this before? I think there is a method...I am researching. Please let me know if you have any ideas, Cheers, Claudia

RE: [flexcoders] TextArea StyleSheet Anchor Hover Question

2008-09-12 Thread Alex Harui
I think it is: var a:Object = new Object(); a.textDecoration = underline; a.color = #FF; var ss:StyleSheet = new StyleSheet(); ss.setStyle(a:hover, a); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Friday, September 12, 2008 11:05 AM To:

[flexcoders] Re: Regular TextField styling.

2008-09-12 Thread giannif17
Great! I'd like to understand too. I dug through UITextField and didn't see anything suspicious. Here's the code, please note that it only happens with embedded fonts, you can swap out the Standard0757 with Arial or something. ?xml version=1.0? mx:Application

[flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread djepyon
Ok, I went ahead and added some manual clean up to the swf's I was loading using Event.UNLOAD. I'm basically setting values to null so they become candidates for garbage collection. Regardless, each time I load a file into SWFLoader the mem usage still jumps until the app becomes sluggish and

[flexcoders] Wrapping the Legend Text for Charts over multiple lines

2008-09-12 Thread pratikshah83
Hi Guys, I am trying to wrap the text for the legend item to multiple lines if the text is too long. for example long legend text would like to be displayed as long legend text I tried to set the marker height and width but its not helping. I tried the legend height and width but that just

[flexcoders] Issues loading a SWF with ProgressBar component into Flex app

2008-09-12 Thread djepyon
I've got a swf that has some rather advanced pre-loading going on that uses a ProgressBar component. When I try to load that swf into my flex app I get the following security error: SecurityError: Error #2070: Security sandbox violation: caller

Re: [flexcoders] Performace Load testing for Flex 3

2008-09-12 Thread Sefi Ninio
Check out Apache Jmeter On Thu, Sep 11, 2008 at 8:05 PM, Vivek Kapadekar [EMAIL PROTECTED] wrote: Hi All I am looking for some tool ( opensource or commercial) for Load/Stress tetsing our Flex 3 based web application. I have searched many threads and web, but most of them point to tools

[flexcoders] Re: Wrapping Contents in HBOX or VBOX

2008-09-12 Thread pratikshah83
Hi Amy, Thanks for the reply. I could not find anything in the link you provided. They specify how to arrange the legend Item. I would just like to wrap the legend text(label) if it is long. I am not sure if i missed anything on the blog. I would appreciate if you could give me some leads.

[flexcoders] Re: RadioButton Set selectedValue

2008-09-12 Thread Doug
Check this out Tim, I set up a test group and started building up attributes until it failed. At this point: mx:RadioButtonGroup id=statusType selectedValue={model.selectedValuation.valuation_administration.valua tion_status}/ mx:RadioButton id=tb group={statusType} label=Open value=Open / I

[flexcoders] Re: TextArea StyleSheet Anchor Hover Question

2008-09-12 Thread wwwpl
That worked. You are a big help Alex! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I think it is: var a:Object = new Object(); a.textDecoration = underline; a.color = #FF; var ss:StyleSheet = new StyleSheet(); ss.setStyle(a:hover, a); From:

[flexcoders] Trying to underline datagrid header text. How???

2008-09-12 Thread cjcuccaro
I am using the headerRelease event in the DataGrid control and calling preventDefault in my header release custom function, which, as you know, keeps the sort arrow from displaying. Therefore, I want to do a less complicated work around and just underline the header text when the column is

[flexcoders] Highlight datagrid row on dragover

2008-09-12 Thread michob
Hi all, I'm trying to get a DataGrid row to highlight during a dragOver event, but can't for the life of me figure out how. It highlights just fine on a regular rollOver, but does nothing on a drag. Any hints? Thanks, Mitch.

[flexcoders] Datagrid - disable cell events?

2008-09-12 Thread horizens
I'm working on an application using the datagrid and have been searching for a way to disable clicking on specific cells (but still show them). Is this possible? Thanks!

RE: [flexcoders] Datagrid - disable cell events?

2008-09-12 Thread Alex Harui
What click behavior are you trying to prevent? There are examples on my blog of disabling List selection and disabling editing. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of horizens Sent: Friday, September 12, 2008 1:23 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Highlight datagrid row on dragover

2008-09-12 Thread Alex Harui
Call drawHighlightIndicator. The DG won't do it because it knows a drag is in process. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of michob Sent: Friday, September 12, 2008 1:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Highlight datagrid row on dragover

RE: [flexcoders] Trying to underline datagrid header text. How???

2008-09-12 Thread Alex Harui
A custom header renderer can certainly display an underline. See some of the examples of on my blog. You might be able to mix and match some code From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cjcuccaro Sent: Friday, September 12, 2008 1:40 PM To:

RE: [flexcoders] Issues loading a SWF with ProgressBar component into Flex app

2008-09-12 Thread Alex Harui
Need more info. How is the preloader set up? Normally, you can't put mx.controls.ProgressBar in the pre-loader frame of a module or swf. It can cause all sorts of problems. Normally, preloaders use low-level Flash Sprites. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Alex Harui
The Flex Profiler will tell you if you have other stuff that isn't being cleaned up. I posted on my blog some ways to use it. FP10 fixes many issues with SWFs not unloading. A test using the release build on a non-debugger player is the best way to see if you are getting false-positives.

[flexcoders] Re: RadioButton Set selectedValue

2008-09-12 Thread Tim Hoff
Yes, it's possible that the repeater children are getting instantiated at the same time that your trying to set the selectedValue. Try running selectedValStatus() on the updateComplete or valueCommit event of the repeater. Or, just use callLater(selectedValStatus, data) after loadUserData().

[flexcoders] Re: HELP non coder With First Site ??? Tips? Idea's of things I should look into :(

2008-09-12 Thread johnvid
Hi Paul, I thought it was on one page :) No but seriously I understand your comment and agree with it, words are not really my thing either, they end up deeper than the site itself, its hard to focus when your trying to do everything. Is it, commercial is it personal, not sure :( will i

[flexcoders] Re: SEO and Flash content

2008-09-12 Thread Hyder
Has anyone had any success with Flex Templating? http://www.onflex.org/FXT/ --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: Josh could you detail the googlebot and expand on what you write below? -r On Sep 8, 2008, at 10:19 PM, Josh McDonald wrote:

[flexcoders] Re: Datagrid - disable cell events?

2008-09-12 Thread horizens
I'm building an mp3 player and using the datagrid for the playlist. If a user selects a row in the datagrid, the corresponding track plays. If an mp3 is out of date or the url no longer works for a given track, I'd like to still show the track in the datagrid, but prevent the track from being

[flexcoders] mx:List and custom item background colors

2008-09-12 Thread Cordova Aaron
I have been working at this for a few hours now. I have seen examples for several list controls other than just mx:List. I thought this example was the most promising to accomplish what I am trying to do. mx:itemRenderer mx:Component mx:HBox paddingLeft=2

[flexcoders] Re: RadioButton Set selectedValue

2008-09-12 Thread Doug
I tried callLater(selectedValStatus,[data]) as well as updateComplete and valueCommit on the repeater with no change in behavior. I get rid of the repeater and write in three static radio buttons, still binding the group to the model, and it works as it should (not what i wanted but works =

Re: [flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Maciek Sakrejda
Who is that quote from? I'm on the last steps of a massive rethinking, refactoring, and rewriting, and I'm really glad to be able to do it--I've had to deal with piles upon piles of hackery for long enough. It feels really good. -Maciek -Original Message- From: Michael Schmalle [EMAIL

Re: [flexcoders] Re: Regular TextField styling.

2008-09-12 Thread Josh McDonald
Well I can definitely see it in that screenshot, but it sounds like Player bug so I think I'll bow out of this one ;-) -Josh -- Therefore, send not to know For whom the bell tolls. It tolls for thee. http://flex.joshmcdonald.info/ :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL

Re: [flexcoders] Re: Subclassing Components: Theoretical Question

2008-09-12 Thread Josh McDonald
I feel you Maciek, I've been refactoring our Flex architecture at work the last week and a half, now it rocks :) -Josh On Sat, Sep 13, 2008 at 10:47 AM, Maciek Sakrejda [EMAIL PROTECTED]wrote: Who is that quote from? I'm on the last steps of a massive rethinking, refactoring, and rewriting,

Re: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Josh McDonald
Alex, Do you know if Class instances get GC'd? (as in instances of Class, not general objs) I've noticed Player likes to collect SWFs awfully quickly (even when there's *no* allocation), but I haven't done any experiments to verify the classes get collected as well (or not) yet though, but it

[flexcoders] Differences between AIR html and Flex

2008-09-12 Thread timgerr
Hello all, I have been programming in flex for about 6 months now and A friend just showed me something cool. He was able to run an AIR app locally and within a web page. Can I create Air apps that run on both HTML web pages and locally??? Thanks for the help, Timgerr

[flexcoders] Re: Trying to underline datagrid header text. How???

2008-09-12 Thread cjcuccaro
Thank you Alex for your feedback. So I visited your blog read about renderers, very good info, and started with your checkbox example. I changed the checkbox to a label and have it underlining on the click but don't know how to toggle the underline when clicking other columns. Can you or anyone

[flexcoders] about keyboard operation in flex

2008-09-12 Thread qiyadsy
I want only use keyboard to operation in flex. Just as Global keyboard event handling(http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=304) But,have some problem ,it need click anywhere in the application and then press some keys.But i don't want click

RE: [flexcoders] Re: Datagrid - disable cell events?

2008-09-12 Thread Alex Harui
Well, are you using the ITEM_CLICK event? If so, you can override dispatchEvent and look for it to be dispatched and not dispatch it. You can also listen for the event from the systemManager at a high priority in capture phase and call stopImmediatePropagation before it gets too far From:

RE: [flexcoders] mx:List and custom item background colors

2008-09-12 Thread Alex Harui
The value parameter in the data setter should have valid values, but at startup it might get passed an unexpected value. I'd just check to make sure the data is valid and ignore bad data and see if you get further and get valid values later. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: SWFLoader unloading, whats the trick?

2008-09-12 Thread Alex Harui
Class instances get GC'd when their applicationDomain gets GC'd, which is theoretically when there are no more references to that class instance or instances of that class and unload() has been called on the Loader of that SWF. I have not seen any unexpected behavior in that area. If a SWF is

RE: [flexcoders] Differences between AIR html and Flex

2008-09-12 Thread Alex Harui
Not sure what you saw, but if you don't use any AIR features (NativeApplication, File System access, ClipBoard, etc) then the same SWF will run on the desktop and browser. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Friday, September 12, 2008 8:27 PM

RE: [flexcoders] about keyboard operation in flex

2008-09-12 Thread Alex Harui
That is a limitation of the browsers. They control focus and a click is required. Some folks have done extensive work to capture keystrokes in javascript and forward them to the player, but most folks simply put up some UI to encourage users to click on the app. From: