wtf

This forum is for eXpress++ general support.
Post Reply
Message
Author
Zdeno Bielik
Posts: 147
Joined: Thu Jan 28, 2010 9:24 am
Location: Nitra, Slovakia
Contact:

wtf

#1 Post by Zdeno Bielik »

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:

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
eXpres++ 2.0.261
Xbase++ 2.0.623
Xb2Net 3.3.07


TIA & Regards
Zdeno

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: wtf

#2 Post by rdonnay »

Are you using GUI=yes in your project file?
The eXpress train is coming - and it has more cars.

Post Reply