-
As a follow up my previous post, can the Screentip be added to a Sandribbon button programatically? I can't seem to find the property to do this. Dean
-
Hi, I’m using the SandRibbon with Silverlight 3. I’ve a toolbar in a ChildWindow. The buttons inside the toolbar work perfect. Beside buttons I’ve also placed a textbox and label in the toolbar. Programmatically I can change the content/text with no problem. But at runtime I can’t...
-
We have been successful building the tabs, groups, buttons and menu lists for SandRibbon programmatically. However, we would like some of our buttons to stack vertically as per your example using the StackPanel. How can we do this in code as there is no items collection for the StackPanel or is there...
-
Any Help would be greatly appreciated: Winform application developed in .Net Framework 2.0 with Divelements SandRibbon for Visual Studio 2005 I can run the application in all Windows environments except certain Win7 x32 version When the application initializes the following error appears: Windows 7 Error...
-
I'm working on a window-ish silverlight project using the SandRibbon as a base for menus The problem reveiled it self when opening a really memory intensive part of the application and then removing the control, it would not dispose it self properly and release the memory. So i made a test program...
-
All, I would like to put a set of sub RibbonTabs within a parent RibbonTab using the SandRibbon for Silverlight. I have tried several ways of doing this. And the only possible way of doing this is by using a Ribbon within a RibbonGroup child of the parent RibbonTab. The only problem with this approach...
-
Hi all, I'm adding and/or removing items in the RecentDocuments collection of the applicationmenu AT RUNTIME (in the BeforePopup event). Unfortunately, it seems that this approach does not resize automatically the ApplicationMenu as my added documents are appearing below the visible area... Any attempt...
-
Hi Tim, The SandDock and Sand Ribbon are excellent. Thank you very much for creating such a high quality product. I have a RibbonGroup and a SandRibbon.Button that is split. I can catch the MouseLeftButtonUp event on the small lower portion of the split. How can I get it for the larger portion where...
-
Hi All I have an application making use of SandGrid/SandRibbon/SandDock. I have just upgraded the SandRibbon to version 1.6.6 (will be upgrading to 1.6.8 as soon as I re-register) and now the application is failing during deployment using Click Once under Windows XP. The funny thing is that it is only...
-
Hi Tim, Thanks for your prompt response. Is there a way to at least add a context menu to the recent document list so that i could simulate it with a menu that has a pin option then I can simply call the function to add the pinned document to the list and manage this myself in a list and everytime a...