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
Search found 18 matches
- Tue Jul 07, 2020 6:42 am
- Forum: eXpress++ Support
- Topic: DCSTATIC
- Replies: 8
- Views: 13424
- Tue Jul 07, 2020 1:24 am
- Forum: eXpress++ Support
- Topic: DCSTATIC
- Replies: 8
- Views: 13424
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...
- Mon Jul 06, 2020 1:52 am
- Forum: eXpress++ Support
- Topic: DCSTATIC
- Replies: 8
- Views: 13424
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, ...
- Sun Jul 05, 2020 10:43 am
- Forum: eXpress++ Support
- Topic: DCSTATIC
- Replies: 8
- Views: 13424
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
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
- Sun Jul 05, 2020 5:20 am
- Forum: eXpress++ Support
- Topic: DCSTATIC
- Replies: 8
- Views: 13424
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
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
- Wed Apr 24, 2019 11:16 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 21649
Re: DCGET PICTURE "(999)999-9999" problem
OK, kindly let me know when build 267 is available.
- Wed Apr 24, 2019 9:49 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 21649
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
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
- Wed Apr 24, 2019 3:17 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 21649
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
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
- Tue Dec 11, 2018 10:41 am
- Forum: eXpress++ Support
- Topic: DCGET
- Replies: 4
- Views: 9901
Re: DCGET
I used Xbase++ 1.90.355 and express++ 1.9.255 including that unconfirm clause many years.
- Tue Dec 11, 2018 9:54 am
- Forum: eXpress++ Support
- Topic: DCGET
- Replies: 4
- Views: 9901
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...