Search found 113 matches

by jdsoft
Tue Jul 19, 2011 5:15 am
Forum: eXpress++ Support
Topic: How to set translucent window
Replies: 3
Views: 7403

Re: How to set translucent window

Hello Tom,

Thank you for the quick answer.
It pointed me to the function Dc_SetWindowTransparency()
This is exactly what in needed. :D

Regards,
Jack Duijf
by jdsoft
Tue Jul 19, 2011 5:03 am
Forum: eXpress++ Support
Topic: How to set translucent window
Replies: 3
Views: 7403

How to set translucent window

Hello,

How can i get a translucent DcDialog in Express++. :?:
If possible i want to be able to change the transluceny grade to any value between 0% and 100%.

Suggestions are welcome.
Regards,
Jack Duijf
by jdsoft
Mon Jul 18, 2011 3:23 pm
Forum: eXpress++ Support
Topic: How to set focus after POPUP
Replies: 4
Views: 8675

Re: How to set focus after POPUP

Hello Rick, Thank you for the suggestions. The use of DC_ReadGuiEvent(DCGUI_MOVE_DOWN_PAR,GetList) does not work in the POPUP code-block. The one that mentioned the return of a array, helped me in the right direction. Because it was a generic numeric touchscreen entry, i needed to go to the next dat...
by jdsoft
Sun Jul 17, 2011 8:10 am
Forum: eXpress++ Support
Topic: How to set focus after POPUP
Replies: 4
Views: 8675

How to set focus after POPUP

Hello, How to set focus to the next input field when POPUP returns?. I tryed as folows: @ nLine++,KASSA_TAB2 DCGET oKassaBon:nKortingperc; PICTURE "999.99" ; VALID bRecalc ; POPUP {|n,o,r|r := Touch_NumPad(o),Dc_ReadGuiEvent(DCGUI_MOVE_UP,GetList),r} @ nLine++,KASSA_TAB2 DCGET oKassaBon:nBetaald ; P...
by jdsoft
Sat Jul 02, 2011 10:50 am
Forum: eXpress++ Support
Topic: Dialog Speed different issue
Replies: 9
Views: 14102

Re: Dialog Speed different issue

Hello,

Maybe a videocard issue if you have visual styles enabled.
Disable hardware acceleratior of your video card.
See display properties\advanced\Troublesooting

Maybe this helps.

Regards,
Jack Duijf
by jdsoft
Sat Jul 02, 2011 10:40 am
Forum: User Contributions
Topic: DCBROWSE ... FIT improvement
Replies: 1
Views: 9285

DCBROWSE ... FIT improvement

Hello Express++ users. If there is a DCBROWSE … FIT with multiple columns, clicking in the most left or right field causes the whole browse to shift slightly left or right. I noticed this for quite some time, but I accepted it as a “feature”. The same issue arises if you have a horizontal scrollbar,...
by jdsoft
Sun May 08, 2011 5:14 am
Forum: eXpress++ Support
Topic: Preview with Acrobat
Replies: 6
Views: 11669

Re: Preview with Acrobat

Hello, Had same poblem before. I assume you create PDF using DCPRINT Wrote a simple function to fix this. cPdfFile := "C:\Data\Documents\Pdf\Invoices_" + StrZero(nInvoice,6) + ".Pdf" DCPRINT ON NAME SELECTIE_PRINTDEVICE SIZE nMaxLines,100 FONT FONT_NORMAL TO oPrinter TOFILE OUTFILE (cPdfFile) NOSTOP...
by jdsoft
Fri Apr 15, 2011 5:48 pm
Forum: Did you Know?
Topic: Memory leak !!
Replies: 0
Views: 6749

Memory leak !!

After days of debugging, and testing i found an issue that might be important to some of you. xbpBrowse has an callback slot called xbpBrowse:StableBlock. (do not confuse this with xbpBrowse:ItemMarked) The code block is called when the browse is stable. Even if the browse has no focus. I use it for...
by jdsoft
Thu Apr 07, 2011 2:02 am
Forum: eXpress++ Support
Topic: Static with no border
Replies: 3
Views: 7968

Re: Static with no border

Hello,

Thanks for the quick reply.
I was thinking in "boxes". XBPSTATIC_TYPE_TEXT does exactly what i need.

Regards,
Jack Duijf
by jdsoft
Thu Apr 07, 2011 1:06 am
Forum: eXpress++ Support
Topic: Static with no border
Replies: 3
Views: 7968

Static with no border

Hello,

Maybe a dumb question, but i am unable to find it....
How to create a static with NO border.

@ 12,12 DCSTATIC TYPE ...... OBJECT oStatic SIZE 10,6

Regards,
Jack Duijf