Red Cross bizarre problem.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rollasoc

    Red Cross bizarre problem.

    Hi,

    Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app).

    Did a bit of testing. Loaded a previously saved file. A gray box
    appeared with the text and buttons all white rectangles with a big red cross
    in it. Pressed a button (the one I thought might be ok). My file
    appeared to load. Then when I clicked on any button on my form, the button
    was replaced with a white rectangle with a big red cross in it.

    Closed down the application. Re-started the application and loaded the same
    file, with no problems at all.

    I'm assuming this is a framework issue and not an issue with my code. The
    only other application running at the same was the CD Player.

    Anybody else had a similar problem and any idea how I can prevent this from
    happening?

    Rollasoc


  • Michael Giagnocavo [MVP]

    #2
    Re: Red Cross bizarre problem.

    Well, I think we'll need more details than "text and buttons and a red
    cross".
    -mike
    MVP

    "rollasoc" <hotmail@hotmai l.com> wrote in message
    news:%232pH1qIm DHA.2964@tk2msf tngp13.phx.gbl. ..[color=blue]
    > Hi,
    >
    > Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app).
    >
    > Did a bit of testing. Loaded a previously saved file. A gray box
    > appeared with the text and buttons all white rectangles with a big red[/color]
    cross[color=blue]
    > in it. Pressed a button (the one I thought might be ok). My file
    > appeared to load. Then when I clicked on any button on my form, the[/color]
    button[color=blue]
    > was replaced with a white rectangle with a big red cross in it.
    >
    > Closed down the application. Re-started the application and loaded the[/color]
    same[color=blue]
    > file, with no problems at all.
    >
    > I'm assuming this is a framework issue and not an issue with my code. The
    > only other application running at the same was the CD Player.
    >
    > Anybody else had a similar problem and any idea how I can prevent this[/color]
    from[color=blue]
    > happening?
    >
    > Rollasoc
    >
    >[/color]


    Comment

    • rollasoc

      #3
      Re: Red Cross bizarre problem.

      Ok,

      All my standard .Net buttons and labels were replaced with white rectangles
      with red crosses in them.

      There was an error generated from somewhere on the loading of the file. I
      can't give any more details, since all the text and buttons on that
      MessageBox was also replaced with white rectangles with red crosses in.

      The only time I'd previously seen a white box with a big red cross was with
      datagrids, if you had a field that was null. The datagrid couldn't display
      the null and rendered itself as a white box with a red cross. Check under
      google groups for "Red Cross" + datagrid and there are several other people
      with this problem. In my case it turned out I didn't have one string
      initialised. This is a repeatable problem. But I fixed that.

      What I saw in that one instance of the file load, I can't explain since it
      is not repeatable.

      rollasoc



      "Michael Giagnocavo [MVP]" <mggUNSPAM@Atre vido.net> wrote in message
      news:#y7M1DMmDH A.2528@TK2MSFTN GP12.phx.gbl...[color=blue]
      > Well, I think we'll need more details than "text and buttons and a red
      > cross".
      > -mike
      > MVP
      >
      > "rollasoc" <hotmail@hotmai l.com> wrote in message
      > news:%232pH1qIm DHA.2964@tk2msf tngp13.phx.gbl. ..[color=green]
      > > Hi,
      > >
      > > Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app).
      > >
      > > Did a bit of testing. Loaded a previously saved file. A gray box
      > > appeared with the text and buttons all white rectangles with a big red[/color]
      > cross[color=green]
      > > in it. Pressed a button (the one I thought might be ok). My file
      > > appeared to load. Then when I clicked on any button on my form, the[/color]
      > button[color=green]
      > > was replaced with a white rectangle with a big red cross in it.
      > >
      > > Closed down the application. Re-started the application and loaded the[/color]
      > same[color=green]
      > > file, with no problems at all.
      > >
      > > I'm assuming this is a framework issue and not an issue with my code.[/color][/color]
      The[color=blue][color=green]
      > > only other application running at the same was the CD Player.
      > >
      > > Anybody else had a similar problem and any idea how I can prevent this[/color]
      > from[color=green]
      > > happening?
      > >
      > > Rollasoc
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • rollasoc

        #4
        Re: Red Cross bizarre problem.

        Ok, so you not talking to me anymore... ha ha

        rollasoc


        "rollasoc" <hotmail@hotmai l.com> wrote in message
        news:OL4hn0hmDH A.3316@TK2MSFTN GP11.phx.gbl...[color=blue]
        > Ok,
        >
        > All my standard .Net buttons and labels were replaced with white[/color]
        rectangles[color=blue]
        > with red crosses in them.
        >
        > There was an error generated from somewhere on the loading of the file. I
        > can't give any more details, since all the text and buttons on that
        > MessageBox was also replaced with white rectangles with red crosses in.
        >
        > The only time I'd previously seen a white box with a big red cross was[/color]
        with[color=blue]
        > datagrids, if you had a field that was null. The datagrid couldn't[/color]
        display[color=blue]
        > the null and rendered itself as a white box with a red cross. Check under
        > google groups for "Red Cross" + datagrid and there are several other[/color]
        people[color=blue]
        > with this problem. In my case it turned out I didn't have one string
        > initialised. This is a repeatable problem. But I fixed that.
        >
        > What I saw in that one instance of the file load, I can't explain since it
        > is not repeatable.
        >
        > rollasoc
        >
        >
        >
        > "Michael Giagnocavo [MVP]" <mggUNSPAM@Atre vido.net> wrote in message
        > news:#y7M1DMmDH A.2528@TK2MSFTN GP12.phx.gbl...[color=green]
        > > Well, I think we'll need more details than "text and buttons and a red
        > > cross".
        > > -mike
        > > MVP
        > >
        > > "rollasoc" <hotmail@hotmai l.com> wrote in message
        > > news:%232pH1qIm DHA.2964@tk2msf tngp13.phx.gbl. ..[color=darkred]
        > > > Hi,
        > > >
        > > > Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app).
        > > >
        > > > Did a bit of testing. Loaded a previously saved file. A gray box
        > > > appeared with the text and buttons all white rectangles with a big red[/color]
        > > cross[color=darkred]
        > > > in it. Pressed a button (the one I thought might be ok). My file
        > > > appeared to load. Then when I clicked on any button on my form, the[/color]
        > > button[color=darkred]
        > > > was replaced with a white rectangle with a big red cross in it.
        > > >
        > > > Closed down the application. Re-started the application and loaded[/color][/color][/color]
        the[color=blue][color=green]
        > > same[color=darkred]
        > > > file, with no problems at all.
        > > >
        > > > I'm assuming this is a framework issue and not an issue with my code.[/color][/color]
        > The[color=green][color=darkred]
        > > > only other application running at the same was the CD Player.
        > > >
        > > > Anybody else had a similar problem and any idea how I can prevent this[/color]
        > > from[color=darkred]
        > > > happening?
        > > >
        > > > Rollasoc
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...