Forum  General Visual ...  Announce It! ( ...  6.1 Schedule Box
Previous Previous
 
Next Next
New Post 2/6/2009 3:24 PM
  palli
11824 posts
1st Level Poster




Re: 6.1 Schedule Box 

Hi Jay,

I think number 2 has an issue allready here, but would be nice if you could confirm that ?

Regarding 1 and 3, allthough they can be seen in the Catalog sample, I (or we) have to create a sample app to validate them, so it would speed things up if you could create a sample app and send to support. Are you able to do that ?

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 2/6/2009 4:36 PM
  jayhobbs
1664 posts
1st Level Poster




Re: 6.1 Schedule Box 

Hi Pali

Thats a different issue.

WorkStartHour and WorkEndHour are defined as integer so you cant set real start hour and end hour

Even if you set Start and end hours it still displays 24 hours the difference being that white is used for working hours

Here is the code to test

Imports Gizmox.WebGUI.Common
Imports Gizmox.WebGUI.Forms
Imports Gizmox.WebGUI.Common.Resources
Public Class Form1
    Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Me.ScheduleBox1.Events.Add("Sales Meeting", DateTime.Now.AddDays(1), DateTime.Now.AddDays(30))
        Me.ScheduleBox1.Events.Add("Out of office", DateTime.Now, DateTime.Now.AddDays(2))
        Me.ScheduleBox1.Events.Add("testttt4", DateTime.Now, DateTime.Now.AddDays(3))
        Me.ScheduleBox1.Events.Add("Guy's the Guy", DateTime.Now.AddDays(3), DateTime.Now.AddDays(5))
        Me.ScheduleBox1.Events.Add("testttt3", DateTime.Now, DateTime.Now.AddHours(2))
        Dim objTest As New DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 11, 15, 0)
        Me.ScheduleBox1.Events.Add("HappyFirst is Unhappy", objTest.AddDays(1), objTest.AddDays(1).AddHours(5))
        Me.ScheduleBox1.Events.Add("Happy 2", objTest.AddDays(1).AddHours(3), objTest.AddDays(1).AddHours(8))
        Me.ScheduleBox1.Events.Add("Happy 3", objTest.AddDays(1).AddHours(10), objTest.AddDays(1).AddHours(12))
        Me.ScheduleBox1.FirstDate = DateTime.Now
    End Sub

    Private Sub rbWeek_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rbWeek.CheckedChanged, rbMonth.CheckedChanged
        If rbMonth.Checked Then
            ScheduleBox1.View = ScheduleBoxView.Month
        Else
            ScheduleBox1.View = ScheduleBoxView.Week
        End If
    End Sub

Your Form needs 2 Radio buttons and a schedule box

Have fun

Jay

 

 
New Post 2/7/2009 7:17 PM
  ori.cohen
4390 posts
1st Level Poster




Re: 6.1 Schedule Box 
Modified By ori.cohen  on 2/7/2009 11:19:34 PM)

Hello Jay,

I opened a new issue about reported problem 1. You can view it here and track our progress.

Regards,

Ori Cohen
Manager of support, the Visual WebGui team

 
New Post 2/7/2009 7:32 PM
  jayhobbs
1664 posts
1st Level Poster




Re: 6.1 Schedule Box 

Hi Ori,

How about the others?

2. The Start and end work times only accept an integer. 8:30 to 17:30 are commonly used here

3. The display shows all hours even if start and end hours are entered.

Best Regards

Jay

 
New Post 2/9/2009 10:58 AM
  palli
11824 posts
1st Level Poster




Re: 6.1 Schedule Box 

Hi Jay,

An issue has been created for 2 and 3, which you can track here.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  General Visual ...  Announce It! ( ...  6.1 Schedule Box
CompanionKit Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS