[flexcoders] Flex Module for IIS and Apache

2007-03-19 Thread John Barrett
Hi, I am wondering if anybody has tried to install the flex module for IIS Apache here. I tried it on my mac with apache, but I could not get it to work. I had some problems installing it, and I wonder if anybody could offer some help. Here is some of the issues, basically the module writen in

Re: [flexcoders] Apollo Now Live on Labs | http://labs.adobe.com/technologies/apollo/

2007-03-19 Thread Angus Johnson
no wavering on my part! ...though you might need to supply some Berocca at your BOF Andrew ;) On 19/03/07, Andrew Muller [EMAIL PROTECTED] wrote: And don't forget that both Mike Downey and Mike Chambers are presenting an Apollo opening keynote at webDU here in Sydney on Thursday so if you're

Re: [flexcoders] My First Apollo App...fubar

2007-03-19 Thread Andrew Muller
1am!! It's 6pm Down Under - you're keen Brett, have fun with it mate - I'm about to jump on a plane here but I'll keep an eye out for a little bit longer. On 18 Mar 2007 23:58:29 -0700, Brett [EMAIL PROTECTED] wrote: Andrew, Ahh thanks for the reply, works great now. I can continue on

Re: [flexcoders] Apollo Now Live on Labs | http://labs.adobe.com/technologies/apollo/

2007-03-19 Thread Andrew Muller
Hehe, perhaps that's something that Mr Barnes could also offer to supply... On 19 Mar 2007 00:01:50 -0700, Angus Johnson [EMAIL PROTECTED] wrote: no wavering on my part! ...though you might need to supply some Berocca at your BOF Andrew ;) On 19/03/07, Andrew Muller [EMAIL PROTECTED]

[flexcoders] Mistake on Adobe's Page for Flex builder?

2007-03-19 Thread John Barrett
Hi, I just checked the adobe's education page for Flex Builder, and it says that it cost $99.00? I am a student at the University of Hawaii. Before I get too excited about it, is this a mistake? I am totally newbie, and trying to get flex to work without flex builder is difficult for me. I

Re: [flexcoders] My First Apollo App...fubar

2007-03-19 Thread Brett
Andrew, Going smoothly now. Having lots of fun ^_^ My work tomorrow...err today probably won't be so fun though. haha Ahh I also notice that Apollo apps now seem to work with vertical mouse scrolling on Mac! Awesome! *puts on cranky Mac guy hat* But still not horizontal scrolling

[flexcoders] Cant get consumer Subtopic or Selector to work and its driving me crazy

2007-03-19 Thread neil_durbin
I've tried every example i've found dealing with flex messaging to filter the messages i'm sending from a coldfusion component to flex. When I use the selector tag, no matter what I put in the message always goes through. And with the suptopic its just the opposite, no matter what I put in

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-19 Thread Frank
Sorry, I meant to thank you, Alex. Frank --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I suppose you could subclass DG and override selectItem(). -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Using Flex Components in an Actionscript Project

2007-03-19 Thread Yotam Laufer
Hi Alex, Thanks for your reply. I've looked all over the net for a place which has some kind of reference on how to do this. The only link from Mike Chambers' blog is broken. Since there is no multiple inheritance in Actionscript I can only extend Application or SystemManager. I would really

Re: [flexcoders] Re: select some items only

2007-03-19 Thread Ciarán
Hi, Could you bind the selectable property of the control to a corresponding property of the objects in your dataProvider? In effect something like: ... id=list selectable={list.selectedItem.selectable} ... Seems like the hassle-free way of dealing with it... -Ciarán On 3/16/07, Paul

[flexcoders] Programming Challenge - finding nodes in an array with a value near a number

2007-03-19 Thread grae_hall
So I've got a programming challenge. I've got audio/video streaming in, and I've got an XML document converted to an Array (each node is an index of the array), each value in the array in the contains a cuepoint in Ms. What's the most efficient way to find the cuepoints in the array which are

Re: [flexcoders] ID3 v2+ parser available for albumart

2007-03-19 Thread João Fernandes
The Mighty Ben Stucki may have what you need. http://blog.benstucki.net/?id=24 João Fernandes

[flexcoders] Re: Create Controls like in the FlexBuilder Design mode

