[flexcoders] strange CheckBox behavior (as an item renderer in pop up)

2006-12-03 Thread Roman Protsiuk
Hi, all. I've got some item renderers based on CheckBox. These item renderers apper in a List wich is a pop up. Funny thing is when i select some check box, hide pop up, show it again and then reset that check box to a selected = false; it looks like something between checked/unchecked. Grayed

[flexcoders] htmlText attribute

2006-12-03 Thread KP
Hi All, Is there any way through which we can increase the fontsize and fontcolor of the htmlText which is being fetched from rss. I am accessing the description part of the below XML which is in htmlText. item titleBombs kill 51 at Baghdad market (Reuters)

RE: [flexcoders] Re: Flex 2 Charting align Axis

2006-12-03 Thread Sönke Rohde
Hey Tim, Thanks a lot. This was obvious ;) Anyway is it possible to have multiple axis for e.g. a Plotchart which means on horizontal axis on the top and one on the bottom? Cheers, Sönke -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim

[flexcoders] Re: Drag/Drop - Datagrid. Target is off?

2006-12-03 Thread lostinrecursion
I just now had a chance to try that out. That doesn't solve the problem unfortunately. It does accept my drops, just only below about the 2nd row. As if the hit area is skewed down about 50 pixels on the Y axis. Driving me bananas for a month now! And the client too. (LOL) - --- In

[flexcoders] HTTPService GET request headers

2006-12-03 Thread mrinal.wadhwa
Hi all, This may be too simple a question but I'm new and can't seem to find an answer, please help How do I set a header in a HTTP GET request? The documentation says that HTTPService takes an Object in the headers property ... what should this Object look like ... a String?? A simple

[flexcoders] item renderer in a datagrid

2006-12-03 Thread pereanend
i am using an editable datagrid component in several applications and it can be populated by any list of data. Sometimes, it has to contain combo boxes as itemrendenrers. We can have a situation where two columns in the datagrid have each a combo box as itemrenderer. I have already been able

Re: [flexcoders] strange CheckBox behavior (as an item renderer in pop up)

2006-12-03 Thread Roman Protsiuk
In attached image you can see how CheckBox'es look like after setting selected to false. R. CheckBox_gray_weird.PNG Description: PNG image

[flexcoders] Help modifying Cache-Control setting

2006-12-03 Thread Steve Gustafson
I've run into an issue were fields are acting strangely in IE after being populated via remoting. I can't click anywhere on a text field to get a cursor into the text field, there is just a very small 'hit area' in the middle of the text fields. This only happens in IE and only after populating

RE: [flexcoders] many-to-many managed association in Hibernate destination

2006-12-03 Thread Jeff Vroom
Hi Douglas, Ok, so I think I see the problem then - my apologies for not seeing it sooner. The FDMS destination does not have a destination for the filmActors type. Also, the property: Actor.filmActors has this association tag: many-to-many

RE: [flexcoders] Re: ActiveX with Flex

2006-12-03 Thread Mike Shaw
Mike, perhaps you should take a look at the link. You may have a case of mistaken identity. Mike. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Friday, 1 December 2006 2:17 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re:

RE: [flexcoders] IP Address Validation

2006-12-03 Thread Gaurav Jain
Thanks for the help. The purpose got solved with the following. Thanks, Gaurav -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mozilla By Sent: Saturday, November 25, 2006 9:00 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] IP

[flexcoders] selected combobox item to datagrid issue

2006-12-03 Thread Husain Kitabi
Hi I am having to select an object in combo, on change event of combo, selected item should be displayed in datagrid.. I have the following code private function addChargeToTable():void{ if(chargeCombo.selectedIndex !=0) chargeDataProvider.push(chargeCombo.selectedItem); }

[flexcoders] Re: The most strange behavior I've seen with Flex...

2006-12-03 Thread John Nagle
Thanks Matt, I seem to have found a way to make it work, and maybe this will provide a clue for your engineers. I had initiated the send on the activate event for a viewstack, but when I change the send to trigger on the show event it seems to work. I'll need to do more testing to see if

