Subject |
Author |
Date |
|
Helmut Wahrmann
|
Nov 4, 2011 - 3:40 PM
|
|
|
Technical Support
|
Nov 8, 2011 - 7:44 AM
|
You should try a transparent Elegant.Ui.Panel as an internediate container between your controls and the tab page. Elegant.Ui.Panel supports scrolling since version 3.8. Until that version there is no visually consistent way to use scrolling functionality.
|
|
Helmut Wahrmann
|
Nov 12, 2011 - 7:11 AM
|
Works perfect.
Thanks for the hint
|
|
Imgen Wakin
|
Oct 17, 2011 - 11:14 PM
|
I don’t want user to be able to minimize the ribbon, so I need to disable the default context menu on the Ribbon, how can I do so?
|
|
Technical Support
|
Dec 6, 2011 - 12:50 PM
|
If you want to disable ribbon minimization by the user, you should use the Ribbon.AllowMinimizing property.
|
|
Imgen Wakin
|
Oct 17, 2011 - 11:14 PM
|
I’m using Elegant Ribbon 3.5 + Windows 7 + Visual Studio 2008
|
|
Imgen Wakin
|
Oct 16, 2011 - 5:13 AM
|
I’m using multiple line text box in Ribbon. But no matter which value I set to AcceptsReturn, the new line can not be created using ’Enter’ key
|
|
Technical Support
|
Oct 17, 2011 - 1:42 PM
|
The multiline text box is not supported in the Ribbon. Sorry for this inconvenience.
|
|
Alexander Kaay
|
Nov 15, 2011 - 9:53 PM
|
Is there any plan to support that? I need that functionality as well. Thank you!
|
|
Imgen Wakin
|
Oct 16, 2011 - 8:48 PM
|
Just tested, multiline textbox it works fine on a form but not in the ribbon
|
|
Imgen Wakin
|
Oct 16, 2011 - 8:21 PM
|
I have found that when set Multiline to true, there are one more issue as well - if I put some text in the multiline textbox, then switch ribbon tab and switch back to the tab where I was previously, the text box can not be focused. When I click the textbox, the text in it disappear. Seems like there are a lot of issues of multiline text box in Ribbon
|
|
Imgen Wakin
|
Oct 16, 2011 - 9:41 AM
|
The Enter key is captured by the Ribbon class instead of the text box. Is there a way to walk around this?
|
|
Imgen Wakin
|
Oct 16, 2011 - 9:29 AM
|
Seems like the ’Enter’ key is not captured by the textbox at all. I wonder where does the enter key gets processed?
|
|
Imgen Wakin
|
Oct 16, 2011 - 5:13 AM
|
BTW, I’m using Elegant Ribbon 3.5 with Visual Studio 2008 Pro + Win7 x64
|
|
Wali Akthar
|
Sep 29, 2011 - 7:06 AM
|
I am trying to add images to a elegant.ui.combobox but cannot figure out how to proceed. I can add items but cannot associate images with these individual items. Thanks,
|
|
Technical Support
|
Oct 6, 2011 - 5:46 AM
|
Please use the ComboBox.ItemImagePropertyName and SampleComboBox.ItemHeight properties. Their usage is illustrated in the Controls sample(DataEntryControlsPage.cs).
|
|
Wali Akthar
|
Sep 29, 2011 - 7:08 AM
|
BTW I am using version 4.2.0.0 of Elegant.UI.Common
|
|
Merab Chikvinidze
|
Sep 17, 2011 - 4:04 AM
|
1: I have installed elegant ui ribbon 3.8 and it works fine. but now i have installed version 4.2 and now when i want to open my previous project, visual studio crashes. (then i went to 3.8 version again and it works fine). what can be reason of it?
2: if I will buy license for 4.2 version it will work for version 3.8 too?
|
|
Technical Support
|
Sep 22, 2011 - 1:56 PM
|
Could you please send us the project you are experiencing problems with? Also we would like to know the version of the Visual Studio you are using. If it is not possible for you to send us the project, could you please try to attach a debugger to the crashing Visual Studio instance and then send us the stack trace?
As for your license question, the license keys are different but we can provide you with an earlier key.
|
|
Travis Metcalf
|
Sep 1, 2011 - 9:16 AM
|
We have observed that when when using our software (with a recently integrated Ribbon) on Windows XP, a NullReferenceException is thrown from inside the message loop, which causes the application to crash. We are using v4.2 of the Elegant Ribbon. Here is the stack trace:
Object reference not set to an instance of an object.
at Elegant.Ui.Ribbon.??(InputSpyMouseEventArgs ?) at Elegant.Ui.Ribbon.?.? ???(InputSpyMouseEventArgs ?) at Elegant.Ui.InputSpy.NotifyAboutMouseUpEvent(IInputSpyMouseListener[] listeners, MouseButtons buttons, Int32 x, Int32 y, IntPtr hwnd) at Elegant.Ui.InputSpy.MouseHookProc(Int32 nCode, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.UnsafeNativeMethods.PeekMessage(MSG& msg, HandleRef hwnd, Int32 msgMin, Int32 msgMax, Int32 remove) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at com.alibre.app.ApplicationHost.run() at com.alibre.client.ClientContext.runLaunch() at com.alibre.client.ClientContext.run() at com.alibre.app.Client.Main(String[] arguments)
As you can see, it seems to implicate the Ribbon framework here. (In the top two lines, there were some weird characters--presumeably obfuscated class/method names--that did not paste through.) We are still working on figuring out exactly what action is triggering it and what steps can be used to reproduce it. However, it has reproduced on each of the Windows XP systems we have tried it on so far, and none of the computers running Vista or 7. It seems to be somewhat random, as it has been observed to occur anywhere from once every 4 hours to 5 times in one hour. When the Ribbon is turned off in our software, it no longer occurs. Any idea what might be going on here? We’re still trying to get a better understanding of it, but given that it’s happening in the Ribbon internals, it’s hard for us to debug. Any help would be appreciated.
|
|
Ivan Ivanov
|
Jun 11, 2013 - 12:57 PM
|
Object reference not set to an instance of an object
|
|
Imgen Wakin
|
Aug 21, 2011 - 6:33 PM
|
I downloaded Elegant Ribbon 4.2 and it seems that even if I put a FormFrameSkinner onto the form, the title bar and the control boxes don’t change at all. But in the designer I did see that it has changed. What’s going on here? Why it’s OK in design mode, not in runtime?
|
|
Technical Support
|
Aug 27, 2011 - 10:37 AM
|
What operating system are you using? On Windows Vista and higher the aero effect is on by default so you can force the FormFrameSkinner not to use the aero by setting the ForFrameSkinner.AllowGlass property to false.
|
|
John Howe
|
Aug 14, 2011 - 3:20 AM
|
Hi Guys, These controls appear to be mssing the usual BeginUpdate() and EndUpdate() methods. If this is by design, how would you load a couple of thousand items without the box continually updating? Regards John
|
|
Technical Support
|
Aug 18, 2011 - 1:55 AM
|
We have to admit that ComboBox doesn’t really provide a way to load large amounts of data so we will fix this in the next version. Regarding the ListBox: it implements the ISupportInitalize interface which can be used when large amounts of data is being added.
|
|
Roberto Párraga
|
Aug 9, 2011 - 4:55 PM
|
Hi, for the next version will have tabbed mdi? I need this component and want it to be as good as the navigation bar, I expect new features in the navigation bar.
Roberto
|
|
Technical Support
|
Aug 18, 2011 - 1:56 AM
|
Thank you for the suggestion, we will consider adding the tabbed mdi feature in one of the next releases.
|
|
John Pag
|
Jul 25, 2011 - 11:49 PM
|
I try to download new version Elegant ribbon, but my antivirus show me virus message. Please check Elegant Ribbon v.4.2 for .NET and tell me when you get the version without the viruses.....
|
|
Technical Support
|
Jul 27, 2011 - 11:38 AM
|
Thank you for your report. We scanned our product with various types of antivirus programs and found no infected files. We think that the scan results on your site are false positive. Please update you antivirus database and try it again.
|
|
Andre Schardong
|
Jul 25, 2011 - 10:11 AM
|
I’m using Elegant Ribbon 4.2 and getting this error on DEBUG mode:
An unhandled exception of type ’System.InvalidOperationException’ occurred in System.Windows.Forms.dll Additional information: Cross-thread operation not valid: Control ’’ accessed from a thread other than the thread it was created on
Has anyone experienced similar problem? Is there a solution for that?
VS.Net 2010 SP1 and project version is .Net 3.5
Thank you
|
|
Andre Schardong
|
Jul 26, 2011 - 12:45 PM
|
Hello,
I figured out that the problem happens when I use Elegant Ribbon with another third part GIS control. I will try send you stack trace.
Regards
|
|
Technical Support
|
Jul 26, 2011 - 2:11 AM
|
Could you provide us with a stack trace of the issue? Thank you.
|
|
Juan Venter
|
Jun 29, 2011 - 2:15 AM
|
We have upgraded to the latest version of Elegant Ribbon (v 4.2). Everything works fine on my PC where my designer is. However, when I make a build and download it at a client, the program does not start, because the Elegant Ribbon dll’s are not registered. Any advice?
|
|
Technical Support
|
Jun 29, 2011 - 11:27 AM
|
We suspect the problem is that Elegant.UI.Ribbon assembly wasn’t added intto GAC. Could you check this? Please let us know if the problem is still there.
|
|
Juan Venter
|
Jun 24, 2011 - 7:59 AM
|
The skinner makes some of the forms a little smaller, cutting off components. We are using Elegant Ribbon v3.2. Is this a known bug? Or are we missing a setting? Regards ~ Juan
|
|
Juan Venter
|
Jun 29, 2011 - 2:17 AM
|
We have 300p plus forms in the program, so that’s not an option.  Thank you. We have upgraded.
|
|
Technical Support
|
Jun 25, 2011 - 5:09 AM
|
We had such issue in previous versions and it was fixed. If you don’t want to upgrade to the latest version (4.2), we would recommend that you make your form bigger in height so it won’t cut the components after shrinking.
|
|
Marco Scarpa
|
Jun 9, 2011 - 7:54 AM
|
Hi when i insert a togglebutton in a group it fits the whole group height. When i insert one more togglebutton it appears at the right side of the previous one. How can i place two or more togglebutton one over the other in a single column? thanks marco
|
|
Technical Support
|
Jun 9, 2011 - 1:46 PM
|
Please read this article. If you have any questions after that, just let us know.
|
|
Roberto Párraga
|
Jun 8, 2011 - 3:53 PM
|
Hi, I suggest to members of the forum to propose features that are put to the vote, and then analyzed by the Foss company.
My proposal is this: Have a Tabbed MDI and control groups of tabs in the next version. Roberto
|
|
Alex Alexander
|
Aug 15, 2011 - 9:32 AM
|
I suggest an eyedropper be added to the Color Picker control, allowing the user to pick a custom color from the desktop.
|
|
Technical Support
|
Aug 18, 2011 - 1:53 AM
|
Thank you for your suggestion. We will consider implementing this feature.
|
|
Technical Support
|
Jun 9, 2011 - 12:34 PM
|
Thank you very much for your suggestion.
|
|
Roberto Párraga
|
Jun 8, 2011 - 3:51 PM
|
Hi, I am encouraging members of the forum to propose features that are put to the vote, and then analyzed by the Foss company.
My proposal is this: Have a Tabbed MDI and control groups of tabs in the next version. Roberto
|
|
Davi Klock
|
Jun 6, 2011 - 11:07 PM
|
How can I use the property grid to populate my own object class? Also would it be possible to change the values in runtime?
do you have any source code example?
|
|
Technical Support
|
Jun 24, 2011 - 5:55 AM
|
We are sorry but there is no property grid in the Elegant Ribbon package. Could you clarify your question?
|
|
Marco Scarpa
|
May 27, 2011 - 3:13 AM
|
Hi, i have a problem about disabling ApplicationMenu.
rbnToolbar.ApplicationButtonEnabled =
True
This instruction disables the button but if i click over it ApplicationMenu still opens. Can you help me? Thanks Marco
|
|
Marco Scarpa
|
May 27, 2011 - 6:08 AM
|
Sorry i posted a wrong instruction, of course i used this one:
rbnToolbar.ApplicationButtonEnabled = False In this picture you can see the problem: the button is disabled but the menu pop up. 
|
|
Technical Support
|
May 27, 2011 - 5:43 AM
|
We have checked this functionality, and it appears to work properly on our side. In addition, if you want the Application Button to be disabled, please make sure that you have assigned the False value instead of True to the mentioned property.
|
|
Marco Scarpa
|
May 27, 2011 - 9:03 AM
|
Sorry i posted a wrong instruction, of course i used this one:
rbnToolbar.ApplicationButtonEnabled = False In this picture you can see the problem: the button is disabled but the menu pop up. 
|
|
Davi Klock
|
May 24, 2011 - 10:38 PM
|
Where can I find the navigation bar reference or even better code samples?
|
|
Technical Support
|
May 26, 2011 - 6:47 AM
|
You can find the reference in the Elegant UI Documentation, which can be found in the start menu. You can find the sample code in the Navigation Bar Sample project, located in the Sample folder of your Elegant Ribbon installation location.
|
|
d a
|
May 23, 2011 - 5:15 AM
|
Is it possible to change the color of the progress bar from the standard Green. Setting the forecolor and the style appears to make no difference
|
|
Technical Support
|
May 23, 2011 - 11:59 AM
|
It is impossible to automatically colorize the progress bar (e.g. save the gradient but apply a different color), but you can paint your custom foreground by handling the ProgressBar.Paint event as follows: private void progressBar1_Paint(object sender, PaintEventArgs e)
{
e.Graphics.FillRectangle(new SolidBrush(Color.Blue), progressBar1.DisplayRectangle);
}
|