2007-03-19 Thread de.newsight
The controls need to be visible, so that the set visible to false made no sense in this point. --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: have you tried setting visible to false ? On 3/15/07, Artur Kordowski [EMAIL PROTECTED] wrote: For a current project

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-19 Thread Paul Andrews
I must be old - I was thinking where I'd heard of Apollo before (besides mythology and the space program) and I remembered there used to be a range of unix servers called Apollo. Now I've completely lost 95% of this list.. OK, mind barf is now over.. Paul - Original Message - From:

[flexcoders] Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread johan.wasserman
I have tried and tried, fried my brain, and I am desperate. I firstly wrote a simple portlet and tried to present a flex page on JBoss portal, unsuccessfull because of the - java.lang.NullPointerException at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKe (CacheKeyUtils.java:68) OR

Re: [flexcoders] Programming Challenge - finding nodes in an array with a value near a number

2007-03-19 Thread Ralf Bokelberg
If your array is sorted, you could try to use binary search. I guess Google can help you to find an example for it. Cheers Ralf On 19 Mar 2007 01:47:12 -0700, grae_hall [EMAIL PROTECTED] wrote: So I've got a programming challenge. I've got audio/video streaming in, and I've got an XML

[flexcoders] Overriding a read-only property

2007-03-19 Thread Nahid Mahfuza Alam
Hello, I need to modify the percentRect property (e.g.; x, y,width,height of percentRect) of DownloadProgressBar class. I have a class that extends the DownloadProgressBar class. But within my class (the subclass), assigning any value like percentRect.x=150 doesn't work as percentRect is a

[flexcoders] Re: Auto-expand Treenodes - ValidateNow - THANKS!!

2007-03-19 Thread polestar11
I've also been having serious problems with tree nodes: auto-expanding child nodes and setting (highlighting) a selected node. MyTree.validateNow() was the answer to getting all of this working. What I did to get it working was: 1) Search my dataProvider for a particular item (returning an

RE: [flexcoders] Best way to graphical assets into Flex

2007-03-19 Thread Giles Roadnight
Great, thanks. I've only got Flash 8 trial at the moment and the AS3 preview won't work with the trial. I've been hesitating to get studio 8 because it'll be out of date soon with Studio 9. Does anyone know when Studio 9 will come out. I don't suppose I'd get a free upgrade to 9 if I

[flexcoders] Application background colour during pre-loader

2007-03-19 Thread Giles Roadnight
Hi All I've built this image gallery here: http://www.caterpillar-designs.com/index.cfm?go=app.gallery which is just about working as I want now aside from a few tweaks. One thing I can't seem to fix though is the background colour of the swf when it is loading. At the moment you get a grey

[flexcoders] Apollo is here!! Sample Applications and Tutorials

2007-03-19 Thread Rich Tretola
Apollo is finally available for all to see. I have spent a good deal of time creating samples and tutorials to help people get into Apollo. Please use these as they should prove very helpful: http://blog.everythingflex.com/apollo/ http://blog.everythingflex.com/apollo/applications-apollo/

[flexcoders] Re: Datagrid Button Renderer Performance

2007-03-19 Thread Nick Durnell
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: updateDL gets called incase you want to change the font color based on the selection highlight. Thanks for clearing this up, Alex. I don't have row selection enabled on my datagrids so I do not need this constant

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM To:

RE: [flexcoders] Re: Custom VScrollBar class assigned to a container !

2007-03-19 Thread Alex Harui
That's a toughie. We haven't made that easy to do. I know others have tried it. Not sure if they finished or gave up. I think you have to set horizontalScrollPolicy=on and set up the scrollbars in createChildren. From: flexcoders@yahoogroups.com

RE: [flexcoders] xml document not well-formed?

2007-03-19 Thread Alex Harui
Are you getting a compile error? If so, I start deleting parts of the XML until it stops complaining and then examine what made the difference. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Friday, March 16, 2007

RE: [flexcoders] CursorManager, PopupManager - internal state across module load?

2007-03-19 Thread Alex Harui
This is the shared code issue explained in my presentation at 360Flex. You can find out more on my blog at blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_mccraw123 Sent: Friday, March 16, 2007 9:35 AM To:

RE: [flexcoders] Fascinating problem hiding columns in a DataGrid

2007-03-19 Thread Alex Harui
Lots of hidden column, column resize issues were fixed in an update due out soon. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Demling Sent: Friday, March 16, 2007 8:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Trace Output Stopped Working

