Telerik Forums
UI for WinForms Forum
5 answers
295 views
In Visual Studio 2010 or 2012 when I click on a tab in the Rad Ribbon Bar the tab just shows a blank space with no text. If I click on another tab, its text is not visible, but the text on the previous tab is once again visible.  In other words, the tab text is not visible anymore when clicking on a tab.


Stefan
Telerik team
 answered on 06 Nov 2012
1 answer
96 views
Hi Telerik Support,

I would like to be able to have an application-menu button beside the tabs in the Dock TabStrip, just like the application-menu button in the ribbon-bar control. Is this possible?

Thanks,
Meir
Jack
Telerik team
 answered on 05 Nov 2012
5 answers
511 views

Hi
I am adding RadDesktopAlerts programmable using the following code a button is added along with a handler when the button is clicked I would like to process the event and then close the alert! Is this possible?

 Regards
Joe

                      Dim
Popup As New RadDesktopAlert

                    Popup.AlertImage = Me.ImageList1.Images(3)

                    Popup.AlertImage.Tag = 1

                    Popup.CaptionText = PopData.Rows(i).Item("msgTitle").ToString

                    Popup.ContentText = PopData.Rows(i).Item("msgBody").ToString

                    Dim bt As New RadButtonElement

                    bt.Text = "Dismiss " & PopData.Rows(i).Item("ID").ToString

                    bt.Tag = PopData.Rows(i).Item("ID").ToString

                    AddHandler bt.Click, AddressOf SetPop

                    Popup.ButtonItems.Add(bt)

                    Popup.Show()

 

Anton
Telerik team
 answered on 05 Nov 2012
2 answers
176 views
Hello, I just ran into this issue and it took me forever to figure it out. I figured I would post it here in the hopes of saving someone a headache.

I have created a custom control that contains a RadRichTextBox and a RadCommandBar

I dropped the custom control onto a new windows form along with several standard textboxes and labels

I added accelerator characters to the labels of the text boxes "&Company", "&Employee".

When I ran the form and began typing into the RadRichTextBox whenever I typed "c" or "e" (without pushing "Alt") the focus would move to the text boxes with the matching accelerator key.

To get around this I needed to add the following override in the custom control.

        protected override bool ProcessDialogChar(char charCode)
        {
            if ((Control.ModifierKeys & Keys.Alt) == Keys.None) return false;
            return base.ProcessDialogChar(charCode);
        }

Hope that helps!
NORIS
Top achievements
Rank 1
 answered on 05 Nov 2012
1 answer
109 views
i want to know, is it possible to resize a form external  on a container tabDocument ?
if it´s true, may  suggest me, how can i do it. i tried with the following function:


size, WindState,SizeInfo,autoSize,


and others , but i can´t make that my form get resize when it change the size the tabDocument

Stefan
Telerik team
 answered on 05 Nov 2012
1 answer
231 views
Dear Support,

How to bind GridViewImageColumn to a collection. I have a collection, which contains _itemImage.Image (image), and _itemImage.ImageName (string)

I wish to have GridViewImageColumn with Image, and Text written next to it in the column

Ex:
Image(_itemImage.Image)  ImageName(_itemImage.ImageName)



Anton
Telerik team
 answered on 02 Nov 2012
1 answer
112 views
Hi
I have installed the latest version 2012.3 1017 (OCT.17, 2012).

I wonder what is the meaning of CHANGE checkbox on Telerik Control Panel.

Terveisin
Pauli
Biliana Ficheva
Telerik team
 answered on 02 Nov 2012
3 answers
331 views
Hello

I have a GridViewCheckBoxColumn column added to a GridView that serves as a visual flag about the row's update status. I want to validate and update that checkbox' ToggleState while I am in the CellEndEdit of another column (that have a Spinner editor).

This gives me a Null value on the left side. (as well as many variants thereof)

if ((ToggleState)e.Row.Cells["RegleActive"].Value == ToggleState.On)

Thanks
Stefan
Telerik team
 answered on 02 Nov 2012
3 answers
393 views
Hi, I'm trying to build a custom theme to use over all my application.
I stardet from an existing theme, as suggested, and I've build my custom them as a tssp file.

I added the tssp to my project and I setted it as application theme:

ThemeResolutionService.LoadPackageResource("MyProject.MyCustomTheme.tssp")
ThemeResolutionService.ApplicationThemeName = "MyCustomTheme"

When I build and I run the application, all the forms and controls appears with my custom theme, and this is very good.
But at design time, using the visual studio form editor I don't see my theme.
How can I see my theme even in design time?

Do I have to load the same theme using a RadThemeManager (from the xml equivalent files) and set the ThemeName property for all controls?
If yes, which is the utility of using the ApplicationThemeName property?

Thank you.
Stefan
Telerik team
 answered on 02 Nov 2012
1 answer
120 views
   I have made my custom ribbon bar like this:
  
public class TMRibbonBar:RadRibbonBar
{
}

in similar fashion, I have made my custom buttons ie.RadButtonElement, RadCheckBoxElement.
What I want is how can I add a button of my own in the "Add an Item" option of "Right Click - Context Menu" of "RadRibbonBarGroup". I mean, my custom button should appear in the list to be selected.

I can add my custom button in the RadRibbonBarGroup dynamically, but how can I do it through the UI?
I hope am not raising a totally invalid requirement.
Stefan
Telerik team
 answered on 02 Nov 2012
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?