Forum  Commercial Foru...  Commercial Foru...  DateTime Picker and nulls
Previous Previous
 
Next Next
New Post 4/6/2011 2:28 AM
  sramirez@dynacal.com
508 posts
1st Level Poster


Re: DateTime Picker and nulls 

Thank you,

I have disabled caching and upped the private version and it works.

Shawn

 
New Post 4/6/2011 2:45 AM
  sramirez@dynacal.com
508 posts
1st Level Poster


Re: DateTime Picker and nulls 

I have a question on the custom dropdown that I wrote about.

When I add the code to make the custom drop down, the mask no longer shows and I am no longer able to type into the masked combobox.   Is this by design or did I mess something up?

Here is the code (note: dcDatePickerForm is a form with a monthCalendar control in it):

Public Class dcDatePicker
    Inherits Gizmox.WebGUI.Forms.MaskedComboBox

    Private comboBoxForm As New dcDatePickerForm

    Public Sub New()

        ' This call is required by the designer.
        InitializeComponent()

        ' Add any initialization after the InitializeComponent() call.
        MyBase.DropDownStyle = ComboBoxStyle.DropDown

        Me.CustomStyle = "M"
        Me.FormattingEnabled = True
        Me.Mask = "00/00/0000"
    End Sub
    Protected Overrides Function GetCustomDropDown() As Gizmox.WebGUI.Forms.Form
        Me.comboBoxForm.DialogResult = DialogResult.None
        Me.comboBoxForm.Width = Math.Max(MyBase.Width, Me.comboBoxForm.Width)

        Return Me.comboBoxForm
    End Function
    Protected Overrides ReadOnly Property IsCustomDropDown As Boolean
        Get
            Return True
        End Get
    End Property
End Class

 

Thanks,

Shawn

 

 
New Post 4/6/2011 1:44 PM
  palli
14295 posts
1st Level Poster




Re: DateTime Picker and nulls 

Hi Shawn,

We already have an open tracker entry for that problem for the Combobox. Please view it here and follow up on our progress.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  Commercial Foru...  Commercial Foru...  DateTime Picker and nulls
.NET HTML5 Web, Cloud and Mobile application delivery | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2012 Visual WebGui®       Visual WebGui weblog on ASP.NET Gizmox Blog Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS