Search found 4769 matches

by rdonnay
Fri May 14, 2010 7:30 am
Forum: eXpress++ Support
Topic: GETOPTIONS AUTOZOOM
Replies: 6
Views: 12108

Re: GETOPTIONS AUTOZOOM

Tom - The eXpress++ resizing system was designed to automatically resize the font, but currently there is only one manifest constant that does this: From DCDIALOG.CH: #define DCGUI_RESIZE_AUTORESIZE { DCGUI_REPOS_AUTO_BLOCK, DCGUI_RESIZE_AUTO_BLOCK, .f. } #define DCGUI_RESIZE_AUTORESIZE_SCALEFONT { ...
by rdonnay
Fri May 14, 2010 7:20 am
Forum: eXpress++ Support
Topic: x2clip
Replies: 3
Views: 8280

Re: x2clip

There is a product for Win7 named DosBox.

It's free.

You can find it on the internet.

That may work for you.
by rdonnay
Thu May 13, 2010 7:20 pm
Forum: eXpress++ Support
Topic: x2clip
Replies: 3
Views: 8280

Re: x2clip

That's because it's a 16-bit DOS program, compiled in Clipper.
by rdonnay
Thu May 13, 2010 7:19 pm
Forum: eXpress++ Support
Topic: DC Browse as Main app
Replies: 9
Views: 15240

Re: DC Browse as Main app

Use the function SetAppWindow( oMainWindow )
by rdonnay
Thu May 13, 2010 12:02 pm
Forum: eXpress++ Support
Topic: DC Browse as Main app
Replies: 9
Views: 15240

Re: DC Browse as Main app

It really sounds like your main window is not the SetAppWindow(), otherwise Modal should work. Put this in your code just before the DCREAD GUI in your modal window procedure: WTF SetAppWindow():title This should give you the title of your main window. If it doesn't then something is changing your S...
by rdonnay
Thu May 13, 2010 11:57 am
Forum: eXpress++ Support
Topic: Asterisk in the PASSWORD
Replies: 6
Views: 11408

Re: Asterisk in the PASSWORD

Miguel -

I sent you a private email with download instructions.

Roger
by rdonnay
Thu May 13, 2010 8:38 am
Forum: eXpress++ Support
Topic: DC Browse as Main app
Replies: 9
Views: 15240

Re: DC Browse as Main app

Are you saying that when you open a MODAL window from the main window, that the main window goes behind the other windows?
by rdonnay
Thu May 13, 2010 8:02 am
Forum: eXpress++ Support
Topic: Asterisk in the PASSWORD
Replies: 6
Views: 11408

Re: Asterisk in the PASSWORD

I think there was a bug in build 253 related to the PASSCHAR problem.

You will need to download build 254.
by rdonnay
Tue May 11, 2010 10:51 am
Forum: eXpress++ Support
Topic: DC_SetPos(), DC_SetSize(), DC_CurrentSize()
Replies: 15
Views: 25584

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

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.
by rdonnay
Tue May 11, 2010 10:37 am
Forum: eXpress++ Support
Topic: DC_SetPos(), DC_SetSize(), DC_CurrentSize()
Replies: 15
Views: 25584

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

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....