[flexcoders] Re: How does Flex Builder validate a BlazeDS/LCDS J2EE project?

2008-12-21 Thread Michael Slinn
Filed as http://bugs.adobe.com/jira/browse/FB-16422

Re: [flexcoders] DataGrid and CheckBoxes

2008-12-21 Thread Simon Bailey
Alex could you please if possible give an example of how you would manage the selected check box and deselection of the other items within the renderer? On 21 Dec 2008, at 05:35, Alex Harui wrote: Manipulating renderers from outside the renderer is usually the cause of trouble like

[flexcoders] Re: Programmatically managing BlazeDS ServerConfig

2008-12-21 Thread Michael Slinn
Cornel, You are doing the opposite of what I am doing. Instead of letting the compiler generate the code to read the XML configuration files, and then examining the variables, I am attempting to set the XML directly and configure BlazeDS that way, without using data files bound into the SWF.

[flexcoders] Re: Tree problems

2008-12-21 Thread Amy
--- In flexcoders@yahoogroups.com, Dan Vega danv...@... wrote: Well i used that approach before and now I am back to using the same approach. A placholder to that array works great but the problem I had before is coming up again. when I click the folder no data shows up but the data is in

Re: [flexcoders] Re: Tree problems

2008-12-21 Thread Dan Vega
I would rather take that approach because there can be an infinite number of children and I want it to be fast. Thats why Ithink loading when requested is better for this scenario. How can I tell the tree to refresh its view? Thank You Dan Vega danv...@gmail.com http://www.danvega.org

[flexcoders] ActionScript RemoteObject - Trying to learn so please be patient :-)

2008-12-21 Thread wkolcz
I am trying to wrap my head around trying to move my RemoteObjects out of mx:Script and into a AS Class File. I thought I would put all the set up code in the constructor and then just have functions that call methods on the instantiated RemoteObject. I am getting errors (as to be expected from a

Re: [flexcoders] ActionScript RemoteObject - Trying to learn so please be patient :-)

2008-12-21 Thread Dan Vega
Your RO variable is out of scope, you defined as a local variable to the constructor. You need to set it up outside of there. public class ProjectGateway { private var RO:RemoteObject; ProjectGateway() { RO = new RemoteObject();

Re: [flexcoders] ActionScript RemoteObject - Trying to learn so please be patient :-)

2008-12-21 Thread wkolcz
Thanks, that cleared the error on the AS page! Of course now I am getting an error on my .mxml page. TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.isavepets.projects::ProjectGateway/list() at ASRemoteObject/initApp() Here is my .mxml

[flexcoders] TourDeFlex in linux

2008-12-21 Thread Deniz Davutoglu
Hi I installed air 1.5 for linux an TourDeFlex in ubuntu 8.10 but after install I cant find TourDeFlex in any menu does any one knows hot to reach to app? Thanks

Re: [flexcoders] DataGrid and CheckBoxes

2008-12-21 Thread Simon Bailey
Just to note its not that my renderer is now not driven from the data property but that one selected checkbox selects the whole row and individual checkbox selection i.e. within a column and row is the struggle whilst ensuring on scroll things dont get messed right up? On 21 Dec 2008, at

Re: [flexcoders] What kind of applications do you build with flex?

2008-12-21 Thread Fotis Chatzinikos
The size of the flex library is quite small when developing a complete web site / application in flex... 300KBs nowadays is the size of a medium resolution jpg.. On Sun, Dec 21, 2008 at 9:40 AM, Hyder hyder_...@hotmail.com wrote: Seeing the physical size overhead that comes bundled with the

[flexcoders] Re: Rendering Problem

2008-12-21 Thread Rafael Faria
Any other idea why the rendering problem is happening? I have heaps of components running at the same time and i have no clue how to debug what could be wrong that makes the screen flicks. anyone had problems like that and found a workaround!? thanks rafael --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Loading network SWFs from SWF hosted on filesystem (SWF is not a loadable module

2008-12-21 Thread hughesmatt78
I appreciate that we aren't replicating the true production environment and I'm actually trying to figure out a way to do testing from the server while maintaining developer productivity, but the question remains: Does Flash player allow a Application SWF hosted by the filesystem load a module

Re: [flexcoders] Re: Rendering Problem

2008-12-21 Thread Michael Prescott
That's interesting that Steve mentioned autoLayout. We had a similar problem with a bunch of image rollovers that were all flickering as a group, and it turned out to be that because we hadn't told them their height or width, they were having to lay themselves out to find out - hence the flicker

Re: [flexcoders] Re: Tree and array data

2008-12-21 Thread Pat Buchanan
Dan Glad you got it figured out. Could you post your solution here for future searchers? Thank you! On Fri, Dec 19, 2008 at 4:29 PM, Dan Vega danv...@gmail.com wrote: nm..im a dummy! got it On Fri, Dec 19, 2008 at 3:06 PM, Dan Vega danv...@gmail.com wrote: I think I am finally getting

RE: [flexcoders] Re: Loading network SWFs from SWF hosted on filesystem (SWF is not a loadable module

2008-12-21 Thread Alex Harui
Modules are a Flex thing and require applicationdomain sharing, so loading a swf directly from the internet into a local sandbox won't work. Folks run into this snag on AiR all the time and have used URLLoader to load the SWF as a ByteArray and then use loadBytes to load the Module. Flex 3.2

RE: [flexcoders] DataGrid and CheckBoxes

2008-12-21 Thread Alex Harui
I assume you've been to my blog and looked at the checkbox examples there. I haven't had time to go through your code, but the idea is that a checkbox's selected state usually either reflects the selected state of the row, or the Boolean value of some field in the data, generally one

[flexcoders] Gumbo livedocs available as download?

2008-12-21 Thread Mic
Gonna be somewhere without internet connection for a couple of weeks can't live without Gumbo ...can I download the Gumbo livedocs from somewhere ... cannot find anywhere on the online Gumbo livedocs to do this ... tia Mic.