[flexcoders] Write a Firefox extension in Flex

2009-06-14 Thread argmn
I wrote an article on how to develop a Firefox extension with Flex. I though it might interest this group. http://strawberrypixel.com/blog/2009/06/13/how-to-write-firefox-extensio\ ns-in-flex/ http://strawberrypixel.com/blog/2009/06/13/how-to-write-firefox-extensi\ ons-in-flex/ cheers.

[flexcoders] Datagrid Row height

2009-06-14 Thread Mike Chang
Hi, One of my rows in a data grid contains items that are larger than the default height of the cell (1 line). It's fine that it stretches, but is it possible not to have all the rows increase by the same? All the rows are bigger in height now. Please help. Mike

Re: [flexcoders] Datagrid Row height

2009-06-14 Thread thomas parquier
Hi, Set variableRowHeight to true. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/14 Mike Chang mik...@gmail.com Hi, One of my rows in a data grid

[flexcoders] Application in Full Screen

2009-06-14 Thread christophe_jacquelin
Hello, How to set an application in Full screen (without the navigator buttons) ? Thank you, Christophe,

[flexcoders] Video Player

2009-06-14 Thread christophe_jacquelin
Hello, I am searching a good video player component with an arrow on the center of the video to start the video. Thank you, Christophe,

[flexcoders] amfphp and https

2009-06-14 Thread christophe_jacquelin
Hello, Amfphp does not work when I use https. I have set SecureAMFChannel. I have tested on port 443, 80 and 8080. Do you have any solution ? Thank you, Christophe,

Re: [flexcoders] Application in Full Screen

2009-06-14 Thread Rohit Sharma
Hi, If I am right, you are looking for something like Application.application.stage.displayState = StageDisplayState.FULL_SCREEN; Regards, Rohit On Sun, Jun 14, 2009 at 6:04 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to set an

[flexcoders] swf loader

2009-06-14 Thread veritech82
I am working on a web site and having an issue with flash files. I have a tabbed navigation viewport with a swfloader in the page. I am having an issue with a flash file that I am loading on the page, it is a flash game (asteroids) that isn't contained by the swfloader. The flash game occupies

[flexcoders] Clear user text after enter on TextInput (gumbo and/or moxie)

