Search found 1175 matches

by Tom
Fri Nov 12, 2010 8:11 am
Forum: eXpress++ Support
Topic: DCREAD / AUTORESIZE kills POSTEVENT
Replies: 1
Views: 5405

DCREAD / AUTORESIZE kills POSTEVENT

Hi, Roger. If a resize option (like AUTORESIZE) is used with DCGET OPTIONS, this kills the POSTEVENT option of DCREAD. This does not work: DCUSEREVENT xbeP_User+200 ACTION {||MsgBox('Hello')} DCGET OTIONS AUTORESIZE DCREAD GUI FIT OPTIONS GetOptions POSTEVENT xbeP_User+200 It works if AUTORESIZE is ...
by Tom
Tue Nov 09, 2010 10:50 am
Forum: Xbase++ Support
Topic: DBU
Replies: 31
Views: 52851

Re: DBU

To be honest - I can't find my clipper installation. However, I remember DBU came with source. If you just compile this with Xbase++, you have a 32 bit version, which should work on 64 bit machines aswell.
by Tom
Wed Nov 03, 2010 8:07 am
Forum: eXpress++ Support
Topic: Hide and UnHide DIALOG
Replies: 13
Views: 22430

Re: Hide and UnHide DIALOG

1. Create the dialog with all elements. Use the FIT clause at DCREAD GUI. Store the dialog size at the EVAL clause of DCREAD like this: {||aDlgSize := oDialog:DCCurrentSize()}. 2. At the Show/Hide-button, toggle a variable "lShowSettings" (.T./.F.). If "lShowSettings" becomes .T., call oDialog:DCSet...
by Tom
Mon Nov 01, 2010 3:25 am
Forum: XCodeJock Support
Topic: SkinFramework - please "boost" this PDR
Replies: 3
Views: 16048

SkinFramework - please "boost" this PDR

As Alaska support told me, there are "incompatibilities when SL1 is used with Codejock SkinFramework. Although exactly the same XbParts (checkboxes, radiobuttons, 3-states) are effected, this has nothing to do with wrong background colors at this parts when Windows 7/Vista with Aero-theme is used ( ...
by Tom
Fri Oct 22, 2010 5:32 am
Forum: Xbase++ Support
Topic: Scanning (twain)
Replies: 5
Views: 11053

Re: Scanning (twain)

Hi, Chris.

You need OCR-software (or a SDK) for this, something like Abby Finereader or GdPicture.
by Tom
Thu Oct 14, 2010 2:24 am
Forum: Xbase++ Support
Topic: dbappend() problem on Windows7 shared drive.
Replies: 40
Views: 66446

Re: dbappend() problem on Windows7 shared drive.

Hi, Chris.

Did you send your samples to Alaska Software? What do they say?
by Tom
Wed Oct 13, 2010 4:16 am
Forum: eXpress++ Support
Topic: Add object to GetList?
Replies: 1
Views: 5028

Add object to GetList?

Some ActiveX-components I use in my apps are created this way: @ n,n DCSAY '' SIZE x,y OBJECT oControlParent ... DCREAD GUI ... EVAL {||oControl := CreateMyControl(oControl,oControlParent)} A sample for this is the TX Text Control, which consists of up to four or five objects (the control itself, a ...
by Tom
Tue Oct 05, 2010 8:34 am
Forum: XCodeJock Support
Topic: CJPOPUP / ItemClicked
Replies: 1
Views: 11565

CJPOPUP / ItemClicked

Hi, Roger. If you run your sample for the popup control and click on the item, you will receive a runtime error, cause the ITEMCLICK clause does not hand the popup object to the codeblock (anymore? I remember this worked in earlier versions). I found out that you create a PostAppEvent there. If one ...
by Tom
Tue Oct 05, 2010 5:20 am
Forum: eXpress++ Support
Topic: DC_XbpBrowse:MoveColumn
Replies: 8
Views: 13121

Re: DC_XbpBrowse:MoveColumn

Hi, Roger. Did you find the time to check the sample? A similar problem comes up if browse columns are hidden/shown using the HIDE clause (with visual styles). Seems that the header and footer presentation gets lost on this way. The leftmost columns in this dialog were hidden and shown again shortly...
by Tom
Wed Sep 29, 2010 12:28 am
Forum: eXpress++ Support
Topic: Color within DCBROWSE
Replies: 4
Views: 9043

Re: Color within DCBROWSE

You may also take a look at what I did here:

http://bb.donnay-software.com:8080/phpB ... ?f=2&t=279