Re: [flexcoders] Re: sqlite insert issue

2008-11-04 Thread Johannes Nel
thanks. I recalled last night that insert constraints are not enforced, the schema i took was taken directly from a postgre dump and all this work will be thrown out as soon as i create my db directly in java. but yeah, i will alter the schema. thanks for all the help from both of you. On Tue,

[flexcoders] Re: Research - Flex Metatags useable in F.C.K.

2008-11-04 Thread florian.salihovic
The Bindbale Metatag will be compiled into the bytecode so when u implement accessors by hand and dispatch the events yourself, the designer can already implement the whole basecomponent. The developer just has to subclass when logic get involved. Best regards. --- In

Re: [flexcoders] Re: How do arguments to an AS3 class translate to MXML?

2008-11-04 Thread César Mendoza
Can give us an example? On Thu, Oct 30, 2008 at 4:45 PM, Michael Schmalle [EMAIL PROTECTED] wrote: This wasn't a personal challenge. I didn't say you were wrong, I noted that the mxml interface method had a d on the end. I then said UIComponent has an initialized property like the method in

[flexcoders] Re: MultipleEvents

2008-11-04 Thread bisht_mech
Thanks a lott paul. Really got a good learning from this. :)

[flexcoders] Re: Advanced Data Grid with Grouped Columns

2008-11-04 Thread grg_blls
Hi Tom, hi all. Thanks for coming back and please excuse me for not including the RTE message in the first place. Well I have it here now. Thanks in advance for any reply George TypeError: Error #1009: Cannot access a property or method of a null object reference. at

[flexcoders] Issue with Mac/FF2.0 :video's is freezed on clicking the any of the menu button or scroll bar

2008-11-04 Thread Soniya, Mariya
Hi, We are using the FSVideo Display component for the video. Only in Mac/FF2.0 we are facing these issue. Steps to reproduce 1. Launch the URL http://www.sreesiya.com/fxpm/ http://www.sreesiya.com/fxpm/ on Mac/FF2.0 2. let the playback start 3. keep a mouse press on the vertical scroll of the

Re: [flexcoders] Panel as an itemrenderer in List ?

2008-11-04 Thread Jon Bradley
On Nov 4, 2008, at 8:48 AM, Nik Derewianka wrote: 1) The Panel does not display it's title bar or drop shadow bordering, but seem to be displaying more as standard Box elements. 2) Trying to drag select text on a TextInput child in the panel item renderer causes the containing List dragMove

[flexcoders] alivePdf create.php file

2008-11-04 Thread Gustavo Duenas
Does anyone have ever tried the Alive PDF on coldfusion and if yes, do you have an alternate file for the .PHP one?, because I'm trying to use it on my file but it seems that I need extra help. Regards, Gustavo D.

Re: [flexcoders] Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
- Original Message - From: jasbir_dadyal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 1:40 PM Subject: [flexcoders] Getting all the fired events in flex application. Hi, In my application I am working on session management.On session timeout i

[flexcoders] FP plugin for debugging in Firefox/Chrome

2008-11-04 Thread markgoldin_2000
Do you user Firefox/Chrome with Flex Builder to run with debugging option? Thanks

Re: [flexcoders] Panel as an itemrenderer in List ?

2008-11-04 Thread Nik Derewianka
On 05/11/2008, at 1:02 AM, Jon Bradley wrote: On Nov 4, 2008, at 8:48 AM, Nik Derewianka wrote: 1) The Panel does not display it's title bar or drop shadow bordering, but seem to be displaying more as standard Box elements. 2) Trying to drag select text on a TextInput child in the panel

[flexcoders] Re: AdvancedDataGrid not redrawing properly

2008-11-04 Thread Randy Martin
Anyone?? This is really driving me crazy! --- In flexcoders@yahoogroups.com, Randy Martin [EMAIL PROTECTED] wrote: I have an AdvancedDataGrid in an application in one of the states. The first time I display it, everything is fine. If I subsequently enter another state and then

