[flexcoders] unable to see the design view on sdk upgrade

2010-05-13 Thread sudeshdas
Hi all, My previous SDK was 3.0 now i have upgraded my sdk to 3.4. When I upgraded I am not able to see the design view. It is giving the message This component is based on Application, which is not a visual component. can any one help me to fix this problem thanks Sudesh

[flexcoders] Re: Issue:Authentication issue on edge server + LCDS 3.1 java based loadtesting tool

2010-05-13 Thread Mete Atamel
Hi Sanjit, First off, ChannelSet#login and ChannelSet#logout are the preferred ways of authenticating with BlazeDS/LCDS. Producer/Consumer/RemoteObject#setCredentials would work but the problem with setCredentials method is that it doesn't return an AsyncToken and hence you can't listen for

[flexcoders] Need your help to do my mini project.

2010-05-13 Thread Sathya
Hello, I have to do my mini project. My guide advices me to do in cairngorm framework. And i have the required soft-wares (Flex Builder 3, Flex Builder 3 Plugin, Eclipse 3.4, 3.5 and 3.6 , Cairngorm plugin (bin files) and Zend studio for eclipse etc..). But i do not know how to merge merge

[flexcoders] Re: unable to see the design view on sdk upgrade

2010-05-13 Thread mitek17
Yep, this is a typical bug-free Flex behaviour Try to delete all project from the workspace, restart FB and recreate projects from the scratch. --- In flexcoders@yahoogroups.com, sudeshdas sudesh...@... wrote: Hi all, My previous SDK was 3.0 now i have upgraded my sdk to 3.4. When I

[flexcoders] Re: Folder-style dragOver highlight on tree

2010-05-13 Thread Amy
--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: I'm now aware of dropIndicatorSkin and found an example that customized the skin to do this: g.beginFill(0xa1bde2, 0.5); g.drawRect(-5, -1, w, 23); which is obviously a

[flexcoders] Re: Strange Behavior When Loading Sub Application

2010-05-13 Thread jmbo...@bellsouth.net
Alex, Your suggestion will work and in fact, that is the way we were doing it. Unfortunately, we needed to create a Robotlegs context so that we can listen for ADD_TO_STAGE events and allow it to automatically mediator our view components (see below). That is why I added the sub-app as a

[flexcoders] Flex 4 - Datagrid column header and data problem

2010-05-13 Thread Kovács Richárd
Dear List, I am new to flex, and to the list as well. I have a very strange behaviour which I cannot really understand. There is a Datagrid in my app, and there is an arraycollection connecting to it. The column's headers of the Datagrid come from another arraycollection. The header sometimes

[flexcoders] Application requiring streaming data

2010-05-13 Thread sasuke
Hi all, I'm currently working on an use case/application which is something along the following lines: When the user successfully logs in the application, he would be shown a graph/some statistical data. This data would be real time in the sense that it would be updated with a granularity of

Re: [flexcoders] how to style a ComboBox - Dropdown ?

2010-05-13 Thread Alex Harui
It depends on the dropdown. The default is List. On 5/13/10 7:46 AM, Nick Middleweek n...@middleweek.co.uk wrote: Hi, I'm trying to find all the CSS options that are available so I can style up my ComboBox - Dropdown menu. Looking at the Language Reference I can see all the Styles

Re: [flexcoders] Re: Strange Behavior When Loading Sub Application

2010-05-13 Thread Alex Harui
Flex SWFs must be on-stage in order to load. Are you worried about missing an ADD_TO_STAGE event? Maybe send a fake one on applicationComplete. On 5/13/10 7:51 AM, jmbo...@bellsouth.net jim_bo...@premierinc.com wrote: Alex, Your suggestion will work and in fact, that is the way we were

Re: [flexcoders] Flex 4 - Datagrid column header and data problem

2010-05-13 Thread Alex Harui
That is expected. A . in the dataField means that the column should display sub-properties of complex objects. You can set the headerText separately from the dataField. On 5/13/10 7:18 AM, Kovács Richárd krich...@halamar.hu wrote: Dear List, I am new to flex, and to the list as well. I

Re: [flexcoders] how to style a ComboBox - Dropdown ?

2010-05-13 Thread Nick Middleweek
ok, cool... Thanks Alex, Does it say that in the docs? I can't see it and have been stumped on similar things like this before when a styleProperty refers to another .stylename Cheers, Nick On 13 May 2010 18:30, Alex Harui aha...@adobe.com wrote: It depends on the dropdown. The default

