Search found 36 matches

by Leon Berger
Wed Aug 10, 2016 4:12 pm
Forum: eXpress++ Support
Topic: Char "&" is not shown as CAPTION with DCPUSHBUTTON
Replies: 6
Views: 12089

Re: Char "&" is not shown as CAPTION with DCPUSHBUTTON

rdonnay wrote:If you want to see an ampersand in the caption, you need to use a double ampersand.

DCPUSHBUTTON CAPTION 'Larry && Mike'
Thank you Roger :-)

And what about the char ";" ? This is the char for a new line. Is it possible to use CAPTION like ";" ?
by Leon Berger
Wed Aug 10, 2016 10:16 am
Forum: eXpress++ Support
Topic: Error Re-Compiles DCLIPX.DLL
Replies: 4
Views: 8522

Re: Error Re-Compiles DCLIPX.DLL

digitsoft wrote:if the PC has Windows 10, and I'm working with xBase 1.9.355
http://bb.donnay-software.com/donnay/vi ... f=2&t=1835
by Leon Berger
Wed Aug 10, 2016 9:57 am
Forum: eXpress++ Support
Topic: Char "&" is not shown as CAPTION with DCPUSHBUTTON
Replies: 6
Views: 12089

Char "&" is not shown as CAPTION with DCPUSHBUTTON

I have a problem with DCPUSHBUTTON and the char "&". The caption "&" is not shown on the button. @ 50,450 DCPUSHBUTTON CAPTION {||iif( lCaps,"&","6") } FONT cFont SIZE 80,80 PIXEL ; @ 50,450 DCPUSHBUTTON CAPTION {||iif( lCaps,chr(38),"6") } FONT cFont SIZE 80,80 PIXEL ; Is there a solution to show t...
by Leon Berger
Tue Aug 09, 2016 11:15 am
Forum: User Contributions
Topic: Touchscreen numpad with DCPUSHBUTTON
Replies: 1
Views: 9919

Touchscreen numpad with DCPUSHBUTTON

A touchscreen numpad with DCPUSHBUTTONs http://lbw.at/calc.jpg ////////////////////////////////////////////////////////////////////// // // CALC.PRG // // Made by: // Leon Berger, 2016 // // Inhalt: // Touchscreen Numpad // ////////////////////////////////////////////////////////////////////// #incl...
by Leon Berger
Wed Jun 29, 2016 4:01 am
Forum: eXpress++ Support
Topic: Button height in function dc_apick()
Replies: 0
Views: 10103

Button height in function dc_apick()

Is it possible, to change the height of the buttons "ok" and "cancel" inside the function dc_apick()?

Image
by Leon Berger
Wed Nov 25, 2015 1:46 am
Forum: eXpress++ Support
Topic: Unknown Variable
Replies: 8
Views: 13688

Re: Unknown Variable

From Readme.txt enclosed Build 263 IMPORTANT NOTES (PLEASE READ THIS!!!!) : 1. It is highly recommended that you install this version in a new directory and do not overwrite your current 1.x version. 2. It is recommended that you recompile your source code because changes may have been made to DC*.C...
by Leon Berger
Tue Nov 24, 2015 4:00 am
Forum: Xbase++ 2.0
Topic: Array size and speed application
Replies: 3
Views: 11247

Re: Array size and speed application

Hi, Why have negative effect to speed application used size of Array ? In my program I have DECLARE arow[20000000] Then I use this arow to read lines from file in cycle FOR i=1 to x arow :=something... NEXT x can be 100000, 2.000.000 and so 20.000.000 If I declare to 2.000.000 program speed is abou...
by Leon Berger
Mon Nov 23, 2015 3:08 pm
Forum: Announcements
Topic: eXpress++ 2.0 build 263 is released
Replies: 6
Views: 16139

Re: eXpress++ 2.0 build 263 is released

Roger,

building a new exe-file with build 263, the exe is creating a file named "debug.log" at runtime. How can I disable this logfile?

Build 263 is shown as Version 262.

Greetings from Vienna
Leon
by Leon Berger
Thu Jun 18, 2015 12:01 pm
Forum: eXpress++ Support
Topic: DCPS how not to preview in Acrobat
Replies: 4
Views: 9257

Re: DCPS how not to preview in Acrobat

How can I save it to a PDF without previewing in Acrobat with the DCPS ? Add a printer named "PDF-Document" to your Printer array, then chose this printer as target. _p := "Test-File" do case case cPrinterName = "PDF-Document" PSSetDevice(DEV_PDFFILE) PSSetFileName(_p) otherwise PSSetPrinter(nPrint...
by Leon Berger
Mon Jun 08, 2015 11:35 pm
Forum: eXpress++ Support
Topic: Command to set text color when highlighted
Replies: 6
Views: 10036

Re: Command to set text color when highlighted

Andy Edward wrote:I'm using express++ 1.9.260 and xBase 1.9.331

Any other ideas?
Maybe you should use xBase 1.9.355.