Search found 18 matches

by WernerSt
Tue Jul 07, 2020 6:42 am
Forum: eXpress++ Support
Topic: DCSTATIC
Replies: 8
Views: 10416

Re: DCSTATIC

Tom,

Testing the range of the scrollbar ist a good recommendation.

By the way: I replaced the VScroll-command with dcscrollbar to have better control.

Using the scalefactor would really reduce my program codes, thank you!

Regards, Werner
by WernerSt
Tue Jul 07, 2020 1:24 am
Forum: eXpress++ Support
Topic: DCSTATIC
Replies: 8
Views: 10416

Re: DCSTATIC

Tom, Thank you for your effort to create a detailed sample code for my request, that works well! There is only a certain flickering during the movement of longer static text, but I think that you cannot improve this behaviour. You are right, zf and sf ( Zeilen/Spaltenfaktor), are for scaling I use s...
by WernerSt
Mon Jul 06, 2020 1:52 am
Forum: eXpress++ Support
Topic: DCSTATIC
Replies: 8
Views: 10416

Re: DCSTATIC

It would be a great help to get a sample, if you have time. Here my current dcstatics. Now dcstatic Textbox oStatic3 has the vscroll command which offers the vertical scrollbar but does not allow to use the mouse wheel as already explained. @ 0,0 DCSTATIC TYPE XBPSTATIC_TYPE_RECESSEDBOX size 54*sf, ...
by WernerSt
Sun Jul 05, 2020 10:43 am
Forum: eXpress++ Support
Topic: DCSTATIC
Replies: 8
Views: 10416

Re: DCSTATIC

Hi Tom,

thank you very much for your response.

Up to now I have never created a own event handler, but I will try it following your detailed instructions.

Best regards,
Werner
by WernerSt
Sun Jul 05, 2020 5:20 am
Forum: eXpress++ Support
Topic: DCSTATIC
Replies: 8
Views: 10416

DCSTATIC

Roger,

I use DCSTATIC Type XBPSTATIC_TYPE_TEXT together with the VSCROLL-command successfully.
Now it would be fine if I could also use the mouse wheel to execute a vertical scroll.
Do you or anybody have an idea to get this property?

I use xbase++ Version 2.0 and express 2.0.266.

Regards,
Werner
by WernerSt
Wed Apr 24, 2019 11:16 am
Forum: eXpress++ Support
Topic: DCGET PICTURE "(999)999-9999" problem
Replies: 14
Views: 15063

Re: DCGET PICTURE "(999)999-9999" problem

OK, kindly let me know when build 267 is available.
by WernerSt
Wed Apr 24, 2019 9:49 am
Forum: eXpress++ Support
Topic: DCGET PICTURE "(999)999-9999" problem
Replies: 14
Views: 15063

Re: DCGET PICTURE "(999)999-9999" problem

Roger,
thank you for this completion. Now the Compiler is satisfied.
I bought the current Express++ build 266 in August 31, 2018 so it's strange you suppose I work with 265.
Maybe you added this function DC_popupbuttonshow later to build 266?
Regards, Werner
by WernerSt
Wed Apr 24, 2019 3:17 am
Forum: eXpress++ Support
Topic: DCGET PICTURE "(999)999-9999" problem
Replies: 14
Views: 15063

Re: DCGET PICTURE "(999)999-9999" problem

Roger,
because I have the same Problem I tried to use your solution, but the Compiler reports the error "unresolved external Symbol DC_popupbuttonshow".
My express-Version is 266.

Werner
by WernerSt
Tue Dec 11, 2018 10:41 am
Forum: eXpress++ Support
Topic: DCGET
Replies: 4
Views: 8544

Re: DCGET

I used Xbase++ 1.90.355 and express++ 1.9.255 including that unconfirm clause many years.
by WernerSt
Tue Dec 11, 2018 9:54 am
Forum: eXpress++ Support
Topic: DCGET
Replies: 4
Views: 8544

Re: DCGET

Roger, you are right, removing the noconfirm clause improves the behaviour I described, but then the user has to press enter every entry field before moving to the next field. This was not necessary in my programs so far compiled with old express-Version, and it makes the noconfirm clause a little b...