2009-06-14 Thread gwangdesign
Hello, I have a TextInput, say, for user to type in to search something. After the user presses enter Key, I want the TextInput to clear the user input text while still staying in focus, so that the user can continue to type in other words. I had a hard time to do this for a TextInput (either

[flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Amy
--- In flexcoders@yahoogroups.com, Gordon Smith gosm...@... wrote: 1. If accessing the ComboBoxes you'll create by an index number is sufficient, declare an instance var of type Array: private var comboBoxes:Array = []; When you dynamically create a new ComboBox, simply add the

[flexcoders] Re: Clear user text after enter on TextInput (gumbo and/or moxie)

2009-06-14 Thread gwangdesign
BTW, I am not sure if this behavior is something expected from user experience point of view since I looked at Google, Yahoo! and Bing, all of them did the same thing: once you pressed enter, the search textinput lost focus. You would have to regain focus for the textinput to do another

[flexcoders] Re: Flex and Reporting

2009-06-14 Thread martinosaint
Hi Angelo, did you get any further with Flex Report as well? I am now at the point where I need to do some basic reporting (printing a Datagrid with a legend, etc), but somehow I run into troubles with FlexReport. Could you use it? Any other suggestions how I could print a datagrid with

[flexcoders] iFrame and adsense

2009-06-14 Thread iloveyouwisconsin
I've got my app up and running and decided to implement adsense via the iframe component (from what I've found there doesn't seem to be a better solution that fits my particular needs). Anyway, when I test the app on my local machine everything runs fine and the adsense appears. However, when

Re: [flexcoders] Application in Full Screen

2009-06-14 Thread Vivian Richard
I am using this but do not like it, because it will cover everything- even the task bar at the bottom of the screen!! Also will not show the native window chrome!!! To see those max, min, close button you will need to press escape button to make the window smaller and after

RE: [flexcoders] Re: ambiguous reference error

2009-06-14 Thread Tracy Spratt
.there are 2 MediaProfiles. that would be where I looked first. Why are there two classes with the same name in the project? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of [p e r c e

[flexcoders] Re: Dispatch Event Issue on BreadCrumb Trail Click

2009-06-14 Thread n_manjunatha
Hi Tim, Thanks.I got it working Thanks Regards Manju --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Looks like you may be thinking about a little backwards. First add this method to the script in contentpane: import mx.events.ItemClickEvent; public

[flexcoders] Re: ambiguous reference error

2009-06-14 Thread Tim Hoff
* ditto * - Try changing one of the duplicate class names and see what happens. -TH --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: .there are 2 MediaProfiles. that would be where I looked first. Why are there two classes with the same name in the project? Tracy Spratt,

Re: [flexcoders] Re: ambiguous reference error

2009-06-14 Thread [p e r c e p t i c o n]
for the sake of consistency really, i just wanted the name of the implementation to be the same as the presentation and figured it should be ok since the namespaces were different...i know if i change the name it'll work, but i was hoping there was something else to it... thanks much percy On

[flexcoders] Subversive Client install on full FB3

2009-06-14 Thread Brad Bueche
Sorry to ask this here but I have searched everywhere over a period of months and I cant find an answer. If I install flex builder 3 (full install) at home, and bring it up, I can connect to the cfeclipse updater and subversive updater in a hearbeat. However, I need to really use subversive and

Re: [flexcoders] Dynamically Naming Objects

2009-06-14 Thread Brad Bueche
Thanks! Gordon, that worked. Also thanks for giving the two different approaches. I can probably get away with just using the arraybut I was obsessing about that naming thing so you're giving me both approaches allowed me to stop obsessing sooner! ;) brad On Sat, Jun 13, 2009 at 7:53 PM,

Re: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Brad Bueche
Thanks, Amy, I didnt think about that. I've always thought of the Repeater as a simple grid creator but I guess I'll have to read up on it. brad On Sun, Jun 14, 2009 at 11:57 AM, Amy amyblankens...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Gordon

Re: [flexcoders] Subversive Client install on full FB3

2009-06-14 Thread Sam Lai
You need to get the URL to the automatic configuration script, then put that into a web browser. Depending on your browser, you will either have to download it then open it in notepad, or it will just display it. The script is basically javascript, telling the browser which proxy address *and

RE: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Tracy Spratt
.thought of the Repeater as a simple grid creator . That is completely wrong. Repeater has *no* layout functionality at all. It is simply a replacement for addChild/ removeChild, with a lot of extra and useful functionality like optional recycling and automatic creation of an array of

[flexcoders] Re: iFrame and adsense

2009-06-14 Thread iloveyouwisconsin
I gave up on the iframe and was toying around w/ a page that has php and my flex app. This brought up another question as I'm trying to just understand what's going on w/ the javascript/flash interaction. Here's the php code: table width=100% border=0 cellspacing=0 cellpadding=0 align=left tr

Re: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Brad Bueche
Ok, thanks for the underscore there, Tracy. Sounds like exactly what I need. Basically, at a simple level I'm extending that searchcoders search interface to a full adhoc query front end. So the plus minus buttons will add a row that will have combo-boxes with the data providers --both static

Re: [flexcoders] Subversive Client install on full FB3

2009-06-14 Thread Brad Bueche
Sam, Thanks. Good call, I had forgotten about that method. I got the proxy but ,alas, I think its my laptop firewall config that is killing it here and I cant change that (well I probably good after lots of digging but then they could just push out a a new config). Security is pretty tight here.

Re: [flexcoders] Subversive Client install on full FB3

2009-06-14 Thread Brad Bueche
I take that back. I de-installed fb3 again and re-installed and tried the proxy again and it worked!! Thanks a bunch!! brad On Sun, Jun 14, 2009 at 9:25 PM, Brad Bueche brad.bue...@gmail.com wrote: Sam, Thanks. Good call, I had forgotten about that method. I got the proxy but ,alas, I

RE: [flexcoders] Re: Dynamically Naming Objects

2009-06-14 Thread Tracy Spratt
.row into a master component and stick it in the Repeater. Precisely. And here are some snippets that might help, it is simpler than what you want to do, but is a start. .. Goal: Display a list of items using a complex display for each item, and have each of those items behave

RE: [flexcoders] swf loader

2009-06-14 Thread Alex Harui
If a subswf expects to size to the stage then you can clip it, but you can't resize it. 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 veritech82 Sent:

[flexcoders] Issue with TileList

2009-06-14 Thread Ben Densmore
I am using a TileList to pull in some profile info for an app I'm building. Inside the TileList I have a few Text Components that I'm trying to add a click event to. For some reason when I build the project I get an error that the method I'm trying to call does not exist, even though it does.

RE: [flexcoders] Issue with TileList

2009-06-14 Thread Tracy Spratt
mx:component . creates its own scope. To reach the parent scope, use outerDocument. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ben Densmore Sent: Monday, June 15, 2009 12:45 AM

[flexcoders] Re: Label a Button just like Flex Builder helps

2009-06-14 Thread chandruflex
Thank you Harish. Chandra Kumar --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan hsivaramakrish...@... wrote: While you add the child (TextInput) , make a dictionary to track the childIndex or even better the instance itself and bump it off once you complete the editing Harish

[flexcoders] Binding two elements in a single datagrid column

2009-06-14 Thread Angelo Anolin
Hi FlexCoders, I have a datagrid, where one of the columns is defined as follows: mx:DataGridColumn width=150  mx:headerRenderer   mx:Component    mx:VBox horizontalScrollPolicy=off verticalScrollPolicy=off verticalGap=2 mx:Box horizontalAlign=center width=100%  mx:Label text=Age /