Navigating between windows (Gurdy) - 2/19/2007 5:29 AM PST
by: gurdy
hi! before blend beta, used navigate scene scene using following code. navigationservice ns = navigationservice.getnavigationservice(this); ns.navigate(new uri("window2.xaml", urikind.relative)); not work now. know replace with? mary
by: unni ravindranathan (ms)
i think brennon right. trying navigate window, not allowed. difference between old builds , new they, default, when created new item, used create "scene" element derived grid. now, default, create window cannot nested inside other windows, navigated to, etc. sample attached. thanks, -unni "gurdy" <gurdy@discussions.microsoft.com> wrote in message news:5d90945d-eae4-4977-9a98-4a5986c8f29c@microsoft.com... > hi brennon, > > crashes when click button bring new page. > crash > else, too? or us. there other way > navigate? > seems fundamental problem. suppose use layers , > assign them zindex, doesn't seem best solution, > although > maybe is. thoughts? > > thanks! > mary > > "brennon williams" wrote: > >> howdy, >> >> cant navigate window, need change root element >> page >> , should still work... i've not tested lately far >> >> know there has been no change navigation service. >> >> let me know how go. >> >> cheers >> -- >> http://www.learnexpressionblend.com >> http://www.expressionblend.com >> http://www.resourcedictionary.com >> http://www.x-coders.com >> >> >> "gurdy" wrote: >> >> > hi! >> > >> > before blend beta, used navigate scene scene using >> > >> > following code. >> > navigationservice ns = navigationservice.getnavigationservice(this); >> > ns.navigate(new uri("window2.xaml", urikind.relative)); >> > not work now. know replace >> > with? >> > >> > mary
Expression > Expression Blend + SketchFlow
Comments
Post a Comment