Version 260 DCBROWSE tagging

This forum is for eXpress++ general support.
Message
Author
Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Version 260 DCBROWSE tagging

#1 Post 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
_______________________
Best Regards
Wolfgang

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

Re: Version 260 DCBROWSE tagging

#2 Post 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.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Version 260 DCBROWSE tagging

#3 Post by Wolfgang Ciriack »

Thanks for confirming that.
_______________________
Best Regards
Wolfgang

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Version 260 DCBROWSE tagging

#4 Post by Wolfgang Ciriack »

I read about comming version 261 this week. Would that be fixed in this new version ?
_______________________
Best Regards
Wolfgang

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

Re: Version 260 DCBROWSE tagging

#5 Post 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.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Version 260 DCBROWSE tagging

#6 Post by Wolfgang Ciriack »

I send you the sample per Mail.
_______________________
Best Regards
Wolfgang

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

Re: Version 260 DCBROWSE tagging

#7 Post 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
Attachments
dcxbrow_260a.zip
(29.27 KiB) Downloaded 656 times
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Version 260 DCBROWSE tagging

#8 Post by Wolfgang Ciriack »

Thank you Roger,
but i get an error: Unknown variable: BROWSE_MYSQL on DC_XbpBrowse:init(581).
_______________________
Best Regards
Wolfgang

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

Re: Version 260 DCBROWSE tagging

#9 Post by rdonnay »

Oops. I forgot an updated DCDIALOG.CH.

Here's a new zip file. Copy DCDIALOG.CH to your \exp19\include folder.
Attachments
dcxbrow_260a.zip
(72.25 KiB) Downloaded 693 times
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Version 260 DCBROWSE tagging

#10 Post 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)
_______________________
Best Regards
Wolfgang

Post Reply