Page 1 of 2
Version 260 DCBROWSE tagging
Posted: Tue Feb 10, 2015 7:31 am
by Wolfgang Ciriack
Hello Roger,
i changed from 259 to 260 and the browse tagging with Ctrl-left mouse click is not working anymore.
Code: Select all
Here my DCBROWSE:
@zl,spa DCBROWSE oBrw ;
DATA aKfz[i][5] ;
HEADLINES 2 ;
SIZE 21,14.5 ;
FONT "10.Arial Fett" ;
PRESENTATION aPP ;
TABSTOP ;
NOHORIZSCROLL ;
TAGENABLE ;
TAGELEMENT 3 ;
TAGCOLOR GRA_CLR_YELLOW, GRA_CLR_DARKGRAY ;
TAGMODE DCGUI_TAGMODE_CLEAR
Re: Version 260 DCBROWSE tagging
Posted: Wed Feb 11, 2015 11:34 am
by rdonnay
Yes, I am aware of this problem.
We added tagging for arrays with record objects and made some other changes.
Jack Djuif and I have argued about this.
He believes it is working correctly.
I believe it is NOT working correctly.
I have been waiting to hear from other users.
Now that you agree with me, I will take care of this soon after I return home from this trip.
Re: Version 260 DCBROWSE tagging
Posted: Wed Feb 11, 2015 11:41 pm
by Wolfgang Ciriack
Thanks for confirming that.
Re: Version 260 DCBROWSE tagging
Posted: Mon Feb 23, 2015 11:31 pm
by Wolfgang Ciriack
I read about comming version 261 this week. Would that be fixed in this new version ?
Re: Version 260 DCBROWSE tagging
Posted: Sat Feb 28, 2015 10:20 am
by rdonnay
I fixed a problem with shift left mouse but I know of no problems with ctrl left mouse. Give me a sample that doesn't work.
Re: Version 260 DCBROWSE tagging
Posted: Sat Feb 28, 2015 11:42 am
by Wolfgang Ciriack
I send you the sample per Mail.
Re: Version 260 DCBROWSE tagging
Posted: Sun Mar 01, 2015 6:06 pm
by rdonnay
Wolfgang -
I confirmed your problem.
It appears that the new tagging code (written by JD) was not tested with DRAG and DROP.
Due to this problem, and several others reported, such as changed behavior, I have decided to remove the new JD tagging system because it was never requested by any other eXpress++ user. JD and I will have to decide how to give him his tagging system back in a future build.
I intend to release build 261 with the older, more reliable, tagging system that has been tested very well.
Attached is a new _DCXBROW.PRG. Copy it to your \exp19\source\dclipx folder and run BUILD19_SL1.BAT or BUILD20.BAT to rebuild DCLIPX.DLL.
Roger
Re: Version 260 DCBROWSE tagging
Posted: Sun Mar 01, 2015 11:35 pm
by Wolfgang Ciriack
Thank you Roger,
but i get an error: Unknown variable: BROWSE_MYSQL on DC_XbpBrowse:init(581).
Re: Version 260 DCBROWSE tagging
Posted: Mon Mar 02, 2015 6:45 am
by rdonnay
Oops. I forgot an updated DCDIALOG.CH.
Here's a new zip file. Copy DCDIALOG.CH to your \exp19\include folder.
Re: Version 260 DCBROWSE tagging
Posted: Wed Mar 04, 2015 5:43 am
by Wolfgang Ciriack
Hello Roger,
with the new files i get an error:
Parameter has wrong type:
Operation: :SetUseVisualStyle
Called from (B)INIT: _DCINIT(28)
Called from DC_XBPBROWSE:MOVECOLUMN(1708)