RE: [flexcoders] Matt: Event Propogation - how to bubble up through components??

2006-12-03 Thread Matt Chotin
Well, here's a simple example that demonstrates. See how the Button is contained by the application? This means that the button is a child of the application in the hierarchy, which means bubbling should go up to the application. So a bubbling event will reach the application, and I have an

[flexcoders] [JOB] - Flex Developer NYC or Philly

2006-12-03 Thread mccjobs
Flex ActionScript 3.0 Programmer / Developer Wanted: Exceptional and motivated individual capable of creating data-driven Flash rich media applications. Skills • Excellent Java programming skills with Flex development experience (or get up to speed quickly) • Excellent ActionScript 3.0

Re: [flexcoders] selected combobox item to datagrid issue

2006-12-03 Thread Yiðit Boyar
i think dataproviders should have the same data-structures. chargeArray chargeDataProvider do these two have the same type of elements inside? (maybe having the name and price properties is enough ) - Original Message From: Husain Kitabi [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] tabnavigator transitions

2006-12-03 Thread Yiðit Boyar
what i meant was choosing the effect to be played @ runtime, according to user commands. in other words; i want to control played transitions... assume tab2 is opened; when the user clicks tab3, diffrent (predifined) transition effects will be played. but when the user cliks tab4 from tab2,

RE: [flexcoders] HTTPService GET request headers

2006-12-03 Thread Peter Farland
You literally create an Object, with header names as the property names and header values as property values. var headers:Object = new Object(); headers[CustomHeaderA] = SomeValue; headers[CustomHeaderB] = SomeValue; Note that if you're not using the FDS Proxy (i.e. the default state for

[flexcoders] Simple Question - Array to ArrayCollection - Best Practice/CFusion

2006-12-03 Thread lostinrecursion
Hi all, This is a best practice question really. I use Cairngorm for the larger apps I build. I also use Coldfusion and the nifty class mapping that it can perform between DTOs (or VOs, whatever you call them) Here's the conundrum. A lot of my top level classes have ArrayCollections of other

[flexcoders] Re: Flex 2 Charting align Axis

2006-12-03 Thread Tim Hoff
Absolutely, In addition to series, dataProvider, horizontalAxis and verticalAxis,, a chart can also have a secondSeries, secondDataProvider, secondHorizontalAxis and secondVerticalAxis. This gives you the ability to display different series types on the same chart. As an example, for a soccer

[flexcoders] Flex Widget 1.0 release

2006-12-03 Thread Igor Costa
Hi Folks Many of you maybe uses the Flex SDK typing each time while you compiling yours .mxml So. this sunday I created a new widget for windows XP only. Not sure if works fine for Windows 2000 or NT. It's very usefull since early releases of Flex Builder 2, the .mxml file doesn't have any

Re: [flexcoders] Simple Question - Array to ArrayCollection - Best Practice/CFusion

2006-12-03 Thread Ralf Bokelberg
Maybe i'm wrong and there is special internal coldfusion handling involved, but i don't think, you can cast an Array to a ArrayCollection. You can only cast the result to something it already is. So if your result is a custom object, you have to add it to a new ArrayCollection. Casting to

[flexcoders] Re: HTTPService GET request headers

2006-12-03 Thread mrinal.wadhwa
Thanks Peter :) --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: You literally create an Object, with header names as the property names and header values as property values. var headers:Object = new Object(); headers[CustomHeaderA] = SomeValue;

Re: [flexcoders] Flex Widget 1.0 release

2006-12-03 Thread Yiðit Boyar
download link seems broken? http://www.igorcosta.com/flex2/flexwidget.exe - Original Message From: Igor Costa [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, December 3, 2006 8:01:27 PM Subject: [flexcoders] Flex Widget 1.0 release Hi Folks

RE: [flexcoders] Re: Flex 2 Charting align Axis