2007-03-19 Thread Peter Farland
Either a non-debug version of the Flash Player was installed over your debug player, or you lost your mm.cfg file in your OS user directory? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Whitelock Sent: Friday, March 16, 2007 10:33

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM To:

[flexcoders] E4X - Copy attributes

2007-03-19 Thread pgp.coppens
Hello, I would like to copy a number of attributes from one element to a second element, but I can't find a way to achieve it To set the scene, something like var x1:XML = x1 a1='a1' a2='a2'/; var x2:XML=x2/; for each (var a:XML in [EMAIL PROTECTED]) { [EMAIL PROTECTED] = a; } Obviously the

[flexcoders] Re: why doesnt this work?

2007-03-19 Thread male_salmon
I'm getting the same error as well. It seems (at least to me) to be reading the index range of the rawChildren property. Don't know if that's true or not but I just can't get it to work right. --- In flexcoders@yahoogroups.com, Matt Wicks [EMAIL PROTECTED] wrote: I tried this - and its very

Re: [flexcoders] Overriding a read-only property

2007-03-19 Thread Johannes Nel
public override function get name():type { return super.name; } public function set name(value:Type):void { do what you want } On 3/19/07, Nahid Mahfuza Alam [EMAIL PROTECTED] wrote: Hello, I need to modify the percentRect property (e.g.; x, y,width,height of percentRect) of

[flexcoders] Re:FMS streams, need an flv file?

2007-03-19 Thread Larry Larson
If there is no .FLV, what kind of file are you streaming? I am not sure it is impossible, but I've consumed a lot of FMS streams and never used anything but a .FLV. Curious about what you are trying to do.. Larry Larson nyc

[flexcoders] Re: The complete component communication solution for Flex. ALON DP.

2007-03-19 Thread lrhazi
Hi there, This sounds cool. just a typo, throughout the document: antonymous should be autonomous right? As in: Autonomous Linking Object Network Design Pattern Mohamed~

[flexcoders] About DisplayShelf component...

2007-03-19 Thread lrhazi
I thought it would be easy to use DisplayShelf to display something other than pictures. I tried to make it display a custom component of mine, which displays some info using various standard flex components, like VBox,HBox,Label the root component being Canvas. Anyways... The very first

[flexcoders] Rubyamf 0.8.7 Alpha, Community Involvement

2007-03-19 Thread aaron smith
Hey Everyone , I'm going to keep this short. I've had it Rubyamf in my pocket for few months. Being able to develop it here and there. I've made a big push the last week to get it to this stage. If you're not aware of it, which i'm sure you're not. It's a Flash remoting alternative. :Features:

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-19 Thread DannyT
So they can't use the name Apollo but there has already been some time, effort, design, marketing and publishing gone into that name. Might that mean it'll be a double barrelled name that includes Apollo, e.g. ApolloWeaver or some such... On 18 Mar 2007 11:25:08 -0700, Mike Chambers [EMAIL

RE: [flexcoders] Center PopUp on Window not Application

2007-03-19 Thread jason.proulx
I think it's based on the parent that you specify when you add your window to In the first place i.e. PopUpManager.addPopUp(myWindow, myParent); PopUpManager.centerPopUp(myWindow); If you specify: Var myParent:DisplayObject = Application.application as DisplayObject; When you center

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-19 Thread Rich Tretola
ApolloWeaver is just painful to say. I hope they do better than that. :-)

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-19 Thread Paul DeCoursey
Just to satisfy my curiosity, how does your current app work? how does selection and de-selection work? How do you select ranges? --- In flexcoders@yahoogroups.com, Frank [EMAIL PROTECTED] wrote: Sorry, I did not want to get into a religious war ;-) It's just that my current app does not

[flexcoders] E4X. Delete descendant nodes with matching attribute.

2007-03-19 Thread Greg McCreath
Hi All, I'm wall bangin' over how to remove nodes from an entire XML object where attributes have a certain value: Example XML is : root additions type=group addedCount=2/ page label=Page group1 type=group addedCount=3/ Stuff4 label=Stuff4/

Re: [flexcoders] Mistake on Adobe's Page for Flex builder?

2007-03-19 Thread Matt Chotin
Educational price of FB is $99. Have fun! Matt - Original Message - From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Mon Mar 19 00:11:28 2007 Subject: [flexcoders] Mistake on Adobe's Page for Flex builder? Hi,

[flexcoders] Re: E4X - Copy attributes

