![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | SmartTag Any idea how to implement such thing like SmartTag into WPF app? Thanks, Jan |
My System Specs![]() |
| | #2 (permalink) |
| | Re: SmartTag Jan, By SmartTag do you mean the little box that shows up in the corner of the control at design time and drops down a menu-like control with properties? If this is what you meant then I'm afraid that this feature is not supported in Cider anymore. However Cider has pretty powerfull extensibility model based on adornments that can be used to implement this feature. Download the latest CTP of Cider and look at the docs to see how the new extensibility model works. -- HTH Stoitcho Goutsev (100) "Jan Kucera" <uam@centrum.cz> wrote in message news:36906538-A1F4-4EDC-86B2-858C96B9E541@microsoft.com... > Any idea how to implement such thing like SmartTag into WPF app? > > Thanks, > Jan |
My System Specs![]() |
| | #3 (permalink) |
| | Re: SmartTag Hi Stoitcho, yes this is the thing. However, instead of looking for that in Cider, I would like to write my own application in WPF which could display smart tags... but I have no idea how to write such smart tag using code... Jan "Stoitcho Goutsev (100)" <100@100.com> wrote in message news:%23ExXpAlDHHA.348@TK2MSFTNGP06.phx.gbl... > Jan, > > By SmartTag do you mean the little box that shows up in the corner of the > control at design time and drops down a menu-like control with properties? > If this is what you meant then I'm afraid that this feature is not > supported in Cider anymore. However Cider has pretty powerfull > extensibility model based on adornments that can be used to implement this > feature. > Download the latest CTP of Cider and look at the docs to see how the new > extensibility model works. > > > -- > HTH > Stoitcho Goutsev (100) > > "Jan Kucera" <uam@centrum.cz> wrote in message > news:36906538-A1F4-4EDC-86B2-858C96B9E541@microsoft.com... >> Any idea how to implement such thing like SmartTag into WPF app? >> >> Thanks, >> Jan > > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: SmartTag Jan, You can create and adorner control (derived form the Adorner WPF class - this is different than Cider adorners) and have a context menu to drop when the adorner is clicked or hovered. Ofcourse there is going to be more logic to that. What part exactly bothers you? -- Stoitcho Goutsev (100) "Jan Kucera" <uam@centrum.cz> wrote in message news:972AFA26-34F8-45B9-9521-2D0A27DCC14A@microsoft.com... > Hi Stoitcho, > yes this is the thing. However, instead of looking for that in Cider, I > would like to write my own application in WPF which could display smart > tags... but I have no idea how to write such smart tag using code... > > Jan > > > "Stoitcho Goutsev (100)" <100@100.com> wrote in message > news:%23ExXpAlDHHA.348@TK2MSFTNGP06.phx.gbl... >> Jan, >> >> By SmartTag do you mean the little box that shows up in the corner of the >> control at design time and drops down a menu-like control with >> properties? If this is what you meant then I'm afraid that this feature >> is not supported in Cider anymore. However Cider has pretty powerfull >> extensibility model based on adornments that can be used to implement >> this feature. >> Download the latest CTP of Cider and look at the docs to see how the new >> extensibility model works. >> >> >> -- >> HTH >> Stoitcho Goutsev (100) >> >> "Jan Kucera" <uam@centrum.cz> wrote in message >> news:36906538-A1F4-4EDC-86B2-858C96B9E541@microsoft.com... >>> Any idea how to implement such thing like SmartTag into WPF app? >>> >>> Thanks, >>> Jan >> >> > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: SmartTag Well actually I was afraid of drawing or animating not persistent graphics on the surface. But if I use a control I expect this is not my problem now. ;-) Thanks for replies. "Stoitcho Goutsev (100)" <100@100.com> wrote in message news:%23p8G3uwDHHA.3396@TK2MSFTNGP02.phx.gbl... > Jan, > > You can create and adorner control (derived form the Adorner WPF class - > this is different than Cider adorners) and have a context menu to drop > when the adorner is clicked or hovered. Ofcourse there is going to be more > logic to that. > > What part exactly bothers you? > > > -- > Stoitcho Goutsev (100) > > "Jan Kucera" <uam@centrum.cz> wrote in message > news:972AFA26-34F8-45B9-9521-2D0A27DCC14A@microsoft.com... >> Hi Stoitcho, >> yes this is the thing. However, instead of looking for that in Cider, I >> would like to write my own application in WPF which could display smart >> tags... but I have no idea how to write such smart tag using code... >> >> Jan >> >> >> "Stoitcho Goutsev (100)" <100@100.com> wrote in message >> news:%23ExXpAlDHHA.348@TK2MSFTNGP06.phx.gbl... >>> Jan, >>> >>> By SmartTag do you mean the little box that shows up in the corner of >>> the control at design time and drops down a menu-like control with >>> properties? If this is what you meant then I'm afraid that this feature >>> is not supported in Cider anymore. However Cider has pretty powerfull >>> extensibility model based on adornments that can be used to implement >>> this feature. >>> Download the latest CTP of Cider and look at the docs to see how the new >>> extensibility model works. >>> >>> >>> -- >>> HTH >>> Stoitcho Goutsev (100) >>> >>> "Jan Kucera" <uam@centrum.cz> wrote in message >>> news:36906538-A1F4-4EDC-86B2-858C96B9E541@microsoft.com... >>>> Any idea how to implement such thing like SmartTag into WPF app? >>>> >>>> Thanks, >>>> Jan >>> >>> >> > > |
My System Specs![]() |