Search found 1175 matches

by Tom
Mon Jul 04, 2011 1:15 am
Forum: eXpress++ Support
Topic: Dialog Speed different issue
Replies: 9
Views: 13725

Re: Dialog Speed different issue

Hi, Brian.

This also might be caused by a registry scan from DC_AutoRestore (..browse/window). If you use this technique, turn it off to find out whether it causes this problem or not. Some vcs even scan registry activity. Or the reg is corrupted.
by Tom
Mon Jul 04, 2011 12:58 am
Forum: Xbase++ Support
Topic: stack overflow
Replies: 3
Views: 8893

Re: stack overflow

"Module EH" means the error is caused by the error handler. You may have an endless iteration/recursion there, maybe in your "errorsys.prg". The error causing this is something else.
by Tom
Fri Jun 24, 2011 1:58 am
Forum: eXpress++ Support
Topic: DCSAY with SAYSIZE 0, x
Replies: 5
Views: 9795

Re: DCSAY with SAYSIZE 0, x

@Markus: Create a subclass and do it there.
by Tom
Thu Jun 23, 2011 2:32 am
Forum: eXpress++ Support
Topic: Speed for dialog
Replies: 5
Views: 9522

Re: Speed for dialog

DC_MergeGetLists()?
by Tom
Thu Jun 09, 2011 2:41 am
Forum: User Contributions
Topic: updated touchscreen number pad
Replies: 16
Views: 37813

Re: updated touchscreen number pad

Besides Ownerdrawing: XbParts based on XbpDialogs can be shown within a "region", which can be a polygonic area of any shape. Look at DC_RegionArray() for samples.
by Tom
Fri May 27, 2011 5:02 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12996

Re: Editprotect and popup and combo buttons.

Hi, Pedro.

Code: Select all

cTest := Space(30)
@ 1,1 DCGET cTest POPUP {||cTest := MyPopUpValue} KEYBLOCK {|a,b,o|o:Undo()}
Easier way: Create DCCOMBOBOXes instead. ;)
by Tom
Fri May 27, 2011 3:14 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12996

Re: Editprotect and popup and combo buttons.

Hi, Pedro.

Set DC_GetPopupProtectHide(.T.) somewhere in your app. This will automatically hide popup- and combo-buttons if a get is edit-protected.
by Tom
Wed May 25, 2011 3:06 am
Forum: eXpress++ Support
Topic: Windows Server 8
Replies: 7
Views: 12904

Re: Windows Server 8

Run you app in "Windows XP compatibility mode".
by Tom
Fri May 20, 2011 5:27 am
Forum: eXpress++ Support
Topic: Task Bar Icon
Replies: 10
Views: 15829

Re: Task Bar Icon

That only works for non-modal windows. Modal windows don't have task bar entries.
by Tom
Fri May 20, 2011 4:57 am
Forum: eXpress++ Support
Topic: Task Bar Icon
Replies: 10
Views: 15829

Re: Task Bar Icon

DCGET OPTIONS ICON <nIconId>