[flexcoders] Re: Strange Behavior When Loading Sub Application

2010-05-13 Thread jmbo...@bellsouth.net
Robotlegs uses the ADD_TO_STAGE to auto-magically mediate view components so dispatching 1 event would not work...I would have to dispatch 1 for each component. I can manually mediate the components, but that is a lot of work for a large app and takes the magic away from RL. I will just have

Re: [flexcoders] how to style a ComboBox - Dropdown ?

2010-05-13 Thread Nick Middleweek
ah ha... ComboBox.dropdownFactory = Class factory that creates an mx.controls.List On 13 May 2010 19:45, Nick Middleweek n...@middleweek.co.uk wrote: ok, cool... Thanks Alex, Does it say that in the docs? I can't see it and have been stumped on similar things like this before when a

Re: [flexcoders] Re: Strange Behavior When Loading Sub Application

2010-05-13 Thread Alex Harui
Thinking about this a bit more, every child of the sub-swf except its systemmanager should get an ADD_TO_STAGE around the time of applicationComplete in the sub-swf. Flex builds the SWF’s ui off-stage. So maybe there’s something else going on. On 5/13/10 12:01 PM, jmbo...@bellsouth.net

[flexcoders] how do i make a function call to a class bindable?

2010-05-13 Thread luvfotography
how do I make a function call to a package bindable? when I call the public function clear(), the bindable class doesn't get updated?? ie student.fname or student.lname ex: package { [Bindable] public class student{ private var _fname:String; private var _lname:String;

[flexcoders] Deleting row datagrid | Itemrenderer shows incorrect data

2010-05-13 Thread ilikeflex
Hi I want to remove the row of datagrid. In one of the columns i have checkbox as item renderer.I select checkbox and i delete the row.But the challenge, i am facing is that when i remove the row from datagrid, the next row's checkbox becomes selected which i do not want. How can i avoid

[flexcoders] How do i install the debug player?

2010-05-13 Thread Clark Stevenson
Hey guys. I installed FB4 tonight for the 60 day trial and also Flash. Everything was great but obviously i need a debug player as some .dll was not found. I downloaded the latest debug from here: http://www.adobe.com/support/flashplayer/downloads.html Firstly: Active x wont install because

Re: [flexcoders] How do i install the debug player?

2010-05-13 Thread Oleg Sivokon
Sorry, this may upset you, but FB and Flash player aren't really related... also there's no need to install standalone player, it's just not a program that requires installation, after you run any copy of it it will create a file association to SWF files (will make itself a default program to open

[flexcoders] AS3 to .NET 3.5 WCF Service

2010-05-13 Thread inteliarchs
Hello, Thank you for your response. Has anyone ventured down the path of writing a AS3 to WCF Service without using FluorineFx or WebORB? I have a project requirement not to use these tools (yikes) :) Please provide me with an example if you have done this so I can hit the ground running.

[flexcoders] ImageSnapshots, embedded binary, and local-with-networking

2010-05-13 Thread kazoobrewer
I'm having issues taking ImageSnapshots in my local-with-networking SWF. The content it doesn't like is images (Loader instances) loaded from an embedded blob: [Embed(source=payload.zip, mimeType=application/octet-stream)] The blob is zipped, so there's some byte manipulation on the

Re: [flexcoders] Application requiring streaming data

2010-05-13 Thread Evan Klein
You are looking for messaging services. Messaging services come out of the box with BlazeDS and Livecycle Data services. Both products have a Java API for creating the producer components to push messages down to clients. Livecycle , however is about $40K / CPU and has advanced functionality

[flexcoders] Re: Deleting row datagrid | Itemrenderer shows incorrect data

2010-05-13 Thread turbo_vb
Your CheckBox itemRenderer is getting recycled after the delete. Use a custom itemRenderer for the CheckBox. http://blogs.adobe.com/aharui/item_renderers/ http://blogs.adobe.com/aharui/item_renderers/ -TH --- In flexcoders@yahoogroups.com, ilikeflex ilikef...@... wrote: Hi I want to remove

Re: [flexcoders] AS3 to .NET 3.5 WCF Service

2010-05-13 Thread Peeyush Tuli
Use SOAP? googling can give you a lot of sample code. Peeyush Tuli Adobe Certified Expert http://www.metadesignsolutions.com On Fri, May 14, 2010 at 12:41 AM, inteliarchs inteliar...@yahoo.com wrote: Hello, Thank you for your response. Has anyone ventured down the path of writing a AS3 to