Telerik Forums
UI for WinForms Forum
0 answers
113 views
avatar

Posted 9 hours ago (permalink)

hello, well I tested the demo of your product working with the listview control by the database
radlistview1.DataSource = dt
dt.Columns radlistview1.DisplayMember = (1). ToString


and post pictures in the ItemDataBound event to perfect the problem there is that I require key press selects the first item that Start with good lyrics that I hope your help thanks.


I tried this and nothing


For i = 0 To ViewVideos.Items.Count - 1
             If ViewVideos.Items (i). Text = "sauce" Then
                 ViewVideos.SelectedIndex = i

                 MsgBox (i)
             else
             End If
         Next

regards
John
Top achievements
Rank 1
 asked on 15 Jan 2014
8 answers
223 views
i am developing alarm system application using telerik 2012 q3  and i need your help in 2 questions :

1- how to convert database appointments  rows to appointments object without using rad scheduler
2- how can i select rows from appointment table before 1 hours from starting time(recurring appointments)

George
Telerik team
 answered on 15 Jan 2014
2 answers
214 views
I am working on a Winform program, and I can't believe there isn't an easier way to accomplish what I'm trying. 

Basically, I want to display an image that will always be 640x480.  Then, I want to have another control on top of it that is nothing more than a selection area that the user can change its size & location inside that 640x480 area, and it will report back its pixel size & x/y location. 

Short of drawing all of the lines by hand and adding grips by hand, I can't seem to find an easy way to do this.  Am I overlooking something? 
George
Telerik team
 answered on 15 Jan 2014
17 answers
346 views

Hi again... :-)

I have read the FAQ : Redistributing Telerik RadControls for WinForms

But have some doubts regarding it.

There are two approaches right ? One is to make a single EXE file by merging the assemblies and the EXE of the program. And the other is to merge the assemblies into a single assembly. Am I right ?

If I want to go for the second approach, from where should I get the ILMerge program ?

Thanks in advance..

PS: Special thanks to Richard Slade for the continuous help he had provided to me. Really appreciate it... :-)

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Jan 2014
0 answers
212 views
Hello,

I need to place buttons in the ribbon bar and I only want to show any image and text. I do not want the border or background although it may be nice to have some border show when the mouse is over the button and clicked. I have read about the visual style builder but this is too complicated for me. Has anyone done this and have a DLL for this already? I would even pay someone to do this for me if possible.

Thanks,

Warren
Warren
Top achievements
Rank 1
 asked on 15 Jan 2014
8 answers
97 views
hi sir/madam

I have a problem with using Progressbarelement in gridview; according your trainmen we can add progressbar to cells by cellformatting but when I create a click event for the Progressbarelement ; it's not fire; also I check MousDown and ...

But when use radbuttonelement there is no problem and fire well;

private void radGridView1_CellFormatting(object sender, CellFormattingEventArgs e)
    {
    .
    .
    .
 
    RadProgressBarElement ProgressBarOne = new RadProgressBarElement();
    ProgressBarOne.Click += new EventHandler(ProgressBarOne_Click);
    .
    .
    }
    void ProgressBarOne_Click(object sender, EventArgs e)
    {
        MessageBox.Show("somethings");
    }


thank you for helping
Hadilionson
Top achievements
Rank 1
 answered on 14 Jan 2014
2 answers
169 views
When I set value using RadTrackBar.Value (using  either code or designer), visually it doesn't properly corresponds to what is has to.
 For example, Mininum = 20, Maximum = 200, Value = 100, but on the screen thumb is at the right end of control. Also, I think, that it is related - to set value higher than 100 - user has to move mouse out of control to the right side.
Controls version: 2013.3.1127.40

