Subject |
Author |
Date |
|
Doug Coulson
|
Jun 27, 2007 - 7:08 PM
|
When I start my MDI application with the form maximised (which is what I want to have) the image shown is too large for the actual screen size and effect is that the top/bottom/left/right of my form are all cut off slightly. If I manually set the screen to a normal size and then back to maximum size it fixes itself. I was hoping that this would be fixed in v2.0 and in part I blame myself for not advising you of this bug which I took to be self evident. I can send a screen image if required. The cutoff image is on a Vista machine and I think the problem is consistent on non-Vista ones but have not checked that specifically.
|
|
Technical Support
|
Jun 28, 2007 - 7:28 AM
|
We confirm that this bug occurs on Windows Vista. Thanks for the report. We will fix it in the next release.
As a workaround you can use the following code: public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
protected override void OnShown(EventArgs e)
{
base.OnShown(e);
WindowState = FormWindowState.Maximized;
}
} The only shortcoming of this approach is that the application flicks a bit at startup.
|
|
Sven Rutten
|
Jun 28, 2007 - 5:09 AM
|
I can second that on a non-Vista (XP SP2)-Machine
|
|
Sven Rutten
|
Jun 27, 2007 - 3:57 AM
|
Hello
I’ve downloaded "Elegant Ribbon v.2.0 for .NET 2.0 (10.80Mb)", but when I start the installation, it says "This will install Elegant Ribbon v1.2". And then it says that I have already the same version (v1.2) installed...
Is this a wrong upload?
Thanks
Sven
|
|
Technical Support
|
Jun 27, 2007 - 10:25 AM
|
Thank you for reporting this problem. We renamed the file to ElegantRibbonSetup-v.2.0.exe and now there should not be any problems.
|
|
Sven Rutten
|
Jun 27, 2007 - 11:27 AM
|
Thanks for this nice release!!
|
|
Sven Rutten
|
Jun 23, 2007 - 4:36 AM
|
Hello
Which size is the best for a screentip image? I am always using 32x32, but sometimes it is cropping a bit of the image...
Sven
|
|
Technical Support
|
Jun 23, 2007 - 10:52 AM
|
Generally, there are no restrictions on the image size for screen tips, so you can use any. There is a bug relating to the layout of screen tip’s image in v.1.2. This bug is fixed and this may resolve your problem. Please wait for the next version that is to be released in a couple of days.
|
|
Sven Rutten
|
Jun 23, 2007 - 3:25 PM
|
Thanks that’s great to hear that this bug will be solved in the next version
|
|
Sven Rutten
|
Jun 22, 2007 - 8:31 AM
|
Hello
In your superb Ribbon UI Sample, you have combobox’s with a high of 22. How can I set that? I have a high of 25 and cannot change it... I am trying to put a label, a combobox and a Buttongroup in a vertical layout, but it doesnt have enough space, so it is putting the Buttongroup right of it...
But you have that in your example working, so I am curious how I can set the high...
Thanks
Sven
|
|
Technical Support
|
Jun 22, 2007 - 9:55 AM
|
The height of any combo box in the ribbon is calculated automatically and you cannot set it directly. We suspect that you may have set some specific font the combo box and that is why it is 25px in height. The wrong height leads to that you get a different layout. So please check this. We would recommend you use the same font for the whole application so it can be consistent. if the problem persists, just send us a test project that demonstrates the problem.
|
|
Sven Rutten
|
Jun 22, 2007 - 11:15 AM
|
I tried to change the font of the combobox, but that didnt change anything. But now I saw that I have to change the font of the Ribbon itself, now it seems to work, thanks
|
|
Mykola Kovalchuk
|
Jun 22, 2007 - 6:54 AM
|
Hi,
I downloaded Elegant Ribbon .NET control sample and see, that it does not support Glass effect under Windows Vista, but paints its own frame. Are you going to implement native Vista Glass effect in the nearest upgrades?
|
|
Technical Support
|
Jun 22, 2007 - 9:58 AM
|
The next version of Elegant Ribbon is ready and will be released in a couple of days. The Vista Glass effect will not be available in this release. But we will add it in the version that comes after that (July 2007).
|
|
Sven Rutten
|
Jun 20, 2007 - 12:56 PM
|
hello
How can I set the active RibbonTabPage?
So if I press on some part of my application, that the appropriate RibbonTapPage will be selected?
|
|
Technical Support
|
Jun 20, 2007 - 1:57 PM
|
Please use the Ribbon.CurrentTabPage property.
|
|
Sven Rutten
|
Jun 20, 2007 - 2:03 PM
|
Sorry I couldnt do it with that? What I want is, if I press on a button, that RibbonTabPage5 is selected
So remoted selection of a TabPage...
|
|
Technical Support
|
Jun 21, 2007 - 3:55 AM
|
Actually it works on our side. Would you send us a test project so we can check it?
|
|
Sven Rutten
|
Jun 22, 2007 - 8:28 AM
|
|
|
Sven Rutten
|
Jun 20, 2007 - 10:27 AM
|
Hello
how can I make a colored panel? What we have used until now, is just a label, with when I click on it, a color dialog is appearing and then after selecting a color, it is changing the backcolor of that label. But it doesnt seem that I can set the backcolor (I can set it, but it does not change) of a label or a panel ...
Is there any possibility to do taht?
Thanks
|
|
Technical Support
|
Jun 20, 2007 - 11:12 AM
|
Both the label and panel in Elegant Ribbon are painted in way that they are consistent with the current theme (either blue or black) and you cannot set the background color directly. What you could do to achieve what you need is to use the standard controls instead.
|
|
Sven Rutten
|
Jun 20, 2007 - 2:00 PM
|
Thanks. I have added a label to a RibbonGroup. That worked in the designer, but when I start it, the label doesnt show up in the RibbonGroup :-(
|
|
Technical Support
|
Jun 21, 2007 - 3:58 AM
|
It won’t work with a ribbon group, it works only on the form. We will change this in the version that is scheduled for release in July. At the moment, you can either wait or repaint the label yourself.
|
|
Sven Rutten
|
Jul 20, 2007 - 7:07 AM
|
Hello
Will the next release have this implemented for sure (possibility to set background color of a panel on ribbon), and when do you exactly plan to publish the next release?
Thanks
Sven
|
|
Technical Support
|
Jul 20, 2007 - 7:17 AM
|
Yes, this is feature will be available in the next release. It is scheduled for the end of July.
|
|
Sven Rutten
|
Aug 10, 2007 - 2:45 PM
|
Thanks for the RC1. I’ve tried to set the backcolor of a panel and a label of this version, but it’s still not possible?
|
|
Sven Rutten
|
Jul 20, 2007 - 8:23 AM
|
Thanks a lot, that’s great... I’ve painted now panels on it, but it’s not the perfect solution, so I’m looking forward to your release
|
|
Sven Rutten
|
Jun 22, 2007 - 8:28 AM
|
Ok I will paint a label myself
|
|
Technical Support
|
Jun 20, 2007 - 12:09 PM
|
We would like to add the following. In one of the next versions, we will improve this so that you can always override this default behavior.
|
|
Sven Rutten
|
Jun 20, 2007 - 12:54 PM
|
|
|
Sven Rutten
|
Jun 20, 2007 - 9:15 AM
|
Hello
If I enter a "!" into the Text of a Screentip (of a Textbox), Visual Studio 2005 is crashing...
|
|
Technical Support
|
Jun 20, 2007 - 9:56 AM
|
We failed to reproduce the problem you reported. The ScreeTip has the following properties: Caption, Image and Text. We typed in an exclamation mark ("!") in Caption and Text, nothing wrong happened. We used both v.1.2 and the version we are working on, and in both cases, there were no problems with entering an exclamation mark. Please let us know the exact build number of your Visual Studio.
|
|
Sven Rutten
|
Jun 20, 2007 - 10:25 AM
|
Hi
It’s version 8.0.50727.867 (German) with SP1 & Vista Patch running on Vista Ultimate...
But we’ve had other problems with VS 2005 in last time, it’s possible that a repair will fix it...
|
|
Sven Rutten
|
Jun 22, 2007 - 8:28 AM
|
Hm just did the same thing on another Machine (Non-Vista, XP MCE SP2, Englisch Visual Studio), and it happened also there...
Maybe it’s something with the OS Language (both are german here)...
But yeah it’s not really a bug for me, just wanted to let you know
|
|
Sven Rutten
|
Jun 20, 2007 - 4:35 AM
|
Hello
I love your tool, it’s really superb compared to others. One question though: E.g. if I add in Word 2007 a new Diagramm, I get a new temporary ribbon (which only appears when I press on the diagramm) It’s called "Diagrammtools" (on the Bar) with the two RibbonPanels "Layout" and "Format"
Is it possible to do this with your Ribbon Class too, and if yes, how?
Will the App Menu be implemented next week?
Thanks
Sven
|
|
Technical Support
|
Jun 20, 2007 - 5:42 AM
|
Thank you for the kind words. The feature that you are asking about is called Contextual tabs. Contextual tabs appear within some specific context in the application and provide the user with additional functionality. In the current version, this feature is not supported. This feature will not be available in the next version either (the next version is currently tested and will be released later this week and early next week). But Contextual tabs will be available in the version that comes after that and this feature is of high priority for us.
The Application Menu is ready and will be available in the next version (coming later this week).
|
|
Sven Rutten
|
Jun 20, 2007 - 5:46 AM
|
Hi
Thanks for your quick answer. Can I expect the version with the contextual tabs within 90 days? (just purchased it with 90 days updates)
Thanks
Sven
|
|
Technical Support
|
Jun 20, 2007 - 5:53 AM
|
We plan to release it within a month so you will definitely get it. Thank you for your choice, Sven.
|
|
Sven Rutten
|
Jun 20, 2007 - 6:26 AM
|
Question relating the key.
I have made a new VB Project (VS 2005) and added a ribbonpanel, nothing else.
Now I have this code:
Public Class Form1
Public Sub New()
’ Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent() Elegant.Ui.RibbonLicenser.LicenseKey = "KEY" ’ Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
End Sub End Class
But it still is giving me "You are using an evaluation version....."
Why?
|
|
Sven Rutten
|
Jun 20, 2007 - 6:27 AM
|
Ups sorry, my fault... :-) I had to put it in front of the InitializeComponent... How silly I am :-)
|
|
kjuzu s
|
Jun 17, 2007 - 12:24 PM
|
Great job, guys!!! I’ve yet to find a better ribbon than yours. But do you have any plans to add an app menu like in Office 2007?
|
|
Technical Support
|
Jun 18, 2007 - 4:22 AM
|
Thank you for the kind words. The application menu is already implemented and is now being tested. This feature and a number of other features will be available in the next release, which is scheduled for the next week.
|
|
Doug Coulson
|
May 17, 2007 - 7:01 PM
|
I have received the email on Prof-UIS 2.70 release which has Elegant Ribbon updates. Can you please advise when the Elegant Ribbon standalone release will be available with these features/fixes.
|
|
Technical Support
|
May 18, 2007 - 4:22 AM
|
The next release of Elegant Ribbon (v.1.2) is scheduled for the next week. Please note that Elegant Ribbon is not included in Prof-UIS 2.70 because the latter is a set of MFC components only.
|
|
Daniel Protopopov
|
May 9, 2007 - 5:34 AM
|
Hi there, I’m wondering about the way to add rows to the UnboundGridControl programmatically and can’t yet figure it out. Can you please assist me with this?
Thank you.
Daniel Protopopov
|
|
Technical Support
|
May 10, 2007 - 3:37 AM
|
You can see how to use UnboundGridControl in the following demos of the Simple Elegant Grid Demos sample: ClickCounterDemo, ProgressBarAndColorPickerDemo, and EnumsDemo. You can also read about this in Unbound Grid.
|
|
Daniel Protopopov
|
May 10, 2007 - 3:04 AM
|
I’ve decided to go with DataAdapters, but still am experiencing problems seeing the added rows in the BoundedGridControl.. I’ve setup Dataset, Table and such and specified DataSource and DataMembers as per instructed in the CommandSample example application, but all I see is a blank entry row that I can edit. That row still doesn’t save/remember data I’ve entered if edited manually.
Please help.
Thank you.
Daniel Protopopov
|
|
Technical Support
|
May 10, 2007 - 3:46 AM
|
It is not completely clear what you you are having problems with. Would you send us a small project that shows what’s wrong?
|
|
Daniel Protopopov
|
May 1, 2007 - 4:30 AM
|
Hi, I have a problem with TextBox from Elegant Ribbon set of controls. When I set UseSystemPasswordChar to true, it hides the text ONLY when I focus (i.e. click) on the textbox, but when the focus is lost, it is seen as clear text. Please suggest how to avoid that or if this is an issue in your BugTraq that you are aware of.
At the moment weaĖā¢re using your outstanding software on trial basis but are considering licensing it for our next product.
Thank you.
Daniel Protopopov
|
|
Daniel Protopopov
|
May 2, 2007 - 1:03 AM
|
How soon are you planning on releasing 1.2 version?
|
|
Technical Support
|
May 2, 2007 - 8:52 AM
|
Actually version 1.2 is ready and it is now being tested. It will be released within this month.
|
|
Technical Support
|
May 1, 2007 - 8:44 AM
|
Thank you for reporting this bug. We will fix it in the next version 1.2 (coming soon).
|
|
TR Hockamier
|
Apr 28, 2007 - 12:46 PM
|
Is it possible to create groups that are ’sticky’ across tabs?
In other words: I have a group call "Clip Text" with various clips I want to use from all tabs in my application - can I have this show up on each tab?
Thanks!
|
|
Technical Support
|
Apr 30, 2007 - 12:07 PM
|
We have what you want but this feature is not recommended by Microsoft Ribbon UI Specification. You application would much better fit the ribbon idea if the controls were not moved from group to group dynamically. The better way would be to use Quick Access Toolbar, which will be available in the v1.2 (coming soon).
Still, if you want to move controls from group to group, you can do this in the Ribbon.CurrentTabIndexChanged event handler.
|
|
TR Hockamier
|
Apr 28, 2007 - 11:36 AM
|
Here is all I found from the help file: XML-based skinning You can easily modify or completely change the look and feel of your application by modifying the existing XML files.
I looked into all the samples and checked the forum but found no examples or docs on how to do this.
Am I missing something?
Are there samples or docs on how to do this and is there an xsd that exists to develop the xml file correctly?
Thanks!
|
|
Technical Support
|
Apr 30, 2007 - 11:56 AM
|
The UI appearance of the ribbon control is controlled by an XML file and, if you have the source code, it is possible to change the appearance by modifying this file. But it turned out not so easy for our customers to do this so we removed this from the feature list and decided to implement a skin editor instead so the developer could do this without delving into XML and implementation details. So we are sorry for this inaccuracy and will remove this from the help. The skin editor is in our to-do list.
|
|
Craig Monro
|
Oct 11, 2007 - 7:47 PM
|
Hi, I have been evaluating your control for a few weeks now and am thoroughly impressed by it.
I was however wondering if this ’skin editor’ is still in progress and if so, when might it be (approximately) available?
|
|
Rick Ratayczak
|
Apr 22, 2007 - 11:00 PM
|
Over time, with development in the environment, having the form frame skinner on a form, the height of the form increases steadily. Have you noticed that too?
|
|
Technical Support
|
Apr 23, 2007 - 8:55 AM
|
Thank you for reporting this bug. We will fix it as soon as possible.
|
|
Achim Schäfer
|
Apr 6, 2007 - 11:08 AM
|
Hi, I’m trying vers. 1.1 and get some strange error when using the ribbon with an inherited form.
I’ve a form called "baseForm" which has a ribbon and a tabpage (with some controls for login and other common tasks) and other forms inherited from that form.
As long as I do not add commands to the base form buttons I can call up the inherited form in design mode - but having added commands (e.g. for the login button on the base form) Visual Studio (Team Suite with SP1, english version) gives me the following error:
"An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Elegant.Ui.CommandManager.RegisterCommand(Command command) "
But I can compile and start the project and run the inherited form w/o any errors - only design view isn’t possible (but that makes work a little hard *g*).
Any idea?
I already tried to modiy the ApplicationCommands.cs file by putting the new constructors from definition to a static constructor surrounded by try-catch but w/o success.
TIA by the Handball Association of Bavaria Achim
|
|
Technical Support
|
Apr 10, 2007 - 8:49 AM
|
We are sorry but we failed to reproduce the problem. Would you send us a test project that demonstrates this?
|
|
Hamid Mp
|
Apr 1, 2007 - 2:39 AM
|
Hi, do you missed right to left layout support? i want to have controls(close, minimize, maximize) right corner of form, what did by right to left layout properties and right to left both.
|
|
Technical Support
|
Apr 1, 2007 - 9:30 AM
|
The RTL is not supported in the current version. We plan to add this feature in one of the next versions.
|
|
George Faraj
|
Mar 26, 2007 - 12:45 PM
|
Is it possible to resize the ribbon? I need to make the height a little smaller, but I haven’t been able to change the Height property. I want to change the height of the tab pages, basically.
Thanks, George
|
|
Wim Haanstra
|
Jun 19, 2007 - 2:08 PM
|
That would be an excellent feature, but I might want to take it step further even. Is it possible to make it sort of ’Auto hiding’ like the panels in Visual Studio?
I researched a couple of Ribbon’s found on the internet, but this one is definitely the best one I encountered.
|
|
Technical Support
|
Jun 20, 2007 - 3:09 AM
|
Thank you for the kind words. The Auto Hide mode is implemented and will be added in v.1.3, which is scheduled for release this week. In this mode the ribbon behaves similar to Auto-Hiding panels in VS. You can enter (exit) this mode by double-clicking the ribbon or pressing Ctrl-F1.
|
|
Technical Support
|
Mar 27, 2007 - 4:10 AM
|
Because child controls in the ribbon have a special layout, you cannot change the ribbon’s size directly. Instead you can try setting different values for Ribbon.Font, Ribbon.SmallImageSize and Ribbon.LargeImageSize properties.
Please note the official 2007 Microsoft Office System User Interface Design Guidelines document contains the following requirement:
"The Ribbon MUST be exactly tall enough to display three vertically stacked controls that use 16x16 pixel icons at 96 dpi."
|
|
George Faraj
|
Mar 27, 2007 - 8:11 AM
|
Changing the image sizes to a smaller value doesn’t seem to change anything, larger values do though. Changing the Font sizes does make the ribbon smaller, but the text now looks too small. I understand this wasn’t something that this control was designed for, but we would like to make it a little smaller if possible. Can you think of other suggestions?
Thanks
|
|
Technical Support
|
Mar 27, 2007 - 8:46 AM
|
The current layout is designed based on the Microsoft guidelines and in fact there is no spare room that can be sacrificed if you would like to have 16x16 icons and a normal text size. There is another feature that we plan to add in one of the next releases: double clicking a ribbon tab makes the ribbon collapsed and double clicking a tab once again makes it restored back. Is this feature can help you workaround what you would like to achieve?
|
|
George Faraj
|
Mar 26, 2007 - 9:58 AM
|
When I use the Ribbon control with CustomTitleBarEnabled set to true, my form is always set to be full-screen. If that property is false, then everything’s fine. Is there any way to change that behavior?
As a side note, is there plans to release an API reference for the Ribbon?
Thank, George Faraj
|
|
Zaharia Octavian
|
Sep 18, 2009 - 4:04 AM
|
My vista is Ultimate and the I do not know what SP is? I can reproduce the problem quite easy, just force the virtual PC and the problem is consistent meaning every time I maximize the window the full client screen is filled. I use VMware Workstation version 6.0.3 for managing the virtual machine
|
|
Technical Support
|
Sep 18, 2009 - 4:30 AM
|
Sorry for not being clear. SP means a service pack. The current service pack for Vista is 2 (http://technet.microsoft.com/en-us/windows/dd262148.aspx). Windows service packs fix the bugs and issues discovered from when an OS was released. Could you install SP 2 and see if the problem is gone? If not, can we connect to your desktop and fix the bug on the spot? In this case, we need Visual Studio 2005 on the virtual OS where the problem happens.
|
|
Technical Support
|
Mar 27, 2007 - 3:40 AM
|
The Ribbon.CustomTitleBarEnabled property is set to true by default so there should not be any problems with it and our samples work OK. So we need more details about the problem so we can reproduce it.
We will add the full API reference in one of next 1.x versions.
|
|
George Faraj
|
Mar 27, 2007 - 8:20 AM
|
This happens with the samples provided in the SDK too. I open the Ribbon UI sample from the Programs menu. It starts in a "restored down" state in the middle of my screen. When I click on the Maximize button, it goes fullscreen, i.e it hides the Windows taskbar.
My system is: Windows XP Professional Version 2002 SP2 Pentium D CPU 3.20 GHz 3.50 GB of RAM Physical Address Extension
If you need any more information, please let me know.
|
|
Technical Support
|
Mar 27, 2007 - 8:53 AM
|
Thank you for the complete description. Unfortunately, we failed to reproduce the problem on Windows XP SP2. The Ribbon UI sample is restored OK, without hiding the task bar. We can guess that there might be something specific to your machine so we would like to ask you to install Elegant Ribbon on another machine and let us know if the problem persists. This would allow us to localize the problem.
|
|
George Faraj
|
Mar 27, 2007 - 9:01 AM
|
I’ve installed the Ribbon on a couple of other computers. The samples seem to work correctly on those. Running our application with the ribbon still goes full-screen in those, though. It seems to be one of those "on/off" bugs, but I have no idea what it could be.
Thanks.
|
|
Technical Support
|
Mar 27, 2007 - 9:17 AM
|
Would you send us a simple test project that reproduces the problem so we can help you find out what’s wrong?
|
|
Zaharia Octavian
|
Sep 14, 2009 - 7:35 AM
|
Do you found a solution for this problem? I am having the same problem but on Vista on a virtual machine. All projects, from the distribution and my own on maximize are full screen including windows task bar?
|
|
Technical Support
|
Sep 14, 2009 - 9:24 AM
|
We fixed a similar problem in the past. At least, we are unaware of this problem in v.3.2. Could you let us know the following?
- Which version are you using? - The DWM is off, correct? - Any non-standard settings of the taskbar like when it is docked not to the bottom or the autohide is on?
|
|
Zaharia Octavian
|
Sep 15, 2009 - 12:27 AM
|
The version is 3.2. The DWM is not active, I just turn it of from services and the window of the application still is full screen at maximize. The windows taskbar has the usual settings. One row, no auto hide. If I set the taskbar to tow rows the same happens? On windows XP sp2 I can not reproduce the problem. You can see some screen shots at the following links "http://h.imagehost.org/0079/example_vista.jpg" the way how it looks. It is all the available screen area "http://a.imagehost.org/0703/taskbar_settings.jpg" the settings page of the task bar
|
|
Zaharia Octavian
|
Sep 18, 2009 - 3:42 AM
|
Do you have any suggestions regarding this issue? It is very important!!
|
|
Technical Support
|
Sep 18, 2009 - 3:55 AM
|
Yes, we tested it on Virtual PC with Windows Vista SP1. We tested it for quite a lot of time and managed to reproduce the problem only twice. In other words, it takes quite an effort to get the ribbon app in full screen. On common Vistas with SP2 it does not happen. Could you let us know if you have the same? Is it difficult to reproduce? If the problem is easily reproducible on your side, we will look into it again.
|
|
Zaharia Octavian
|
Mar 9, 2010 - 1:06 AM
|
Hi there! I am returning to this problem now because I have a situation on Windows 7 where the problem reappeared. It happens also on XP sp2 but only is an exception occurred in the application thread, but restarting the application fixes the problem. Do you have some information about way this is happening or what could cause it? Regards, Octavian
|
|
Technical Support
|
Mar 11, 2010 - 7:31 AM
|
Does this problem appear constantly or from time to time? If we had any test project that illustrates this issue, we would definitely fix this immediately.
|