[flexcoders] How to structure states for a number of subtle changes?

2007-05-26 Thread grantdotcox
I am looking for some guidance on how to structure states, for forms that can have a number of subtle overlapping changes. For example, a form to add/edit a simple data type: This form can either be used to creat

[flexcoders] Re: Flex 2 - Using removeChild/addChild to move children with removeEffect/addEf

2007-05-26 Thread jandersen1978
I think I'm having a very similar problem... I'm visually moving the child of one component to be placed over another with a Move effect and then changing the parent from the source component to destination component in the EffectEvent.EFFECT_END handler. I'm getting very similar errors intermitt

[flexcoders] Re: Conditional formatting of tree node labels

2007-05-26 Thread barry.beattie
Ivo, did you find a solution? the tree controls' "labelFunction" (instead of "labelField") could be an easy way out to conditionally modify the label's condition0 just a quick suggestion best'o'luck barry.b private function treeLabel( item:Object ) : String { var node:XML = XML(ite

[flexcoders] RemoteObject security

2007-05-26 Thread André Rodrigues Pena
hi all, I'd be glad with any tips on how to secure a RemoteObject in a Tomcat server. Thanks -- André Rodrigues Pena LOCUS www.locus.com.br

RE: [flexcoders] Re: [cairngorm-devel] Flex HotFix 2 and Cairngorm 2.2

2007-05-26 Thread Matt Chotin
We're going to be adding better update support into Flex Builder 3. Sorry that the hotfix installation is a pain, but not building out more installers allows us to release them faster and continue on things like Flex 3. We're not updating the main installs with the hotfixes for now, too much do

RE: [flexcoders] Re: Include CA certificate in flex for a SSL connection?

2007-05-26 Thread Sterling, Brian
One solution is to proxy the call through your own server. -Brian From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pioplacz Sent: Friday, May 25, 2007 10:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Include CA certif

[flexcoders] Re: Jetty with JOTM causes ClassCastException in FDS

2007-05-26 Thread Shailesh Mangal
Adding to this, I found that I can read the data (using Fill()) but as soon I use createItem(), FDS blows up (giving ClassCastException) -Shailesh --- In flexcoders@yahoogroups.com, "Shailesh Mangal" <[EMAIL PROTECTED]> wrote: > > Hi All, > >After struggling for a quite a while, I was able t

RE: {Disarmed} RE: [flexcoders] Flickr - Issue with LoaderContext

2007-05-26 Thread Alex Harui
Roughly speaking: AppDom/SecDom are for ActionScript code/classes. crossdomain.xml allows you to import code/classes into the same SecDom/AppDom so you can use the classes, otherwise you end up in a separate sandbox All instances of things in a separate sandbox are off-limits, and cannot acce

[flexcoders] Re: Is there any way around the crossdomain.xml

2007-05-26 Thread pioplacz
Ok, well tryed to talk to them but didn't get any response. But I will instead use the php proxy way, but now i've run into another problem so maybe you could help me out. In their API reference they wrote that I have to include this line in my application: System.setProperty("javax.net.ssl.t

Re: [flexcoders] Is there any way around the crossdomain.xml

2007-05-26 Thread John Robinson
First, ask the folks who provide the webservice to install a crossdomain.xml file for you. If that isn't an option, you can make a php/etc proxy file to do the loading for you. Google "php flash proxy". John John Robinson - Flash/Flex Developer at large Blog: http://jrobinsonmedia.wordpress.

[flexcoders] Is there any way around the crossdomain.xml

2007-05-26 Thread pioplacz
Hi! I'm trying to create an application that loads data from a wsdl webservice the problem is that I don't have access to the hosting server and I'm not possible to upload crossdomain file on it. That's why I'm asking you all, is there any way around it? Can i do something to make it work?

[flexcoders] custom tooltip for datagrid itemrenderer

2007-05-26 Thread Ary
Hi, i want to generate custom tooltips(with container inside?), from datagrid itemrenderer, i have manage to put dummy column for datagrid to trigger datatips, but the functions i found only limited to string, i want to put some image element and item data ...any hint? thanks in advance! ary

Re: [flexcoders] Re: Problem with RichTextEditor and states

2007-05-26 Thread Daniel Freiman
This is a feature. When a UIComponent is added flex executes the styles to make sure it look correct. The specific code is validateNow() in the UITextField. You could fix this using subclassing but this is probably a pain and more trouble than it's worth in your situation. I think you want to

[flexcoders]An error has occured. See error log for more details.

2007-05-26 Thread dorkie dork from dorktown
An error has occured. See error log for more details. [image: An error has occurred] [image: An error has occurred] I don't know what is causing this error or how to fix it but Flex Builder won't start up. I found this online but I still get the same error. http://flexworld.wordpress.com/2007/

[flexcoders] Re: TreeItemRenderer quick question

2007-05-26 Thread barry.beattie
no matter, I lucked onto the correct answer. it wasn't what I thought, labelFunction to the rescue instead: private function treeLabel( item:Object ) : String { var node:XML = XML(item); if( node.localName() == "question")

[flexcoders] Re: Fluid layout? Refresh container / component size?

2007-05-26 Thread grantdotcox
> Question, why do you have a Panel inside a canvas inside a popup? No reason, just the MXML component defaulted to Canvas, and I put a Panel in there for aesthetic reasons. I have changed the root node of the component to a Panel now :) Anyway, it appears the issue is because the popup actually

[flexcoders] TreeItemRenderer quick question

2007-05-26 Thread barry.beattie
I've just started looking into TreeItemRenderer as a way of solving a problem. with my lowest level leaf nodes, the label (should) come from the first 20 chars of the "@text" attribute. for the parents and grandparents of it (as folders), the label comes from the "@name" of those nodes. I take it

Re: {Disarmed} RE: [flexcoders] Flickr - Issue with LoaderContext

2007-05-26 Thread Jurgen Beck
I had this working for most part, retrieving and displaying the images from Flickr, but BitmapData.draw was always throwing a security sandbox violation when I needed to hide the canvas the Flickr images were displayed in. Karl Johnson has written more about it here: http://www.cynergysystems.

[flexcoders] Jetty with JOTM causes ClassCastException in FDS

2007-05-26 Thread Shailesh Mangal
Hi All, After struggling for a quite a while, I was able to configure Jetty with JOTM (to a point where it starts cleanly). Now I am getting a ClassCast Exception in JNDILookup. Wondering if anyone has come across following error (FDS output in Debug mode). Same issue is discussed on in decen

Re: [flexcoders] Mostrar todas las filas de un DataGrid sin necesidad de scroll

2007-05-26 Thread Alberto Albericio
Alex, you understood it very well hehe Let me answer him in Spanish... Como dice Alex, puedes utilizar la propiedad rowCount para conseguir esto: Observa que utilizamos rowCount vinculado a la longitud de nuestro dataProvider + 1, suponiendo que tienes visibles las cabeceras del datagrid. Pue

[flexcoders] Re: mxml-mode for Emacs

2007-05-26 Thread Andriy Panas
http://www.mail-archive.com/search?l=flexcoders%40yahoogroups.com&q=MXML+DTD+Schema&sourceid=Mozilla-search -- With flex regards, JabbyPanda