Search found 113 matches

by jdsoft
Tue Nov 30, 2010 1:31 pm
Forum: eXpress++ Support
Topic: Repaint static / bitmap
Replies: 24
Views: 33082

Re: Repaint static / bitmap

Hello Roger,

Had the same problem, but now it's fixed.
Attached you find the working sample.

Regards,
Jack Duijf

P.s. Some time ago, you mentioned a webpage to present a Express++ program.
How about that?
by jdsoft
Mon Nov 29, 2010 12:01 pm
Forum: eXpress++ Support
Topic: Repaint static / bitmap
Replies: 24
Views: 33082

Re: Repaint static / bitmap

Hello Roger, After some experimenting, i think i fixed the problem. I added a xbpDrawStatic:HandleEvent() It only is a "nervous" sccreen when repaint is done. I can live with it. Regards, Jack Duijf Method xbpDrawStatic:HandleEvent(nEvent,mp1,mp2) ::DC_XbpStatic:HandleEvent(nEvent,@mp1,@mp2) if nEve...
by jdsoft
Mon Nov 29, 2010 10:31 am
Forum: eXpress++ Support
Topic: Repaint static / bitmap
Replies: 24
Views: 33082

Re: Repaint static / bitmap

Hello Roger,

My mistake.
Please remove #include "Sy_WinToolbox.ch" from Appcons.ch
Please remove "Sy_WinToolbox.LIB" from project.xpj
Replace Dc_ReadModal(...) to DCREAD GUI FIT
Then all does compile with no problem.

Do you have teamviewer?
I can show you my problem.

Regards,
Jack Duijf
by jdsoft
Mon Nov 29, 2010 8:47 am
Forum: eXpress++ Support
Topic: Repaint static / bitmap
Replies: 24
Views: 33082

Re: Repaint static / bitmap

Hello Auge, I dis as you suggested: I changed 1 line of code, notice the EVAL: @ 0,0 DCSTATIC TYPE XBPSTATIC_TYPE_RAISEDBOX SIZE 60,12 OBJECT oFoto PARENT oStatic SUBCLASS "xbpDrawStatic()" EVAL {|o|o:Draw({||oFoto:Repaint()})} Unfortunaly it was not succesful. What is my mistake? Regards, Jack Duijf
by jdsoft
Mon Nov 29, 2010 8:29 am
Forum: eXpress++ Support
Topic: Request for a Getting started for xb2.Net/express++
Replies: 1
Views: 5672

Re: Request for a Getting started for xb2.Net/express++

Hello, 1. There are no restrictions to develop xb2net and Expres++ on your laptop. Be sure you have installed at least 1 network adapter. 2. Your Xbase++ xb2net , Express ++ application MUST run on a windows based webserver. I currently use Win-2003 / Win-2008, and Win-XP as webservers. I have no ex...
by jdsoft
Sun Nov 28, 2010 2:24 pm
Forum: eXpress++ Support
Topic: Repaint static / bitmap
Replies: 24
Views: 33082

Repaint static / bitmap

Hello, Attached you find a small test program. It can paint in different colours on a background bitmap. If another window is moved over the painted part, and removed, the painted colours disapear. Then i press the "Repaint" button, an the data is back. How can i prevent that my painted data is remo...
by jdsoft
Fri Oct 29, 2010 11:11 am
Forum: eXpress++ Support
Topic: Multiple DCRADIO in a groupbox
Replies: 3
Views: 8097

Re: Multiple DCRADIO in a groupbox

Hello Roger,

Thanks, this fixes my problem.
I inplemented this is my application.
I am suprised i did'nt encountered this before.

Regards,
Jack Duijf
by jdsoft
Fri Oct 29, 2010 6:16 am
Forum: eXpress++ Support
Topic: Multiple DCRADIO in a groupbox
Replies: 3
Views: 8097

Multiple DCRADIO in a groupbox

Hello, I try to add multiple DCRADIO groups is a single DCGROUP. See the screenshot for the sample. My code looks like this, DCSETPARENT TO oBox1 nBline := 0.8 @ nBline , 1 DCSAY {||oDb:extrabehwassen} APP_SAYCOLOR SIZE 25 @ nBline , nTab5 DCRADIO oDb:extrasparenwassen PROMPT TAAL_LBL_GEEN VALUE SPA...
by jdsoft
Mon Oct 25, 2010 12:51 pm
Forum: eXpress++ Support
Topic: DCGET GETPRESENTATION
Replies: 2
Views: 6475

Re: DCGET GETPRESENTATION

Hello Roger,

Thank you, that was just what needed.

Regards,
Jack Duijf
by jdsoft
Sun Oct 24, 2010 9:57 am
Forum: eXpress++ Support
Topic: DCGET GETPRESENTATION
Replies: 2
Views: 6475

DCGET GETPRESENTATION

Hello Roger, I am looking for a way to generalize the GETPRESENTATION parameters. I can ofcoarse add GETPRESENTATION aGetPres to every DCGET in all my apps, but this would take me ages to go thru all of them. I study the DCGETOPTIONS and the DCREAD GUI, but i am unable to find the command to add the...