2007-03-19 Thread Geoffrey Williams
You want to use brackets not braces and use the name () method. for each (var a : XML in [EMAIL PROTECTED]) { [EMAIL PROTECTED] ()] = a; } --- In flexcoders@yahoogroups.com, pgp.coppens [EMAIL PROTECTED] wrote: Hello, I would like to copy a number of attributes from one element to

[flexcoders] Re:FMS streams, need an flv file?

2007-03-19 Thread Jeff Houser
I'm working with John on the project. We are supposed to be streaming FLVs, but the Content Delivery Network sometimes returns rmtp URLs that contain a direct reference to an flv file. Sometimes it returns URLs that don't contain a direct reference. In this case, I understand that

[flexcoders] Apollo Alpha SDK Available to download

2007-03-19 Thread Nicolas Boulet-Lavoie
Here's the e-mail I received from Adobe, 9 minutes ago (I feel like its Christmas again!!) : Adobe(R) +++ Hi, you are receiving this email because you asked to be notified when the product code-named Apollo alpha was

[flexcoders] Apollo Project Wizard Error

2007-03-19 Thread sam5654295
I've updated Flex Builder 2 to 2.0.1. I get this when I try to used the New Apollo Project Wizart: Plug-in com.adobe.flexbuilder.apollo was unable to load class com.adobe.flexbuilder.apollow.ui.wizards.ApolloProjectWizard Does anyone have any idea about what's going on with this? --Sam

[flexcoders] Printing error with acrobat professional 7

2007-03-19 Thread wifi19
hie. I've made a basic datagrid printing ( to print with page 3000 line's datagrid when i print to adobe pdf printer i get timeout error ! can you help me ? my script : public function doPrint():void { var printJob:FlexPrintJob = new FlexPrintJob(); if

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-19 Thread DannyT
haha thanks Rich! That wasn't a serious suggestion, but the only example i could think of. I'm sure they've got something in mind that is better than that. On 19/03/07, Rich Tretola [EMAIL PROTECTED] wrote: ApolloWeaver is just painful to say. I hope they do better than that. :-)

[flexcoders] Re: using itemRenderer with List, how can I set the icon?

2007-03-19 Thread Greg Morphis
Can anyone offer any help with this please? On 3/16/07, Greg Morphis [EMAIL PROTECTED] wrote: Normally List has a iconFunction, I'm using an itemRenderer to give the list items a custom background color.. When I do this the icon doesn't show.. is there anyway around this? Thanks

[flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread johan.wasserman
Is there a point to posting questions and calls for assistance here? Where are all the really good guys out there that can actually solve some challanging issues to get Flex used in more and more applications? I really need assistance, what's going to happen next? Let my client choose other

[flexcoders] Cairngorm for Apollo?

2007-03-19 Thread João Fernandes
I think the subject says all, will be a cairngorm version for Apollo? Thanks, João Fernandes

RE: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Dimitrios Gianninas
There doesn't need to be, you build apps in Flex that can either deploy on the web or on the desktop (via Apollo). So since Cairngorm is for Flex, there doesn't need to be. Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com

Re: [flexcoders] Application background colour during pre-loader

2007-03-19 Thread Peter Baird
You need to declaritively set the backgroundColor property directly in the application tag (not in css file). So: mx:Application backgroundColor=#FF ... On 3/19/07 5:41 AM, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I've built this image gallery here:

[flexcoders] Re: using itemRenderer with List, how can I set the icon?

2007-03-19 Thread ben.clinkinbeard
Did you extend ListItemRenderer? --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote: Can anyone offer any help with this please? On 3/16/07, Greg Morphis [EMAIL PROTECTED] wrote: Normally List has a iconFunction, I'm using an itemRenderer to give the list items a

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Brian Dunphy
I think that the Flex 2 based Cairngorm will work fine if you intend to develop on the Apollo platform with the Flex SDK. Brian On 19 Mar 2007 07:24:54 -0700, João Fernandes [EMAIL PROTECTED] wrote: I think the subject says all, will be a cairngorm version for Apollo? Thanks, João

RE: [flexcoders] Application background colour during pre-loader

2007-03-19 Thread Giles Roadnight
Great, thanks. I was setting that property before but it didn't seem to affect the background colour one the application had initialised. Giles Roadnight From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Baird Sent: 19 March 2007 14:43 To:

[flexcoders] Re: Custom VScrollBar class assigned to a container !

2007-03-19 Thread pitziilu
ok. then... let's try to do it so everyone know how to do it.. or if it's even possible. :D I will make an example.. and paste the errors here :) maybe we could find a way... thank you very much! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: That's a toughie. We

[flexcoders] livedrag

2007-03-19 Thread gboro54
When you enable live drag in a divided box is there a way to change the color of the knob or make it disapear all together??? If so how can this be done(without just covering the knob up with an object ofcourse)...Thanks

RE: [flexcoders] O'Reilly's Programming Flex 2 book

2007-03-19 Thread Merrill, Jason
Cool - I saw that one on Amazon - that you on the left? Jason Merrill Bank of America Global Technology Operations Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread João Fernandes
I know that current cairngorm works fine with Apollo but at MAX they mentioned that the roadmap was also extend it to support Apollo, so, I guess is somehow to use some Apollo specific API. João Fernandes

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-19 Thread Frank
Lets say there are 2 DataGrids side-by-side: DataGrid 1 - This is where the multi-select list is. There 2 categories of items, each under a slider with it's own multi-select DataGrid. DataGrid 2 - This list displays the result of the selections from both categories. The DataGrid has buttons at

[flexcoders] Re: Application background colour during pre-loader

2007-03-19 Thread shawn.gibson
I did this using a compiler directive which changes the blue-grey to whatever you want, including the preloader etc. You change the properties of your project and add the colour you want to use. I found it in the Flex documentation. But it sounds like you already found a way that works:)

