Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Hello, Had anyone faced a flash forms problem that sometimes you can use it? I means, some controls, often the bottom ones (some times one of them, sometimes two, three, etc), became unclickable? We're running some test with different plug-in versions and browsers, but this is really hard to

Re: Flash Form unclickable

2005-05-13 Thread John Dowdell
Fabio Terracini wrote: Had anyone faced a flash forms problem that sometimes you can use it? I means, some controls, often the bottom ones (some times one of them, sometimes two, three, etc), became unclickable? ... Any suggestions? One good tack with an unusual problem is the some or all?

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
- Actually, it seems only one SWF, that finish with the following code: cfformitem type=spacer/cfformitem cfformitem type=hrule/cfformitem cfformitem type=spacer/cfformitem cfformgroup type=vertical !--- removed ---

Re: Flash Form unclickable

2005-05-13 Thread dave
@houseoffusion.com Subject: Re: Flash Form unclickable - Actually, it seems only one SWF, that finish with the following code: type=horizontal name=btn_delete value=Deletar tooltip=Você remove do sistema este usuário. style=textRollOverColor: ##FF; value=Salvar tabindex=19 tooltip=Você salva no sistema

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Yes, diferent minor versions of Flash 7, like 7.0.14, 7.0.19, and so on. And debug don't help/show anything. The error isn't at the flash form compile. No log errors messages at all. When the problem occurs the flash form is already compiled. Thanks! Fabio Terracini dave wrote: different

Re: Flash Form unclickable

2005-05-13 Thread dave
can you paste the entire form code an i will take a look. ~Dave the disruptor~ From: Fabio Terracini [EMAIL PROTECTED] Sent: Friday, May 13, 2005 6:00 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Flash Form unclickable Yes, diferent minor

re: Flash Form unclickable

2005-05-13 Thread dave
~ From: Fabio Terracini [EMAIL PROTECTED] Sent: Friday, May 13, 2005 4:30 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Flash Form unclickable Hello, Had anyone faced a flash forms problem that sometimes you can use it? I means, some controls, often the bottom

Re: Flash Form unclickable

2005-05-13 Thread dave
-Talk cf-talk@houseoffusion.com Subject: Re: Flash Form unclickable Yes, diferent minor versions of Flash 7, like 7.0.14, 7.0.19, and so on. And debug don't help/show anything. The error isn't at the flash form compile. No log errors messages at all. When the problem occurs the flash form

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
, May 13, 2005 4:30 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Flash Form unclickable Hello, Had anyone faced a flash forms problem that sometimes you can use it? I means, some controls, often the bottom ones (some times one of them, sometimes two, three, etc), became unclickable? We're

Re: Flash Form unclickable

2005-05-13 Thread dave
-talk@houseoffusion.com Subject: Re: Flash Form unclickable Dave, the form is working properly. The only problem is the one I described it. The code I sent is only a small part, and that variable will always exists. Thanks anyway. -- Fabio Terracini dave wrote: I think you have several problems

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, The problem is the that sometimes the flash form (that do what pretends to do) sometimes became unclickable. The cfif is because the variable is evaluated as a boolean. It always exists, but it's value can be true or false. -- Fabio Terracini dave wrote: ok, but if you are having

Re: Flash Form unclickable

2005-05-13 Thread dave
: Friday, May 13, 2005 7:08 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Flash Form unclickable Dave, The problem is the that sometimes the flash form (that do what pretends to do) sometimes became unclickable. The cfif is because the variable is evaluated as a boolean. It always exists

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Subject: Re: Flash Form unclickable Dave, The problem is the that sometimes the flash form (that do what pretends to do) sometimes became unclickable. The cfif is because the variable is evaluated as a boolean. It always exists, but it's value can be true or false. -- Fabio Terracini dave wrote