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
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
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
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
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
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
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
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
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
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.
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?
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
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
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/
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")
> 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
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
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.
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
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
http://www.mail-archive.com/search?l=flexcoders%40yahoogroups.com&q=MXML+DTD+Schema&sourceid=Mozilla-search
--
With flex regards,
JabbyPanda
21 matches
Mail list logo