New Posts New Posts RSS Feed: ShellView
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

ShellView

 Post Reply Post Reply
Author
chip@thoth.com View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Sep-2012
Location: Dallas TX
Posts: 2
Post Options Post Options   Quote chip@thoth.com Quote  Post ReplyReply Direct Link To This Post Topic: ShellView
    Posted: 03-Oct-2012 at 11:13am
Thank you for taking the time to answer my question. It helps me better understand how your framework operates.
Chip Wingate
Back to Top
mgood View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 18-Nov-2010
Location: Emeryville, CA
Posts: 583
Post Options Post Options   Quote mgood Quote  Post ReplyReply Direct Link To This Post Posted: 03-Oct-2012 at 6:19am
There is nothing to change in Cocktail in order to use the RibbonWindow. Cocktail doesn't care what controls you use in your views. This behavior appears to be a quirk of the RibbonWindow. The issue is that popups in WPF are modal, so it appears that the RibbonWindow doesn't finish rendering until the modal dialog is closed.
 
Looks like with the RibbonWindow you can't do the login in OnViewLoaded. You'll have to do the login some other way. Maybe the user needs to click on a login button first or present the login view inside the RibbonWindow's content area instead of doing it as a popup.
Back to Top
chip@thoth.com View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Sep-2012
Location: Dallas TX
Posts: 2
Post Options Post Options   Quote chip@thoth.com Quote  Post ReplyReply Direct Link To This Post Posted: 28-Sep-2012 at 1:32pm
If I add the Ribbon Control to the Temphire sample and change from Window to RibbonWindow the main window does
not appear until after the user logs in. Where within Cocktail can I make the changes to accept RibbbonWindow as the main window. Thank you for your help.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down