2006-12-03 Thread Sönke Rohde
Hi Tim, I already read about the second-thing with charting but did not realize that I could solve my problem with it. thanks a lot. Cheers, Sönke _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Sunday, December 03, 2006 6:09 PM To:

Re: [flexcoders] Re: Feature request? Ability to apply multiple states or views at once..

2006-12-03 Thread Steve Hindle
I don't think so... I'm not sure how splitting this up would help...I'd just end up scattering the stuff all over? It also seems like it would be a P.I.T.A. to have to manually select the correct view for 8 child components vs 1 call to an 'enhanced' state function that could 'run' multiple

[flexcoders] Flex apps with a lot of content

2006-12-03 Thread Troy Rollins
I'm very excited about Flex2 and am moving my previous Flash projects into it. Using skinned components, etc, has really been a joy, but I'm running into an architecture problem that I'd like to get some input on. The basic framework of my application is working well, it has control bars, some

[flexcoders] flv playback

2006-12-03 Thread john_69_11
I want to be able to play an flv file and provide controls to jump to a specific frame in the flv. Currently i am using the VideoDisplay, but everything it does is based on times (playhead time). I noticed that actionscript 2 had controls such as flvplayback and objects like the videoplayer

Re: [flexcoders] printf similar function

2006-12-03 Thread Patrick Mineault
You can also use the mx.utils.StringUtil class, which has the substitute method. Patrick Lachlan Cotter a écrit : Hi Misael, That would be useful as ActionScript string concatenation operations are fairly clumsy with more than a few pieces. Unfortunately the AS String class doesn't seem

[flexcoders] BindSetter?

2006-12-03 Thread Steve Hindle
I've got to be missing something silly here: _model:Model; BindSetter(_model.title,... ? String to Function coercion error BindSetter(_model.title()... ? Inaccessible method title error I thought about _model.title as Function - but that seems like it would interpret the title string as a

Re: [flexcoders] Simple Question - Array to ArrayCollection - Best Practice/CFusion

2006-12-03 Thread hank williams
On 12/3/06, Ralf Bokelberg [EMAIL PROTECTED] wrote: Maybe i'm wrong and there is special internal coldfusion handling involved, but i don't think, you can cast an Array to a ArrayCollection. You can only cast the result to something it already is. So if your result is a custom object, you have

Re: [flexcoders] Simple Question - Array to ArrayCollection - Best Practice/CFusion

2006-12-03 Thread Steve Hindle
I didn't think you could do that (cast) - I thought you needed to create a new ArrayCollection _based_ on the array? (ie var ac:ArrayCollection = new ArrayCollection(myArray) ) On 12/3/06, lostinrecursion [EMAIL PROTECTED] wrote: Hi all, This is a best practice question really. I use

RE: [flexcoders] Re: Feature request? Ability to apply multiple states or views at once..

2006-12-03 Thread Dustin Mercer
Steve, I would love to help you with this, would you mind posting a small snippet of code that we can work with. I have some ideas to help simplify this, but want to make sure I understand exactly what you are working with before getting too detailed. You don't have to post anything too

Re: [flexcoders] Re: Feature request? Ability to apply multiple states or views at once..

2006-12-03 Thread Steve Hindle
Hi Dustin, It's very gracious of you to offer, and I'd appreciate the help. However, I've 'worked around' this using 'copy and paste' coding to replicate the state info, and moving some of the button stuff out to the application bar. I really won't have anytime to spend on improving this till

RE: [flexcoders] Digest Number 2793

2006-12-03 Thread Venkata Krishnan Natarajan
Hello everyone, I'm relatively new to flex and I have a few questions on the drag and drop functionality in flex. I have a drop enabled data grid and I would like to validate the data being dropped. How do I: 1. Identify the last dropped data in the data grid? 2. Access the data being

Re: [flexcoders] Feature request? Ability to apply multiple states or views at once..

