|
Home > Archive > Macromedia Flash Server > May 2005 > OT: combox box
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Simon Lord 2005-05-02, 5:45 pm |
| I'm not getting any traction on this question in coders...
// --------------------------
I have the following working fine:
takeAction.dropdown.setPropertiesAt(1, {icon:"info"});
.... but what I would *also* like to happen is to get the icon to appear
in the *combobox* itself. Right now I can only get them to appear in
the combobox *dropdown* portion and not the actual combobox itself.
// --------------------------
Sincerely,
Simon
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Ryan Matsikas 2005-05-02, 5:45 pm |
| youll have to extend the combo box, as that functionality is not
supported by the combobox, its a feature of the rowRenderer
On 5/2/05, Simon Lord <slord-1+jUDDTtyItWk0Htik3J/w@public.gmane.org> wrote:
> I'm not getting any traction on this question in coders...
>=20
> // --------------------------
> I have the following working fine:
>=20
> takeAction.dropdown.setPropertiesAt(1, {icon:"info"});
>=20
> ... but what I would *also* like to happen is to get the icon to appear
> in the *combobox* itself. Right now I can only get them to appear in
> the combobox *dropdown* portion and not the actual combobox itself.
> // --------------------------
>=20
> Sincerely,
> Simon
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Simon Lord 2005-05-02, 5:45 pm |
| Ah, thanks Ryan. That explains why it's not in the manuals... :P
On May 2, 2005, at 3:09 PM, Ryan Matsikas wrote:
> youll have to extend the combo box, as that functionality is not
> supported by the combobox, its a feature of the rowRenderer
>
> On 5/2/05, Simon Lord <slord-1+jUDDTtyItWk0Htik3J/w@public.gmane.org> wrote:
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
Sincerely,
Simon
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Stefan Richter 2005-05-03, 7:45 am |
| Has anyone extended this to get it to work? I'd be interested myself...
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Simon Lord
> Sent: 02 May 2005 22:55
> To: FlashComm Mailing List; Ryan Matsikas
> Subject: Re: [FlashComm] OT: combox box
>
> Ah, thanks Ryan. That explains why it's not in the manuals... :P
>
>
> On May 2, 2005, at 3:09 PM, Ryan Matsikas wrote:
>
> actual combobox
> Sincerely,
> Simon
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|