[flexcoders] Re: Getting all the fired events in flex application.

2008-11-04 Thread jasbir_dadyal
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: jasbir_dadyal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 1:40 PM Subject: [flexcoders] Getting all the fired events in flex application.

[flexcoders] Anyone come across this bug in opening a new window in air

2008-11-04 Thread djhatrick
Type Coercion failed: cannot convert mx.managers::[EMAIL PROTECTED] to mx.managers.ISystemManager2.

[flexcoders] UM Extension

2008-11-04 Thread Darrin Kay
I am trying to learn the UM extensions within Cairngorm, but there are no good examples of how this is done. Here is what I am trying to do, I have a view and when a user clicks a button an event is called. Then off to the command, and if the execute passes, I go to the result function in the

Re: [flexcoders] Re: Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
- Original Message - From: jasbir_dadyal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 3:41 PM Subject: [flexcoders] Re: Getting all the fired events in flex application. --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote:

[flexcoders] SWFLoader problems!

2008-11-04 Thread tchredeemed
I have a .swf that I load into my flex app... like this: [Embed(source=swfloader.swf)] [Bindable] private var swfLoaderAnimation:Class; mx:SWFLoader id=loader source={swfLoaderAnimation} horizontalCenter=0 verticalCenter=0 / --- The problem(s): 1- Sometimes this

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Rich Rodecker
that's how it goes...you're talking about a much different cost of living than say, Arkansas. On Tue, Nov 4, 2008 at 6:37 AM, nathanpdaniel [EMAIL PROTECTED] wrote: $100/hour Man, I'm gonna have to move to SF! HAHAHA :D --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Rich

[flexcoders] callLater calls from framework / validation after instances are already removed

2008-11-04 Thread christian.menzinger
Hi all, I have a very special problem: By selecting an item in my navigation I start rendering my view with several display objects (container, components, ...). Every time I select an other item, I remove all stuff from display list (destroying all bindings, remove all listeners, setting

[flexcoders] how to retrieve sorted subset of an arraycollection?

2008-11-04 Thread blc187
Hi, I have an arraycollection of about a dozen or so items. I am applying a sort to that collection and I usually end up with about 3-4 items after the sort is applied. Is there a way I can grab just the sorted subset of those 3-4 items from that arraycollection? If I clone the array or grab

[flexcoders] Recursively get all the childreen

2008-11-04 Thread timgerr
How can I get a list of all the childreen? mx:Tile id=TileTop width=333 height=197 mx:Form mx:FormItem label=Part 1 mx:TextInput id=One/ /mx:FormItem mx:FormItem label=Part 2 mx:TextInput

[flexcoders] How to use anchor and caret selection of a chart?

2008-11-04 Thread cox.blair
Everyone, I want to be able to select within a chart and pass the anchor and caret result to a variable. Specifically by selecting an area within the chart, the xValue being a date range will pass the begining and end date, as a string to any value I choose. I may just want to output the anchor

[flexcoders] Re: sound.isBuffering true until 100% loaded?

2008-11-04 Thread burttram
Ahh, much improved after placing the progress event listener on the Sound object instead of the loader object, but I still feel like Flex is buffering the entire .mp3 before the isLoading property is flipped to false. Maybe I'm not considering something here, but seems like all things being

[flexcoders] Compare text and highlight the differences

2008-11-04 Thread nhid
Hello, We're trying to do a text comparision between 2 paragraphs and highlight only the words that are different in the paragraphs. How we are trying to accomplish this is by comparing the words from paragraph 1 to those in paragraph 2, keeping track of the matches as in a matrix, then use the

[flexcoders] Re: Panel as an itemrenderer in List ?

2008-11-04 Thread Amy
--- In flexcoders@yahoogroups.com, Nik Derewianka [EMAIL PROTECTED] wrote: Hi, I am trying to create a list of re-orderable panels, I have set it up so that the Panel is the itemrenderer, but seem to be running into a few issues: 1) The Panel does not display it's title bar or

[flexcoders] Re: how to retrieve sorted subset of an arraycollection?

2008-11-04 Thread blc187
What I meant to say is that I am applying a filter, not a sort to the arraycollection. Applying the filter results in a subset of the items being shown. There is an internal property called localIndex that holds just the filtered items, but I am not sure if there is any way to access or

[flexcoders] Different Itemrenderer in ComoBox

2008-11-04 Thread florian.salihovic
Is it possible to set an itemrenderer and itemeditor in a ComboBox depending on the type of object which is displayed? Or do is have to use one renderer for all items and determine in the renderer itself how it should be displayed - same goes for the itemeditor. Best regards

[flexcoders] Soap webservice and authentication

2008-11-04 Thread ernoaapa
Hi everyone! I'm begging for help. I'm trying to get data from Microsoft virtual earth web service. But all the time I get ioError, Error #2032: Stream Error. So please, PLEASE could someone just point me right direction? how to connect from flex? I promise to give beer if you come finland :D

[flexcoders] Panel as an itemrenderer in List ?

2008-11-04 Thread Nik Derewianka
Hi, I am trying to create a list of re-orderable panels, I have set it up so that the Panel is the itemrenderer, but seem to be running into a few issues: 1) The Panel does not display it's title bar or drop shadow bordering, but seem to be displaying more as standard Box elements. 2)

[flexcoders] Memory Leak and SuperImage

2008-11-04 Thread Alexander Baetz
Hi, i'm new to flex and have the following problem. When i run my application firefox and IE require nearly 5mb per second more memory and run on 100% cpu. Are there common mistakes i could have made? The only data i load are images with the help of the super image component. (

RE: [flexcoders] format code in FB3

2008-11-04 Thread matt wicks
If you use enterprise ide this will do it ... www.idefactory.com -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 04 November 2008 10:25 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] format code in FB3 On Tuesday

[flexcoders] Re: Advanced Data Grid with Grouped Columns

2008-11-04 Thread grg_blls
Hi again, As it seems by another RTE message, there are more ways to crash the adg while using Grouped Columns. (The previous posted RTE is thrown inconsistently while playing with the vertical scroll bar) The new RTE is thrown when the canvas container of the adg is vertically resized. Any

Re: [flexcoders] Re: Panel as an itemrenderer in List ?

2008-11-04 Thread Nik Derewianka
On 05/11/2008, at 4:20 AM, Amy wrote: Try this: http://flexdiary.blogspot.com/2008/06/using-css-typeselector-with.html Heh, I don't care that my brain is slightly retarded from working on this most of the night - but there is no way I would have found that one any time soon. Many thanks

Re: [flexcoders] How to access ADG mx_internal _dropData values: Was -- Identifying which node is the drop target on Grouped ADG

2008-11-04 Thread Adrian Williams
Thanks Alex...this is close but not going to work as is...it provides the drop index relative to the currently displayed ADG...so if the first 2 nodes are closed and the 3 is expanded and the row is dropped into the second position of the 3rd node, then the index is 4, which then leaves me

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread César Mendoza
I'm starting to learn Flex. I'll be happy with just $ 20/hour. And I'm from Argentina. On Tue, Nov 4, 2008 at 2:40 PM, Rich Rodecker [EMAIL PROTECTED] wrote: that's how it goes...you're talking about a much different cost of living than say, Arkansas. On Tue, Nov 4, 2008 at 6:37 AM,

[flexcoders] UM extensions

2008-11-04 Thread Darrin Kay
Where can I download the swc for just the UM extensions. I would like to add them to a app I am working on, that is using cairngorm 2.2. Thanks

Re: [flexcoders] SOLVED - How to access ADG mx_internal _dropData values: Was -- Identifying which node is the drop target on Grouped ADG

2008-11-04 Thread Adrian Williams
I finally figured it out Here's the solution use namespace mx_internal; var dropData:Object = currentSubgroups.mx_internal::_dropData; var subgroupName:String = dropData.parent.GroupLabel; This gives me the label of my

RE: [flexcoders] Re: how to retrieve sorted subset of an arraycollection?

2008-11-04 Thread Alex Harui
toArray() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of blc187 Sent: Tuesday, November 04, 2008 9:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to retrieve sorted subset of an arraycollection? What I meant to say is that I am applying a filter, not

RE: [flexcoders] callLater calls from framework / validation after instances are already removed

2008-11-04 Thread Alex Harui
You're probably wrong. Anything registered with callLater is kept alive by its registration. The call stack indicates that code in your class at line 490 is using anull reference. That could be because you cleaned up something before callLater came through. A simple null check there should

RE: [flexcoders] SWFLoader problems!

2008-11-04 Thread Alex Harui
If the SWF has more than one frame, or draws outside of its reported screen size, you can have issues like this. Once you know how big the SWF is, try calling invalidateDisplayList on the SWFLoader. If that doesn't help, then try centering the SWFLoader in some other container From:

[flexcoders] Re: Write data to print stream

2008-11-04 Thread andrii_olefirenko
why not to use Printing API? --- In flexcoders@yahoogroups.com, Jackson [EMAIL PROTECTED] wrote: Hi , I am developing an AIR application.How can i write data to print stream(communicating to local printer /lpt)?... Thanks in advance. Abdul Jaleel C

RE: [flexcoders] Anyone come across this bug in opening a new window in air

2008-11-04 Thread Alex Harui
Yeah, if you have an old build of 3.x. Make sure you're on the latest, and if you are, post the whole stacktrace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djhatrick Sent: Tuesday, November 04, 2008 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Different Itemrenderer in ComoBox

2008-11-04 Thread Alex Harui
ComboBox doesn't have an itemEditor. If you want to change the text display widget, you have to subclass. You can attempt to mix itemRenderers by providing a custom subclass of List as the dropdown and overriding its createItemRenderer method From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread nathanpdaniel
$100/hour Man, I'm gonna have to move to SF! HAHAHA :D --- In flexcoders@yahoogroups.com, Rich Rodecker [EMAIL PROTECTED] wrote: That's always a hard question, and mostly depends on a few major points: location, experience, and additional skill set. SF, and just about every major

[flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread timgerr
I am trying to do something like this: public function PerformaGetChild(ui:Object):void { if(ui.childDescriptors.length 0){ for (var i:int = 0; i ui.childDescriptors.length; i++) { var c:ComponentDescriptor =

RE: [flexcoders] Re: adding (none) option to comboboxes

2008-11-04 Thread Alex Harui
Hmm. What prompted that? My blog has this post: http://blogs.adobe.com/aharui/2008/03/custom_ilists_combobox_prompts.html Most of my posts I hope are like pre-mixed dough. It gets you most or all of the way there, I think. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread Alex Harui
If the children are already created, just loop using getChildAt() and numChildren From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Tuesday, November 04, 2008 10:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Recursively get all the childreen

RE: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Tracy Spratt
And understand, this is an independent contractor rate for billable hours. One rule-of-thumb I have heard is that an independent hourly rate should be one thousandth of what the annual salary would be for the same level of developer. For example if an annual salary is 100K per year, then

RE: [flexcoders] Recursively get all the childreen

2008-11-04 Thread Tracy Spratt
descendants()? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Tuesday, November 04, 2008 11:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Recursively get all the childreen How can I get a list of

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Vivian Richard
But should not an independent consultant get more than the salary, since he/she does not get and benefits and also the employer does not have any obligations like the regular employee? On Tue, Nov 4, 2008 at 12:14 PM, Tracy Spratt [EMAIL PROTECTED] wrote: And understand, this is an

[flexcoders] my first flex website

2008-11-04 Thread Gustavo Duenas
HI, finally I've done my first flex web siteit is done, or at least is that what I think...maybe tomorrow I'll add something else. please check it at: http://leftandrightsolutions.com/lrsad/bin/lrsad.html please don't be so hard in critics, is ok to be criticized but don't be

RE: [flexcoders] Recursively get all the childreen

2008-11-04 Thread Tracy Spratt
Doh, nevermind, read that entirely wrong. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, November 04, 2008 2:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Recursively get all the

RE: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Tracy Spratt
Yes, hello, do the math. ;) Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vivian Richard Sent: Tuesday, November 04, 2008 2:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex developer and their hourly rate

[flexcoders] changing displayObject parent dynamically throws error...

2008-11-04 Thread Durres76
Hi, i have a simple test project and the sudo code is below: application panel id=redPanel panel id=greenPanel / /panel button label=Move To Stage click=stage.addChild(greenPanel);/ button label=Move to Red Panel click=redPanel.addChild(greenPanel);/ /application the idea is to move the

re: [flexcoders] my first flex website

2008-11-04 Thread wkolcz
Interesting. They only thing I have to critique is that the 'contact us' is difficult to read on the background image. Other than that, not too shabby for the first time :-D From: Gustavo Duenas [EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 11:07 AM

Re: [flexcoders] my first flex website

2008-11-04 Thread Blair Cox
Hi, sorry doesn¹t fit on my screen and I cannot scroll down. Mac OSX 10.4, Firefox 3.03 17² screen, 1440x960 res. Looks good at the top ;) -- Blair From: Gustavo Duenas [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com Date: Tue, 4 Nov 2008 14:06:12 -0500 To:

Re: [flexcoders] Re: Getting all the fired events in flex application.

2008-11-04 Thread Paul Andrews
Here's a quick example. Every ten seconds the application checks to see if the button has been pressed. If it hasn't it times the application out. It takes at least ten seconds of non clicking for a timeout to occur and may take up to 20 seconds to trigger the timeout. This is a simple scheme

Re: [flexcoders] Getting the selected text from HTML control

2008-11-04 Thread Tom Chiverton
On Monday 03 Nov 2008, b_alen wrote: option. Is it possible to achieve the same by clicking on any button and copy the selection to clipboard? Have you checked the live docs for the clipboard-related objects ? -- Tom Chiverton Helping to heterogeneously develop bleeding-edge cutting-edge

Re: {Disarmed} [flexcoders] Using Flex for Webcast site

2008-11-04 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am currently upgrading one of my webcasting sites to use Flex and Adobe Air. Currently it was wrote with Flash 8 and Flash Communication Server and I will be moving to Flex and Flash Media Server or Red5. Basically you will need two flex

[flexcoders] itemRenderer optimization: replacing VBoxes containing Buttons?

2008-11-04 Thread Thierry Thelliez
Hello, I have implemented my first FLEX page! But I am having performance problems when my AdvancedDataGrid contains a larger number of rows and columns. I am trying to generate some sort of Gantt Chart, with the difference that the cells are drawn vertically. Each cell contains a dynamic number

[flexcoders] Re: adding (none) option to comboboxes

2008-11-04 Thread Tim Hoff
Just subclass. With all humble respect, most developers do not have the time, and sometimes the ability, to extend the framework quickly to meet simple requirements like this. I say this only to point out the different perspectives between a flex framework engineer and an average or beginner

[flexcoders] Re: adding (none) option to comboboxes

2008-11-04 Thread Tim Hoff
Yeah, it wasn't personal Alex. I guess I just felt like giving some commentary/feedback from the developer point of view. Sorry if it was taken the wrong way. -TH --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Hmm. What prompted that? My blog has this post:

[flexcoders] Re: Compare text and highlight the differences

2008-11-04 Thread valdhor
I would search for a Diff algorithm (There is a wikipedia entry at http://en.wikipedia.org/wiki/Diff) and either try to implement it in Flex or send the texts to a backend Diff processor and just display the results (There are a lot of scripts available in multiple languages so I see no point in

[flexcoders] Write data to print stream

2008-11-04 Thread Jackson
Hi , I am developing an AIR application.How can i write data to print stream(communicating to local printer /lpt)?... Thanks in advance. Abdul Jaleel C

[flexcoders] Re: error border on custom itemRenderer

2008-11-04 Thread Amy
--- In flexcoders@yahoogroups.com, Glenn Jones [EMAIL PROTECTED] wrote: I'm having a problem with red borders drawn around a cell in the DataGrid. I have a custom itemRenderer which extends HBox and impements IDropInListItenRenderer In the set data() method, I set errorString based on

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Vivian Richard
OOPS, :-) On Tue, Nov 4, 2008 at 12:23 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Yes, hello, do the math. ;) Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vivian Richard Sent: Tuesday, November 04, 2008 2:05 PM To:

[flexcoders] Re: my first flex website

2008-11-04 Thread florian.salihovic
Sorry, imho it's hard to believe that this website is used to present yourself on the market. - pictures simply appear randomly... load first the content, then show it. - pictures aren't antialiased, the pictures in pricing don't look nice. - pictures and icons don't work well together (simple

RE: [flexcoders] itemRenderer optimization: replacing VBoxes containing Buttons?

2008-11-04 Thread Alex Harui
I would use UIComponent instead of VBox and create and layout your Buttons using custom code. 200 buttons should be ok. You're probably being killed by the overhead of containers thinking about all of those Buttons. With UIComponent you'll have to write a bit more code, but only the code you

Re: [flexcoders] Re: my first flex website

2008-11-04 Thread Brendan Meutzner
Design/purpose/intent aside, for a first crack at Flex this isn't so bad. You've used a good number of the components/effects/etc... available, and the content loads/displays well. Beyond the technical aspect, I agree with Florian on the fact that it's a bit overwhelming with colors and layout.

Re: [flexcoders] format code in FB3

2008-11-04 Thread Tom Chiverton
On Tuesday 04 Nov 2008, vuthecuong wrote: in eclipse (develop java), I just press ctrl+shift+F to format code. So what is the equavalent one in FF3 IDE? I don't think that feature is in there yet. Have you checked bugs.adobe.com ? -- Tom Chiverton Helping to authoritatively envisioneer slick

Re: [flexcoders] Re: my first flex website

2008-11-04 Thread wkolcz
I too agree that Flex is probably not the best choice for an information type site. I am using it to develop working applications for clients/work that stress less information and more functionality. Using Flex as a Flash-based web application platform is probably the better way to go and leave

[flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread valdhor
Like this?: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=onComplete() mx:Script ![CDATA[ import mx.events.FlexEvent; private function onComplete():void {

[flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread valdhor
Like This?: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=onComplete() mx:Script ![CDATA[ private function onComplete():void { PerformaGetChild(TileTop);

[flexcoders] Re: my first flex website

2008-11-04 Thread valdhor
Gustavo Found a bug: Clicked on Porfolio at the bottom and then on the right scroll arrow. This gives an error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at lrsAd/openWindow() at lrsAd/__myPortaFolio_click() --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Using an IFrame in an MDIWindow

2008-11-04 Thread lynnkuh
I also have an IFrame.js class I call in the index.template.html file and here's the code for the ExternalInterface: ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; resize=callLater(moveIFrame) move=callLater(moveIFrame)

[flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: And understand, this is an independent contractor rate for billable hours. One rule-of-thumb I have heard is that an independent hourly rate should be one thousandth of what the annual salary would be for the

[flexcoders] Re: SWFLoader problems!

2008-11-04 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: If the SWF has more than one frame, or draws outside of its reported screen size, you can have issues like this. Once you know how big the SWF is, try calling invalidateDisplayList on the SWFLoader. If that doesn't help,

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Doug McCune
Right, so as a very rough rule of thumb, take your hourly rate and double it, then multiply by 1,000 to get the equitable annual salary. So an hourly rate of $100/hour is roughly equal to $200,000/year. And then obviously you need to factor in stuff like the cost of benefits, overhead (stuff like

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Rich Rodecker
And understand, this is an independent contractor rate for billable hours. yes, I should have pointed that out. And yes you'll get less of an hourly rate for full time employment. On Tue, Nov 4, 2008 at 12:33 PM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: MultipleEvents

2008-11-04 Thread Paul Andrews
- Original Message - From: bisht_mech [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 04, 2008 5:36 AM Subject: [flexcoders] Re: MultipleEvents Thanks a lott paul. Really got a good learning from this. :) You're welcome. Paul

[flexcoders] Cairngen UM Extensions on Vista

2008-11-04 Thread Jake Churchill
I am trying to use Cairngen with UM Extensions to create-sequence on Windows Vista. I am getting an error saying: java.lang.UnsatisfiedLinkError: no swt-win32-3346. The other build.xml targets work fine but this one has prompting. Everything I find indicates this is related to Vista but I have

[flexcoders] error border on custom itemRenderer

2008-11-04 Thread Glenn Jones
I'm having a problem with red borders drawn around a cell in the DataGrid. I have a custom itemRenderer which extends HBox and impements IDropInListItenRenderer In the set data() method, I set errorString based on conditions in the data. The errorString is either set to null or a non-blank

[flexcoders] Error compiling flex library using a Ant task

2008-11-04 Thread smadyastha
I am trying to compile a Flex Library project using the 'compc' ant task and I get the following error: [compc] Error: Inconsistant linkage in C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\libs\air\airglobal.swc(Camera) - 'flash.media:Camera' is marked as extern, but

[flexcoders] unable to bind to property 'width' on class 'Object'

2008-11-04 Thread Juan Carlos M.
Hi... may this is weird I´ve extended a Canvas component using mxml. When I use that component inside a titlewindow it works... but it doesn´t work inside other components and flex's console shows this error: warning: unable to bind to property 'width' on class 'Object' (class is not an

[flexcoders] Re: Soap webservice and authentication

2008-11-04 Thread valdhor
I'd love to help but I have not tried to access Web Services directly from Flex - I use PHP as a client and return the data I want via AMF. Do you have a back end you can use? --- In flexcoders@yahoogroups.com, ernoaapa [EMAIL PROTECTED] wrote: Hi everyone! I'm begging for help. I'm

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Daniel Thompson
I've also heard take your yearly salary, say $100k. Determine the hourly rate: $100k / 2000, which results in an hourly rate of $50. Now triple that to find your contracted rate. 33.3% for salary and healthcare (same amount taken home), 33.3% for capital (office space, computers,

RE: [flexcoders] Re: Soap webservice and authentication

2008-11-04 Thread Tracy Spratt
Yes, this would be my advice also. Use a back end to proxy all your your data service calls. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Tuesday, November 04, 2008 5:12 PM To: flexcoders@yahoogroups.com

[flexcoders] Getting all the fired events in flex application.

2008-11-04 Thread jasbir_dadyal
Hi, In my application I am working on session management.On session timeout i want to get all fired events(events that are currently running in a application) and stop them. Approach that I have implemented for session management. There is a timer on web layer which listens to every

[flexcoders] New Chart Type - Horizontal Chart

2008-11-04 Thread pratikshah83
Hi Guys, I need to implement a new chart type. Something like a bubble chart having 3 dimensions. But represent it as a area chart. I am planning to write a custom renderer for bubble chart and draw a line instead of a bubble, get the coordinated for the line and fill the area with the color

[flexcoders] Reduce the height of sortItemRenderer ( AdvancedDataGridHeaderRenderer )

2008-11-04 Thread Vijay Anand Mareddy
I extended the AdvDataGridHeaderRenderer and added a TextInput for displaying column totals. All is fine except that i want my TextInput to occupy the complete column width (=100%) and push the sortItemRenderer down. Any comments anybody? ===

Re: [flexcoders] Soap webservice and authentication

2008-11-04 Thread Daniel Thompson
You will need Microsoft to provide a crossdomain.xml (or proxy the call as others have suggested). I quickly checked and got a 404 here: http://staging.mappoint.net/crossdomain.xml On Nov 4, 2008, at 1:52 AM, ernoaapa wrote: Hi everyone! I'm begging for help. I'm trying to get data from

Re: [flexcoders] format code in FB3

2008-11-04 Thread Josh McDonald
It's in Fx4 from what I hear ;-) On Wed, Nov 5, 2008 at 1:04 AM, matt wicks [EMAIL PROTECTED] wrote: If you use enterprise ide this will do it ... www.idefactory.com -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: 04

Re: [flexcoders] Re: my first flex website

2008-11-04 Thread Gustavo Duenas
thanks, noted, how could I load first the content and then show it...if you know how, please point me it. I'd appreciate your help. I'm not perfect, but I'd really like to do perfect. Regards, Gustavo On Nov 4, 2008, at 2:30 PM, florian.salihovic wrote: Sorry, imho it's hard to believe that

Re: [flexcoders] format code in FB3

2008-11-04 Thread Matt Chotin
It's something we certainly want to do but definitely not committed for FB4. On 11/4/08 3:27 PM, Josh McDonald [EMAIL PROTECTED] wrote: It's in Fx4 from what I hear ;-) On Wed, Nov 5, 2008 at 1:04 AM, matt wicks [EMAIL PROTECTED] wrote: If you use enterprise ide this will do it ...

[flexcoders] Re: UM Extension

2008-11-04 Thread Michael VanDaniker
All you have to do is extend the right classes :) Your event class should extend UMEvent. UMEvent has a callbacks property, and within that Callbacks object you'll specify the functions you want called when your delegate finishes (successfully or otherwise). Like so: private function

Re: [flexcoders] format code in FB3

2008-11-04 Thread Josh McDonald
Nuts! I've gotta figure out how to do Eclipse plugins On Wed, Nov 5, 2008 at 9:38 AM, Matt Chotin [EMAIL PROTECTED] wrote: It's something we certainly want to do but definitely not committed for FB4. On 11/4/08 3:27 PM, Josh McDonald [EMAIL PROTECTED] wrote: It's in Fx4 from what I

[flexcoders] updating display of GroupingCollection on AdvancedDataGrid with refresh

2008-11-04 Thread poweribo
Hi All, I have an AdvancedDataGrid, a GroupingCollection and an ArrayCollection as a source of GroupingCollection. I update the display by setting a filter on arraycollection and calling refresh. But the AdvancedDataGrid doesnt reflect the changes unless I call GroupingCollection.refresh().

[flexcoders] Re: FP plugin for debugging in Firefox/Chrome

2008-11-04 Thread Dmitri Girski
Sure, white not? Actually, I used IE before, now I use Chrome. The reason for this is that when the application is stopped in the debugger all Firefox windows are stopped as well. IE Chrome run every browser window in a separate process. Cheers, Dmitri. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: How to pass data to popup window?

2008-11-04 Thread Dmitri Girski
Hi Louise, Why not to use good old callbacks? I see that everyone is obsessed now with the events, but this is so simple just to pass the value to the popup and when popup finishes, it will call the function. Simple. To do this, simply add the function to the popup window code. public function

[flexcoders] Re: unable to bind to property 'width' on class 'Object'

2008-11-04 Thread Vijay Anand Mareddy
dont worry its only a warning. You can get ride of it by typecasting your Object into an XML like this: { XML(object).width } --- In flexcoders@yahoogroups.com, Juan Carlos M. [EMAIL PROTECTED] wrote: Hi... may this is weird I´ve extended a Canvas component using mxml. When I use that

  1   2   >