[flexcoders] [Apollo] Slow rendering of maps

2007-03-19 Thread Sreejith Unnikrishnan
I was running the Maptacular application and I noticed that the map tiles was loading very slowly than it would on a browser. Also, the images seem to be ghost-imaged in the window, I mean, while you pan there images don't refresh quickly. Is there a downside to trying to loading images with

[flexcoders] Re: Fascinating problem hiding columns in a DataGrid

2007-03-19 Thread Peter Demling
Thanks, Michael - this initially didn't work, but it made me realize why some previous attempts of mine also failed: since RemoteObject is my dataProvider, I have to wait until the (asynchronous) call to this service completes, before doing any overrides in code after the service call; my earlier

[flexcoders] E4X perf?

2007-03-19 Thread Kirk Marple
I've heard several difference rumors/myths about the performance of using XML with E4X in AS3. I was hoping I could get some more real-world feedback from the folks here. We're considering two options: - return XML from REST web service, parse into value objects (using E4X), store VOs in

[flexcoders] Re: HTTP Header with navigateToUrl

2007-03-19 Thread Paul DeCoursey
Was this ever solved? I am having the same issue... my headers are not being transfered to the server reliably. --- In flexcoders@yahoogroups.com, Harald Dehn [EMAIL PROTECTED] wrote: Hi, I am trying to submit a custom http-header with the navigateToUrl function. Unfortunately my

[flexcoders]Apollo Training Videos by Mike Chambers free at Lynda.com

2007-03-19 Thread dorkie dork from dorktown
Apollo Training videos by Mike Chambers are free on Lynda.comhttp://lynda.com/ http://movielibrary.lynda.com/html/modPage.asp?ID=378 Join Mike Chambers, Adobe's Senior Product Manager for Developer Relations, as he gives an exclusive, hands-on glimpse of the alpha version Apollo: a powerful new

Re: [flexcoders] Apollo Now Live on Labs | http://labs.adobe.com/technologies/apollo/

2007-03-19 Thread dorkie dork from dorktown
Apollo Training videos by Mike Chambers are available free on Lynda.comhttp://lynda.com/ http://movielibrary.lynda.com/html/modPage.asp?ID=378 Join Mike Chambers, Adobe's Senior Product Manager for Developer Relations, as he gives an exclusive, hands-on glimpse of the alpha version Apollo: a

[flexcoders] Issue Drag and drop of Flex 2 Chart with Javascript in IE (See demo) Post 2

2007-03-19 Thread Claude Hussenet
I am building an application using the excellent Flex 2 Chart framework. I have currently an issue when I drag and drop a flex chart in IE using Javascript. In order to pinpoint the issue,I created a simple demo with 2 charts samples from Adobe. The demo is located at :

[flexcoders] Datagrid column width bug? flex 2.0.1

2007-03-19 Thread munene_uk
in my application i can toggle a certain number of columns' visibility through this code: private function displayOptions(item:Number):void { var visible:Boolean; if(dg.columns[item].visible==true) {

