Author | Topic: Alaska, Did you fix this bug? | |
---|---|---|
Itai Ben-Artzi | Alaska, Did you fix this bug? on Mon, 20 Jan 2020 11:36:34 -0800 Alaska, Did you fix this bug? If not, any ETA? **************************** Operating system : Windows Server 2008 R2 06.01 Build 07601 Service Pack 1 ------------------------------------------------------------------------------ oError:args : -> VALTYPE: N VALUE: 0 -> VALTYPE: N VALUE: 32 -> VALTYPE: C VALUE: HTMLayoutClassNameA oError:canDefault : Y oError:canRetry : N oError:canSubstitute: N oError:cargo : NIL oError:description : Function is not declared oError:filename : oError:genCode : 21 oError:operation : dllPrepareCall oError:osCode : 0 oError:severity : 2 oError:subCode : 2002 oError:subSystem : BASE oError:thread : 5 oError:tries : 0 ------------------------------------------------------------------------------ CALLSTACK: ------------------------------------------------------------------------------ Called from XBPHTMLRENDERER:CREATE(2200) Called from HTMLVIEWHOST:CREATE(304) Called from XBPHTMLWINDOW:CREATE(943) | |
Andreas Gehrs-Pahl | Re: Alaska, Did you fix this bug? on Sun, 26 Jan 2020 07:03:36 -0500 Itai, >Did you fix this bug? If not, any ETA? Do you have any code to reproduce this? I can't! Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas@AbsoluteSoftwareLLC.com web: http://www.AbsoluteSoftwareLLC.com [F]: https://www.facebook.com/AbsoluteSoftwareLLC | |
Itai Ben-Artzi | Re: Alaska, Did you fix this bug? on Fri, 31 Jan 2020 10:46:45 -0800 Andreas, Here is the relevant snippet: * oWebBrowser := XbpHTMLWindow():new() oWebBrowser:HTML := cHTML oWebBrowser:create(oDlg, oDlg, aBrwPos, aBrwSize, , .T. ) oDlg:show() oWebBrowser:Show() SetAppFocus(oWebBrowser) * The error log: Operating system : Windows Server 2008 R2 06.01 Build 07601 Service Pack 1 Work Station : PROPERTYBLVD User Name : LACROSSE Release : Property Boulevard Ver 19.03.1 ------------------------------------------------------------------------------ oError:args : -> VALTYPE: N VALUE: 0 -> VALTYPE: N VALUE: 32 -> VALTYPE: C VALUE: HTMLayoutClassNameA oError:canDefault : Y oError:canRetry : N oError:canSubstitute: N oError:cargo : NIL oError:description : Function is not declared oError:filename : oError:genCode : 21 oError:operation : dllPrepareCall oError:osCode : 0 oError:severity : 2 oError:subCode : 2002 oError:subSystem : BASE oError:thread : 5 oError:tries : 0 ------------------------------------------------------------------------------ CALLSTACK: ------------------------------------------------------------------------------ Called from XBPHTMLRENDERER:CREATE(2200) Called from HTMLVIEWHOST:CREATE(304) Called from XBPHTMLWINDOW:CREATE(943) Called from SHOWSCREENINGREPORT(4515) Called from GETCICINFO(4702) Called from (B)PROSPECTWIN(174) Called from PROSPECTWIN(251) | |
Andreas Gehrs-Pahl | Re: Alaska, Did you fix this bug? on Sat, 01 Feb 2020 13:24:56 -0500 Itai, >Here is the relevant snippet: A snippet doesn't help, and you posted this one before. I have absolutely no problem using XbpHTMLWindow(), so you must be doing something special, which causes this issue. For example, what version of Xbase++ do you use? What value does cHTML have? What libraries do you include? Only a compilable program that causes this error might help us to help you. Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas@AbsoluteSoftwareLLC.com web: http://www.AbsoluteSoftwareLLC.com [F]: https://www.facebook.com/AbsoluteSoftwareLLC | |
Itai Ben-Artzi | Re: Alaska, Did you fix this bug? on Tue, 04 Feb 2020 10:49:10 -0800 Andreas, All is working well with the new release (build 1185). Thank you. -Itai |