Subject |
Author |
Date |
|
Marco Scarpa
|
Jul 2, 2012 - 1:21 AM
|
Today i received your email... "Your current technical support subscription is about to expire" In 2012 no technical support and no update.... Maybe i don’t pay technical support subscription... bye marco
|
|
PETITJEAN Olivier
|
Jun 15, 2012 - 7:59 AM
|
Hello,
I located a bug on ribbon controls. When formFrameSkinner transforms the form, at application starts it reduces it by a few pixels. As my application saves the form size at the exit and restores it on startup. My application loses haureur in each launch.
Furthermore the transformation process is visible and it is not very esthetic. Another remark also the ribon resizing and scrolling datagridview its very slow (even on core i7, 16GB Ram, ATI HD 8600 1GB)
|
|
Marco Scarpa
|
May 16, 2012 - 3:49 AM
|
Hi i have some numericupdown controls on a ribbon. They are bound to a custom class. It was all right. Now i need the user confirm before apply the change made on a numericupdowncontrol. I tried to use Validating Event of each numericupdowncontrol but i get a strange behaviour: it fires randomly. Can you help me? Thanks bye Marco
|
|
Geoff Barcalow
|
May 4, 2012 - 10:10 AM
|
The TabStop property exists but setting it to true does not prevent the control from receiving focus while tabbing.
|
|
Roberto PƔrraga Zambrano
|
Apr 7, 2012 - 9:36 AM
|
When will the new version of Elegant Ribbon? They are taking too long, the competition is ahead because they have released new versions of their products as DotNetBar. Elegant Ribbon is a good product, do not let him lose. Roberto
|
|
Geoff Barcalow
|
Mar 26, 2012 - 2:33 PM
|
Add a ContextMenu to a UserControl, create a new UserControl that inherits the first and you get an error in the designer.
VS.Net 2010 , .NET Framework 2.0, Platform: Active (x86), Platform target: x86
Object reference not set to an instance of an object. Instances of this error (1) at Elegant.Ui.ContextMenuDesignerHelper..ctor(ContextMenu contextMenu) at Elegant.Ui.ContextMenu.set_Site(ISite value) at System.ComponentModel.Container.Add(IComponent component, String name) at System.ComponentModel.Container.Add(IComponent component) at Elegant.Ui.ContextMenu..ctor(IContainer container) at Tpsc.Csrt.Controls.ItemListBase.InitializeComponent() in C:\Users\e1120\documents\visual studio 2010\Projects\TpscCsrt\TpscCsrtControls\ItemListBase.Designer.cs:line 37 at Tpsc.Csrt.Controls.ItemListBase..ctor() in C:\Users\e1120\documents\visual studio 2010\Projects\TpscCsrt\TpscCsrtControls\ItemListBase.cs:line 15
|
|
John Pag
|
Mar 7, 2012 - 12:53 AM
|
I need to get panel background color when i change elegant themes.
How i can do it programmatically? When i try like this Elegant.UI.Panel panel1 = new Elegant.UI.Panel();
Color mColor = Elegant.UI.Panel.BackColor;
mColor it’s not the painted color for this panel.
|
|
Qusai ALHejazi
|
Feb 28, 2012 - 10:17 PM
|
I am running Elegant Ribbon 3.1 and am having this Message at run time "You are using an evalution copy of the Elegant Ribbon." how can i fix that ? I am developing in Vb.net 2005.
|
|
Johnny Jƶrgensen
|
Mar 7, 2012 - 1:38 AM
|
Quite a strange question, because if you had a license for it, ytou would also have that information?!?!?! Anyhow here’s the info: To disable the background window indicating that an evaluation copy of Elegant Ribbon is used, just specify the license key in your code before the first use of the ribbon:
[C#]
[STAThread]
private static void Main()
{
Elegant.Ui.RibbonLicenser.LicenseKey =
"XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX";
Application.Run(new MainForm());
}
[VB.NET]
Imports Elegant.Ui
Public Class MainForm
Shared Sub New()
Elegant.Ui.RibbonLicenser.LicenseKey =
"XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
End Sub
End Class You will of course have to replace the X’s with your own license code.
|
|
Manoj Shinde
|
Feb 9, 2012 - 6:14 AM
|
Please remove the license key and update it with ###.
|
|
Roberto PƔrraga Zambrano
|
Dec 31, 2011 - 4:25 AM
|
When released the new version of Elegant Ribbon? We will have a Tabbed MDI control? ROBERTO
|
|
pars pride
|
Dec 30, 2011 - 6:49 AM
|
hello, i have been told that this feature is not available in Elegant ribbon and its very disappointing that in the rest of products by this this , html is supported but elegant ribbon. :( how to set the font for screen tip?
|
|
Helmut Wahrmann
|
Dec 15, 2011 - 9:36 AM
|
I’m using 2 Elegant.Ui.RadioButton objects inside a Elegant.Ui.GroupBox
The first Button is checked as default. When selecting the second button, i would expect, like in standard Forms versions, the first button to be unchecked. But both buttons are now checked.
Is this a known problem?
|
|
Technical Support
|
Dec 19, 2011 - 6:06 AM
|
In order to achieve the expected behavior, you should set the RadioButton.RadioGroupName property to the same value for both instances inside your GroupBox as follows: radioButton1.RadioGroupName = radioButton2.RadioGroupName = "RadioGroup1";
|
|
Helmut Wahrmann
|
Dec 19, 2011 - 10:43 AM
|
|
|
Malcynn Maf
|
Nov 28, 2011 - 11:32 AM
|
Visual Studio 2008 Visual Basic Elegant Ribbon 4.2.0.0 When we try to install our application on another system we get the following error: Unable to install or run the application. The application requires that assembly ELEGANT.UI.RIBBON version 4.2.0.0 be installed in the GLobal Assembly Cache (GAC) first. Please contact system administrator. I checked the references and the followig is installed: Elegant.Ui.Common 4.2.0.0 Elegant.Ui.Grid 4.2.0.0 Elegant.Ui.Ribbon 4.2.0.0 Elegant.Ui.Navigation 4.2.0.0 What am I mising here...
|
|
Technical Support
|
Dec 6, 2011 - 12:51 PM
|
If you have a license with the source code, please make sure that the assemblies you distribute and the assemblies your application uses are signed with the same key.
|
|
Malcynn Maf
|
Nov 20, 2011 - 11:47 AM
|
Language Visual Basic 2008 .net --- OS: Windows XP/7 Elegant Ribbon - Calendar Control We are using the trial edition to see if the Calendar Control will work for our application. I trying to see if I can color code certain days (Holidays - Red, Busy Days - Yellow, Locked Days - Blue - these dates are not ranged but scattered throught the calendar year). In the calendar control that comes with visual studio it does not allow you to change the background for that particular day, will your controll allow that. I have tried using the daystyles but have failed to make it happen. Do you have any samples or further documentation other then the one page listed under featured articles?
|
|
Technical Support
|
Nov 21, 2011 - 1:17 PM
|
You can look at the Controls Sample which comes with the Elegant UI distributive. On the Calendar demo page you will find "Custom Painting Demo" button which starts the demo illustrating overdrawing of each calendar day in a certain way. This feature is available through a Calendar.DrawDay event and a Calendar.UseCustomDayDrawing property. You can look at the sample implementation in the CaledarPage.cs file of the Controls Sample project.
|
|
Malcynn Maf
|
Nov 20, 2011 - 11:37 AM
|
Language: Visual Basic 2008 .net --- OS: Windows 7 64bit/XP
|
|
Malcynn Maf
|
Nov 20, 2011 - 11:36 AM
|
|
|
Alexander Kaay
|
Nov 16, 2011 - 5:05 PM
|
Greetings-- If I do the following: - put an Elegant.UI.Panel onto a Ribbon bar, - then put a multiline textbox or richtextbox inside the panel - everything works as expected except the cursor is invisible. ShowCaret / HideCaret WIN API calls do not help. This is related to an earlier discussion about multiline text boxes within the ribbon. We need that functionality, Windows.Forms controls work, but it would great to be able to see the cursor. Please help. -A
|
|
Alexander Kaay
|
Nov 21, 2011 - 1:19 PM
|
Thank you. I have the latest, 4.2.
|
|
Technical Support
|
Nov 21, 2011 - 1:17 PM
|
We can provide you with the update that fixes a bug with the cursor. Please tell us which version you are using.
|
|
Alexander Kaay
|
Nov 15, 2011 - 9:47 PM
|
Greetings-- I am updating my applications to Aero look for Win Vista and 7 and I am having trouble with some of the elegant controls, for example: 
All button text is painted transparent. I have tried the obvious such as changing different colors, etc. with the same result. The screenshot above is obtained by adding a few elegant ui controls to the somewhat well known MSDN example from http://msdn.microsoft.com/en-us/magazine/cc163435.aspx . How do I configure elegant UI controls to look properly? Thank you, -Alexander
|
|
Alexander Kaay
|
Nov 15, 2011 - 9:47 PM
|
Greetings-- I am updating my applications to Aero look for Win Vista and 7 and I am having trouble with some of the elegant controls, for example: 
All button text is painted transparent. I have tried the obvious such as changing different colors, etc. with the same result. The screenshot above is obtained by adding a few elegant ui controls to the somewhat well known MSDN example from http://msdn.microsoft.com/en-us/magazine/cc163435.aspx . How do I configure elegant UI controls to look properly? Thank you, -Alexander
|
|
Technical Support
|
Dec 6, 2011 - 12:50 PM
|
Thank you for reporting the issue. Unfortunately it can only be fixed in the next version.
|
|
Reza Habibi
|
Nov 9, 2011 - 8:40 AM
|
Hi,
if i place a Elegant contoll (Button, ..) in my form and start the programm then is the position of the controll diffrernt between XP and Windows 7. Is there one solution. regards,
Reza
|
|
Milan Hudec
|
Nov 8, 2020 - 9:45 AM
|
No, it is not solved at all...
|
|
Reza Habibi
|
Nov 22, 2011 - 9:15 PM
|
Hello, this problem is solved with then new Verison 4.2 Trhank you Regards, Reza
|
|
Technical Support
|
Nov 21, 2011 - 1:12 PM
|
Could you please provide us with a sample, illustrating the issue?
|
|
Keith Jeram
|
Nov 8, 2011 - 3:41 AM
|
I can set the Tag property of an Elegant.Ui.Gallery item image in the Gallery Item Collection Editor, but when I try to read the image Tag in code it returns null. In my code the gallery item is obtained using Elegant.Ui.GalleryItem item = (Elegant.Ui.GalleryItem)BulletsGallery.Items[BulletsGallery.Items.IndexOf(BulletsGallery.SelectedItem)]; This returns the item as expected, but reading the image Tag using item.Image.Tag returns null (the image is not null). Could you explain why this is please. I am using ribbon v 4.2.
Many thanks.
|
|
Technical Support
|
Nov 21, 2011 - 1:11 PM
|
This happens because image properties that you assign in the designer are not serialized. Set the Tag property for you gallery items images in runtime so it will work.
|