Search found 231 matches

by PedroAlex
Wed Apr 15, 2015 1:32 am
Forum: eXpress++ Support
Topic: Printing a text file
Replies: 12
Views: 17913

Re: Printing a text file

Is Very strange ..
What version of windows?
What version of xbase?
by PedroAlex
Tue Apr 14, 2015 1:45 am
Forum: eXpress++ Support
Topic: Printing a text file
Replies: 12
Views: 17913

Re: Printing a text file

Eugene.

set device to printer
set printer on
set printer to ("Res_naz.txt")
set console off

...Print commands

Set device to screen
Set printer off
Set printer to
Set console on


This works fine for me..

Pedro
by PedroAlex
Tue Mar 24, 2015 9:47 am
Forum: eXpress++ Support
Topic: Screenshots requested
Replies: 58
Views: 327319

Re: Screenshots requested

Roger.
My contribution..
From Touchscreen apps.
by PedroAlex
Thu Jan 29, 2015 10:58 am
Forum: eXpress++ Support
Topic: xBase / eXpress Window Control Demo
Replies: 2
Views: 5545

xBase / eXpress Window Control Demo

Gentlemen´s Some time ago, when I needed to manipulate windows with eXpress also had difficulties because I have not found samples in express to control independent windows on the same thread. After studying the subject I made this demo. If Roger have some time, maybe can comment, review and improve...
by PedroAlex
Thu Jan 29, 2015 5:28 am
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17484

Re: Owner's windows

Can you Try This: DCGETOPTIONS ; SAYFONT '7.Courier' ; SAYWIDTH 350 ; TABSTOP ; AUTORESIZE ALWAYSONTOP LOCKWINDOWTOOWNER DCREAD GUI ; FIT ; ADDBUTTONS SETAPPWINDOW ; OPTIONS GetOptions ; TITLE 'Skupina - material - kupec ' + mleto ; PARENT @oDlg ; EVAL {||BuildTree(oTree,aRRc) ,; oDlg:close := {|mp1...
by PedroAlex
Thu Jan 29, 2015 3:03 am
Forum: eXpress++ Support
Topic: Concatenate dialogs
Replies: 2
Views: 5937

Re: Concatenate dialogs

Hello.

maybe you see the sample :
\ALASKA\XPPW32\SOURCE\samples\basics\WINDOWS
by PedroAlex
Thu Jan 29, 2015 3:00 am
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17484

Re: Owner's windows

Janko.

take a look into :
\ALASKA\XPPW32\SOURCE\samples\basics\WINDOWS

Maybe can help.

Pedro
by PedroAlex
Wed Dec 31, 2014 2:53 am
Forum: eXpress++ Support
Topic: Background image in XPBMENU() and in DCSTATIC
Replies: 19
Views: 25489

Re: Background image in XPBMENU() and in DCSTATIC

A GRADIENT is not what was requested. I understood that a LOGO was requested. I have no problems with a gradient. That makes sense to me. YES ... "Obelix" ask for Logo. "Comercial" ask for that Gradient and i want to show where to enhance original c:\ALASKA\XPPW32\Source\samples\basics\OWNERDRW\MEN...
by PedroAlex
Sun Dec 28, 2014 9:25 am
Forum: eXpress++ Support
Topic: Background image in XPBMENU() and in DCSTATIC
Replies: 19
Views: 25489

Re: Background image in XPBMENU() and in DCSTATIC

Hi Jimmy.

Can you post the prg sample of "OD_Menu.JPG"
This menu have a nice gradient style.

Thanks
Pedro