private void InitializeComponent()
{
  this.radTrackBar1 = new Telerik.WinControls.UI.RadTrackBar();
  ((System.ComponentModel.ISupportInitialize)(this.radTrackBar1)).BeginInit();
  this.SuspendLayout();
  //
  // radTrackBar1
  //
  this.radTrackBar1.Location = new System.Drawing.Point(13, 13);
  this.radTrackBar1.Maximum = 200F;
  this.radTrackBar1.Minimum = 20F;
  this.radTrackBar1.Name = "radTrackBar1";
  this.radTrackBar1.Size = new System.Drawing.Size(150, 17);
  this.radTrackBar1.TabIndex = 0;
  this.radTrackBar1.TickStyle = Telerik.WinControls.Enumerations.TickStyles.None;
  this.radTrackBar1.Value = 100F;
  //
  // Form1
  //
  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  this.ClientSize = new System.Drawing.Size(292, 273);
  this.Controls.Add(this.radTrackBar1);
  this.Name = "Form1";
  this.Text = "Form1";
  ((System.ComponentModel.ISupportInitialize)(this.radTrackBar1)).EndInit();
  this.ResumeLayout(false);
  this.PerformLayout();
 
}
Den
Top achievements
Rank 1
 answered on 13 Jan 2014
1 answer
125 views
I'm really totally new to telerik.
I'm trying to create a form that has a grid view at the top section and at bottem an area for view, add, edit.
Each row in the grid shows basic information of some medical assessemnt. Clicking the row wil show all the information in the bottom area.
I can then edit or delete this information.
Clicking "add" will clear all the fields in the bottom section for inserting a new value.

Can anyone give me pointers on how to best approach with gridview. Example code will be a big help
Dimitar
Telerik team
 answered on 13 Jan 2014
4 answers
745 views
I have been trying to install the latest version of Telerik controls on a clean development machine (not an upgrade, but fresh install).

The installer would always state that all was ok, but I was never able to get the Extensions or templates to install no matter how many uninstalls, reinstalls, and looking at others in the forum that have had similar issues.

I have followed the information from another forum (ASP.NET - as I have been having this issue with ALL of the telerik controls I downloaded as of 4/29/2011) that recommended I run the following method to log the issue:

msiexec /i [RadControlsInstallationMSIFileName].msi /limev InstallLog.txt

For the WinForms Controls - 2001.1.11.419 - I am getting the following error messages in the InstallLog.txt file:

MSI (c) (48:D8) [22:05:05:811]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:811]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2005 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2005, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2008 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2008, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2010 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2010, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898.For Telerik_Font_Title textstyle, the system created a 'Arial' font, in 0 character set, of 15 pixels height.
MSI (c) (48:D8) [22:05:06:338]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:06:853]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:07:356]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:07:456]: Doing action: PromptVSCloseCA
MSI (c) (48:D8) [22:05:07:456]: Note: 1: 2205 2:  3: ActionText

So, if I'm reading this correctly, the VS Extensions are not installed due to an error in the MSI itself and not related to the new version of MSHelp or to UAC.  I have made bold the line I am referencing? 

I am installing on a clean install of MS Windows 7 x64 w/SP1, MS Office Pro 2010 and I have tried it with both Visual Studio 2010 Pro and Visual Studio 2010 Pro w/SP1 and get the same results.

While I can get the Extensions to install through Microsoft's Online Extension Gallery (VS -> Tools -> Extension Manager -> Online --> search for Telerik and install extensions), I have not seen this add any of the templates.  However, this does not appear to happen if I am running this as an upgrade? Or, maybe it is still failing, but the older templates are not updated (or there were no changes so nothing is needed to be updated).

Thanks for any assistance, and hope this can be resolved quickly.

Michael Smith
Robert
Top achievements
Rank 1
 answered on 10 Jan 2014
4 answers
213 views
sample link hosted on zippyshare

In this sample, when you launch it:
-you can check the listviewitem called 'toto' (this call the AddDockTab() method)
-you can uncheck the listviewitem called 'toto' (this call the DelDockTab() method) but nothing happens.

Any idea ?
Dimitar
Telerik team
 answered on 10 Jan 2014
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?