Re: [Flashcoders] How would I use an "insert target path" dialog in my own components?
I appreciate it- I have a copy of "Extending Flash 2004" here at the office that I think will have to be what I end up referring to. Mani On 3/21/06, elibol <[EMAIL PROTECTED]> wrote: > > I'm sorry Mani, I think I know what you're talking about however I don't > know how to do it, but might I suggest, the answer should be found in > documentation, however I do not doubt that you've already gone through it, > in which case you should try searching the flashcoders list archives for > keywords that might describe what you're needing. > > Best of luck, > > M. > > On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > > > elibol, > > > > Thanks for the quick response. I understand that part. Where I'm stuck > > is > > trying to create a window like the one in the actionspanel where a > person > > can select an instance name from the hierarchy of instances on the > stage. > > Would you happen to know how to get that to appear. I'm starting to > think > > it might be only available if I create a dialog. > > > > Mani > > > > On 3/21/06, elibol <[EMAIL PROTECTED]> wrote: > > > > > > those are inspectable properties, you use meta tags to identify them: > > > > > > [Inspectable] > > > private var item_library_ID:String; > > > > > > or something like: > > > > > > [Inspectable(enumeration='vertical,horizontal', > > defaultValue='vertical')] > > > private var proportion:String; > > > > > > Search Flash help for Inspectable to get a better idea of what you can > > do. > > > > > > M. > > > > > > On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > > > > > > > How do I put the "insert target path" dialog in a component so that > > > people > > > > can target a particular component? > > > > > > > > Thanks- > > > > > > > > Mani > > > > ___ > > > > Flashcoders@chattyfig.figleaf.com > > > > To change your subscription options or search the archive: > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > Brought to you by Fig Leaf Software > > > > Premier Authorized Adobe Consulting and Training > > > > http://www.figleaf.com > > > > http://training.figleaf.com > > > > > > > ___ > > > Flashcoders@chattyfig.figleaf.com > > > To change your subscription options or search the archive: > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > Brought to you by Fig Leaf Software > > > Premier Authorized Adobe Consulting and Training > > > http://www.figleaf.com > > > http://training.figleaf.com > > > > > ___ > > Flashcoders@chattyfig.figleaf.com > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] How would I use an "insert target path" dialog in my own components?
I'm sorry Mani, I think I know what you're talking about however I don't know how to do it, but might I suggest, the answer should be found in documentation, however I do not doubt that you've already gone through it, in which case you should try searching the flashcoders list archives for keywords that might describe what you're needing. Best of luck, M. On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > elibol, > > Thanks for the quick response. I understand that part. Where I'm stuck > is > trying to create a window like the one in the actionspanel where a person > can select an instance name from the hierarchy of instances on the stage. > Would you happen to know how to get that to appear. I'm starting to think > it might be only available if I create a dialog. > > Mani > > On 3/21/06, elibol <[EMAIL PROTECTED]> wrote: > > > > those are inspectable properties, you use meta tags to identify them: > > > > [Inspectable] > > private var item_library_ID:String; > > > > or something like: > > > > [Inspectable(enumeration='vertical,horizontal', > defaultValue='vertical')] > > private var proportion:String; > > > > Search Flash help for Inspectable to get a better idea of what you can > do. > > > > M. > > > > On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > > > > > How do I put the "insert target path" dialog in a component so that > > people > > > can target a particular component? > > > > > > Thanks- > > > > > > Mani > > > ___ > > > Flashcoders@chattyfig.figleaf.com > > > To change your subscription options or search the archive: > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > Brought to you by Fig Leaf Software > > > Premier Authorized Adobe Consulting and Training > > > http://www.figleaf.com > > > http://training.figleaf.com > > > > > ___ > > Flashcoders@chattyfig.figleaf.com > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] How would I use an "insert target path" dialog in my own components?
elibol, Thanks for the quick response. I understand that part. Where I'm stuck is trying to create a window like the one in the actionspanel where a person can select an instance name from the hierarchy of instances on the stage. Would you happen to know how to get that to appear. I'm starting to think it might be only available if I create a dialog. Mani On 3/21/06, elibol <[EMAIL PROTECTED]> wrote: > > those are inspectable properties, you use meta tags to identify them: > > [Inspectable] > private var item_library_ID:String; > > or something like: > > [Inspectable(enumeration='vertical,horizontal', defaultValue='vertical')] > private var proportion:String; > > Search Flash help for Inspectable to get a better idea of what you can do. > > M. > > On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > > > How do I put the "insert target path" dialog in a component so that > people > > can target a particular component? > > > > Thanks- > > > > Mani > > ___ > > Flashcoders@chattyfig.figleaf.com > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] How would I use an "insert target path" dialog in my own components?
those are inspectable properties, you use meta tags to identify them: [Inspectable] private var item_library_ID:String; or something like: [Inspectable(enumeration='vertical,horizontal', defaultValue='vertical')] private var proportion:String; Search Flash help for Inspectable to get a better idea of what you can do. M. On 3/21/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: > > How do I put the "insert target path" dialog in a component so that people > can target a particular component? > > Thanks- > > Mani > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
[Flashcoders] How would I use an "insert target path" dialog in my own components?
How do I put the "insert target path" dialog in a component so that people can target a particular component? Thanks- Mani ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com