Search found 158 matches

by GeneB
Sat Feb 23, 2013 7:50 am
Forum: eXpress++ Support
Topic: Keeping DC_Popcalc() Always On Top
Replies: 2
Views: 5605

Keeping DC_Popcalc() Always On Top

Could someone please tell me how to keep the popup DC_Popcalc() always on top?
I would assume that would also be the way to keep a DCFINDBROWSE window always on top?

Thanks.
GeneB
by GeneB
Tue Feb 12, 2013 8:38 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP Color of Button
Replies: 7
Views: 10332

Re: DCPUSHBUTTONXP Color of Button

Works !!
"Muchas gracias noch einmal"
GeneB
by GeneB
Tue Feb 12, 2013 8:17 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP Color of Button
Replies: 7
Views: 10332

Re: DCPUSHBUTTONXP Color of Button

51,51,255
by GeneB
Tue Feb 12, 2013 7:27 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP Color of Button
Replies: 7
Views: 10332

Re: DCPUSHBUTTONXP Color of Button

With this code I get the gradient but lose the 'mouse over' color change #INCLUDE "dcdialog.ch" PROC appsys ; return FUNCTION MAIN() LOCAL oConfig, GetList[0] oConfig := DC_XbpPushButtonXpConfig():new() oConfig:gradientStyle := 5 oConfig:gradientStep := 3 @ 6.0,11 DCPUSHBUTTONXP ; SIZE 40, 5 ; CAPTI...
by GeneB
Tue Feb 12, 2013 6:52 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP Color of Button
Replies: 7
Views: 10332

Re: DCPUSHBUTTONXP Color of Button

With the above code if I remove the gradient the button is black.
The code I am using is from ButtPicker.exe
by GeneB
Mon Feb 11, 2013 7:52 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXP Color of Button
Replies: 7
Views: 10332

DCPUSHBUTTONXP Color of Button

The attached code creates an XP style button, but it is white. The mouse color and click color are correct. Can someone please tell me what I am missing? Thanks, GeneB #INCLUDE "dcdialog.ch" PROC appsys ; return FUNCTION MAIN() LOCAL GetList[0] @ 6.0,11 DCPUSHBUTTONXP ; SIZE 40, 5 ; CAPTION 'Invento...
by GeneB
Mon Feb 11, 2013 10:43 am
Forum: eXpress++ Support
Topic: DCPRINT EJECT
Replies: 7
Views: 11438

Re: DCPRINT EJECT

Thanks.
I saw the original answer and downloaded the zip you attached.
I'll give it a try.
Thanks for your help.
GeneB
by GeneB
Sun Feb 10, 2013 10:06 pm
Forum: phpBB Board Support
Topic: New Server
Replies: 8
Views: 29246

Re: New Server

I can only find the forum by going in through your website Donnay-Software.com

I was going in with http://bb.donnay-software.com:8080/phpBB3
Now I can get in with http://bb.donnay-software.com/Donnay

GeneB
by GeneB
Sun Feb 10, 2013 2:53 pm
Forum: eXpress++ Support
Topic: DCPRINT EJECT
Replies: 7
Views: 11438

Re: DCPRINT EJECT

This might be the same question I asked in another topic and I would love to know the answer. Is there a way in Express to change a printer's setting for the length of the paper? When sending an eject to a printer using continuous feed paper, can the length of the paper be shortened to the length of...
by GeneB
Mon Feb 04, 2013 5:32 pm
Forum: eXpress++ Support
Topic: Change the Scale of a Window from within the window?
Replies: 4
Views: 7422

Re: Change the Scale of a Window from within the window?

Perfect.
Nice 'bell and whistle'.
You're making me look good.
GeneB