Telerik Forums
UI for WinForms Forum
1 answer
83 views
Hi,

I have two quick questions pertaining to the ShapedForm and RibbonBar.  Firstly, when I click on my app's button in the Windows task bar, it maximizes it like it should.  However, when I maximize another window - one of any other application - Vista does a growing-like effect from the bottom of the screen which it applies to the window.  Also, when I click a window again, it will minimize using the opposite transformation effect.  However, in my rad.Controls-powered application, no minimization occurs during this process, let alone with the integrated Vista effect.  Do you guys know about this?  If so, is there a workaround or upcoming fix?

Secondly, when I right click the title bar or task bar button of a standard application, it opens a context menu with the options Restore, Move, Size, Minimize, Maximize, and Close.  In my application, however, this context menu appears neither when I right click the RibbonBar or the task bar button.  Again, is there a way to resolve this issue?

Are these problems caused by the usage of ShapedForm, or what?  Thank you very much for any help you can provide - this stuff is really frustrating me!

-UIdev
Jack
Telerik team
 answered on 19 Feb 2008
1 answer
257 views
Dear sir,

            When i click the "+" (or) "-" symbol in the treeview node not working.
            
Jordan
Telerik team
 answered on 19 Feb 2008
1 answer
162 views
Hy,

we had 2 projects where we had older Telerik controls in use. Now we installed the new Telerik Controls for Windows Forms and have major problems with this.

Some smaler problems was that some black writing on white background was now white on thite background.

But the bigest Problem ist that ist nearly impossible so get into the Form.cs[Design]. Only if you get the latest Version 2 to 3 times you can work with the Design for about 1 hour.

The arror message ist

ErrorImage One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.

The path is not of a legal form.

Hide    

at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectDependencies(Project project)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String description)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreCase, Assembly& assembly, ReferenceType refType)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetType(ITypeResolutionService trs, String name, Dictionary`2 names)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.FillStatementTable(IDesignerSerializationManager manager, IDictionary table, Dictionary`2 names, CodeStatementCollection statements, String className)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)


I hope someone can help me.
Vassil Petev
Telerik team
 answered on 18 Feb 2008
1 answer
113 views
I used to use Infragistics grids with this code and it worked fine but doesnt work with the Telerik Grids

Dim

AuthCheck As New MySql.Data.MySqlClient.MySqlConnection(Conn)

Dim AuthGo As New MySql.Data.MySqlClient.MySqlCommand("Auth", AuthCheck)

AuthGo.CommandType = Data.CommandType.Text

Dim AuthGo2 As New MySql.Data.MySqlClient.MySqlCommand("Auth", AuthCheck)

AuthGo2.CommandType = Data.CommandType.Text

AuthGo.CommandText =

"SELECT recipe as Recipe, ingredients as Ingredients, id as ID FROM book"
AuthGo2.CommandText = "SELECT ingredients as Ingredients, id FROM book"

Dim AuthGoAdapter As New MySql.Data.MySqlClient.MySqlDataAdapter(AuthGo)

Dim DS As New Data.DataSet()

Dim DST As New Data.DataTable()

Dim DST2 As New Data.DataTable()

Dim AuthGoAdapter2 As New MySql.Data.MySqlClient.MySqlDataAdapter(AuthGo2)

AuthGoAdapter2.Fill(DS,

"DST2")

AuthGoAdapter.Fill(DS,

"DST")

DS.Relations.Add(

"DST6", DS.Tables("DST").Columns("id"), DS.Tables("DST2").Columns("id"))

rgv.DataSource = DS.Tables(

"DST")

Julian Benkov
Telerik team
 answered on 18 Feb 2008
1 answer
211 views
Hi, is there any way to design my own color dialog by using RadColorDialog ? Cause I want to change the borderstyle into my own border and I want to add some function into it.

Thanks in advance.
Kiril
Telerik team
 answered on 18 Feb 2008
1 answer
190 views
How to add image for a label added in panel bar.I can see command button supports a mage,cannot see image property for label.

Boyko Markov
Telerik team
 answered on 18 Feb 2008
2 answers
61 views
Hello,
It's good if you add built-in support for UI testing tools like Automated QA's TestComplete and HP's QuickTest Professional and testdriven.net

Best regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 answered on 16 Feb 2008
1 answer
187 views
I have a requirement to left-align text in combo boxes, even if the text flows past the width of the control.  Q3 2007 SP1 defaults to showing item text right-aligned if overflowing the control.  Is there a setting to change this?

This behavior can be seen in the First Look (My Tunes) demo.  Choose Artist: "Sting", Album: "Brand New Day", Song: "7. Prelude To The End Of The Game".  Notice the song combo box reads "e To The End Of The Game" after losing focus.

Thanks!
Georgi
Telerik team
 answered on 15 Feb 2008
2 answers
151 views
Hello, we have a discovered a very major issue with what appears to be the Dock Manager while compiling under a specific version of csc..

I cannot provide all the details here, because this is part of an application with IP and no quick 'sample' has been made yet to demonstrate the problem. Basically I am hoping some light could be shed on the issue so we can determine the best course of action to move forward.

Here is the problem:

We have a DockManager on a form, that contains controls from another assembly. On some developer machines, we noticed that when the dock manager is 'activated' by clicking in the form area, the entire application freezes. On some other machines, this problem does not occur. When we copy the exe (not the assembly containing the controls) from the 'good' machine to the 'bad' one.. the freeze stops.

So far, we have narrowed down the issue to a specific version of the csc compiler:

The compiler that works:

Framework V2.0.50727
File Version: 8.0.50727.312
Product Version: 8.0.50727.312
Size: 69.0KB
Date Modified: 11/2/2006 10:34pm

The compiler that does not work:

Framework V2.0.50727
File Version: 8.0.50727.1433
Product Version: 8.0.50727.1433
Size: 78.4KB
Date Modified: 1/3/2008 3:30pm


This shows so far that the latest updates to Vistual Studio 2005 WHILE RUNNING UNDER VISTA result in an executable assembly where any user interaction with the DockManager will result in an application freeze/hang (no exception, simply a non-responding application).

Now, I have been able to reproduce the freeze by setting the Compatibility mode of the exe to Windows 2000.. executing this under vista will result in a freeze, even using the exe produced from the 'old' compiler.

And further, I have been able to prevent this freeze under W2K compatibility by setting this in the main func:

Application.SetCompatibleTextRenderingDefault(true);


However, this makes no difference if the exe is produced by the 'new' compiler.


At this point, we are taking drastic action and removing all DockManager's from our application - this is obviously not our preferred course of action, but at this time we see no other workaround. Any help/suggestions you can provide would be much appreciated!

Regards,

Capstone Technology
Julian Benkov
Telerik team
 answered on 15 Feb 2008
3 answers
139 views
When I add a right click menu to my grid via the ContextMenuStrip property, it works fine. Except when I right click on the filter bar. Then I get both menus.

Image : http://tinyimg.us/i/cqs1201802556v.jpg

Anyone have a fix for this? Other than waiting for the next release?
Jack
Telerik team
 answered on 15 Feb 2008
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?