in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

C1SizerLight through Citrix

Last post 09-05-2007 10:49 PM by harrystrybos. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 05-15-2007 11:09 AM

    C1SizerLight through Citrix

    Hello Everyone,

    I am having an issue with the C1SizerLight control through an application that is published through Citrix.  The application works fine and resizes properly but if there is inactivity on the application for more then 10 minutes or so the application will come up as a gray screen showing no controls except the toolbar.

    I can remove the C1SizerLight control and the problem goes away.

    Any ideas?

    Thanks

    Chad
  • 05-16-2007 10:02 AM In reply to

    Re: C1SizerLight through Citrix

    anyone....anyone?  :-)
  • 08-14-2007 10:54 AM In reply to

    Re: C1SizerLight through Citrix

    Please know that C1 Controls are not tested to be working in Citrix enviornment. However, you may want to try one of the latest releases.
     
    Patrick
     
    <EMTEQINC> wrote in message news:194841@test.componentone.com...
    anyone....anyone?  :-)


    http://home.componentone.com/cs/forums/194770/ShowPost.aspx#194841

  • 08-26-2007 4:14 PM In reply to

    Re: C1SizerLight through Citrix

    <C1_PatrickS> wrote in message news:197605@test.componentone.com...
    Please know that C1 Controls are not tested to be working in Citrix enviornment. However, you may want to try one of the latest releases.
     
    Patrick
     
    <EMTEQINC> wrote in message news:194841@test.componentone.com...
    anyone....anyone?  :-)


    http://home.componentone.com/cs/forums/194770/ShowPost.aspx#194841



    http://home.componentone.com/cs/forums/194841/ShowPost.aspx#197605

    I get the same problem through WinXP. If I minimize the form and leave minimized for several minutes, I get the same effect as described.
  • 09-05-2007 10:49 PM In reply to

    Re: C1SizerLight through Citrix

    <EMTEQINC> wrote in message news:194770@test.componentone.com...
    Hello Everyone,

    I am having an issue with the C1SizerLight control through an application that is published through Citrix.  The application works fine and resizes properly but if there is inactivity on the application for more then 10 minutes or so the application will come up as a gray screen showing no controls except the toolbar.

    I can remove the C1SizerLight control and the problem goes away.

    Any ideas?

    Thanks

    Chad


    http://home.componentone.com/cs/forums/194770/ShowPost.aspx

    I have had a problem with the screen becoming blank after minimizing for a minute or so. The following code seems to have resolved the problem:
     

    Private Sub frmMain_SizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.SizeChanged

    Static fromMinimised As Boolean = False

    If (Me.WindowState = FormWindowState.Minimized) Then

    fromMinimised = True

    szMain.Enabled = False

    Else

    If fromMinimised Then

    fromMinimised = False

    szMain.Enabled = True

    End If

    End If

    End Sub

     

    Cheers

Page 1 of 1 (5 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.