DC_SetPos(), DC_SetSize(), DC_CurrentSize()

This forum is for eXpress++ general support.
Message
Author
User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#11 Post by Tom »

Maybe it defaults to the REGISTER option? I didn't recompile my app after I recompiled DCLIPX.DLL. I will do this now. There is no "REGISTER" in my DCDIALOG.CH.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

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

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#12 Post by rdonnay »

No, I didn't test with XCodeJock yet because I wasn't quite finished and that seems to be the problem.

xGETLIST_OPTIONS3 has been reserved for XCodeJock parameters and that's what I was using for the new REGISTER feature.
I got the same error as Tom.

I will be uploading a new _DCCLASS.PRG, DCDIALOG.CH and XCODEJOCK.CH sometime today.
The eXpress train is coming - and it has more cars.

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

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#13 Post by rdonnay »

Ok, here is a new _dcclass.prg, dcdialog.ch, xcodejock.ch.

I haven't fully tested the REGISTER clause of the CJ commands yet but at least it should not cause any errors when using the new _DCCLASS.PRG.
Attachments
update.zip
_dcclass.prg, dcdialog.ch, xcodejock.ch preview of build 255
(89.39 KiB) Downloaded 734 times
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#14 Post by Tom »

Works! :clap:
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#15 Post by Tom »

Hi, Roger.

I know you're on vacation (have fun!).

This is not urgent:

If a browse with "frozen" columns (and headlines > 1) is resized using oBrowse:DCSetSize(), the portion with the frozen columns loses it's headers if the size decreases. If the size increases again, the headers are shown somewhere inside the dataarea.

Edit: Forget it! This had something to do with something I did elsehwere. :roll:

Tom
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

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

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

#16 Post by rdonnay »

Tom -

Yes, I am enjoying my vacation.
Will be back home tomorrow.

Roger
The eXpress train is coming - and it has more cars.

Post Reply