Jump to content

GuiCtrlRead from VScroll


Matz
 Share

Recommended Posts

Hi.

Is there a solution for reading the position of the VScroll in an GuiCtrlCreateEdit box?

I want to make a GUI that you have to scroll down a "disclaimer" but you cant click next before you have scrolled down the entire text.

;)

Link to comment
Share on other sites

Hi.

Is there a solution for reading the position of the VScroll in an GuiCtrlCreateEdit box?

I want to make a GUI that you have to scroll down a "disclaimer" but you cant click next before you have scrolled down the entire text.

;)

some discussion on a similar topic here

Good Luck

HardCopy

Contributions: UDF _DateYearFirstChildren are like Farts, you can just about stand your own.Why am I not a Vegetarian?...Well...my ancestors didn't fight & evolve to the Top of the food chain for me to survive on Salad

Link to comment
Share on other sites

Great! Thanks both.

I found a solution in your post HardCopy...

Using a :

if (_GUICtrlEditGetFirstVisibleLine($Edit1) > 100) Then ControlEnable($Form1, "The Easy Button", $Button1)

Inside the while function in the GUI ;)

Thanks Matz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...