2006-12-03 Thread Lachlan Cotter
You can also create state objects on-the-fly with ActionScript. This allows you to paramatise the 'state of the state', which might be a more concise way to manage this task. Create / instantiate / modify your existing state object, then set it to be current. On 03/12/2006, at 11:04 AM,

[flexcoders] Re: The most strange behavior I've seen with Flex...

2006-12-03 Thread Derrick Grigg
A friend of mine ran across similar weirdness with Flash 8 and wmode. http://blog.scottgmorgan.com/php/default.php?topicID=170contentID=739rowID=114 I'm not sure he ever found a full answer as to why. Derrick --- In flexcoders@yahoogroups.com, John Nagle [EMAIL PROTECTED] wrote: Thanks Matt,

[flexcoders] Class-based model as a dataprovider

2006-12-03 Thread John Mazzocchi
Hi, I need a hand here ... I have an app which reads an XML file, shoves everything into an XMLListCollection and then renders the collection to a one-column datagrid. Each row of the datagrid uses a (state-based) customItemRenderer [don't get me started on the problems I've had with

Re: [flexcoders] ...amfphp remoting...singleton solved

2006-12-03 Thread {reduxdj}
AMFPHP remoting singleton approach solved... thanks to that design patterns book by joey lott and danny patterson... i've found a way to make a data listener for all my mxml components... this is kind of rework from their xml example. Also, the helper class that does the amf0 encoding for

[flexcoders] FDS - class cast exception - lazy loading relationship

2006-12-03 Thread thunderstumpgesatwork
Guys, I'm having more troubles with FDS... seems like there's some internal exception lurking around every corner... Here's a simple managed relationship between an applicationConfig and a Set of dashboards. The relationship is lazy, and when a dashboard is accessed I get the expected

[flexcoders] Registering for events from an item renderer

2006-12-03 Thread Lachlan Cotter
Is there a better way? The situation: I have a list view displaying a collection of objects with item renderers. I want the list view to respond to state change events dispatched from the item renderers. The solution (of sorts): Created a new ClassFactory to instantiate the renderers

[flexcoders] Panel like the Window Explorer

2006-12-03 Thread sinacapho
Dear all, i would like to write a component extends Panel that may fire event when i click on the header of the Panel (like IE and FF) to fire a event. It that there are already built in function for panel or i need to use canvas and put a invisible button to the panel header for

RE: [flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread Shannon Hicks
It's setStyle() you're looking for. Shan _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Sunday, December 03, 2006 10:26 PM To: Flex Coders; Flex Components Subject: [flexcoders] adding a CSS programmatically in .as file ? Hi, Is

Re: [flexcoders] Registering for events from an item renderer

2006-12-03 Thread Roman Protsiuk
Hi, Lach. Bubbling event. Is this what you are looking for? Less code and your list can handle item renderers events. R. On 12/4/06, Lachlan Cotter [EMAIL PROTECTED] wrote: Is there a better way? *The situation:* I have a list view displaying a collection of objects with item renderers.

[flexcoders] Re: BindSetter?

2006-12-03 Thread Steve Hindle
Sorry for reply to myself - but this is driving me _nuts_! I can't find an example of bindSetter with a 'real' accessor function with either yahoo or google. And the example on the 'bindUtils' page at adobe.com (stuck in the comments at the bottom) - doesn't bind to a 'function set blah'...

[flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread arpan srivastava
Hi, Is there anyway we can add CSS programmatically in .as file rather than adding in the mxml file with mx:style / tag. Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

[flexcoders] FDS on the desktop?

2006-12-03 Thread benjidudu
Hi, I am doing a desktop application with an embedded swf. I'd like using FDS but all I read is about mxml or swf files in the server along FDS. Is it possible using FDS with swf files not on the FDS server? If yes, how do you do that? Thanks, Benjamin.

Re: [flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread arpan srivastava
I have a CSS for my component. Now to use that CSS I include it by writing mx:style source=/ in the mxml file. i don't want to write anything in the mxml. Can I include the CSS inside .as file ? - Original Message From: Shannon Hicks [EMAIL PROTECTED] To: