Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Laurence MacNeill
At 11:24 PM 3/2/2010, you wrote: First, let me say that I have been roundly criticized for taking the approach of NOT using VOs. Second, I use .NET FluorineFX. Yes, well, unfortunately it's way too late in this project to change our back-end. It's gonna be CF9... Period... My bosses

Re: [flexcoders] Flex drawing question

2010-03-03 Thread Alex Harui
It depends on the complexity of the graphics. On 3/2/10 11:29 AM, Wally Kolcz wko...@isavepets.com wrote: Would it be a smaller file and quicker load if instead of using graphics (png, jpg, gif) I used the flash drawing API (via Degrafa) to create the graphics of my web site? -- Alex

Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Laurence MacNeill
This blog-post describes pretty much what I want to do: http://justinjmoses.wordpress.com/2008/10/10/flex-dynamic-bindable-value-objects/ Dynamic, bindable value objects. Perfect! Except he's implementing it with LINQ and .NET 3.5 Anyone know how to do this with CF9? (I've already asked the

[flexcoders] Pb with mx:List

2010-03-03 Thread Christophe
Hello, I have a List, but the selected item is selected only when I click on the element, when I mouve the mouse the items is getting unselected. How to keep the element selected ? Thank you, Christophe,

Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Nick Middleweek
Hi, An idea... You could use XML to transfer the data from Flex -- CF and to create a dynamic ObjecVo in Flex you could just create and object and just add properties to that object and assign the values. You could create a VO in Flex that is designed around the XML... But I guess why would

Re: [flexcoders] Pb with mx:List

2010-03-03 Thread claudiu ursica
Do you use some custom renderer in there? C From: Christophe christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Wed, March 3, 2010 11:39:16 AM Subject: [flexcoders] Pb with mx:List Hello, I have a List, but the selected item is selected

[flexcoders] Re: Checkbox set disabled color to enabled color.

2010-03-03 Thread ppongtong
You could try to override updateDisplayList function. override protected function updateDisplayList( pUnscaleWidth : Number, pUnscaleHeight :Number) :void { if( this.getStyle( color) != this.getStyle(disabledColor)) { this.setStyle(disabledColor, this.getStyle(color)); }

[flexcoders] Re: Dumb Question - Transition after a module has loaded

2010-03-03 Thread valdhor
I don't think I would apply the effect to the module itself; I would add the effect to the main component that the module displays once loaded. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I have my kids site where when they click a 'button' I want to have the module

[flexcoders] Re: Context Menu

2010-03-03 Thread valdhor
Angelo According to the documentation at http://livedocs.adobe.com/flex/3/html/help.html?content=Menus_4.html - The primary drawback to using the context menu API is that it does not support submenus. But, there are other ways to skin a cat. Check these links out...

[flexcoders] new augmented reality + PV3D project, check it out.

2010-03-03 Thread Willy Ci
Hi guys, I've work on this concept for two weeks now. using augmented reality to build a floor plan, place fixtures, then conver it into 3D envirment. here is what I come up so far, http://flexcode.org/ar/ I would appreciate your opinions on it. So tell me what u think good/bad/like/hate. Thanks

[flexcoders] Lightweight Flex framework?

2010-03-03 Thread Nick Middleweek
Hi, Here's one to those that have experience with many frameworks... I'm currently using Cairngorm in a big project but want to start a couple of personal projects and want to use a proven framework for good measure. Is there a lightweight framework that is good for knocking out quick

[flexcoders] Re: new augmented reality + PV3D project, check it out.

2010-03-03 Thread valdhor
Before I even got to look at it I get: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.transmote.flar.source::FLARCameraSource/initCamera() at com.transmote.flar.source::FLARCameraSource/init() at

Re: [flexcoders] Lightweight Flex framework?

2010-03-03 Thread Clint Tredway
check out robotlegs.. its PureMVC simplified and has a good community following to help when you need to ask questions. On Wed, Mar 3, 2010 at 11:01 AM, Nick Middleweek n...@middleweek.co.ukwrote: Hi, Here's one to those that have experience with many frameworks... I'm currently using

[flexcoders] Re: Dynamically create a Value Object...

2010-03-03 Thread aceoohay
So don't change the backend. I am sure if you tried you could write a group of generic modules in CF. Here is an example of what I wrote using fluorine/asp.net. This version does not have the security I built in. You pass in an SQL statement and it sends back an array collection. I have a CF

[flexcoders] useVirtualLayout not working for simple Image based itemRenderer

2010-03-03 Thread Sunil D
Hi all, I ran into an issue where my List control was creating an itemRenderer for each list item even though useVirtualLayout=true. Not sure if this is a known issue, or really even a bug. I found several ways to work around the problem. The issue seems to be that if I use a simple

Re: [flexcoders] Re: new augmented reality + PV3D project, check it out.

2010-03-03 Thread Willy Ci
sorry about that, looks like the webcam is not able to init on your computer, can you tell me which version of Flash player you are using? and what browser? I tested it on OSX with FF 3.6, safari , with FP 10, and XP, FF, FP10.1 (netbook), never saw this kind error. thanks. Willy 617-606-3437

Re: [flexcoders] Lightweight Flex framework?

2010-03-03 Thread Margo Powell
Swiz is a very nice light framework http://swizframework.org/ Example of moving from cairngorm to swiz: http://soenkerohde.com/2009/05/migrate-from-cairngorm-to-swiz/ Regards Margo On 3/3/2010 12:01 PM, Nick Middleweek wrote: Hi, Here's one to those that have experience with many

RE: [flexcoders] Trouble with ProgressBar and manual updates.

2010-03-03 Thread Christopher McArthur
callLater is a great suggestion, thank you. Unfortunately, was not helpful in this case. Even delaying the adds by a callLater does not allow the progressBar to update visually. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Peeyush Tuli Sent: Tuesday, March

[flexcoders] Please tell me if this is a good way to learn AS3??

2010-03-03 Thread fred44455
I have find limited examples on AS3 therefore I am using a lot of Java programs and pretty much switching them into the AS3 language and run them and it seems to work. From your expertise is it a good way to learn AS3? (Of course I am making changes as Java is similar to AS3 but not identical)

[flexcoders] Re: new augmented reality + PV3D project, check it out.

2010-03-03 Thread valdhor
Flash Player WIN 10,0,45,2 Debug with Firefox 3.6. Does this only work on MacOS X? --- In flexcoders@yahoogroups.com, Willy Ci will...@... wrote: sorry about that, looks like the webcam is not able to init on your computer, can you tell me which version of Flash player you are using? and

Re: [flexcoders] Please tell me if this is a good way to learn AS3??

2010-03-03 Thread primo411
IMHO this is a bad idea. Every language has its specificities. As3 and Java do not achieve the same goals. Why don't you just stick with tutorials, documentation, and learn the language and its best practices from the start ? This should keep you busy for a while. Then you can start making

Re: [flexcoders] Please tell me if this is a good way to learn AS3??

2010-03-03 Thread Jake Churchill
If you want to learn AS3, first learn syntax. Since you know Java I assume this is not a problem because it's almost the same. Then, focus on learning the framework (what classes are available, etc). Finally, dig into the component lifecycle. This is the hardest but is important to know how

Re: [flexcoders] Lightweight Flex framework?

2010-03-03 Thread Nick Collins
+1 for RobotLegs. RobotLegs combined with AS3 Signals is easy to use and very, very powerful. On Wed, Mar 3, 2010 at 12:33 PM, Margo Powell mmpow...@email.unc.eduwrote: Swiz is a very nice light framework http://swizframework.org/ Example of moving from cairngorm to swiz:

[flexcoders] Re: Lightweight Flex framework?

2010-03-03 Thread jamesfin
I'd like to know what the definition of a lightweight framework is so we can better determine an optimal solution. Fastest? Most Efficient?, Smallest Code?, Easiest-to-learn? Easiest on the fingers? Portable? Proven? I had a similar requirement recently for a HTML5/JS project and ended up

Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Nick Middleweek
I'm sure you can send XML data over CFAMFSecure. I've not done it myself but it's just text at the end of the day and you mentioned in your original post you thought it'd be a good idea using and writing XML. Iit is possible but if you prefer to use strictly typed VO's then perhaps you should

Re: [flexcoders] Re: Lightweight Flex framework?

2010-03-03 Thread Nick Middleweek
Hi James, I guess I just want a lightweight framework that is good for knocking out quick prototypes/ personal projects. So something that's easy to learn and start using. Thanks to everyone's replies, a colleague mentioned Swiz so think I'll start my first in Robotlegs and have a play with

[flexcoders] Scrolling datagrid mixes up all the values...???

2010-03-03 Thread MonkeyIsland
Hello everyone, I'm having an issue with a datagrid. The dataprovider for my datagrid is an arrayCollection of objects (objectParentVO). My objectParentVO has 2 properties: public var id : int; public var children : ArrayCollection; //objectChildVO's My objectChildVO has 5 properties:

Re: [flexcoders] Please tell me if this is a good way to learn AS3??

2010-03-03 Thread Fahim Akhter
The best resources and easy to learn are Lynda.com atleast for me. Once you get over the basics then you can follow the advanced tutorials from kirupa.com and related websites. Or there is always the community when you get stuck in an issue :D *Fahim Akhter* |* Software Design Engineer | White

[flexcoders] Startup Looking for Flex Programmer(s) for a very exciting Project

2010-03-03 Thread nryarch
I am looking for an experienced Flex programmer to work on a very exciting project. There is already a software and cloud computing hardware platform setup. There is even a Flex based interface for it. What I need is someone who can make a custom interface to apply to the client side UI using

[flexcoders] Good Books for Beginers

2010-03-03 Thread RevanthA
Hi, I am fresher, Now i got selected as flex developer based upon my oops concept knowledge. I don't have any programming experince. so plz guide me and inform me that which is the best book to learn flex easily.. i.e.. for those who doesn't have any prior programing experince and where

[flexcoders] Hierarchy in OLAPDataGrid

2010-03-03 Thread rojoe615
(Hopefully this will make sense...) I'm using the OLAPDataGrid to display metrics for selected products over time. I can get the time dimension working properly, but I want the rows to have metric then the product beneath that. Something like: SALES - Product A - Value, Value, etc. -

[flexcoders] Diagrammatic Components for flex

2010-03-03 Thread sandeep
hi all, where can i find diagrammatic components for free to use in flex.

[flexcoders] Flex Module System ( Different programmers working on a single Project)

2010-03-03 Thread akhter.fahim
Hi, I was looking into flex's modular approach where you create one main project and then say 5 smaller modules(projects) on which different people work on different things. But when the main project is compiled all smaller modules are compiled with it. Similarly, one module can use the class

[flexcoders] OTish - partitioning users

2010-03-03 Thread Paul Andrews
Best practices for partitioning users? I'm building an app that will be used by lots of users who will be segregated according to the organisation to which they belong. No real problem there, though I am wondering about the username space. Usernames need to be unique, but the question is

[flexcoders] Video playback with progressive download and seeking

2010-03-03 Thread Greg Hess
Hi All, I am trying to support video playback of a H264 video downloaded off my web server(progressive download) from a pre determined location. What I am doing is: - Set the source of the VideoDisplay to the URL of my H264 video - Call play on the VideoDisplay(load begins) - Set the

[flexcoders] Progress bar in place over a component?

2010-03-03 Thread Raymond Brown
Is it possible to have several components inside a panel and as one of the components does something in the background can you place a progress bar over the component itself - NOT the whole page ?

[flexcoders] Change grid font size via actionscript?

2010-03-03 Thread Raymond Brown
We have a datagrid which we would like to change the fontsize of dynamically. i.e. mx:DataGrid id=table/ mx:Button label=+ click=increaseFontSize()/ private function increaseFontSize(): void { table.fontSize += 4; } The problem is you can't do something like table.fontSize. At least it

[flexcoders] Change TileList background color via actionscript

2010-03-03 Thread Raymond Brown
We have a TileList that when a user clicks a checkbox we would like to change the background color from white to red and backwards. Is this possible? Do we have to override a function because it doesn't seem like we can when we try to do it. We create a TileList using mx:TileList id=list and

[flexcoders] Re: Change grid font size via actionscript?

2010-03-03 Thread Sunil D
If you want to change a style in Actionscript, you need to use the setStyle method: table.setStyle(fontSize, 12); Sunil --- In flexcoders@yahoogroups.com, Raymond Brown silenttr...@... wrote: We have a datagrid which we would like to change the fontsize of dynamically. i.e. mx:DataGrid

Re: [flexcoders] Scrolling datagrid mixes up all the values...???

2010-03-03 Thread Alex Harui
If you are using a custom renderer, see past threads on recycling renderers. On 3/3/10 10:07 AM, MonkeyIsland sailorse...@yahoo.com wrote: Hello everyone, I'm having an issue with a datagrid. The dataprovider for my datagrid is an arrayCollection of objects (objectParentVO). My

Re: [flexcoders] Flex Module System ( Different programmers working on a single Project)

2010-03-03 Thread Alex Harui
Just build different SWFs with the classes you need and use Loader to load them. On 3/3/10 3:25 AM, akhter.fahim akhter.fa...@gmail.com wrote: Hi, I was looking into flex's modular approach where you create one main project and then say 5 smaller modules(projects) on which different

Re: [flexcoders] Change TileList background color via actionscript

2010-03-03 Thread Alex Harui
list.setStyle(“backgroundColor”, 0xFF); On 3/3/10 4:51 PM, Raymond Brown silenttr...@yahoo.com wrote: We have a TileList that when a user clicks a checkbox we would like to change the background color from white to red and backwards. Is this possible? Do we have to override a