How can I enable the scrollbars to always be displayed in DC DIALOG?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 468
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

How can I enable the scrollbars to always be displayed in DC DIALOG?

#1 Post by digitsoft »

Hi Roger
How can I enable the scrollbars to always be displayed in DC DIALOG?
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

#2 Post by rdonnay »

I believe that I did this sometime in the past but don't remember where the code is.

I will look around for it.
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

#3 Post by rdonnay »

Try This:

DCGETOPTIONS RESIZE SCROLLBARS XBP_SCROLLBAR_VERT + XBP_SCROLLBAR_HORIZ
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 468
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

#4 Post by digitsoft »

Good morning, Roger.
The scroll bar is no longer visible with these settings.
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4854
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How can I enable the scrollbars to always be displayed in DC DIALOG?

#5 Post by rdonnay »

The scroll bar is no longer visible with these settings.
I don't understand your comment.

Look at the Relocate.Prg sample program in \exp20\samples\resize folder.
The eXpress train is coming - and it has more cars.

Post Reply