Hello Scott.
I fixed the bugs #1, 2.
Also I added "wait cursor" into "VNC setup" tab
when that tab executes "VNC running auto detection".
-Igor

----- Original Message -----
From: "Scott C. Best" <[EMAIL PROTECTED]>
To: "mailbox" <[EMAIL PROTECTED]>
Cc: "Igor Kotelevsky" <[EMAIL PROTECTED]>; "Kaboodle-devel"
<[EMAIL PROTECTED]>
Sent: Tuesday, July 02, 2002 11:36 PM
Subject: Re: [Kaboodle-devel] Re: Access violations


>
> I see this bug too. So there are currently three big
> ones:
>
> 1. I can't get the Release target to build at all. 5 errors
>    in VNCRunningAutoDetect.
>
> 2. If I open the PropPanel on a PC device and immediately
>    click the "VNC setup" tab, the GUI locks up for a few
>    seconds. Then I get a "debug assertion failed" error.
>
> 3. File transfer doesn't work at all. Socket error message
>    reported on the receiving side.
>
>
> Am hopeful we can squash these bugs this week.
>
> -Scott
>
>
> On Tue, 2 Jul 2002, mailbox wrote:
>
> > Hello Scott,
> >
> > If I open the "VNC setup" tab from the property page and clicked on the
> > "Cancel", application crashes in function
> > CVncSetupViewerPage::SetStateBeginCheck(bool bCheck)
> >
> >
> >
> > Regards,
> >
> > Varsha.
> >
> > ----- Original Message -----
> > From: "mailbox" <[EMAIL PROTECTED]>
> > To: "Scott C. Best" <[EMAIL PROTECTED]>; "Igor Kotelevsky"
> > <[EMAIL PROTECTED]>
> > Cc: "Kaboodle-devel" <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 02, 2002 10:37 AM
> > Subject: Re: [Kaboodle-devel] Re: Access violations
> >
> >
> > >
> > > ----- Original Message -----
> > > From: "Scott C. Best" <[EMAIL PROTECTED]>
> > > To: "Igor Kotelevsky" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>; "Kaboodle-devel"
> > > <[EMAIL PROTECTED]>
> > > Sent: Monday, July 01, 2002 9:11 PM
> > > Subject: [Kaboodle-devel] Re: Access violations
> > >
> > >
> > > > Igor:
> > > > Thanks for the update!
> > > >
> > > > VK:
> > > > Please help Igor by confirming this one thing:
> > > >
> > > > > 2 - I replaced the calling of "Vnc running auto detection" in
other
> > > > > place.
> > > > > Now it begins after finish OS detection
> > > > > (after closing the window "Classifying New Devices...").
> > > > > That calling inheres in following place:
> > > > > file SearchNetworkManager.cpp,
> > > > > end of fuction void CSearchNetworkManager::StartOSDetection().
> > > > > Please ask author of "LAN detection"
> > > > > (it seems to me that author is VK)
> > > > > really specified by me point is point of completion "LAN
detection"
> > > > > or no.
> > > >
> > > > Did Igor put the "VNC Auto Detection" kick-off in
> > > > the right place? As above, it should go off after all of the
> > > > OS classification is done.
> > >
> >
****************************************************************************
> > > ***************************
> > > The place is right but
> > > 1. if the VNC auto detection is one time process(Empty registry) then
that
> > > check should be added to the code as the StartOSDetection gets called
on
> > the
> > > new device discovery only for the devices that hasn't gone through the
OS
> > > detection process.
> > >
> > > 2.If it should execute on kaboodle startup then it should be
> > > if (nEntries != 0 )
> > > {
> > >  TRACE ("\n------OS detection DISPLAY ");
> > >
> > >
> >
PostEFMessage(m_nThreadID,m_dwControllerID,MSG_UPDATE_NETWORKPCS,Buffer.Leng
> > > th(),Buffer.GetBuffer());
> > > }
> > > CMainFrame* pFrame = CMainFrame::GetMainFrame();
> > > if (pFrame)
> > > {
> > >  pFrame->PostMessage(CMainFrame::m_nMsgBeginVncAutoDetection);
> > > }
> > >
> > > *******************************************************
> > > >
> > > > > 3 - I added calling of Sleep(0) into the function
> > > > > void CSearchNetworkManager::StartPing(PING_CODE code).
> > > > > It seems to me that the reason of
> > > > > > the screen goes completely white
> > > > > is that thread of user interface doesn't get time of processor.
> > > > > I want that author (VK?) of above function look into it and
> > > > > remove that calling of Sleep(0) if author decide to do that.
> > > >
> > > > I'll check this one out today.
> > > >
> > > > -Scott
> > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This sf.net email is sponsored by:ThinkGeek
> > > > Welcome to geek heaven.
> > > > http://thinkgeek.com/sf
> > > > _______________________________________________
> > > > Kaboodle-devel mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/kaboodle-devel
> > > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Kaboodle-devel mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/kaboodle-devel
> > >
> >
> >
> >
>
>
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to