[flexcoders] Re: BitmapData source for mx:Image

2008-06-10 Thread limhy0306
Hi, Yes, the Bitmapdata is something that changes with time. Initially, the Bitmapdata is of size 176x144; but as time moves on, it is possible that any one of the Bitmapdata could change to size 352x288. The Image component is used as the ItemRenderer for a TileList. mx:TileList

Re: [flexcoders] Re: BitmapData source for mx:Image

2008-06-10 Thread Josh McDonald
Can you copy and paste the actual source for MyThumbnail.mxml? On Tue, Jun 10, 2008 at 4:32 PM, limhy0306 [EMAIL PROTECTED] wrote: Hi, Yes, the Bitmapdata is something that changes with time. Initially, the Bitmapdata is of size 176x144; but as time moves on, it is possible that any one

Re: [flexcoders] Datagrid format row

2008-06-10 Thread Josh McDonald
http://blog.mikenimer.com/index.cfm/2006/10/3/BackgroundRowColor-DataGrid-component -Josh On Tue, Jun 10, 2008 at 3:36 PM, securenetfreedom [EMAIL PROTECTED] wrote: How do you highlight the entire row of a datagrid or advanceddatagrid conditionally. For instance I want to set a row's

Re: [flexcoders] Checking value in ArrayCollection

2008-06-10 Thread Rico Leuthold
Hi, I would do that with a view cursor on the array collection - but I have no idea if it's faster then your method. Check here: http://livedocs.adobe.com/flex/3/html/help.html?content=about_dataproviders_4.html the section called Using a view cursor. _rico On 09.06.2008, at 22:54,

[flexcoders] Decoding SOAP responses - Can anybody explain SchemaManager to me?

2008-06-10 Thread Josh McDonald
Hey Guys, I'm having some serious problems with Flex's decoding not finding things it should in the schema. When it comes time to decode a particular element, the schemaStack inside SchemaManager for the WSDL is in the incorrect state, but I can't figure out why. Why on earth is there a stack,

Re: [flexcoders] Duplicating classes from the Flex framework / DateChooser customization

2008-06-10 Thread Fiouz
Hi, On Mon, Jun 9, 2008 at 18:22, Alex Harui [EMAIL PROTECTED] wrote: You probaby just need to copy the type-selector from defaults.css Duh! I should have thought about it. Thank you! Regards -- Fiouz

Re: [flexcoders] Re: Single and Double Quotes and Tokens and SQLite

2008-06-10 Thread Tom Chiverton
On Tuesday 10 Jun 2008, Dustin wrote: I agree. Flex has great documentation. I find it disappointing when experienced coders on this forum treat inexperienced coders like they shouldn't ask questions here. http://catb.org/~esr/faqs/smart-questions.html#before -- Tom Chiverton

Re: [flexcoders] Re: SWF Size Concerns

2008-06-10 Thread Tom Chiverton
On Monday 09 Jun 2008, jmfillman wrote: It's caused by the AdvancedDataGrid control. That's surprisingly large. Guess I'll be sticking with a list or regular DataGrid. ADG is part of the whole Data Visualisation framework, including all the charts etc etc -- Tom Chiverton

[flexcoders] Re: Datagrid format row

2008-06-10 Thread securenetfreedom
Thanks, Josh. --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: http://blog.mikenimer.com/index.cfm/2006/10/3/BackgroundRowColor-DataGrid-component -Josh On Tue, Jun 10, 2008 at 3:36 PM, securenetfreedom [EMAIL PROTECTED] wrote: How do you highlight the

[flexcoders] AdvancedDataGrid ItemRenderer

2008-06-10 Thread securenetfreedom
I am using an ADG with HierarchicalData to group my data. I am using a checkbox item renderer that the user can check to archive the row. However, the checkbox is diplaying on every row and I need it to display only on the sub-set like below: Group | Archive | Title | Group1 --|-- chk --|

[flexcoders] form label text align

2008-06-10 Thread David Pariente
Hello all, Is there a way to align the text labels in form elements to the left?? by default, all of them align to the right, i like it, but seems my client does not :( I have lots of forms and i spent lot of time looking for a property that does so...but seems i can't find or missed

[flexcoders] Nested Repeater, binding to an ArrayCollection.length property not working

2008-06-10 Thread dr_stone_1024
I am using a nested repeater, where the dataProvider of the inner repeater is an ArrayCollection of objects [buildings]. Each object has an ArrayCollection of objects [people]. Think Campus-Building-People scenario, where my outer repeater is looping campuses and my inner repeater is looping

[flexcoders] Re: Possible to add some data to load to the default preloader?

2008-06-10 Thread b_alen
Sure, that's the only way to do it now. But then you end up with two preloaders and handling multiple loaders. If you had that all in the initial preloader it would be much more seamless. So I wasn't really asking how to load data in the beginning, but rather I wanted to know if my option is

Re: [flexcoders] form label text align

2008-06-10 Thread David Pariente
i answer myself: in case someone else needs it the way to do it is using styles: mx:Style.leftAligned{textAlign:left;} /mx:Style mx:Form width=100%mx:FormItem width=100% label=hello labelStyleName=leftAligned mx:TextInput

[flexcoders] object Covered events is possible?

2008-06-10 Thread gianlucavatinno
hello everybody, I have a little problem. My application has many flying draggable object. I need to implement into each object, an event that fires when an object is totally covered by another one. Is possible implement this kind of event? Have you any idea? thank you very much

[flexcoders] Working with Dates Double Bookings

2008-06-10 Thread tspyro2002
Hi, I'm currently developing a Villa Reservation system for a client using Flex and at the moment I'm a prototype side bar which holds the search function. What I'm stuck on is how to reference the disabled dates and check them against the date range that the user has chosen. At the moment I

[flexcoders] Wierd problem with Flex debugging

2008-06-10 Thread [EMAIL PROTECTED]
Hello all, So I started learning Flex Builder CS3 recently. I am new to Flex. I am studying through a self-paced class on Lynda.com. I get to the chapter on debugging and the instructor says I need to find out if I have the Flash Player 9 debug version. Unfortunately the

[flexcoders] Solution similair to f-in-box (actionscript - c#)

2008-06-10 Thread dievanmijislanger
Hello flex'ers, I'm looking for solutions to integrate a flex/flash swf in a desktop C# .NET application. I've found one so far (www.f-in-box.com) and it works pretty okee, but I want to know if there are others. One big downfall of f-in-box is that you only can send strings between C# and

[flexcoders] Mediawiki + Flex

2008-06-10 Thread Fredrik Forsmo
Hello. I am working on an app that users can login from desktop on a wiki site basted on mediawiki. And i need som help with the login. I think it work, but how do i go on when the login is ok and how do it go to a other mxml windows with a label like say Welcome: Username. Or something who can

[flexcoders] Re: Checking value in ArrayCollection

2008-06-10 Thread LazerWonder
You can sort your ArrayCollection by Name attribute (using new Sort() and SortFields() objects). And then use a search algorithm like a binary search. Binary search another search algorithms are readily available so I will not repeat info here. This is only useful if you have a lot of records

[flexcoders] Re: form label text align

2008-06-10 Thread tspyro2002
Hi, You could try using padding to shift the components over to the left hand side. Are you using Flex 2 or 3? I was having a look there if you select a form item in Flex3 you have the option of aligning it? Design wise, there's a reason that all the text labels are aligned to the right, it

Re: [flexcoders] Wierd problem with Flex debugging

2008-06-10 Thread Tom Chiverton
On Tuesday 10 Jun 2008, [EMAIL PROTECTED] wrote: the chapter on debugging and the instructor says I need to find out if I have the Flash Player 9 debug version. Unfortunately the instructor does not say what the debugger version of the Flash Player is or how to get it.

[flexcoders] Flash Player for linux

2008-06-10 Thread Deniz Davutoglu
Hello Guys, My question is not directly releated to flex but because here are a lot of guys from Adobe I think it is right place. I use ubuntu and FF 3 when I visit any site that have Flash content with transparent backgroud it is opaque(even in adobe site). is it a because firefox/x-window or it

Re: [flexcoders] Flash Player for linux

2008-06-10 Thread Tom Chiverton
On Tuesday 10 Jun 2008, Deniz Davutoglu wrote: I use ubuntu and FF 3 when I visit any site that have Flash content with transparent backgroud it is opaque(even in adobe site). is it a because firefox/x-window or it is just about flash plugin. What exact version of FireFox 3 - the RC1 that

[flexcoders] Re: Flash Player for linux

2008-06-10 Thread Deniz Davutoglu
I update it today it should be Ubuntu 8.04 FF RC2 also I install Player v 10 beta, I use x86_64 on intell procesor. Also in ubuntu 7.10 and FF 2 Flash Player 9 it was same

[flexcoders] Catching target Name

2008-06-10 Thread Deniz Davutoglu
Hello I use the following code and I try to catch the name of object that I clicked. With code I use below everytime it gives me instance1 do you have any idea how can I do this. StageAlign.TOP_LEFT import flash.display.Sprite; import flash.events.MouseEvent; var kareler:Array= new Array() var

[flexcoders] Flex 3.1 - The Marshall Plan

2008-06-10 Thread Gregor Kiddie
Is there any plans to extend this in the future, or is this the going to be the only option when it comes to portal style applications. Any consideration for allowing AIR application to grab remote modules for example. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343

Re: [flexcoders] Howto Create Flex Builder Custom Component folders?

2008-06-10 Thread Johannes Nel
One of the dev's who work for us figured out how to write a simple plugin in a week, I have no specific knowledge of this, but i bcc him on this email and hopefully he gives some hints where to start On Mon, Jun 9, 2008 at 7:29 PM, Mark Doberenz [EMAIL PROTECTED] wrote: Johannes, I was

Re: [flexcoders] Howto Create Flex Builder Custom Component folders?

2008-06-10 Thread Michael Schmalle
Hi, I have started to make a couple. Making plugins is not the hard part, it's tapping into the workbench and getting Adobe's extension points and API. This is where I hit a brick wall and just moved to something else for the time being. This is definitly something I am going to start blogging

Re: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-10 Thread bjorn
Hmm, I tried this - but I don't see that fixing anything since I don't specify COPY anywhere .. private function onImageDragOver( event:DragEvent ):void { trace(onImageDragOver...); event.preventDefault(); DragManager.acceptDragDrop(this.imageTileList); } 2008/6/4 Alex Harui

[flexcoders] Re: Datagrid format row

2008-06-10 Thread valdhor
And, of course, the best blog on item renderers around: http://blogs.adobe.com/aharui/item_renderers/ --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: http://blog.mikenimer.com/index.cfm/2006/10/3/BackgroundRowColor-DataGrid-component -Josh On Tue, Jun 10, 2008

Re: [flexcoders] Re: Flash Player for linux

2008-06-10 Thread Tom Chiverton
On Tuesday 10 Jun 2008, Deniz Davutoglu wrote: also I install Player v 10 beta, I use x86_64 on intell procesor. So this is 32-bit FireFox, or pluginwrapper ? Also in ubuntu 7.10 and FF 2 Flash Player 9 it was same Have a google for 'wmode' and see if that is the same problem you are seeing

Re: [flexcoders] Wierd problem with Flex debugging

2008-06-10 Thread Fiouz
Hi, On Tue, Jun 10, 2008 at 05:03, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: the debugger version of the Flash Player is or how to get it. Here is a more convenient URL to get it: http://www.adobe.com/support/flashplayer/downloads.html (ActiveX + Netscape plugin + Standalone + Mac) Regards,

RE: [flexcoders] new to VO's, why won't this cast?

2008-06-10 Thread Battershall, Jeff
In the example code below I don't even see any RemoteObject metadata. Also, is the dg's dataprovider of ArrayElementType EmployeeVO? It's unclear. It's not a question of data types alone - the metadata must be present for the conversion to work correctly. -Original Message-

[flexcoders] Footer for Panel

2008-06-10 Thread markgoldin_2000
I am trying to have a footer with text for my Panel. Here is my panel: mx:Panel height=100% backgroundColor=#D2CEB2 borderThicknessLeft=0 borderThicknessTop=0 borderThicknessBottom=0

Re: [flexcoders] Footer for Panel

2008-06-10 Thread Michael Schmalle
Hi, I quickly tested this and I see the custom control bar in the view. Did you refresh it? Mike On Tue, Jun 10, 2008 at 10:20 AM, markgoldin_2000 [EMAIL PROTECTED] wrote: I am trying to have a footer with text for my Panel. Here is my panel: mx:Panel height=100% backgroundColor=#D2CEB2

[flexcoders] Icon in combo box

2008-06-10 Thread mishrabagish
I want to use icon in my combo box. Any reference or example please share.

[flexcoders] Re: AdvancedDataGrid ItemRenderer

2008-06-10 Thread gene_belor
override updateDisplayList(..) function and set visibility there as opposed to in set data(...). --- In flexcoders@yahoogroups.com, securenetfreedom [EMAIL PROTECTED] wrote: I am using an ADG with HierarchicalData to group my data. I am using a checkbox item renderer that the user can check

[flexcoders] Re: Wierd problem with Flex debugging

2008-06-10 Thread valdhor
To know that you don't have the debug player installed, you must have gone to this page: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507 On this page, if you click on the Products Affected link and on this subsequent page click the Additional Downloads Link, you will be taken

[flexcoders] Re: Seeking Advice regarding saving changes

2008-06-10 Thread Hemkarna
I have to do the same for a project the ui component is a combo box kindly note: You will need some icons to be created you can listed to the events being fired. Added To Selection Removed From Selection ** ?xml version=1.0

[flexcoders] Seeking Advice regarding saving changes

2008-06-10 Thread bredwards358
In the application I am working on, the user can drag and drop items from one datagrid to another. Now regardless of how the user exits the window, the data is always saved. My question is basically, what would be the best strategy for saving these changes. The dataProviders for both grids are

[flexcoders] Re: Working with Dates Double Bookings

2008-06-10 Thread Amy
--- In flexcoders@yahoogroups.com, tspyro2002 [EMAIL PROTECTED] wrote: Hi, I'm currently developing a Villa Reservation system for a client using Flex and at the moment I'm a prototype side bar which holds the search function. What I'm stuck on is how to reference the disabled dates

[flexcoders] Re: Footer for Panel

2008-06-10 Thread markgoldin_2000
I thought, I did :). Thanks for the quick reply. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I quickly tested this and I see the custom control bar in the view. Did you refresh it? Mike On Tue, Jun 10, 2008 at 10:20 AM, markgoldin_2000 [EMAIL

[flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread grimmwerks
Does the popupbutton NOT work within a canvas in a viewstack? I've gotten this code -- doesn't work in the viewstack but everywhere else is fine...: mx:PopUpButton id=popUpButton horizontalCenter=0 top=200 label=Click on me openAlways=true

[flexcoders] swfobject

2008-06-10 Thread Kenneth Sutherland
I've been deploying various flex apps using different methods of putting them into web pages. But I've come across a bit of an issue with using ExternalInterface as it hasn't been working properly in IE 6 (its fine in IE7 firefox). Anyway I've ended up using swfObject to embed the swf files

RE: [flexcoders] Re: Attaching custom data to events (while avoiding race condition)

2008-06-10 Thread Tracy Spratt
As you have shown it, you cannot rely on the value of the flag. Instead, use AsyncToken to keep calls sync'd with results. Hmm, I think AsyncToken is available on UrlLoader. If not, use HTTPService. function load(flag:uint) { var asToken:AsyncToken = loader.loadSomeStuff();

RE: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread Battershall, Jeff
There is a know issue with PopUpButton in certain contexts. The workaround is to listen for the open event and re-create the popUp property programatically if found to be null. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] remove link between to variables

2008-06-10 Thread mariovandeneynde
Greetings! I've banging my head against the wall for a few days now about this problem: Code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=init() layout=absolute mx:Script ![CDATA[ import

[flexcoders] HSlider Skinning Work-Around

2008-06-10 Thread liu_bai_un
My skin images are much larger than the default images so CSS embed doesn't work properly. I've successfully skinned and resized the thumb by extending SliderThumb and overloading measure, but the track is frustrating. I've tried tried overloading the Slider class and overloading the

[flexcoders] item render inside grid passing param?

2008-06-10 Thread flexcoderman
when using a item renderer inside a data grid in flex 3 how do i pass a id inside the grid example i have a grid column as mx:DataGridColumn headerText=ID dataField=ID id=ID / I have a button which throws an alert box up Alert.show(parentDocument.mygrid.ID); but doesnt actually pull the

RE: [flexcoders] Re: AdvancedDataGrid ItemRenderer

2008-06-10 Thread Tracy Spratt
And remove that logic from the creationComplete handler entirely. Do you understand why? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gene_belor Sent: Tuesday, June 10, 2008 10:58 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] item render inside grid passing param?

2008-06-10 Thread Tracy Spratt
This, parentDocument.mygrid.ID will return a reference to the DataGridColumn object. You want the value of the IDProperty on the dataProvider item that underlies the row/itemRenderer. You can get that through the data property of the renderer, or in the set data() override, depending on how

Re: [flexcoders] Seeking Advice regarding saving changes

2008-06-10 Thread Maciek Sakrejda
Consider the trade-offs: (1) 1. Can implement cancel functionality more easily 2. Marginally better performance (but not worth worrying about) (2) 1. Changes saved even if app/browser crashes 2. Easier to implement I'd go with (2) unless you really need cancel functionality. Premature

[flexcoders] Re: Seeking Advice regarding saving changes

2008-06-10 Thread bredwards358
Okay, that's a lot of code to take in but thanks that should be very helpful. So far my ideas have been revolving around my second strategy, which I am considering using a modified version of this code for the drag and drop stuff. I only need to figure out the right places to put the functions I

Re: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread grimmwerks
Thanks Jeff - do you have an example of this? I've seen this -- http://jonathanbranam.net/solutions/popupbutton-fails-inside-container-viewstack -- but it seems to only deal with removing a popup. Just unsure how best to do this while keeping the 'mac osx sheet' look to it... On Jun 10,

Re: [flexcoders] remove link between to variables

2008-06-10 Thread Maciek Sakrejda
You need to make the second ArrayCollection a copy of the first, and not just a wrapper: var myTest:ArrayCollection = new ArrayCollection(); // Slice is a method that returns a new array consisting of a 'slice' // of elements from the source array. It takes two optional arguments, // startIndex

RE: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread Battershall, Jeff
I believe there's an example of the workaround in the Adobe BugBase. As far as styling - h...I think you should be able to style a popUp defined programaticallly. You could also subclass your TitleWindow and style it as you wish, and use that as your popUp. -Original

[flexcoders] YouTube Code Samples

2008-06-10 Thread Ethan Miller
Greetings - Wondering if someone could provide a pointer to the current best-in-class example of flex embedding of youTube content. cheers, ethan

Re: [flexcoders] Re: Flash Player for linux

2008-06-10 Thread Jerome Clarke
this is a well known bug We're just waiting for Adobe to fix this. Mozilla and other browser developers fixed it on their part a long time ago... have no idea why Adobe still not fixed it. It's been around since day 1 of flash 9 for Linux released. I don't know about flash 8 as I didn't use Linux

Re: [flexcoders] popupbutton in viewstack/canvas

2008-06-10 Thread grimmwerks
Ah - not worried about the styling whatsoever - meant in terms of functionality --- Thanks I'll check the bugbase On Jun 10, 2008, at 12:34 PM, Battershall, Jeff wrote: I believe there's an example of the workaround in the Adobe BugBase. As far as styling - h...I think you should be

Re: [flexcoders] new to VO's, why won't this cast?

2008-06-10 Thread Derrick Anderson
ok, i think i'm picking up what you guys are laying down- the DG dataprovider is an arraycollection that comes straight from a query in my CFC. that query contains the exact same columns as properties in my VO, that is why I thought the conversion should happen fine. Seems what I need is to

Re: [flexcoders] Solution similair to f-in-box (actionscript - c#)

2008-06-10 Thread Steve Mathews
I have been working on the Flash side of an application like this for just over a year now. We originally were using the default C# COM object and later switched to f-in-box. Although ExternalInterface has held up like a champ (it can auto convert some basic types) it is a bit too slow for the

[flexcoders] Snmp lib for flex?

2008-06-10 Thread corey
Is there an snmp lib for flex? I want to make a flex snmp tool that queries snmp information and display to a datagrid. The only other way I can do this is to have flex pass an http request to a perl cgi script .

[flexcoders] flash player out of memory issue - seeking suggestions

2008-06-10 Thread vijay95052
Hello We have a requirement to be able to support 10 or more browser instances on one PC - each browser instance is loading a html page that contains 3 flex apps (each app is around 500k) and some other simple html controls the browser (both FF and IE), crashes (out of memory error) when we

Re: [flexcoders] flash player out of memory issue - seeking suggestions

2008-06-10 Thread Maciek Sakrejda
Is it feasible to consider Air for your situation? That's one way to get around browser issues ;) -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: vijay95052 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Catching target Name

2008-06-10 Thread Alex Harui
You're not resetting rect to a new sprite on each loop From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deniz Davutoglu Sent: Tuesday, June 10, 2008 6:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Catching target Name

RE: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy?

2008-06-10 Thread Alex Harui
My bad. Use showFeedback() to switch to copy mode. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn Sent: Tuesday, June 10, 2008 6:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dragMoveEnabled: sometimes

RE: [flexcoders] Flex 3.1 - The Marshall Plan

2008-06-10 Thread Alex Harui
If your remoteModule contains UI, it could be a remote application and work under the Marshall Plan. Are you really asking whether remote content will be allowed application-level access to the computer? From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Possible to add some data to load to the default preloader?

2008-06-10 Thread Alex Harui
Well, if you supply your own preloader UI, you can put it back up and nobody will know. It is probably possible to delay the taking down of the preloader UI, but that's going to be harder. It will involve blocking events and dispatching them later. From:

RE: [flexcoders] Checking value in ArrayCollection

2008-06-10 Thread Alex Harui
If you're concerned about speed, get the source Array from the AC and walk that. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rico Leuthold Sent: Tuesday, June 10, 2008 12:02 AM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] Flex Charting Trial watermark

2008-06-10 Thread Xiaochen DU
Hi there, We have a library (.swc) built in Flex Builder 2.0.1 with Flex Builder license and Flex Charting license. When I use this library in Flex Builder 3, it always shows the Flex Charting Trial watermark. I have Flex Builder 3 Professional Edition upgrade license. How can I get rid of the

[flexcoders] ComboBox Question

2008-06-10 Thread Nate Pearson
I have a combo box that has a data provider The data looks like this. myEntityArray: entityName entityID My combobox looks like this: mx:ComboBox dataProvider={myEntityArray} labelField=entityName/ When this data loads I want to set the selected combobox value to an entityID. I.E. I'll want

[flexcoders] Re: AdvancedDataGrid ItemRenderer

2008-06-10 Thread securenetfreedom
Tracy, Is it because creationComplete only happens once per visible row and the renderer is recycled on dg scroll, change, etc? What I desperately want to learn is how to know when to override a super's function - in this case updateDisplayList(). How would you know to do that verses

RE: [flexcoders] new to VO's, why won't this cast?

2008-06-10 Thread Battershall, Jeff
It's really easy. Use the AS2CFC wizard in FB. Make sure your RemoteClass metadata is in place in the CFC/AS class. [RemoteObject(alias=com.mycompany.vo.EmployeeVO)]. Loop through your CFQUERY and use createObject() to create individual instances of your VO and populate the properties

[flexcoders] Re: Nested Repeater, binding to an ArrayCollection.length property not working

2008-06-10 Thread dr_stone_1024
Any thoughts? I feel like I'm dealing with some sort of cascading refresh that's not reaching the last element of my repeater. --- In flexcoders@yahoogroups.com, dr_stone_1024 [EMAIL PROTECTED] wrote: I am using a nested repeater, where the dataProvider of the inner repeater is an

[flexcoders] mx:List and dataChangeEffects

2008-06-10 Thread djhatrick
Hi, I recently came across an example for adding list effects to a List Control. However, I don't see a property for dataChangeEffect on the mx:List as in the example at http://bkflex.wordpress.com/2007/07/05/flex-3-built-in-data-grid-animation-effects/ Also, the download is corrupt on the

Re: [flexcoders] Wierd problem with Flex debugging

2008-06-10 Thread Joseph Balderson
To find out if you have a specific debug version of the player installed, go to this page http://www.macromedia.com/software/flash/about/ and right-click in the flash banner. If you are running the debug version of the Flash Player, it should say Debugger in the menu under Show Redraw Regions.

[flexcoders] Re: Attaching custom data to events (while avoiding race condition)

2008-06-10 Thread robbarreca
Thanks you guys. The AsyncToken is what I was looking for *except* I need this for non-HTTPService loaders so unfortunately it doesn't work for me. I may have to try to roll my own similar solution. Furthermore, I can't chain the calls. I've considered extending the event classes, but then I'd

Re: RES: [flexcoders] notification to a non-instanciate object

2008-06-10 Thread y.mauron
Thank you very much for this answer. It works pereclty ! I definitly need to read a flex book to integrate these crucial details. --- In flexcoders@yahoogroups.com, Luciano Manerich Junior [EMAIL PROTECTED] wrote: Hi, its because the default instanciation of the objects (auto). its only

[flexcoders] Re: mx:List and dataChangeEffects

2008-06-10 Thread djhatrick
I found that the examples are in the C:\Flex3\sdks\3.0.0\samples\explorer\effects directory.. So I see that it's itemChangeEffect not DataChangeEffect for the effects to run Thanks, Patrick --- In flexcoders@yahoogroups.com, djhatrick [EMAIL PROTECTED] wrote: Hi, I recently came across an

[flexcoders] Re: Flex Builder 3 debug builds broken, breakpoints all wrong

2008-06-10 Thread robbarreca
I agree and have seen this a few times. One odd occurrence is with a Flex Module in my Flex Application. It would serve up a stale build of the module unless I added a trace(foo); in the code, and then it would force a recompile. But when I would SVN revert back to the version without the trace

[flexcoders] Re: item render inside grid passing param?

2008-06-10 Thread flexcoderman
so if its a checkbox how would i reference its selected value? would i use httpDeleteService.request.manager = parentDocument.testgrid.selectedItem.mycheckbox.selectedItem --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: This, parentDocument.mygrid.ID will return

[flexcoders] Where to get Flex 3 latest fixes

2008-06-10 Thread joseph_freemaker
Deploying a Flex 3 application. Would like to apply any available fixes or updates. Where does one obtain these?

[flexcoders] Socket HTTP/1.1 connection not closed even after Response is sent

2008-06-10 Thread e_baggg
This is baffling me. For authentication reasons, I am doing all my HTTP traffic via a custom flash.net.Socket where I create and parse the HTTP request/response myself (using Digest authorization). Everything works fine when I run the generated html/swf files locally, but once I deploy them to the

[flexcoders] Silk/Flex3 SDK license issue

2008-06-10 Thread baztheman
Hi, I have the following error when running Silk with Flex3 SDK. My question is, do i really need the license to resolve this? I thought if I only use Flex3 SDK and I will not need to have license. This works before I start using Silk. If I do need add the license into the system, is there

Re: [flexcoders] Mediawiki + Flex

2008-06-10 Thread Fredrik Forsmo
Any how can help? Please :/ --- On Tue, 6/10/08, Fredrik Forsmo lt;[EMAIL PROTECTED]gt; wrote: From: Fredrik Forsmo lt;[EMAIL PROTECTED]gt; Subject: [flexcoders] Mediawiki + Flex To: flexcoders@yahoogroups.com Date: Tuesday, June 10, 2008, 10:33 AM Hello. I am working

[flexcoders] Re: YouTube Code Samples

2008-06-10 Thread flexcoderman
http://www.onlamp.com/pub/a/php/2007/05/24/creating-mytube-with-flex-and-php.html http://thanksmister.com/?p=57 http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=5741 http://soenkerohde.com/2008/04/as3flex-and-the-new-youtube-api/ --- In

[flexcoders] Re: ComboBox Question

2008-06-10 Thread LazerWonder
Please clarify: You want to set the entityID on the fly? Or is it already set and you want to be able to retrieve it when a person selects one of the item in the combobox? I'm guessing you meant the 2nd and if you are, then you can just create an event handler for change: function

[flexcoders] Re: replacing items in an arraycollection?

2008-06-10 Thread blc187
that would be great to take a look at. thanks! --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Got something that does this, it's almost done. I'll post it online somewhere soon and post a link on the list. It's a helper class rather than an extension of

[flexcoders] breakpoints stopped working

2008-06-10 Thread Sherif Abdou
I am using Flex Builder 3, SDK 4.0.00something and Flash Player 10 and all of a sudden the debuggin version stopped doing the breakpoints, it does tracing and everything but it skips over breakpoints. Is there a port or something that needs to be opened? I did install Live Care Today so that

[flexcoders] OOP and Work for Hire

2008-06-10 Thread Amy
I was recently asked to sign an agreement that would designate a Flex project as Work for Hire. I.e. I would not retain any ownership of the code I wrote for the project. This seems to defeat the purpose of OOP, if I create a whole body of code that I can't then reuse. How do most Flex

[flexcoders] Re: Possible to add some data to load to the default preloader?

2008-06-10 Thread wesley.petrowski
I've done something like this before where I leave the default preloader UI up until additional loading has been completed. If you decide to go down that road, the steps I used were something like this: - Subclass DownloadProgressBar and override the setter for the preloader property. -

[flexcoders] Re: Silk/Flex3 SDK license issue

2008-06-10 Thread baztheman
So I found this page, http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_2.html but i do not see file C:\Documents and Settings\All Users\Application Data\Adobe\Flex\license.properties in both Flex3 SDK and Flex3 builder machine. Why? Is this file not valid anymore

RE: [flexcoders] OOP and Work for Hire

2008-06-10 Thread Kevin Aebig
Hi Amy, Personally, I refuse to sign off on the idea that code can be owned. What are the chances that you're write similar code down the road? How can they say that the new code you wrote is any different from the code you provided to them? Instead, I normally offer a non-competition

[flexcoders] Re: OOP and Work for Hire

2008-06-10 Thread wesley.petrowski
I imagine this is the norm, unless there is something different with Flex-specific shops. I think the general idea is they don't want to pay people to write code, only to have them quit and take the stuff they wrote to a competitor. You can still reuse your code, as long as you do it for the

[flexcoders] List item selection on mouse right click?

2008-06-10 Thread Robert Csiki
Is that possible in Flex 3? If so, how? I want to select an item in a list grid with the right mouse click the same way it is done when using the mouse's left button (e.g. Windows Explorer native behavior). Thanks, Robert

Re: [flexcoders] Re: OOP and Work for Hire

2008-06-10 Thread Doug McCune
The company is buying the code that you write. They are not buying your time. They might pay you based on how long it takes you to write the code, but in the end all they care about is owning that code. If they pay you $10,000 to write code, and then you turn around to another company and bid on a

[flexcoders] Re: OOP and Work for Hire

2008-06-10 Thread Amy
--- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: The company is buying the code that you write. They are not buying your time. They might pay you based on how long it takes you to write the code, but in the end all they care about is owning that code. If they pay you

[flexcoders] Datagrid Password Column?

2008-06-10 Thread Dennis Falling
I have an editable DataGrid that displays usernames and masked passwords (). To hide the password, I'm just using an inline item renderer: mx:DataGridColumn dataField=password headerText=Password editorDataField=text rendererIsEditor=true mx:itemRenderer mx:Component

[flexcoders] Flash Player Debug version

2008-06-10 Thread Kerry Thompson
Hi, I've been working in Flash for the past couple of months, and am moving my project into Flex now. I wanted to check something out, so I loaded my last Flex project. It's only been a couple of months since I ran it, but when I try to launch the debugger, I get a message that FlexBuilder can't

  1   2   >