[flexcoders] Re: Browser Print - Print Preview for Flex apps

2007-03-19 Thread mjharris73
Apparently, IE supports printing of Flex content. Its just Firefox which prints the blank page. We don't want to put a print button on each page of our app, so i'm hoping the flash player group will be able to find out why printing from Mozilla doesn't work. Mike --- In

[flexcoders] Affinitiz V3.2: english version released!

2007-03-19 Thread Benoit Hediard
Hi everyone! A quick message to inform you that we just launched the English version of our platform (even if the English is certainly not perfect yet.). Affinitiz is a web publishing platform that allows you to easily share all your contents on Internet (text, pictures, video, audio,

[flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread subeesh a
Hi All, Can anyone help me with this If i place chek boxes in datagrid column by inline item renderer how can il put al the items in the datagrid in wich the check boxes are ticked to an array. Thanks Subeesh __

[flexcoders] programmatically adding a new column to the datagrid

2007-03-19 Thread Mark McCray
Hey there, I'm adding columns to the columns array for a datagrid without any difficulty. Except for when i try to specify the Header Renderer. We're building a new column object by writing AS code like : newColumn.dataField = columnObj.dataField; newColumn.wordWrap = columnObj.wordWrap;

[flexcoders] logout user after cookie expires (state change)

2007-03-19 Thread TCash21
Hi all, I'm using PHP + Flex, and I'm pretty new to using sessions and session data. I've figured out how to create a cookie, make it expire, etc... I need to check the session ID with every HTTPService request, and if it's not valid, log the user out (make a state change in Flex). Also, if

RE: [flexcoders] logout user after cookie expires (state change)

2007-03-19 Thread Duke, Alfred W [YOH Contractor for Sprint]
using onreadystatechange From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of TCash21 Sent: Monday, March 19, 2007 11:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] logout user after cookie expires (state change) Hi all, I'm

RE: [flexcoders] Re: Unbelievably embarassing question - making components talk (and modules) amongst

2007-03-19 Thread Tracy Spratt
First, bigImage.source={data.piclink}; will not work. You cannot use binding braces in AS code. Second, where is the data object you reference in that line? I suspect you really want something like: public function thumbChanged(event:Event):void { var xmlData:xml =

RE: [flexcoders] logout user after cookie expires (state change)

2007-03-19 Thread Duke, Alfred W [YOH Contractor for Sprint]
Tanya, You can all of this using AJAX with flex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of TCash21 Sent: Monday, March 19, 2007 11:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] logout user after cookie expires (state

RE: [flexcoders] programmatically adding a new column to the datagrid

2007-03-19 Thread Alex Harui
newColumn.headerRenderer = new ClassFactory(myHeaderRenderer); MXMLC generates this code for you when you say headerRenderer=myHeaderRenderer in MXML. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark McCray Sent: Monday, March

RE: [flexcoders] generated html wraper to pass args to swf?

2007-03-19 Thread Tracy Spratt
You pass values into the swf loading in the FlashPlayer using flashvars. If you are using the wrapper generated by Flex Builder, then look at the code of that html. You will see that the Flash Player is actually intantiated in code in a .js file, in order to avoid the IE7 click to use prompt.

[flexcoders] Re: Date format - internal and external

2007-03-19 Thread darylgmyers
Still need help: I have to assume that this functionality is needed all the time when using Flex with a database application. I must be overlooking the solution. I have a currency field which is retrived via a remoting service and the data is 123.45. When I display it in a form I need to

RE: [flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread Matt Chotin
your first email arrived 5 hours earlier than this in the middle of the night for most folks in north america, so give folks a little time :-) I'll see if anyone on the enterprise team knows anything. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: logout user after cookie expires (state change)

2007-03-19 Thread TCash21
Any chance it's possible without using AJAX? --- In flexcoders@yahoogroups.com, Duke, Alfred W [YOH Contractor for Sprint] [EMAIL PROTECTED] wrote: Tanya, You can all of this using AJAX with flex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread Tracy Spratt
When the user clicks a checkbox in the itemRenderer, the renderer must update a selected property on the dataProvider item with the value of the checkbox selected property. This is required. Editable renderers must be driven from the dataProvider. Then, you can loop through the

[flexcoders] Re: Unbelievably embarassing question - making components talk (and modules) amongst

2007-03-19 Thread shawn.gibson
Yikes, I never saw this. I think I am linking to these things wrong. I just subscribed to the digest because I was getting hundreds of emails. Thanks Tracy, I spent the whole weekend on this, got nowhere. I will have this up and running ASAP, hopefully. Here's where I ended up at the end,

RE: [flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread Alex Harui
FWIW, by writing even more code, you can avoid the looping. You'd have to have a known central registry that customized checkboxes notify when clicked. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, March

RE: [flexcoders] Re: Date format - internal and external

2007-03-19 Thread Tracy Spratt
The formatter should just format the display, using a renderer or a labelfunction. The underlying data in the dataProvider will still be a plain number. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darylgmyers Sent: Monday,

Re: [flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread subeesh a
Thanks Tracy, That was a great help. Can u please explain in detail in how can i update the dataprovider Subeesh - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 19 March, 2007 10:29:16 PM Subject: RE: [flexcoders] Checkbox in

[flexcoders] Re: Date format - internal and external

2007-03-19 Thread darylgmyers
What about when the data has been changed by the user? The TextInput.text is now the formatted data. How do I access the raw data and keep my model up to date with the raw data? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: The formatter should just format the

[flexcoders] Re: Date format - internal and external

2007-03-19 Thread darylgmyers
What about when the data has been changed by the user? The TextInput.text is now the formatted data. How do I access the raw data and keep my model up to date with the raw data? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: The formatter should just format the

[flexcoders] Re: ComboBox URLs

2007-03-19 Thread danj520
Hi Alex, Thank you for your great help...one question..how would I pass appName.selectedItem.url as a string to the HTTPService? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I would expect you would set it up something like this: mx:ComboBox id=appName

[flexcoders] LiveDocs Offline

2007-03-19 Thread lostinrecursion
Is anyone else experiencing issues accessing LiveDocs for all Adobe technologies today? So far, I am having issues with CF and Flex. I am receiving page not found errors and strange loading of the docs. I did a Google and can't believe that if it is the case, we have not been notified somehow.

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Rich Tretola
Perhaps something built in to manage windows? On 19 Mar 2007 08:02:44 -0700, João Fernandes [EMAIL PROTECTED] wrote: I know that current cairngorm works fine with Apollo but at MAX they mentioned that the roadmap was also extend it to support Apollo, so, I guess is somehow to use some

[flexcoders] data grids and font formating

2007-03-19 Thread gboro54
Data grids are very column oriented it seems but i need to do more work with indivuidal cells and rows. I want the text of certain parts of a row to be different for a different value depending on the user input.(i.e lets set the value 1 means arhived i want the whole row to become italized.)

RE: [flexcoders] Datagrid column width bug? flex 2.0.1

2007-03-19 Thread Alex Harui
There are a number of column width bugs fixed in an updater due out soon. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of munene_uk Sent: Monday, March 19, 2007 8:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: LiveDocs Offline

2007-03-19 Thread mtthwnthnyhys
Yes!! It seems intermittent though... I get the Flex 2 Language Reference (at the moment) but not the Programming AS3 book. Says: Page Does Not Exist. Later, when I reload the same page, it'll work fine. WEIRDNESS! If it helps at all, I'm on one of those new-fangled Intel MacBook Pros,

[flexcoders] Re: Apollo Project Wizard Error

2007-03-19 Thread sam5654295
Be sure that you update FB before in the FB extensions.

[flexcoders] Converting AS3 class into XML

2007-03-19 Thread tungchau81
Hi, I need to convert an AS3 class into XML based on all the public/private properties that the AS3 class has. However, I have not been able to find a way or any API that allow me traverse through all properties that a class has. This should be a generic way that can be applied to any AS3

[flexcoders] How to DataBind to DateField when Null Values come into play??

2007-03-19 Thread Mike Anderson
Hello All, What is the proper way to bind Data to a DateField? I ask this, because I get an error when I bind a Variable contained within a ValueObject (which contains a Null Value), to a DateField Control. Is it safe to say, that this DateField doesn't act like a TextField? Do I require a

[flexcoders] error with HTTPService

2007-03-19 Thread danj520
Hello, I'm trying to bind the returned results from a ComboBox to a url in HTTPService. Flex returns a Value must be quoted error with this statement: mx:HTTPService id=productService url={appName.SelectedItem.url} result=productServiceResultHandler(event) showBusyCursor=true/ Here's my

  1   2   >