wtf
Posted: Fri Sep 18, 2015 11:03 pm
Hi Roger,
when I click on any item with data’s type of N, A, O in row in debug preview window, a error message appears – for C type values a new windows with its value is displaeyed.
But interesting thing is this – now when I don’t click on OK for cancel program, but now I click in debug preview windows on that the same or any other row/value, now it it displayed in new window without problem regardless of value’s type.
May be problem is related to the fact, that Xb2Net window runs in no-gui mode, so may be new wanted associated debug window must have set immediatelly to any other parent like it is done for first debug window with all displayed rows of debuged values.
please, try add any test code into any your function in any Xb2Net app, something like below, and try click on debuged rows/items/values:
eXpres++ 2.0.261
Xbase++ 2.0.623
Xb2Net 3.3.07
TIA & Regards
Zdeno
when I click on any item with data’s type of N, A, O in row in debug preview window, a error message appears – for C type values a new windows with its value is displaeyed.
But interesting thing is this – now when I don’t click on OK for cancel program, but now I click in debug preview windows on that the same or any other row/value, now it it displayed in new window without problem regardless of value’s type.
May be problem is related to the fact, that Xb2Net window runs in no-gui mode, so may be new wanted associated debug window must have set immediatelly to any other parent like it is done for first debug window with all displayed rows of debuged values.
please, try add any test code into any your function in any Xb2Net app, something like below, and try click on debuged rows/items/values:
Code: Select all
Local cTime := Time()
Local nTime := Seconds()
Local dDate := Date()
Local aTime := { Time(), Date() }
oClient := ThreadObject()
oServer := oClient:Parent
wtf cTime, nTime, dDate, aTime, oClient
Xbase++ 2.0.623
Xb2Net 3.3.07
TIA & Regards
Zdeno